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 c70c0f4 Added NUnit.Extension.TeamCityEventListener NuGet package to
test projects.
new 0c4cba5 Upgraded to latest version of NUnit3TestAdapter, 3.13.0 from
3.8.0
new a4e796d Lucene.Net.Analysis.Analyzer: Implemented dispose pattern
new 9ca60db Lucene.Net.Benchmark.ByTask.Tasks.PerfTask: added IDisposable
so the class can be used with a using block (it already had Dispose())
new 9f85b4f Lucene.Net.Analysis.ICU.Collation: Added Dispose() to each
class that clones its own ICU Collator, as it contains unmanaged disposable
resources. Except for ICUCollationKeyFilter because IncrementToken() is called
after Dispose(). See LUCENENET-611.
new de6d153 Upgraded NUnit package dependency to 3.9.0
new ca726f6 build.ps1: Added function to summarize the test results on
the console
new 5fbf245 Lucene.Net.Tests.Replicator: Had a test hang on a build.bat
run, but unclear which test caused the hang and unable to easily repeat. Adding
the Timeout attribute to the assembly so in the event of another hang, we will
get a failed test.
The 7 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:
build/Dependencies.props | 4 +-
build/build.ps1 | 112 +++++++++++++++++++++
.../Collation/ICUCollationDocValuesField.cs | 9 +-
.../Collation/ICUCollationKeyFilter.cs | 3 +
.../Collation/ICUCollationKeyFilterFactory.cs | 17 +++-
.../ICUCollatedTermAttributeImpl.cs | 13 ++-
src/Lucene.Net.Benchmark/ByTask/Tasks/PerfTask.cs | 4 +-
.../Properties/AssemblyInfo.cs | 6 ++
src/Lucene.Net/Analysis/Analyzer.cs | 23 ++++-
9 files changed, 176 insertions(+), 15 deletions(-)