Skip to content

Merge pull request #8 from unrealbg/dev #12

Merge pull request #8 from unrealbg/dev

Merge pull request #8 from unrealbg/dev #12

Triggered via push December 26, 2024 14:04
Status Success
Total duration 43s
Artifacts

dotnet.yml

on: push
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/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.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/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.Application/DTOs/ServiceResponse.cs#L3
Cannot convert null literal to non-nullable reference type.