Upgrade TFM to net6, net7 & net8 #559
Annotations
2 errors and 10 warnings
|
|
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 was cancelled
Loading