Skip to content

update main

update main #25

Triggered via pull request July 15, 2023 21:44
@kova1evkova1ev
opened #7
dev
Status Success
Total duration 57s
Artifacts

dotnet-tests.yml

on: pull_request
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/Services/AuthenticationService.cs#L45
Converting null literal or possible null value to non-nullable type.
build: src/UrlShortener.ClientWasm/Services/LinkHttpService.cs#L102
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
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.