Skip to content

update main

update main #9

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

codecov.yml

on: pull_request
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.Application.Common/Domain/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/Domain/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/Domain/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.Application/Users/Queries/GetValidUserQueryHandler.cs#L17
This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread.
build: src/UrlShortener.Application/Links/Queries/GetLinks/GetLinksQueryHandler.cs#L71
Possible null reference argument for parameter 'body' in 'Expression<Func<Link, bool>> Expression.Lambda<Func<Link, bool>>(Expression body, params ParameterExpression[]? parameters)'.
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.