Target .NET 8, #928 #462
Annotations
4 warnings
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/setup-dotnet@v3, actions/upload-artifact@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
Run dotnet build ./src/Lucene.Net.Tests.Analysis.SmartCn/Lucene.Net.Tests.Analysis.SmartCn.csproj --configuration Release --framework net8.0 /p:TestFrameworks=true:
src/Lucene.Net/Store/NativeFSLockFactory.cs#L713
This call site is reachable on all platforms. 'FileStream.Lock(long, long)' is unsupported on: 'macOS/OSX'. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1416)
|
Run dotnet build ./src/Lucene.Net.Tests.Analysis.SmartCn/Lucene.Net.Tests.Analysis.SmartCn.csproj --configuration Release --framework net8.0 /p:TestFrameworks=true:
src/Lucene.Net/Store/NativeFSLockFactory.cs#L713
This call site is reachable on all platforms. 'FileStream.Lock(long, long)' is unsupported on: 'macOS/OSX'. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1416)
|
The following artifacts were uploaded using a version of actions/upload-artifact that is scheduled for deprecation: "testresults_ubuntu-22.04_net5.0_x64_Release", "testresults_ubuntu-22.04_net8.0_x64_Release", "testresults_windows-latest_net472_x64_Release", "testresults_windows-latest_net48_x64_Release", "testresults_windows-latest_net5.0_x64_Release", "testresults_windows-latest_net8.0_x64_Release".
Please update your workflow to use v4 of the artifact actions.
Learn more: https://github.blog/changelog/2024-04-16-deprecation-notice-v3-of-the-artifact-actions/
|
Loading