Skip to content

feat: Add profile setting model #14

feat: Add profile setting model

feat: Add profile setting model #14

Triggered via push June 2, 2024 00:57
Status Failure
Total duration 1m 29s
Artifacts

dotnet.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

7 errors and 11 warnings
build-and-test: src/Linker.WebApi.IntegrationTests/UnitTest1.cs#L3
The type or namespace name 'TestCore' does not exist in the namespace 'Linker' (are you missing an assembly reference?)
build-and-test: src/Linker.WebApi.IntegrationTests/UnitTest1.cs#L7
The type or namespace name 'PrefixedFactAttribute' could not be found (are you missing a using directive or an assembly reference?)
build-and-test: src/Linker.WebApi.IntegrationTests/UnitTest1.cs#L7
The type or namespace name 'PrefixedFact' could not be found (are you missing a using directive or an assembly reference?)
build-and-test: src/Linker.WebApi.IntegrationTests/UnitTest1.cs#L3
The type or namespace name 'TestCore' does not exist in the namespace 'Linker' (are you missing an assembly reference?)
build-and-test: src/Linker.WebApi.IntegrationTests/UnitTest1.cs#L7
The type or namespace name 'PrefixedFactAttribute' could not be found (are you missing a using directive or an assembly reference?)
build-and-test: src/Linker.WebApi.IntegrationTests/UnitTest1.cs#L7
The type or namespace name 'PrefixedFact' could not be found (are you missing a using directive or an assembly reference?)
build-and-test
Process completed with exit code 1.
build-and-test
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-dotnet@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
build-and-test: src/Linker.Core/Models/Youtube.cs#L11
Non-nullable property 'Name' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build-and-test: src/Linker.Core/Models/Youtube.cs#L16
Non-nullable property 'Youtuber' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build-and-test: src/Linker.Core/Models/Youtube.cs#L21
Non-nullable property 'Country' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build-and-test: src/Linker.Core/Models/Website.cs#L11
Non-nullable property 'Name' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build-and-test: src/Linker.Core/Models/Website.cs#L16
Non-nullable property 'Domain' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.