Conversation
Add .github/workflows/build.yml adapted from the Tharga.Crawler canonical reference. Configured for Reporter: - runs-on: windows-latest (System.Drawing.Common + Aspose.BarCode are Windows-runtime dependent) - MAJOR_MINOR=2.3 (continues stream from latest tag 2.3.3) - Test filter preserves AzDo's (Category!=Integration)&(Category!=TimeCritical) - Pack only Tharga.Reporter.csproj - Warning threshold 200 to accommodate existing CA1416 baseline Azure DevOps pipeline (azure-pipelines.yml + buildnumber.yml) is left in place until the new workflow is verified on master; it will be removed in a follow-up commit after AzDo is disabled.
Replaced by GitHub Actions workflow in 1b742fa. Disable the pipeline in the Azure DevOps project UI to stop scheduled runs.
Workflow validated locally and ready to run on master. Plan archived to $DOC_ROOT/Tharga/plans/Toolkit/Reporter/done/.
|
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. |
Tharga.Reporter is a Windows-only library by design (uses System.Drawing.Common, Aspose.BarCode, PdfSharp.MigraDoc.Standard with GDI+ rendering). The CA1416 platform analyzer flags every System.Drawing call site, producing ~150 warnings locally and ~300 in CI (build graph traversal duplicates per-target output). Adding CA1416 to <NoWarn> drops the count to 15 locally. Lower the workflow threshold from 200 to 100 so it remains meaningful.
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 v2.3.4 — https://github.com/Tharga/Reporter/releases/tag/2.3.4 |
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
.github/workflows/build.ymladapted from Tharga.Crawler reference (build, security/CodeQL, release, prerelease jobs); removeazure-pipelines.yml+buildnumber.yml.windows-latestrunner for build/security (System.Drawing.Common + Aspose.BarCode are Windows-runtime sensitive),shell: bashon script steps, warning threshold 200 (existing CA1416 baseline ~150),MAJOR_MINOR=2.3continuing the existing version stream, test filter(Category!=Integration)&(Category!=TimeCritical)preserved.develop.This is the migration PR. Going forward branches should be
feature/<name>→masteranddevelopcan be deleted after this merge.Required GitHub setup before merging
NUGET_API_KEYrepo secretreleaseandprereleaseenvironmentsTest plan
build,security,prereleasejobs successfully on this PR2.3.4-pre.1published to NuGet from this PRreleasejob and publishes2.3.4to NuGet + GitHub Releasedevelopbranch after merge