Skip to content

Use Aes.Creation method instead of the obsolete one #315

Use Aes.Creation method instead of the obsolete one

Use Aes.Creation method instead of the obsolete one #315

Triggered via push January 18, 2024 04:56
Status Success
Total duration 2m 19s
Artifacts

dotnetCI.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

30 warnings
Linux: Src/FinderOuter/Services/FileManager.cs#L29
'OpenFileDialog' is obsolete: 'Use Window.StorageProvider API or TopLevel.StorageProvider API'
Linux: Src/FinderOuter/Services/FileManager.cs#L33
'FileDialogFilter' is obsolete: 'Use Window.StorageProvider API or TopLevel.StorageProvider API'
Linux: Src/FinderOuter/Services/ArmoryService.cs#L39
'SecP256k1' is obsolete
Linux: Src/FinderOuter/Services/Base58Service.cs#L144
'SecP256k1' is obsolete
Linux: Src/FinderOuter/Backend/ECC/Calc2.cs#L157
'PrivateKey' is obsolete
Linux: Src/Tests/MockWindowManager.cs#L39
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.
Mac: Src/FinderOuter/Backend/ECC/Calc2.cs#L157
'PrivateKey' is obsolete
Mac: Src/FinderOuter/Services/ArmoryService.cs#L39
'SecP256k1' is obsolete
Mac: Src/FinderOuter/Services/Comparers/PrvToPubComparer.cs#L26
'PublicKey' is obsolete
Mac: Src/FinderOuter/Services/Base58Service.cs#L144
'SecP256k1' is obsolete
Mac: Src/FinderOuter/Services/FileManager.cs#L29
'OpenFileDialog' is obsolete: 'Use Window.StorageProvider API or TopLevel.StorageProvider API'
Mac: Src/FinderOuter/Services/FileManager.cs#L33
'FileDialogFilter' is obsolete: 'Use Window.StorageProvider API or TopLevel.StorageProvider API'
Mac: Src/Tests/MockWindowManager.cs#L39
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.
Windows: Src/FinderOuter/Services/FileManager.cs#L29
'OpenFileDialog' is obsolete: 'Use Window.StorageProvider API or TopLevel.StorageProvider API'
Windows: Src/FinderOuter/Services/FileManager.cs#L33
'FileDialogFilter' is obsolete: 'Use Window.StorageProvider API or TopLevel.StorageProvider API'
Windows: Src/FinderOuter/Services/ArmoryService.cs#L39
'SecP256k1' is obsolete
Windows: Src/FinderOuter/Services/Base58Service.cs#L144
'SecP256k1' is obsolete
Windows: Src/FinderOuter/Backend/ECC/Calc2.cs#L157
'PrivateKey' is obsolete
Windows: Src/Tests/MockWindowManager.cs#L39
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.