Update GitHub Actions workflows. #573
Annotations
10 warnings
sdk/dotnet/Config/Config.cs#L524
Non-nullable property 'ClientId' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
sdk/dotnet/Config/Config.cs#L528
Non-nullable property 'ClientSecret' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
sdk/dotnet/Config/Config.cs#L532
Non-nullable property 'RedirectUri' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
sdk/dotnet/Config/Config.cs#L536
Non-nullable property 'RefreshToken' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
sdk/dotnet/Config/Config.cs#L540
Non-nullable property 'TokenEndpoint' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
sdk/dotnet/Provider.cs#L676
'ProviderArgs.OauthAccessToken' is obsolete: 'Use `token` instead'
|
sdk/dotnet/Provider.cs#L677
'ProviderArgs.OauthClientId' is obsolete: 'Use `token_accessor.0.client_id` instead'
|
sdk/dotnet/Provider.cs#L678
'ProviderArgs.OauthClientSecret' is obsolete: 'Use `token_accessor.0.client_secret` instead'
|
sdk/dotnet/Provider.cs#L679
'ProviderArgs.OauthEndpoint' is obsolete: 'Use `token_accessor.0.token_endpoint` instead'
|
sdk/dotnet/Provider.cs#L680
'ProviderArgs.OauthRedirectUrl' is obsolete: 'Use `token_accessor.0.redirect_uri` instead'
|
This job succeeded
Loading