Skip to content

Bump MediatR from 11.1.0 to 12.0.1 #4

Bump MediatR from 11.1.0 to 12.0.1

Bump MediatR from 11.1.0 to 12.0.1 #4

Triggered via push May 9, 2024 17:08
Status Success
Total duration 9m 10s
Artifacts

richnav.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

12 warnings
build
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v2, actions/setup-dotnet@v1, microsoft/[email protected]. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
build
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/setup-dotnet@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
build: src/Infrastructure/Dependencies.cs#L16
Possible null reference argument for parameter 'value' in 'bool bool.Parse(string value)'.
build: src/Infrastructure/Identity/IdentityTokenClaimService.cs#L28
Possible null reference argument for parameter 'user' in 'Task<IList<string>> UserManager<ApplicationUser>.GetRolesAsync(ApplicationUser user)'.
build: src/Infrastructure/Identity/AppIdentityDbContextSeed.cs#L27
Possible null reference argument for parameter 'user' in 'Task<IdentityResult> UserManager<ApplicationUser>.AddToRoleAsync(ApplicationUser user, string role)'.
build: src/PublicApi/AuthEndpoints/AuthenticateEndpoint.UserInfo.cs#L12
Non-nullable property 'NameClaimType' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: src/PublicApi/AuthEndpoints/AuthenticateEndpoint.UserInfo.cs#L13
Non-nullable property 'RoleClaimType' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: src/PublicApi/AuthEndpoints/AuthenticateEndpoint.UserInfo.cs#L14
Non-nullable property 'Claims' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: src/PublicApi/AuthEndpoints/AuthenticateEndpoint.ClaimValue.cs#L10
Non-nullable property 'Type' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: src/PublicApi/AuthEndpoints/AuthenticateEndpoint.ClaimValue.cs#L10
Non-nullable property 'Value' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: src/PublicApi/AuthEndpoints/AuthenticateEndpoint.AuthenticateRequest.cs#L5
Non-nullable property 'Username' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: src/PublicApi/AuthEndpoints/AuthenticateEndpoint.AuthenticateRequest.cs#L6
Non-nullable property 'Password' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.