Upgrade TFM to net6, net7 & net8 #555
Annotations
11 errors and 11 warnings
|
src/JsonWebToken/Cryptography/Pkcs1.cs#L17
Invalid expression term '{'
|
src/JsonWebToken/Cryptography/Pkcs1.cs#L17
; expected
|
src/JsonWebToken/Cryptography/Pkcs1.cs#L17
Invalid token '{' in class, record, struct, or interface member declaration
|
src/JsonWebToken/Cryptography/Pkcs1.cs#L17
Type or namespace definition, or end-of-file expected
|
src/JsonWebToken/Cryptography/Pkcs1.cs#L194
Type or namespace definition, or end-of-file expected
|
src/JsonWebToken/Cryptography/Pkcs1.cs#L17
Invalid expression term '{'
|
src/JsonWebToken/Cryptography/Pkcs1.cs#L17
; expected
|
src/JsonWebToken/Cryptography/Pkcs1.cs#L17
Invalid token '{' in class, record, struct, or interface member declaration
|
src/JsonWebToken/Cryptography/Pkcs1.cs#L17
Type or namespace definition, or end-of-file expected
|
src/JsonWebToken/Cryptography/Pkcs1.cs#L194
Type or namespace definition, or end-of-file expected
|
|
perf/Benchmarks/ValidateToken.cs#L104
'JsonWebTokenHandler.ValidateToken(string, TokenValidationParameters)' is obsolete: '`JsonWebTokens.ValidateToken(string, TokenValidationParameters)` has been deprecated and will be removed in a future release. Use `JsonWebTokens.ValidateTokenAsync(string, TokenValidationParameters)` instead. For more information, see https://aka.ms/IdentityModel/7-breaking-changes'
|
perf/Benchmarks/Internal/Tokens.cs#L111
Converting null literal or possible null value to non-nullable type.
|
perf/Benchmarks/Internal/Tokens.cs#L111
Possible null reference argument for parameter 'value' in 'void JsonObject.Add(string name, string value)'.
|
perf/Benchmarks/Internal/Tokens.cs#L133
Converting null literal or possible null value to non-nullable type.
|
perf/Benchmarks/Internal/Tokens.cs#L133
Possible null reference argument for parameter 'value' in 'void JsonObject.Add(string name, string value)'.
|
perf/Benchmarks/Internal/Tokens.cs#L155
Converting null literal or possible null value to non-nullable type.
|
perf/Benchmarks/Internal/Tokens.cs#L155
Possible null reference argument for parameter 'value' in 'void JsonObject.Add(string name, string value)'.
|
perf/Benchmarks/Internal/Tokens.cs#L182
Converting null literal or possible null value to non-nullable type.
|
perf/Benchmarks/Internal/Tokens.cs#L182
Possible null reference argument for parameter 'value' in 'void JsonObject.Add(string name, string value)'.
|
perf/Benchmarks/WriteToken.cs#L201
Converting null literal or possible null value to non-nullable type.
|
This job failed
Loading