Skip to content

update docs and version #27

update docs and version

update docs and version #27

Triggered via push February 26, 2025 09:41
Status Success
Total duration 1m 3s
Artifacts

publish.yml

on: push
Fit to window
Zoom out
Zoom in

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.