refactor: rebrand MyAutoMapper -> SmAutoMapper (PR #2 of 1.1.0 cleanup)#2
Merged
Conversation
…oMapper.WebApiSample
…toMapper.DynamicHolders
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
PR #2 of the SmAutoMapper 1.1.0 cleanup release. Pure rebrand from
MyAutoMapper→SmAutoMapperacross the whole tree — directories, csproj files, namespaces, dynamic assembly name, docs, and CI workflow path. No behavior changes.github.com/tdav/MyAutoMapper) intentionally preserved (repo rename is out of scope)SmAutoMapper(matches existing 1.0.x)Changes
src/MyAutoMapper/→src/SmAutoMapper/tests/MyAutoMapper.*→tests/SmAutoMapper.*samples/MyAutoMapper.WebApiSample→samples/SmAutoMapper.WebApiSampleSmAutoMapperSol.slnxproject paths updated<InternalsVisibleTo>fixed toSmAutoMapper.UnitTests.csfiles + all test.csfilesClosureHolderFactory.cs→SmAutoMapper.DynamicHoldersMyAutoMapper()/MyAutoMapper_Configure()→SmAutoMapper*(README table already showed SmAutoMapper rows from PR PR #1: CI gate + SourceLink + housekeeping (1.1.0) #1).github/workflows/publish.ymlpack path updatedlaunchSettings.jsonprofile key updatedVerification
grep -rn MyAutoMapper src tests samples --include=*.cs --include=*.csproj→ only allowed repo URL matches in library csprojgrep -rn MyAutoMapper .github samples --include=*.yml --include=*.json→ emptydotnet build -c Release→ 0 warnings, 0 errorsdotnet test -c Release --no-build→ 53 UnitTests + 10 IntegrationTests pass (1 known skip)c22afcb)Plan Reference
docs/superpowers/plans/2026-04-17-smautomapper-1.1.0-cleanup.md— PR #2 section (Tasks 2.1-2.10) plus follow-up Task 2.11 (benchmark method names).Next: PR #3 API cleanup with
[Obsolete]on soft-deprecated symbols.