Skip to content

update README

update README #12

Triggered via push July 17, 2023 09:51
Status Success
Total duration 55s
Artifacts

codecov.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

11 warnings
build
The following actions uses node12 which is deprecated and will be forced to run on node16: codecov/codecov-action@v1.5.2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
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/Shared/MainLayout.razor#L16
Dereference of a possibly null reference.
build: src/UrlShortener.ClientWasm/Services/AuthenticationService.cs#L45
Converting null literal or possible null value to non-nullable type.
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.
build: src/UrlShortener.ClientWasm/Pages/Admin/Login.razor#L88
Possible null reference assignment.