Use concrete ConcurrentHashSet instead of abstraction for performance #464
Annotations
3 errors and 2 warnings
Run dotnet build ./src/Lucene.Net.Tests.Replicator/Lucene.Net.Tests.Replicator.csproj --configuration Release --framework net472 /p:TestFrameworks=true:
src/Lucene.Net/Search/ReferenceManager.cs#L370
'ConcurrentHashSet<ReferenceManager.IRefreshListener>' does not contain a definition for 'Remove' and no accessible extension method 'Remove' accepting a first argument of type 'ConcurrentHashSet<ReferenceManager.IRefreshListener>' could be found (are you missing a using directive or an assembly reference?)
|
Run dotnet build ./src/Lucene.Net.Tests.Replicator/Lucene.Net.Tests.Replicator.csproj --configuration Release --framework net472 /p:TestFrameworks=true:
src/Lucene.Net/Search/ReferenceManager.cs#L370
'ConcurrentHashSet<ReferenceManager.IRefreshListener>' does not contain a definition for 'Remove' and no accessible extension method 'Remove' accepting a first argument of type 'ConcurrentHashSet<ReferenceManager.IRefreshListener>' could be found (are you missing a using directive or an assembly reference?)
|
|
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/
|
Upload a Build Artifact
No files were found with the provided path: D:\a\lucenenet\lucenenet/testresults_windows-latest_net472_x64_Release. No artifacts will be uploaded.
|
Loading