Skip to content

Add dotnet 8 as build target #111

Add dotnet 8 as build target

Add dotnet 8 as build target #111

Triggered via push November 12, 2024 13:55
Status Success
Total duration 29s
Artifacts

main.yml

on: push
Fit to window
Zoom out
Zoom in

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'