This is an automated email from the ASF dual-hosted git repository.
nightowl888 pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/lucenenet.git.
from 93cd1e9 BREAKING: Removed (more) unnecessary nullable value types
(see #574 and #581) (#583)
new 8ae11fd Lucene.Net.Util.RandomizedContext: Use an underscore to
prefix the property name to hide it from Test Explorer
new afc94c6 Lucene.Net.TestFramework: Changed RandomSeedAttribute to
accept a string and adjusted LuceneRandomSeedInitializer to ignore any value
after a colon, to allow future strings to have multiple seed values (as Lucene
does) without breaking compatibility.
The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
.../Support/Util/LuceneRandomSeedInitializer.cs | 71 ++++++++++++++--------
.../Support/Util/RandomSeedAttribute.cs | 19 ++----
.../Support/Util/RandomizedContext.cs | 3 +-
.../Util/LuceneTestCase.cs | 2 +-
4 files changed, 56 insertions(+), 39 deletions(-)