Conversation
- Build/test on PRs to master (net8.0, net9.0, net10.0) - Codecov coverage upload, CodeQL security scan - Pack both Tharga.Toolkit and Tharga.Toolkit.Standard - Stable release on push to master (NuGet + GitHub Release) - Pre-release on PR via prerelease environment (manual approval) - MAJOR_MINOR=1.15, patch auto-incremented from git tags Based on Tharga.Mcp's workflow (post prerelease-version-fix).
|
You are seeing this message because GitHub Code Scanning has recently been set up for this repository, or this pull request contains the workflow file for the Code Scanning tool. What Enabling Code Scanning Means:
For more information about GitHub Code Scanning, check out the documentation. |
- HashString.Value now uses the new keyword to explicitly hide Hash.Value (CS0108) - Suppress xUnit1051 in test projects (TestContext.Current.CancellationToken guidance is test-only style; not blocking CI) Build now produces 0 warnings (was 38+, exceeding the CI threshold of 15).
Tharga.Test.Toolkit's GetStandardAssembliesToIgnore() doesn't include System.Runtime when running on Linux/.NET 10 (it does locally on Windows). Following the existing pattern of manually appending "mscorlib", add "System.Runtime" to the allowlist.
The .NET 10 runtime surfaces different framework assemblies (System.Runtime, System.Threading, ...) as transitive references depending on environment. Filter the entire System.* namespace rather than listing each one individually.
Welcome to Codecov 🎉Once you merge this PR into your default branch, you're all set! Codecov will compare coverage reports and display results in all future pull requests. ℹ️ You can also turn on project coverage checks and project coverage reporting on Pull Request comment Thanks for integrating Codecov - We've got you covered ☂️ |
|
Released as v1.15.23 — https://github.com/Tharga/Toolkit/releases/tag/1.15.23 |
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
ci:add GitHub Actions workflow (build.yml) for build, test, and NuGet publishMAJOR_MINOR: '1.15'— first auto-version will be1.15.0Tharga.ToolkitandTharga.Toolkit.Standardreleaseenvironment)prereleaseenvironment (manual approval)Test plan
1.15.0to NuGet1.15.0-pre.N(gated byprereleaseenvironment approval)Notes
03-github-actions-ci)plans/Mcp/done/prerelease-version-fix.mdshould now drop "Toolkit" from its set