You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* feat: Added packages.lock.json
* ci: Add cache step
* Regenerate github workflows
* Rebuild packages.lock.json files with latest dependencies
* Exclude packages.lock.json from editorconfig checks
The packages.lock.json files are auto-generated by .NET and don't
include a final newline, causing the editorconfig checker to fail.
Since we can't control the format of these generated files, we
exclude them from the checks.
🤖 Generated with [Claude Code](https://claude.ai/code)
Co-Authored-By: Claude <noreply@anthropic.com>
* Revert "Rebuild packages.lock.json files with latest dependencies"
This reverts commit a022a27.
* Revert "feat: Added packages.lock.json"
This reverts commit 1f64653.
* .github/workflows/Generate-TestWorkflows.ps1: Removed step to set DOTNET_CLI_TELEMETRY_OPTOUT and DOTNET_NOLOGO actively and added them to the job directly. This step was taking 5-6 seconds just to set some variables.
* .github/workflows/Generate-TestWorflows.ps1: Removed cache step, but keep restore separate to determine how much time restore vs build takes
* Regenerated test workflows
* Directory.Build.props: Whitespace only commit to trigger build
* .github/workflows/Generate-TestWorkflows.ps1: Added --no-cache --force to restore as a temporary step to bust the old caching to get the build running
* Regenerated test workflows
* .github/workflows/Generate-TestWorkflows.ps1: Added missing TestFrameworks=true parameter on dotnet restore command. This is required to enable all target frameworks for tests.
* Regenerated test workflows
* .github/workflows/Generate-TestWorkflows.ps1: Added cache step with key based on all MSBuild files that manage package versions and references
* Regenerated test workflows
* .github/workflows/Generate-TestWorkflows.ps1: Set the NUGET_PACKAGES directory, since we use it for cache stability and the agent doesn't set it
* Regenerated test workflows
* Lucene.Net.Tests.AllProjects: Whitespace only change to test cache hit
* Lucene.Net.Tests.AllProjects: Whitespace only change to test cache miss
* Revert "Lucene.Net.Tests.AllProjects: Whitespace only change to test cache miss"
This reverts commit 6e02d03.
* Revert "Lucene.Net.Tests.AllProjects: Whitespace only change to test cache hit"
This reverts commit c5250b9.
* Revert "Directory.Build.props: Whitespace only commit to trigger build"
This reverts commit 60201c1.
* .github/workflows/sonar.yml: Updated to use the same cache key as other workflows that require dotnet restore
* .github/workflows/sonar.yml: Temporarily enable in PRs for testing purposes
* Lucene.Net.Expressions: Added private dependency on Antlr4.CodeGenerator, which contains a .jar file that Antlr4BuildTasks depends on.
* .github/workflows/sonar.yml: Added env.BUILD_FOR_ALL_TEST_TARGET_FRAMEWORKS to the cache key, restore, and build to ensure that all of the test target frameworks are included in the cache and scan
* .github/workflows/sonar.yml: Bumped action versions - setup-dotnet@v5, setup-java@v5, checkout@v5, cache@v4. Also changed shell to pwsh rather than powershell, where specified.
* .github/workflows/Generate-TestWorkflows.ps1: Added env.BUILD_FOR_ALL_TEST_TARGET_FRAMEWORKS to the cache key, restore, and build to ensure that all of the test target frameworks are inlcuded in the cache (or we get a separate cache)
* .github/workflows/Generate-TestWorkflows.ps1: Bumped action versions - setup-dotnet@v5, checkout@v5
* Regenerated test workflows
* Revert ".github/workflows/sonar.yml: Temporarily enable in PRs for testing purposes"
This reverts commit 3e77d68.
* Lucene.Net.Expressions.csproj: Exclude all assets from Antlr4.CodeGenerator. We are only after the .jar file.
* Lucene.Net.Expressions: Set the Antlr4ToolPath so Antlr4BuildTasks can find the jar file without including any assets from Antlr4.CodeGenerator.
* Lucene.Net.Expressions.csproj: Fixed .editorconfig rule violation
* .github/workflows/Generate-TestWorkflows.ps1: Added task to post test results to the GitHub Actions summary
* Regenerated test workflows
---------
Co-authored-by: Nikolaj Brask-Nielsen <nikolajgive@gmail.com>
Co-authored-by: Claude <noreply@anthropic.com>
Co-authored-by: Shad Storhaug <shad@shadstorhaug.com>
0 commit comments