Added test for JsonStringEnumMemberConverter, updated CHANGELOG.md, r… #139
Annotations
6 warnings
|
sonarcloud:
ApiClient.Tests/JsonStringEnumMemberConverter.cs#L19
Non-nullable field '_options' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
|
|
sonarcloud:
src/Infobip.Api.Client/Client/RetryConfiguration.cs#L9
Add a 'protected' constructor or the 'static' keyword to the class declaration. (https://rules.sonarsource.com/csharp/RSPEC-1118)
|
|
sonarcloud:
ApiClient.Tests/JsonStringEnumMemberConverter.cs#L19
Non-nullable field '_options' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
|
|
sonarcloud:
src/Infobip.Api.Client/Client/RetryConfiguration.cs#L9
Add a 'protected' constructor or the 'static' keyword to the class declaration. (https://rules.sonarsource.com/csharp/RSPEC-1118)
|
|
sonarcloud:
ApiClient.Tests/JsonStringEnumMemberConverter.cs#L19
Non-nullable field '_options' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
|
|
sonarcloud:
ApiClient.Tests/JsonStringEnumMemberConverter.cs#L19
Non-nullable field '_options' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
|