Skip to content

Merge pull request #8 from kova1ev/dev #27

Merge pull request #8 from kova1ev/dev

Merge pull request #8 from kova1ev/dev #27

Triggered via push July 16, 2023 20:23
Status Success
Total duration 1m 16s
Artifacts

dotnet-tests.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

10 warnings
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.
build: src/UrlShortener.ClientWasm/Pages/Admin/Login.razor#L77
Because this call is not awaited, execution of the current method continues before the call is completed. Consider applying the 'await' operator to the result of the call.
build: src/UrlShortener.ClientWasm/Pages/Admin/Login.razor#L77
Possible null reference argument for parameter 'jwtToken' in 'Task CustomAuthenticationStateProvider.UpdateAuthenticationState(JwtToken jwtToken)'.
build: src/UrlShortener.ClientWasm/Pages/Admin/Login.razor#L88
Dereference of a possibly null reference.