Skip to content

update main branch

update main branch #26

Triggered via pull request July 16, 2023 20:12
@kova1evkova1ev
opened #8
dev
Status Success
Total duration 50s
Artifacts

dotnet-tests.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

10 warnings
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/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.