2.0.3 #3
Triggered via release
September 11, 2025 21:01
Notorious-Coding
created
2.0.3
Status
Success
Total duration
27s
Artifacts
–
Annotations
10 warnings
|
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/RequestBuilderBodyUnitTests.cs#L35
Dereference of a possibly null reference.
|
|
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/RequestBuilderHeaderUnitTests.cs#L14
Non-nullable property 'Name' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
|
publish:
NotoriousClient.Tests.Unit/RequestBuilderHeaderUnitTests.cs#L13
Non-nullable property 'Id' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
|
publish:
NotoriousClient.Tests.Unit/RequestBuilderBodyUnitTests.cs#L12
Non-nullable property 'Name' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
|
publish:
NotoriousClient.Tests.Unit/RequestBuilderBodyUnitTests.cs#L11
Non-nullable property 'Id' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
|
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.
|