2.0.2 #2
Triggered via release
August 14, 2025 09:48
Notorious-Coding
created
2.0.2
Status
Success
Total duration
30s
Artifacts
–
Annotations
10 warnings
|
publish:
NotoriousClient.Tests.Unit/RequestBuilderHeaderUnitTests.cs#L61
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.
|
|
publish:
NotoriousClient.Tests.Unit/RequestBuilderHeaderUnitTests.cs#L71
Dereference of a possibly null reference.
|
|
publish:
NotoriousClient.Tests.Unit/RequestBuilderBodyUnitTests.cs#L77
Dereference of a possibly null reference.
|
|
publish:
NotoriousClient.Tests.Unit/RequestBuilderBodyUnitTests.cs#L56
Dereference of a possibly null reference.
|
|
publish:
NotoriousClient.Tests.Unit/RequestBuilderHeaderUnitTests.cs#L43
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.
|
|
publish:
NotoriousClient.Tests.Unit/RequestBuilderHeaderUnitTests.cs#L21
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.
|
|
publish:
NotoriousClient.Tests.Unit/RequestBuilderBodyUnitTests.cs#L35
Dereference of a possibly null reference.
|
|
publish:
NotoriousClient.Sample/Program.cs#L116
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.
|
|
publish:
NotoriousClient/Builder/RequestBuilder.Header.cs#L11
Cannot convert null literal to non-nullable reference type.
|
|
publish:
NotoriousClient/Clients/BaseClient.cs#L52
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.
|