Skip to content

Create dotnet-tests.yml #1

Create dotnet-tests.yml

Create dotnet-tests.yml #1

Triggered via push April 19, 2023 20:55
Status Success
Total duration 48s
Artifacts
This run and associated checks have been archived and are scheduled for deletion. Learn more about checks retention

dotnet-tests.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

10 warnings
build: src/UrlShortener.Application.Common/Models/User.cs#L5
Non-nullable property 'Email' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: src/UrlShortener.Application.Common/Models/User.cs#L6
Non-nullable property 'Password' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: src/UrlShortener.Application.Common/Models/User.cs#L7
Non-nullable property 'Role' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: src/UrlShortener.ClientWasm/Models/LoginModel.cs#L9
Non-nullable property 'Email' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: src/UrlShortener.ClientWasm/Models/LoginModel.cs#L12
Non-nullable property 'Password' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: src/UrlShortener.ClientWasm/Models/CreateLinkModel.cs#L9
Non-nullable property 'UrlAddress' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: src/UrlShortener.ClientWasm/Models/LinkCreatedViewModel.cs#L5
Non-nullable property 'ShortUrl' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: src/UrlShortener.ClientWasm/Models/LinkDetailsViewModel.cs#L11
Non-nullable property 'LinkStatistic' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: src/UrlShortener.ClientWasm/Services/AuthenticationService.cs#L45
Converting null literal or possible null value to non-nullable type.
build: src/UrlShortener.ClientWasm/Shared/MainLayout.razor#L16
Dereference of a possibly null reference.