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 ada899027 Removed .NET Core 3.1 tests and lucene-cli support for it.
(#735)
new 4166765d3
Lucene.Net.Support.IO.FileSupport::GetFileIOExceptionHResult(): Avoid
Path.GetTempFileName() because it is not secure.
https://rules.sonarsource.com/csharp/RSPEC-5445
new c076e40b1 Lucene.Net.Search.Suggest.Fst.ExternalRefSorter: Changed
temp path generation to use FileSupport.CreateTempFile() with named prefix and
extension because it more closely matches Lucene and makes the files more
easily identifiable.
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:
src/Lucene.Net.Suggest/Suggest/Fst/ExternalRefSorter.cs | 7 ++++---
src/Lucene.Net/Support/IO/FileSupport.cs | 2 +-
2 files changed, 5 insertions(+), 4 deletions(-)