fix: Lock while generating the Security Key#73
Draft
febinkdominic wants to merge 4 commits into
Draft
Annotations
1 error and 11 warnings
|
Test
Process completed with exit code 1.
|
|
Complete job
Node.js 20 is deprecated. The following actions target Node.js 20 but are being forced to run on Node.js 24: actions/checkout@v3, actions/setup-dotnet@v3. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
Build:
src/NetDevPack.Security.Jwt.Core/Model/PublicJsonWebKey.cs#L11
Non-nullable property 'CurveName' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
|
Build:
src/NetDevPack.Security.Jwt.Core/Model/PublicJsonWebKey.cs#L11
Non-nullable property 'X509Chain' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
|
Build:
src/NetDevPack.Security.Jwt.Core/Model/PublicJsonWebKey.cs#L11
Non-nullable property 'KeyOperations' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
|
Build:
src/NetDevPack.Security.Jwt.Core/Model/Key.cs#L37
Cannot convert null literal to non-nullable reference type.
|
|
Build:
src/NetDevPack.Security.Jwt.Core/Interfaces/IJwtService.cs#L21
Cannot convert null literal to non-nullable reference type.
|
|
Build:
src/NetDevPack.Security.Jwt.Core/Interfaces/IJsonWebKeyStore.cs#L12
Cannot convert null literal to non-nullable reference type.
|
|
Build:
src/NetDevPack.Security.Jwt.Core/DefaultStore/InMemoryStore.cs#L30
Cannot convert null literal to non-nullable reference type.
|
|
Build:
src/NetDevPack.Security.Jwt.Core/DefaultStore/DataProtectionStore.cs#L196
Cannot convert null literal to non-nullable reference type.
|
|
Build:
src/NetDevPack.Security.Jwt.Core/Jwt/JwtService.cs#L111
Cannot convert null literal to non-nullable reference type.
|
|
Build:
src/NetDevPack.Security.Jwt.Core/JsonWebKeySetManagerDependencyInjection.cs#L14
Cannot convert null literal to non-nullable reference type.
|
background
wait
wait-all
cancel
parallel
Loading