Skip to content

chore(deps): bump System.IdentityModel.Tokens.Jwt from 8.1.1 to 8.2.0 in /src #30

chore(deps): bump System.IdentityModel.Tokens.Jwt from 8.1.1 to 8.2.0 in /src

chore(deps): bump System.IdentityModel.Tokens.Jwt from 8.1.1 to 8.2.0 in /src #30

Triggered via pull request November 4, 2024 12:58
Status Success
Total duration 5m 36s
Artifacts

dotnet-desktop.yml

on: pull_request
Matrix: build
Fit to window
Zoom out
Zoom in

Annotations

20 warnings
build (Release): src/OA.Domain/Common/Response.cs#L8
Cannot convert null literal to non-nullable reference type.
build (Release): src/OA.Domain/Common/Response.cs#L5
Non-nullable property 'Message' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build (Release): src/OA.Domain/Common/Response.cs#L5
Non-nullable property 'Errors' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build (Release): src/OA.Domain/Common/Response.cs#L5
Non-nullable property 'Data' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build (Release): src/OA.Domain/Settings/JWTSettings.cs#L5
Non-nullable property 'Key' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build (Release): src/OA.Domain/Settings/JWTSettings.cs#L6
Non-nullable property 'Issuer' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build (Release): src/OA.Domain/Settings/JWTSettings.cs#L7
Non-nullable property 'Audience' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build (Release): src/OA.Domain/Common/Response.cs#L8
Non-nullable property 'Errors' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build (Release): src/OA.Domain/Common/Response.cs#L14
Non-nullable property 'Errors' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build (Release): src/OA.Domain/Common/Response.cs#L14
Non-nullable property 'Data' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build (Debug): src/OA.Domain/Common/Response.cs#L8
Cannot convert null literal to non-nullable reference type.
build (Debug): src/OA.Domain/Auth/ForgotPasswordRequest.cs#L9
Non-nullable property 'Email' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build (Debug): src/OA.Domain/Common/Response.cs#L5
Non-nullable property 'Message' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build (Debug): src/OA.Domain/Common/Response.cs#L5
Non-nullable property 'Errors' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build (Debug): src/OA.Domain/Common/Response.cs#L5
Non-nullable property 'Data' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build (Debug): src/OA.Domain/Entities/Customer.cs#L5
Non-nullable property 'CustomerName' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build (Debug): src/OA.Domain/Entities/Customer.cs#L6
Non-nullable property 'ContactName' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build (Debug): src/OA.Domain/Entities/Customer.cs#L7
Non-nullable property 'ContactTitle' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build (Debug): src/OA.Domain/Entities/Customer.cs#L8
Non-nullable property 'Address' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build (Debug): src/OA.Domain/Entities/Customer.cs#L9
Non-nullable property 'City' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.