PR #1: CI gate + SourceLink + housekeeping (1.1.0)#1
Merged
Conversation
Brainstormed design for SmAutoMapper 1.1.0 covering all 6 critical and 4 medium-priority issues from the 2026-04-17 .NET review. Scope split across 6 sequential PRs: CI gate + SourceLink, rebrand to SmAutoMapper, API cleanup via [Obsolete], IL-compiled setters + benchmark, AOT/trimming attributes, and release. Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
Bite-sized TDD task breakdown across 6 PRs covering all 10 review findings (6 critical + 4 medium). Embedded spec coverage table maps each requirement to specific tasks.
58c7aec to
9a0a368
Compare
This was referenced Apr 17, 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.
Summary
Part 1/6 of the SmAutoMapper 1.1.0 cleanup release. Pure CI/build-infrastructure changes — no library code touched.
dotnet.ymlworkflow (referenced non-existentMyAutoMapper.csproj)ci.yml—restore → build -c Release → teston push/PR tomaster.nupkgartifacts from repo; tighten.gitignoreMicrosoft.SourceLink.GitHub 8.0.0,PrivateAssets=all)Deterministic=true,ContinuousIntegrationBuildon GitHub Actions).snupkg,IncludeSymbols=true,SymbolPackageFormat=snupkg)Build DependenciesSpec: 2026-04-17-smautomapper-1.1.0-cleanup-design.md
Plan: 2026-04-17-smautomapper-1.1.0-cleanup.md
Test plan
dotnet build -c Release— 0 errors, 0 warningsdotnet test -c Release --no-build— all 30 tests pass (24 unit + 6 integration)dotnet pack src/MyAutoMapper/SmAutoMapper.csproj -c Release— both.nupkgAND.snupkgproduced.nupkgfiles remain in the tree🤖 Generated with Claude Code