Commits
Graph
Commit
Pull Request
Status
More actions
BREAKING: De-nest AttributeSource.AttributeFactory, #1145 (#1147)
a0578d6e
PI
Paul Irwin
succeeded
Remove adjust logic in MMapDirectory, #1090 (#1138)
52ee6bb7
PI
Paul Irwin
BREAKING: Move CrankyTokenFilter to Lucene.Net.Analysis namespace (#1149)
3729d321
NP
Nehan Khan Pathan
Overhaul TokenStream ICloseable/IDisposable Patterns, #271 (#1058)
2f20ae1c
PI
Paul Irwin
Remove unused private members, #669 (#1139)
a96e768d
PI
Paul Irwin
Remove unnecessary use of NoInlining and add traceability for valid uses, #931 (#1134)
54505e89
PI
Paul Irwin
Fix failing tests when local time zone has DST, #1133 (#1137)
690b175c
PI
Paul Irwin
Reduce Powershell build output noise (#1136)
4c19e5dd
PI
Paul Irwin
Fix LimitedConcurrencyLevelTaskScheduler timing-dependent tests, #1123 (#1131)
4d178194
PI
Paul Irwin
Add Support unit tests for ConcurrentSet (#1129)
77a661d1
PI
Paul Irwin
Add support unit tests for ConcurrentHashSet, #1117 (#1128)
6b161d96
PI
Paul Irwin
Add Support unit tests for CollectionExtensions, #1115 (#1122)
74019686
PI
Paul Irwin
Added RepeatAttribute that is aware of RandomizedContext (#1125)
fa630dab
SS
Shad Storhaug
Add unit tests for LimitedConcurrencyLevelTaskScheduler, #1110 (#1119)
b1d309fc
PI
Paul Irwin
Add unit tests for ExceptionExtensions, #1112 (#1120)
5007427f
PI
Paul Irwin
Add unit tests for StreamExtensions, #1105 (#1109)
6af97081
PI
Paul Irwin
BREAKING: Remove SystemConsole class, #920, #936 (#1113)
ab73b083
PI
Paul Irwin
Lucene.Net.Util.Events.TestPubSubEvent::CanAddSubscriptionWhileEventIsFiringNonGeneric(): Added [Ignore] attribute, as this only applies prior to .NET Standard 2.1 and was an inherited problem from Pr
4acbde30
SS
Shad Storhaug
PERFORMANCE: Lucene.Net.Replicator.LocalReplicator.ReplicationSession: Use J2N.Collections.Dictionary<TKey, TValue> to allow deleting while iterating forward prior to .NET Core (fixes #1070). (#1108)
2a0c9749
SS
Shad Storhaug
Fix TestBufferedCharFilter.Test_Ready failing test, #1102 (#1104)
013f962c
PI
Paul Irwin
SWEEP: Make private/internal fields readonly where possible, #661 (#1103)
728d5557
PI
Paul Irwin
SWEEP: PrintStackTrace cleanup, #932 (#1101)
5374caac
PI
Paul Irwin
Added DisposeAfterSuite/DisposeAfterTest feature to test framework (#1096)
dcfa0e2f
SS
Shad Storhaug
Remove unnecessary NoInlining, #931 (#1099)
84b7c603
PI
Paul Irwin
IDisposable Pattern Cleanup and fix TestDictionary.TestResourceCleanup, #265 (#1095)
ad5d70a3
PI
Paul Irwin
Use DecoderFallback.ExceptionFallback to match Java's CodingErrorAction.REPORT, #1076 (#1089)
4bf492c3
PI
Paul Irwin
Add some Support unit tests, #920 (#1093)
24fb64bc
PI
Paul Irwin
Finish [SuppressTempFileChecks] attribute functionality, #898 (#1084)
c3b68968
PI
Paul Irwin
Lucene.Net.TestFramework: Improved error handling and test reporting (#1092)
a9f7d306
SS
Shad Storhaug
Replace typeof(X).Name with nameof(X) #1077 (#1091)
c2583f0a
M
manognyab
Fix failing QueryParser Flexible tests due to zh-Hant-TW culture bug, #846 (#1078)
705a2888
PI
Paul Irwin
BREAKING: Use BOM-less UTF-8 encoding for writes, #1027 (#1075)
12b8941f
PI
Paul Irwin
Use full test name in NUnit tests, #923 (#1086)
8f5f4211
PI
Paul Irwin
SWEEP: Replace IndexOutOfRangeException with ArgumentOutOfRangeException except for indexer use, #1023 (#1083)
dbc602c7
PI
Paul Irwin
SWEEP: Use pattern matching, #667 (#1082)
d95a40b5
PI
Paul Irwin
Simplify IndexReader constructor, #919 (#1081)
47adc07d
PI
Paul Irwin
Dispose of some disposables, #265, #615 (#1074)
d96dc9e2
PI
Paul Irwin
Port Packed Producing Python Programs, #1008 (#1067)
85c01412
PI
Paul Irwin
Replace SetOnce Get/Set with Value, #1069 (#1071)
e40a5201
PI
Paul Irwin
SWEEP: Add unchecked to GetHashCode, #1065 (#1068)
a739a80c
PI
Paul Irwin
Convert Lucene volatile long/double values to Atomic counterparts, #1063 (#1064)
7cfc4c34
PI
Paul Irwin
SWEEP: Make anonymous class members default to private instead of internal, #715 (#1061)
f7038ba6
PI
Paul Irwin
Add operator overrides for public IComparable types, #683 (#1056)
3d489a6d
PI
Paul Irwin
Run tests on .NET 9, #1019 (#1052)
9c88340c
PI
Paul Irwin
Fix overflow in ByteBlockPool, #1003 (#1055)
d597a5f3
PI
Paul Irwin
succeeded
IAttribute and ICharTermAttribute method changes, #1038 (#1049)
5b7d0ac1
PI
Paul Irwin
Fix intermittent failed TestMaxClauseLimitations tests, #1050 (#1054)
d1386d58
PI
Paul Irwin
SWEEP: Rename BeforeClass/AfterClass to OneTimeSetUp/OneTimeTearDown, #1016 (#1051)
abe75de1
PI
Paul Irwin
Expressions.JS: Bitwise left shift bugfixes, #1034 (#1048)
e9c865ca
PI
Paul Irwin
Use upload-artifacts@4 GitHub action task, #1046 (#1047)
6d62a576
PI
Paul Irwin