Update to support new PKCE auth flow #13
Annotations
12 warnings
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Setup NuGet
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.
|
Loading