Skip to content

Merge pull request #6 from kova1ev/dev #24

Merge pull request #6 from kova1ev/dev

Merge pull request #6 from kova1ev/dev #24

Triggered via push May 25, 2023 18:46
Status Success
Total duration 38s
Artifacts

dotnet-tests.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

10 warnings
build: src/UrlShortener.Application.Common/Models/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/Models/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/Models/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/GetLinkById/GetLinkByIdQueryHandler.cs#L32
Possible null reference argument for parameter 'entity' in 'Result<LinkDetailsResponse> Result<LinkDetailsResponse>.Success(LinkDetailsResponse entity)'.
build: src/UrlShortener.Application/Links/Commands/CreateLink/CreateLinkCommandHandler.cs#L34
Possible null reference argument for parameter 'shortUrl' in 'LinkCreatedResponse.LinkCreatedResponse(Guid id, string shortUrl)'.