Skip to content

Create CONTRIBUTING.md #8

Create CONTRIBUTING.md

Create CONTRIBUTING.md #8

Triggered via push December 26, 2024 08:26
Status Success
Total duration 41s
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/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/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.
build: BlazorShop.Application/Services/Payment/CartService.cs#L116
Dereference of a possibly null reference.
build: BlazorShop.Application/Services/Payment/CartService.cs#L118
Dereference of a possibly null reference.