Update GitHub Actions workflows. #620
Annotations
10 warnings
Build SDK:
sdk/dotnet/Config/Config.cs#L609
Non-nullable property 'ClientId' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
Build SDK:
sdk/dotnet/Config/Config.cs#L613
Non-nullable property 'ClientSecret' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
Build SDK:
sdk/dotnet/Config/Config.cs#L617
Non-nullable property 'RedirectUri' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
Build SDK:
sdk/dotnet/Config/Config.cs#L621
Non-nullable property 'RefreshToken' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
Build SDK:
sdk/dotnet/Config/Config.cs#L625
Non-nullable property 'TokenEndpoint' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
Build SDK:
sdk/dotnet/Provider.cs#L810
'ProviderArgs.OauthAccessToken' is obsolete: 'Use `token` instead'
|
Build SDK:
sdk/dotnet/Provider.cs#L811
'ProviderArgs.OauthClientId' is obsolete: 'Use `token_accessor.0.client_id` instead'
|
Build SDK:
sdk/dotnet/Provider.cs#L812
'ProviderArgs.OauthClientSecret' is obsolete: 'Use `token_accessor.0.client_secret` instead'
|
Build SDK:
sdk/dotnet/Provider.cs#L813
'ProviderArgs.OauthEndpoint' is obsolete: 'Use `token_accessor.0.token_endpoint` instead'
|
Build SDK:
sdk/dotnet/Provider.cs#L814
'ProviderArgs.OauthRedirectUrl' is obsolete: 'Use `token_accessor.0.redirect_uri` instead'
|
Loading