Scaffold .NET 8 class library with GitHub Packages publish workflow#1
Draft
kylemwhite with Copilot wants to merge 2 commits into
Draft
Scaffold .NET 8 class library with GitHub Packages publish workflow#1kylemwhite with Copilot wants to merge 2 commits into
kylemwhite with Copilot wants to merge 2 commits into
Conversation
Co-authored-by: kylemwhite <4984480+kylemwhite@users.noreply.github.com>
Copilot
AI
changed the title
[WIP] Add scaffolding for .NET class library and workflow
Scaffold .NET 8 class library with GitHub Packages publish workflow
Mar 14, 2026
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.
Adds the minimal repository scaffolding needed to build, pack, and publish a private NuGet package to GitHub Packages via GitHub Actions.
Added files
src/mdz-core/mdz-core.csproj— SDK-style .NET 8 class library placeholder.GeneratePackageOnBuild=false; version is injected at pack time via/p:Version=. Drop.cssource files intosrc/mdz-core/and updateAuthors/Companymetadata before first publish..github/workflows/publish.yml— CI/CD pipeline that triggers on push tomainor anyvX.Y.Ztag.Workflow steps
GITHUB_TOKEN; no nuget.org involvementvprefix from tag → semver; falls back to1.0.0on branch pushesReleaseconfig,/p:Version=override*Tests.csprojfound undersrc/ortests/out/--skip-duplicateprevents re-publish failures on the same versionOriginal prompt
📱 Kick off Copilot coding agent tasks wherever you are with GitHub Mobile, available on iOS and Android.