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 1a05007ed SWEEP: Reviewed to ensure we are consistently using
Arrays.Fill() instead of the (slower) Array.Clear() method or a for loop (ouch).
new e4f6f8d73 Added net7.0 tests and retargeted lucene-cli to net6.0 and
net7.0.
new 7bdc262b4 Fixed a couple of minor issues for net7.0 that were causing
test failures. These were basically bug fixes that weren't accounted for by our
tests.
new b1b0e03b4 azure-pipelines.yml: Added tests for net7.0
new 34c79d72b .github/workflows/Generate-TestWorkflows.ps1: Replaced
net6.0 tests with net7.0 tests
new a0adfae5a runbuild.ps1: Updated .NET SDK version
new b423f2b1f Lucene.Net.Tests.Store.TestRAMDirectory: Fixed teardown to
retry file deletion if they are locked by another process.
new b6cd6c0d0 .build/runbuild.ps1: Print the
SYSTEM_DEFAULTWORKINGDIRECTORY environment variable for debugging purposes
new 73aa0fbda README.md, lucene-cli/docs/index.md: Updated prerequisites
for lucene-cli and for building, which now requires Visual Studio 2022 and .NET
7 SDK.
The 8 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:
.../publish-test-results-for-test-projects.yml | 18 ++----
.build/azure-templates/run-tests-on-os.yml | 8 +++
.build/runbuild.ps1 | 5 +-
.github/workflows/Generate-TestWorkflows.ps1 | 23 ++++++--
.github/workflows/Lucene-Net-Tests-AllProjects.yml | 10 +++-
.../workflows/Lucene-Net-Tests-Analysis-Common.yml | 10 +++-
.../Lucene-Net-Tests-Analysis-Kuromoji.yml | 10 +++-
.../Lucene-Net-Tests-Analysis-Morfologik.yml | 10 +++-
.../Lucene-Net-Tests-Analysis-OpenNLP.yml | 8 ++-
.../Lucene-Net-Tests-Analysis-Phonetic.yml | 10 +++-
.../Lucene-Net-Tests-Analysis-SmartCn.yml | 10 +++-
.../Lucene-Net-Tests-Analysis-Stempel.yml | 10 +++-
.github/workflows/Lucene-Net-Tests-Benchmark.yml | 10 +++-
.../workflows/Lucene-Net-Tests-Classification.yml | 10 +++-
.github/workflows/Lucene-Net-Tests-Cli.yml | 10 +++-
.../workflows/Lucene-Net-Tests-CodeAnalysis.yml | 8 ++-
.github/workflows/Lucene-Net-Tests-Codecs.yml | 10 +++-
.github/workflows/Lucene-Net-Tests-Demo.yml | 10 +++-
.github/workflows/Lucene-Net-Tests-Expressions.yml | 10 +++-
.github/workflows/Lucene-Net-Tests-Facet.yml | 10 +++-
.github/workflows/Lucene-Net-Tests-Grouping.yml | 10 +++-
.github/workflows/Lucene-Net-Tests-Highlighter.yml | 10 +++-
.github/workflows/Lucene-Net-Tests-ICU.yml | 10 +++-
.github/workflows/Lucene-Net-Tests-Join.yml | 10 +++-
.github/workflows/Lucene-Net-Tests-Memory.yml | 10 +++-
.github/workflows/Lucene-Net-Tests-Misc.yml | 10 +++-
.github/workflows/Lucene-Net-Tests-Queries.yml | 10 +++-
.github/workflows/Lucene-Net-Tests-QueryParser.yml | 10 +++-
.github/workflows/Lucene-Net-Tests-Replicator.yml | 10 +++-
.github/workflows/Lucene-Net-Tests-Sandbox.yml | 10 +++-
.github/workflows/Lucene-Net-Tests-Spatial.yml | 10 +++-
.github/workflows/Lucene-Net-Tests-Suggest.yml | 10 +++-
...Net-Tests-TestFramework-DependencyInjection.yml | 10 +++-
.../workflows/Lucene-Net-Tests-TestFramework.yml | 10 +++-
.github/workflows/Lucene-Net-Tests-_A-D.yml | 10 +++-
.github/workflows/Lucene-Net-Tests-_E-I.yml | 10 +++-
.github/workflows/Lucene-Net-Tests-_I-J.yml | 10 +++-
.github/workflows/Lucene-Net-Tests-_J-S.yml | 10 +++-
.github/workflows/Lucene-Net-Tests-_T-Z.yml | 10 +++-
Directory.Build.targets | 26 ++++----
README.md | 12 ++--
TestTargetFramework.props | 5 +-
azure-pipelines.yml | 69 +++++++++++++++++++++-
.../Lucene.Net.Benchmark.csproj | 17 +-----
.../ExceptionHandling/ExceptionScanningTestCase.cs | 1 +
.../JS/TestCustomFunctions.cs | 7 ++-
.../Flexible/Standard/TestNumericQueryParser.cs | 2 +-
src/Lucene.Net.Tests/Store/TestRAMDirectory.cs | 32 +++++++++-
src/Lucene.Net/Lucene.Net.csproj | 9 ---
.../Lucene.Net.Tests.CodeAnalysis.csproj | 3 +
.../Lucene.Net.Tests.Cli.csproj | 8 +--
src/dotnet/tools/lucene-cli/docs/index.md | 2 +-
src/dotnet/tools/lucene-cli/lucene-cli.csproj | 5 +-
53 files changed, 452 insertions(+), 146 deletions(-)