Skip to content

Merge branch 'dev' of https://github.com/kova1ev/UrlShortener into dev #12

Merge branch 'dev' of https://github.com/kova1ev/UrlShortener into dev

Merge branch 'dev' of https://github.com/kova1ev/UrlShortener into dev #12

Triggered via push May 17, 2023 12:21
Status Success
Total duration 41s
Artifacts

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/Shared/MainLayout.razor#L16
Dereference of a possibly null reference.
build: src/UrlShortener.ClientWasm/CustomAuthenticationStateProvider.cs#L51
Converting null literal or possible null value to non-nullable type.
build: src/UrlShortener.ClientWasm/CustomAuthenticationStateProvider.cs#L56
Possible null reference argument for parameter 'token' in 'ClaimsPrincipal CustomAuthenticationStateProvider.CreteClaimsPrincipal(string token)'.
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/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/Models/LinkCreatedViewModel.cs#L5
Non-nullable property 'ShortUrl' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.