Skip to content

Revamp Project Structure with Aspire.AppHost.Sdk and Enhance API Testing #19

Revamp Project Structure with Aspire.AppHost.Sdk and Enhance API Testing

Revamp Project Structure with Aspire.AppHost.Sdk and Enhance API Testing #19

Triggered via pull request January 4, 2025 11:01
@unrealbgunrealbg
synchronize #10
dev
Status Success
Total duration 50s
Artifacts

dotnet.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

11 warnings
build
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
build: BlazorShop.Domain/Entities/Identity/AppUser.cs#L7
Non-nullable property 'FullName' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build: BlazorShop.Presentation/BlazorShop.Web.Shared/Services/ToastService.cs#L22
Cannot convert null literal to non-nullable reference type.
build: BlazorShop.Presentation/BlazorShop.Web.Shared/Services/ToastService.cs#L22
Cannot convert null literal to non-nullable reference type.
build: BlazorShop.Presentation/BlazorShop.Web.Shared/Models/Authentication/PasswordChangeModel.cs#L8
Non-nullable property 'CurrentPassword' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build: BlazorShop.Presentation/BlazorShop.Web.Shared/Models/Authentication/PasswordChangeModel.cs#L12
Non-nullable property 'NewPassword' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build: BlazorShop.Presentation/BlazorShop.Web.Shared/Models/Authentication/PasswordChangeModel.cs#L16
Non-nullable property 'ConfirmPassword' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build: BlazorShop.Presentation/BlazorShop.Web.Shared/Models/Category/CategoryBase.cs#L8
Non-nullable property 'Name' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build: BlazorShop.Presentation/BlazorShop.Web.Shared/Helper/TokenService.cs#L44
Converting null literal or possible null value to non-nullable type.
build: BlazorShop.Presentation/BlazorShop.Web.Shared/Helper/ApiCallHelper.cs#L23
Dereference of a possibly null reference.
build: BlazorShop.Application/DTOs/ServiceResponse.cs#L3
Cannot convert null literal to non-nullable reference type.