Fix concurrent-extension race in MMapDirectory.Map, #1090 #941
Annotations
10 warnings
|
src/Lucene.Net.Tests.Replicator/ReplicatorTestCase.cs#L88
'WebHostBuilder' is obsolete: 'WebHostBuilder is deprecated in favor of HostBuilder and WebApplicationBuilder. For more information, visit https://aka.ms/aspnet/deprecate/004.' (https://aka.ms/aspnet/deprecate/004)
|
|
src/Lucene.Net.TestFramework/Analysis/MockCharFilter.cs#L106
'SortedDictionary<int, int>.TryGetPredecessor(int, out KeyValuePair<int, int>)' is obsolete: 'Use TryGetPredecessor(TKey, out TKey, out TValue) or INavigableCollection<KeyValuePair<TKey, TValue>>.TryGetPredecessor(TKey, out KeyValuePair<TKey, TValue>) instead.'
|
|
src/Lucene.Net.Grouping/AbstractGroupFacetCollector.cs#L195
'SortedSet<AbstractGroupFacetCollector.FacetEntry>.Max' is obsolete: 'This property is deprecated because the name does not match the behavior in descending order views. Use TryGetLast(out T) instead.'
|
|
src/Lucene.Net.Grouping/AbstractGroupFacetCollector.cs#L187
'SortedSet<AbstractGroupFacetCollector.FacetEntry>.Max' is obsolete: 'This property is deprecated because the name does not match the behavior in descending order views. Use TryGetLast(out T) instead.'
|
|
src/Lucene.Net.Grouping/SearchGroup.cs#L426
'SortedSet<SearchGroup.MergedGroup<T>>.Min' is obsolete: 'This property is deprecated because the name does not match the behavior in descending order views. Use TryGetFirst(out T) instead.'
|
|
src/Lucene.Net.Grouping/SearchGroup.cs#L395
'SortedSet<SearchGroup.MergedGroup<T>>.Max' is obsolete: 'This property is deprecated because the name does not match the behavior in descending order views. Use TryGetLast(out T) instead.'
|
|
src/Lucene.Net/Util/Fst/Util.cs#L508
'SortedSet<Util.FSTPath<T>>.Min' is obsolete: 'This property is deprecated because the name does not match the behavior in descending order views. Use TryGetFirst(out T) instead.'
|
|
src/Lucene.Net/Util/Fst/Util.cs#L439
'SortedSet<Util.FSTPath<T>>.Max' is obsolete: 'This property is deprecated because the name does not match the behavior in descending order views. Use TryGetLast(out T) instead.'
|
|
src/Lucene.Net/Util/Fst/Util.cs#L396
'SortedSet<Util.FSTPath<T>>.Max' is obsolete: 'This property is deprecated because the name does not match the behavior in descending order views. Use TryGetLast(out T) instead.'
|
|
src/Lucene.Net/Codecs/Compressing/CompressingTermVectorsWriter.cs#L475
'SortedSet<int>.Max' is obsolete: 'This property is deprecated because the name does not match the behavior in descending order views. Use TryGetLast(out T) instead.'
|
The logs for this run have expired and are no longer available.
Loading