Skip to content

chore: merge

chore: merge #20

Triggered via push June 13, 2023 00:08
Status Failure
Total duration 1m 14s
Artifacts

publish.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

1 error and 10 warnings
publish
Error: Command failed: npm install @semantic-release/changelog @semantic-release/github @semantic-release/git --no-audit --silent
publish: 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.
publish: 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.
publish: 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.
publish: 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.
publish: 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.
publish: 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.
publish: 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.
publish: 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.
publish: 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.
publish: 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).