Fix publish #113
Annotations
10 warnings
test:
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.
|
test:
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.
|
test:
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.
|
test:
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.
|
test:
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.
|
test:
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.
|
test:
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.
|
test:
OAuth2Authenticator/Extensions/OAuth2TokenResponseExtension.cs#L5
Missing XML comment for publicly visible type or member 'OAuth2TokenResponseExtension'
|
test:
OAuth2Authenticator/Extensions/ServiceCollectionExtension.cs#L6
Missing XML comment for publicly visible type or member 'ServiceCollectionExtension'
|
test:
OAuth2Authenticator/Internal/IHandlerAuthenticator.cs#L3
Missing XML comment for publicly visible type or member 'IHandlerAuthenticator'
|