Adds support for publishing nuget packages#55
Merged
kommundsen merged 8 commits intomainfrom Apr 6, 2026
Merged
Conversation
- Supersedes ADR-0023 (separate Conjecture.Analyzers package) - Analyzers, code fixes, and generator ship inside Core.nupkg via ProjectReference with ReferenceOutputAssembly="false" OutputItemType="Analyzer" - Adds Phase 7 implementation plan for release infrastructure (v0.6.0-alpha.1)
Adds MinVer PackageReference to the packable ItemGroup in Directory.Build.props so tag-based versioning takes effect for all NuGet packages. Without this, MSBuild's default fallback of 1.0.0 was used.
Adds Microsoft.SourceLink.GitHub to Directory.Build.props so all NuGet packages embed source links for IDE source-stepping. Sets ContinuousIntegrationBuild conditionally on CI=true for reproducible builds.
Sets authors, repository URL, tags, and readme file in Directory.Build.props so all packages carry consistent metadata. Falls back to the root README.md for packages that don't define their own.
Each packable project now has a Description and a README.md with install instructions and a minimal usage example, bundled into the NuGet package.
…ckage Adds ProjectReferences with ReferenceOutputAssembly=false so the three analyzer DLLs land in analyzers/dotnet/cs/ of the Core nupkg (ADR-0038). Rotates AnalyzerReleases.Unshipped.md to Shipped under Release 0.6.0.
Tag-triggered (v*) pipeline that builds, tests, packs, pushes to NuGet with --skip-duplicate, and creates a pre-release GitHub Release with auto-generated notes. MinVer requires fetch-depth: 0.
Moves all unshipped API declarations to Shipped.txt across Core, Xunit, Xunit.V3, NUnit, and MSTest. Unshipped files reset to header-only.
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.
Description
Type of change
Checklist
dotnet test src/passes.editorconfigcode style