Skip to content

add serilog (#4)

add serilog (#4) #4

Triggered via push May 18, 2023 17:02
Status Success
Total duration 46s
Artifacts

codecov.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

11 warnings
build
Node.js 12 actions are deprecated. Please update the following actions to use Node.js 16: codecov/codecov-action@v1.5.2. For more information see: https://github.blog/changelog/2022-09-22-github-actions-all-actions-will-begin-running-on-node16-instead-of-node12/.
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)'.