Bump System.IdentityModel.Tokens.Jwt from 6.14.1 to 6.34.0 #36
Annotations
11 warnings
build
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/setup-dotnet@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
build:
Controllers/AccountController.cs#L255
'Uri.EscapeUriString(string)' is obsolete: 'Uri.EscapeUriString can corrupt the Uri string in some cases. Consider using Uri.EscapeDataString for query string components.'
|
build:
Controllers/AccountController.cs#L260
'Uri.EscapeUriString(string)' is obsolete: 'Uri.EscapeUriString can corrupt the Uri string in some cases. Consider using Uri.EscapeDataString for query string components.'
|
build:
Services/Landsbankinn/LandsbankinnService.cs#L97
This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread.
|
build:
Services/Landsbankinn/LandsbankinnService.cs#L129
This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread.
|
build:
Services/Landsbankinn/LandsbankinnService.cs#L346
'WebRequest.Create(string)' is obsolete: 'WebRequest, HttpWebRequest, ServicePoint, and WebClient are obsolete. Use HttpClient instead.'
|
build:
Services/Landsbankinn/LandsbankinnService.cs#L378
'X509Certificate2.PrivateKey' is obsolete: 'X509Certificate2.PrivateKey is obsolete. Use the appropriate method to get the private key, such as GetRSAPrivateKey, or use the CopyWithPrivateKey method to create a new instance with a private key.'
|
build:
Repositories/MarketRepository.cs#L103
The variable 'bitarAccountId' is assigned but its value is never used
|
build:
Services/Arion/ArionService.cs#L19
The field 'ArionService.CurrencyPair' is never used
|
build:
Services/BlockchainService.cs#L23
The field 'BlockchainService._scopeFactory' is never used
|
build:
Controllers/AccountController.cs#L255
'Uri.EscapeUriString(string)' is obsolete: 'Uri.EscapeUriString can corrupt the Uri string in some cases. Consider using Uri.EscapeDataString for query string components.'
|