Increase version #19
Annotations
2 errors and 10 warnings
|
|
OAuth2Authenticator/OAuth2TokenResponse.cs#L17
Non-nullable property 'AccessToken' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
OAuth2Authenticator/OAuth2TokenResponse.cs#L21
Non-nullable property 'TokenType' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
OAuth2Authenticator/OAuth2TokenResponse.cs#L32
Non-nullable property 'RefreshToken' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
OAuth2Authenticator/OAuth2TokenResponse.cs#L39
Non-nullable property 'Scope' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
OAuth2Authenticator/OAuth2TokenResponse.cs#L48
Non-nullable property 'Error' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
OAuth2Authenticator/OAuth2TokenResponse.cs#L55
Non-nullable property 'ErrorDescription' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
OAuth2Authenticator/OAuth2TokenResponse.cs#L62
Non-nullable property 'ErrorUri' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
OAuth2Authenticator/OAuth2Authenticator.cs#L149
Dereference of a possibly null reference.
|
OAuth2Authenticator/OAuth2Authenticator.cs#L149
Dereference of a possibly null reference.
|
OAuth2Authenticator/Extensions/OAuth2TokenResponseExtension.cs#L5
Missing XML comment for publicly visible type or member 'OAuth2TokenResponseExtension'
|
The logs for this run have expired and are no longer available.
Loading