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 cf259c918 fix: Aligned disposable patterns (#746)
new eb85c679d Lucene.Net.Analysis.Util.BufferedCharFilter: Use
UninterruptableMonitor for consistency (missed a couple)
new ceafc83ad Lucene.Net.Analysis.Util.BufferedCharFilter: Check for
CharFilter type inline
new dc2955699 Lucene.Net.Analysis.Util.BufferedCharFilter: Implemented
Peek() method. Added overrides for Span<T> and Memory<T> based methods to throw
NotSupportedException. Added doc comments.
The 3 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:
Directory.Build.targets | 6 +-
.../Analysis/Util/BufferedCharFilter.cs | 145 ++++++++++++++++++---
src/Lucene.Net/Support/IO/SafeTextWriterWrapper.cs | 2 +
3 files changed, 135 insertions(+), 18 deletions(-)