Annotations
11 warnings
|
build
The "--output" option isn't supported when building a solution. Specifying a solution-level output path results in all projects copying outputs to the same directory, which can lead to inconsistent builds.
|
|
build:
whateverAPI/Services/JokeService.cs#L408
Possible null reference argument for parameter 'source' in 'bool Enumerable.Any<Tag>(IEnumerable<Tag> source, Func<Tag, bool> predicate)'.
|
|
build:
whateverAPI/Options/JokeApiOptions.cs#L5
Non-nullable property 'BaseUrl' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
|
build:
whateverAPI/Endpoints/AuthEndpoints.cs#L279
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:
whateverAPI/Endpoints/AuthEndpoints.cs#L202
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:
whateverAPI/Endpoints/AuthEndpoints.cs#L121
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:
whateverAPI/Endpoints/AuthEndpoints.cs#L99
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:
whateverAPI/Endpoints/AuthEndpoints.cs#L42
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:
whateverAPI/Services/MicrosoftAuthService.cs#L140
Unreachable code detected
|
|
build:
whateverAPI/Services/RoleService.cs#L111
Dereference of a possibly null reference.
|
|
build:
whateverAPI/Entities/Role.cs#L13
Non-nullable property 'Name' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
Artifacts
Produced during runtime
| Name | Size | Digest | |
|---|---|---|---|
|
.net-app
Expired
|
8.16 MB |
sha256:06483cf90d29c923bfcdc50a34e2ba60fb80167cc59d51b8d1e55dcb316ce0c0
|
|