Skip to content

Fix the command for NuGet Package Manager console #49

Fix the command for NuGet Package Manager console

Fix the command for NuGet Package Manager console #49

Re-run triggered August 18, 2023 12:35
Status Success
Total duration 4m 57s
Artifacts

pull-request.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

10 warnings
pull-request: src/NetDevPack.Security.Jwt.Core/Model/Key.cs#L25
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
pull-request: src/NetDevPack.Security.Jwt.Core/Model/RevokedKeyInfo.cs#L6
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
pull-request: src/NetDevPack.Security.Jwt.Core/Model/RevokedKeyInfo.cs#L3
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
pull-request: src/NetDevPack.Security.Jwt.Core/Model/Key.cs#L25
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
pull-request: src/NetDevPack.Security.Jwt.Core/Model/RevokedKeyInfo.cs#L6
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
pull-request: src/NetDevPack.Security.Jwt.Core/Model/RevokedKeyInfo.cs#L3
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
pull-request: src/NetDevPack.Security.Jwt.Core/Model/Key.cs#L25
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
pull-request: src/NetDevPack.Security.Jwt.Core/Model/RevokedKeyInfo.cs#L6
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
pull-request: src/NetDevPack.Security.Jwt.Core/Model/RevokedKeyInfo.cs#L3
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
pull-request: src/NetDevPack.Security.Jwt.AspNetCore/JwtPostConfigureOptions.cs#L16
Nullability of reference types in type of parameter 'name' of 'void JwtPostConfigureOptions.PostConfigure(string name, JwtBearerOptions options)' doesn't match implicitly implemented member 'void IPostConfigureOptions<JwtBearerOptions>.PostConfigure(string? name, JwtBearerOptions options)' (possibly because of nullability attributes).