Use concrete ConcurrentHashSet instead of abstraction for performance #426
Annotations
3 errors and 2 warnings
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?)
|
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/
|
|
This job failed
Loading