Skip to content

refactor: rename internal packages to NotoriousTest.Internal.*#66

Closed
Notorious-Coding wants to merge 1 commit into
developfrom
refactor/internal-packages
Closed

refactor: rename internal packages to NotoriousTest.Internal.*#66
Notorious-Coding wants to merge 1 commit into
developfrom
refactor/internal-packages

Conversation

@Notorious-Coding

Copy link
Copy Markdown
Owner

Summary

  • Renamed the four internal projects to NotoriousTest.Internal.* to clearly signal they are not intended for direct consumption
  • Made each project properly packable with IsPackable=true, PackageId, Description (prefixed with [Internal]), and GenerateDocumentationFile=true
Old New
NotoriousTest.Runtime NotoriousTest.Internal.Runtime
NotoriousTest.SqlLiteRegistry NotoriousTest.Internal.SqlLiteRegistry
NotoriousTest.TestSettings NotoriousTest.Internal.TestSettings
NotoriousTest.Watchdog NotoriousTest.Internal.Watchdog

AssemblyName and RootNamespace are preserved in each csproj so no source-level namespace changes are needed. All ProjectReference paths and solution files updated accordingly.

Test plan

  • Solution builds with 0 errors (dotnet build NotoriousTest.slnx)
  • Verify NuGet pack produces correct package IDs for the four internal packages

🤖 Generated with Claude Code

…ke them packable

Rename the four internal projects (Runtime, SqlLiteRegistry, TestSettings, Watchdog)
to the NotoriousTest.Internal.* namespace to clearly signal they are not meant for
direct consumption. Each project now has a proper PackageId, Description (prefixed
with [Internal]), IsPackable=true, and GenerateDocumentationFile=true.

AssemblyName and RootNamespace are preserved to avoid source-level breaking changes.
All ProjectReferences and solution files updated accordingly.

Co-Authored-By: Claude Sonnet 4.6 <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant