Skip to content

Merge remote-tracking branch 'origin/wip' into wip #64

Merge remote-tracking branch 'origin/wip' into wip

Merge remote-tracking branch 'origin/wip' into wip #64

Triggered via push August 18, 2024 16:03
Status Success
Total duration 3m 36s
Artifacts 1

build.yml

on: push
upload-coverage-to-codecov
9s
upload-coverage-to-codecov
Fit to window
Zoom out
Zoom in

Annotations

23 warnings
build
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/
build: 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.
build: 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.
build: 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.
build: 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.
build: 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)
build: 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)
build: 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)
build: 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)
build: 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)
build: 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)
backend-tests
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/
backend-tests: 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.
backend-tests: 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.
backend-tests: 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.
backend-tests: 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.
backend-tests: tests/Unit Tests/CoffeeSpace.OrderingApi.Tests/Validators/Buyers/UpdateBuyerRequestValidatorTests.cs#L21
Null should not be used for type parameter 'name' of type 'string'. Use a non-null value, or convert the parameter to a nullable type. (https://xunit.net/xunit.analyzers/rules/xUnit1012)
backend-tests: tests/Unit Tests/CoffeeSpace.OrderingApi.Tests/Validators/Buyers/BuyerResponseValidatorTests.cs#L21
Null should not be used for type parameter 'Id' of type 'System.Guid'. Use a non-null value, or convert the parameter to a nullable type. (https://xunit.net/xunit.analyzers/rules/xUnit1012)
backend-tests: tests/Unit Tests/CoffeeSpace.OrderingApi.Tests/Validators/Orders/CreateOrderRequestValidatorTests.cs#L25
Null should not be used for type parameter 'addressRequest' of type 'CoffeeSpace.OrderingApi.Application.Contracts.Requests.Addresses.CreateAddressRequest'. Use a non-null value, or convert the parameter to a nullable type. (https://xunit.net/xunit.analyzers/rules/xUnit1012)
backend-tests: tests/Unit Tests/CoffeeSpace.OrderingApi.Tests/Validators/Buyers/CreateBuyerRequestValidatorTests.cs#L21
Null should not be used for type parameter 'name' of type 'string'. Use a non-null value, or convert the parameter to a nullable type. (https://xunit.net/xunit.analyzers/rules/xUnit1012)
backend-tests: tests/Unit Tests/CoffeeSpace.OrderingApi.Tests/Validators/Buyers/BuyerResponseValidatorTests.cs#L37
Null should not be used for type parameter 'name' of type 'string'. Use a non-null value, or convert the parameter to a nullable type. (https://xunit.net/xunit.analyzers/rules/xUnit1012)
backend-tests: tests/Unit Tests/CoffeeSpace.OrderingApi.Tests/Validators/Orders/OrderResponseValidatorTests.cs#L23
Null should not be used for type parameter 'addressResponse' of type 'CoffeeSpace.OrderingApi.Application.Contracts.Responses.Addressses.AddressResponse'. Use a non-null value, or convert the parameter to a nullable type. (https://xunit.net/xunit.analyzers/rules/xUnit1012)
upload-coverage-to-codecov
The following actions use a deprecated Node.js version and will be forced to run on node20: codecov/codecov-action@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/

Artifacts

Produced during runtime
Name Size
code-coverage-report Expired
95.3 KB