fix : (RequestBuilder.Uri.cs) Encode only query values instead of who… #12
Annotations
1 error and 10 warnings
|
publish
Process completed with exit code 1.
|
|
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.
|