Use singleton key to avoid azure rate limits #17
Annotations
11 warnings
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/setup-dotnet@v1, codecov/codecov-action@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
Rusty.Jwt.Abstractions/Keys/SigningKeyDefinition.cs#L6
Non-nullable property 'Key' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
Rusty.Jwt.Abstractions/Jwt.cs#L5
Non-nullable property 'Id' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
Rusty.Jwt.Abstractions/Jwt.cs#L6
Non-nullable property 'Token' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
Rusty.Jwt.Tests/HmacEndToEndTests.cs#L10
Non-nullable field '_factory' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
|
Rusty.Jwt.Tests/HmacEndToEndTests.cs#L11
Non-nullable field '_verifier' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
|
Rusty.Jwt.Tests/HmacEndToEndTests.cs#L12
Non-nullable field '_jwt' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
|
Rusty.Jwt.Tests/Extensions/JwtServiceBuilderExtensionsTests.cs#L127
Non-nullable property 'Id' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
Rusty.Jwt.Tests/JwtVerifierTests.cs#L100
The variable 'keyId' is assigned but its value is never used
|
Rusty.Jwt.Tests/Keys/KeyRingTests.cs#L134
Dereference of a possibly null reference.
|
Rusty.Jwt.Azure/AzureSigningKey.cs#L82
The switch expression does not handle some values of its input type (it is not exhaustive) involving an unnamed enum value. For example, the pattern '(Rusty.Jwt.Keys.HashAlgorithm)3' is not covered.
|
The logs for this run have expired and are no longer available.
Loading