Skip to content

Increase version

Increase version #19

Triggered via push November 12, 2024 13:58
Status Failure
Total duration 33s
Artifacts

publish.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

2 errors and 10 warnings
publish
The 'Publish' target is not supported without specifying a target framework. The current project targets multiple frameworks, you must specify one of the following frameworks in order to publish: netstandard2.0, net8.0
publish
Process completed with exit code 1.
publish: 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.
publish: 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.
publish: 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.
publish: 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.
publish: 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.
publish: 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.
publish: 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.
publish: OAuth2Authenticator/OAuth2Authenticator.cs#L149
Dereference of a possibly null reference.
publish: OAuth2Authenticator/OAuth2Authenticator.cs#L149
Dereference of a possibly null reference.
publish: OAuth2Authenticator/Extensions/OAuth2TokenResponseExtension.cs#L5
Missing XML comment for publicly visible type or member 'OAuth2TokenResponseExtension'