(#357, #361, #362) Update Cake to v5 and Update Target Frameworks#374
Merged
Conversation
Add .NET 9.0 to CI workflows, AppVeyor installation, and project target frameworks so repository builds and tests against the latest runtime. - Workflows: include 9.0.x in release-notes, build, and pre-release-notes matrixes and version setup steps. - AppVeyor: install dotnet-9.0-sdk and dotnet-9.0-runtime. - Projects: update TargetFrameworks in Cake.Codecov and test project to include net9.0 alongside existing net8.0, net7.0, and net6.0. This ensures compatibility with .NET 9 and keeps CI coverage up to date.
Remove .NET 7.0 from workflows, AppVeyor install, and project target lists. Update GitHub Actions (build, pre-release-notes, release-notes) to use 6.x, 8.x, and 9.x only and remove 7.0 entry. Simplify AppVeyor install to remove older SDKs and 7.0 SDK, keeping 6.0, 8.0, and 9.0 SDK/runtime. Trim TargetFrameworks in Cake.Codecov and tests to net9.0 and net8.0, dropping net7.0 and net6.0. These changes reduce CI matrix and align project targets with supported runtimes.
Update Cake.Contrib.Guidelines package from 1.5.1 to 1.6.1 to pick up the latest guidelines and analyzer improvements. This keeps the project dependencies current and benefits from potential bug fixes and new rules in the newer package version.
Bump Cake.Core and Cake.Testing to major version 5 to align the project with the latest Cake 5.x API and runtime. Also update the tests project to reference Cake.Testing 5.0.0. These changes prepare the codebase for Cake 5 compatibility, take advantage of bug fixes and improvements in the newer runtime, and prevent mismatched runtime/testkit versions.
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## develop #374 +/- ##
========================================
Coverage 96.37% 96.37%
========================================
Files 4 4
Lines 138 138
Branches 20 20
========================================
Hits 133 133
Misses 2 2
Partials 3 3 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
Contributor
|
Thank you for your contribution, if you haven't already then feel free to add yourself as a contributors through the all-contributors bot. See https://allcontributors.org/docs/en/bot/usage for more information. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
What changes
Notes
Related Issues