Skip to content

Update dotnet.yml

Update dotnet.yml #6

Triggered via push August 11, 2023 08:15
Status Success
Total duration 52s
Artifacts

dotnet.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

10 warnings
build: Core/Utils/Security/JWT/TokenOptions.cs#L11
Non-nullable property 'Audience' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: Core/Utils/Security/JWT/TokenOptions.cs#L12
Non-nullable property 'Issuer' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: Core/Utils/Security/JWT/TokenOptions.cs#L14
Non-nullable property 'SecurityKey' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: Core/Utils/Security/JWT/AccessToken.cs#L11
Non-nullable property 'Token' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: Core/Utils/Security/JWT/JWTHelper.cs#L22
Possible null reference assignment.
build: Core/Utils/Security/JWT/JWTHelper.cs#L19
Non-nullable field '_tokenOptions' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
build: Core/Utils/Results/Result.cs#L17
Non-nullable property 'Message' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: Core/Utils/Results/ExceptionDataResult.cs#L24
Possible null reference argument for parameter 'data' in 'DataResult<T>.DataResult(T data, ResultStatus status, string message)'.
build: Core/Entity/Model/UserTokenModel.cs#L12
Non-nullable property 'UserEmail' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: Core/Entity/Model/UserTokenModel.cs#L13
Non-nullable property 'UserFirstName' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.