Skip to content

Update to support new PKCE auth flow #13

Update to support new PKCE auth flow

Update to support new PKCE auth flow #13

Triggered via push December 11, 2024 21:35
Status Success
Total duration 28s
Artifacts

main.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

12 warnings
build
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
build
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
build: PolestarSharp/Models/BatteryInfo.cs#L10
Non-nullable property 'getBatteryData' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build: PolestarSharp/Models/Token.cs#L5
Non-nullable property 'access_token' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build: PolestarSharp/Models/Token.cs#L6
Non-nullable property 'refresh_token' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build: PolestarSharp/Models/BatteryInfo.cs#L31
Non-nullable property 'iso' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build: PolestarSharp/Models/BatteryInfo.cs#L32
Non-nullable property 'unix' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build: PolestarSharp/Models/BatteryInfo.cs#L33
Non-nullable property '__typename' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build: PolestarSharp/Models/GetAuthToken.cs#L5
Non-nullable property 'data' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build: PolestarSharp/Models/OdometerData.cs#L16
Non-nullable property 'eventUpdatedTimestamp' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build: PolestarSharp/Models/OdometerData.cs#L20
Non-nullable property '__typename' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build: PolestarSharp/Models/GetAuthToken.cs#L10
Non-nullable property 'getAuthToken' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.