Update README.md #63
Annotations
11 warnings
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/setup-dotnet@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
CoffeeSpace.AClient/ViewModels/DashboardWindowViewModel.cs#L29
Non-nullable field '_buyer' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
|
CoffeeSpace.AClient/ViewModels/DashboardWindowViewModel.cs#L29
Non-nullable field '_buyer' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
|
CoffeeSpace.AClient/ViewModels/DashboardWindowViewModel.cs#L36
Non-nullable field '_buyer' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
|
CoffeeSpace.AClient/ViewModels/DashboardWindowViewModel.cs#L36
Non-nullable field '_buyer' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
|
tests/Unit Tests/CoffeeSpace.ProductApi.Tests/Validators/UpdateProductRequestValidatorTests.cs#L21
Null should not be used for type parameter 'title' of type 'string'. Use a non-null value, or convert the parameter to a nullable type. (https://xunit.net/xunit.analyzers/rules/xUnit1012)
|
tests/Unit Tests/CoffeeSpace.ProductApi.Tests/Validators/UpdateProductRequestValidatorTests.cs#L40
Null should not be used for type parameter 'description' of type 'string'. Use a non-null value, or convert the parameter to a nullable type. (https://xunit.net/xunit.analyzers/rules/xUnit1012)
|
tests/Unit Tests/CoffeeSpace.ProductApi.Tests/Validators/CreateProductRequestValidatorTests.cs#L23
Null should not be used for type parameter 'title' of type 'string'. Use a non-null value, or convert the parameter to a nullable type. (https://xunit.net/xunit.analyzers/rules/xUnit1012)
|
tests/Unit Tests/CoffeeSpace.ProductApi.Tests/Validators/CreateProductRequestValidatorTests.cs#L42
Null should not be used for type parameter 'description' of type 'string'. Use a non-null value, or convert the parameter to a nullable type. (https://xunit.net/xunit.analyzers/rules/xUnit1012)
|
tests/Unit Tests/CoffeeSpace.ProductApi.Tests/Validators/ProductResponseValidatorTests.cs#L21
Null should not be used for type parameter 'title' of type 'string'. Use a non-null value, or convert the parameter to a nullable type. (https://xunit.net/xunit.analyzers/rules/xUnit1012)
|
tests/Unit Tests/CoffeeSpace.ProductApi.Tests/Validators/ProductResponseValidatorTests.cs#L39
Null should not be used for type parameter 'description' of type 'string'. Use a non-null value, or convert the parameter to a nullable type. (https://xunit.net/xunit.analyzers/rules/xUnit1012)
|
The logs for this run have expired and are no longer available.
Loading