Skip to content

update readme

update readme #17

Triggered via push May 17, 2023 19:14
Status Success
Total duration 50s
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/GetLinks/GetLinksQueryHandler.cs#L22
Dereference of a possibly null reference.
build: src/UrlShortener.Application/Links/Queries/GetLinks/GetLinksQueryHandler.cs#L20
Nullability of reference types in value of type 'LinkDetailsResponse?[]' doesn't match target type 'IEnumerable<LinkDetailsResponse>'.
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)'.