Update to .NET 8 #18
Annotations
8 errors and 16 warnings
buildAndUnitTest (ubuntu-latest)
The current .NET SDK does not support targeting .NET 8.0. Either target .NET 6.0 or lower, or use a version of the .NET SDK that supports .NET 8.0.
|
buildAndUnitTest (ubuntu-latest)
The current .NET SDK does not support targeting .NET 8.0. Either target .NET 6.0 or lower, or use a version of the .NET SDK that supports .NET 8.0.
|
buildAndUnitTest (ubuntu-latest)
The current .NET SDK does not support targeting .NET 8.0. Either target .NET 6.0 or lower, or use a version of the .NET SDK that supports .NET 8.0.
|
buildAndUnitTest (ubuntu-latest)
Process completed with exit code 1.
|
buildAndUnitTest (windows-latest)
The current .NET SDK does not support targeting .NET 8.0. Either target .NET 6.0 or lower, or use a version of the .NET SDK that supports .NET 8.0.
|
buildAndUnitTest (windows-latest)
The current .NET SDK does not support targeting .NET 8.0. Either target .NET 6.0 or lower, or use a version of the .NET SDK that supports .NET 8.0.
|
buildAndUnitTest (windows-latest)
The current .NET SDK does not support targeting .NET 8.0. Either target .NET 6.0 or lower, or use a version of the .NET SDK that supports .NET 8.0.
|
buildAndUnitTest (windows-latest)
Process completed with exit code 1.
|
buildAndUnitTest (ubuntu-latest)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v2, actions/setup-dotnet@v1, actions/setup-node@v1. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
buildAndUnitTest (ubuntu-latest)
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/setup-dotnet@v1, actions/setup-node@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
buildAndUnitTest (macos-latest)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v2, actions/setup-dotnet@v1, actions/setup-node@v1. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
buildAndUnitTest (macos-latest)
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/setup-dotnet@v1, actions/setup-node@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
buildAndUnitTest (macos-latest):
Blockcore.Features.Airdrop/Distribute.cs#L1
The using directive for 'System.Threading' appeared previously in this namespace [/Users/runner/work/blockcore-features/blockcore-features/Blockcore.Features.Airdrop/Blockcore.Features.Airdrop.csproj]
|
buildAndUnitTest (macos-latest):
Blockcore.Features.Airdrop/Distribute.cs#L1
The using directive for 'System.Threading.Tasks' appeared previously in this namespace [/Users/runner/work/blockcore-features/blockcore-features/Blockcore.Features.Airdrop/Blockcore.Features.Airdrop.csproj]
|
buildAndUnitTest (macos-latest):
Blockcore.Features.Airdrop/Distribute.cs#L1
The using directive for 'Microsoft.Extensions.Logging' appeared previously in this namespace [/Users/runner/work/blockcore-features/blockcore-features/Blockcore.Features.Airdrop/Blockcore.Features.Airdrop.csproj]
|
buildAndUnitTest (macos-latest):
Blockcore.Features.Airdrop/Snapshot.cs#L1
The variable 'count' is assigned but its value is never used [/Users/runner/work/blockcore-features/blockcore-features/Blockcore.Features.Airdrop/Blockcore.Features.Airdrop.csproj]
|
buildAndUnitTest (macos-latest):
Blockcore.Features.BlockExplorer/BlockExplorerFeature.cs#L1
The using directive for 'System.Text' appeared previously in this namespace [/Users/runner/work/blockcore-features/blockcore-features/Blockcore.Features.BlockExplorer/Blockcore.Features.BlockExplorer.csproj]
|
buildAndUnitTest (macos-latest):
Blockcore.Features.BlockExplorer/Controllers/TransactionStoreController.cs#L1
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. [/Users/runner/work/blockcore-features/blockcore-features/Blockcore.Features.BlockExplorer/Blockcore.Features.BlockExplorer.csproj]
|
buildAndUnitTest (macos-latest):
Blockcore.Features.BlockExplorer/Controllers/TransactionStoreController.cs#L1
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. [/Users/runner/work/blockcore-features/blockcore-features/Blockcore.Features.BlockExplorer/Blockcore.Features.BlockExplorer.csproj]
|
buildAndUnitTest (macos-latest):
Blockcore.Features.BlockExplorer/Controllers/BlockExplorerController.cs#L1
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. [/Users/runner/work/blockcore-features/blockcore-features/Blockcore.Features.BlockExplorer/Blockcore.Features.BlockExplorer.csproj]
|
buildAndUnitTest (macos-latest):
Blockcore.Features.BlockExplorer/Controllers/BlockExplorerController.cs#L1
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. [/Users/runner/work/blockcore-features/blockcore-features/Blockcore.Features.BlockExplorer/Blockcore.Features.BlockExplorer.csproj]
|
buildAndUnitTest (macos-latest):
Blockcore.Features.BlockExplorer/Controllers/BlockExplorerController.cs#L1
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. [/Users/runner/work/blockcore-features/blockcore-features/Blockcore.Features.BlockExplorer/Blockcore.Features.BlockExplorer.csproj]
|
buildAndUnitTest (windows-latest)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v2, actions/setup-dotnet@v1, actions/setup-node@v1. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
buildAndUnitTest (windows-latest)
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/setup-dotnet@v1, actions/setup-node@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|