update docs and version #27
Annotations
10 warnings
build:
src/PddOpenSdk/Services/AuthApi.cs#L42
Cannot convert null literal to non-nullable reference type.
|
build:
src/PddOpenSdk/PddClient.cs#L186
Cannot convert null literal to non-nullable reference type.
|
build:
src/PddOpenSdk/Services/AuthApi.cs#L95
Cannot convert null literal to non-nullable reference type.
|
build:
src/PddOpenSdk/Services/AuthApi.cs#L129
Cannot convert null literal to non-nullable reference type.
|
build:
src/PddOpenSdk/Services/AuthApi.cs#L144
Cannot convert null literal to non-nullable reference type.
|
build:
src/PddOpenSdk/Services/AuthApi.cs#L158
Cannot convert null literal to non-nullable reference type.
|
build:
src/PddOpenSdk/PddClient.cs#L240
Cannot convert null literal to non-nullable reference type.
|
build:
src/PddOpenSdk/Models/PddErrorResponseModel.cs#L6
Non-nullable property 'ErrorResponse' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
build:
src/PddOpenSdk/Models/PddErrorResponseModel.cs#L12
Non-nullable property 'ErrorMsg' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
build:
src/PddOpenSdk/Models/PddErrorResponseModel.cs#L15
Non-nullable property 'SubMsg' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|