Skip to content

Rename C# source root to src#284

Merged
enaboapps merged 1 commit into
mainfrom
chore/dotnet-src-root-283
Jun 30, 2026
Merged

Rename C# source root to src#284
enaboapps merged 1 commit into
mainfrom
chore/dotnet-src-root-283

Conversation

@enaboapps

Copy link
Copy Markdown
Contributor

Summary

  • rename the C# source tree from src-dotnet/ to src/
  • update temporary npm wrappers and C# package scripts for the new source root
  • update ignored build output paths

Closes #283.

Validation

  • dotnet restore src/SwitchifyPc.sln
  • dotnet build src/SwitchifyPc.sln -c Release --no-restore
  • dotnet test src/SwitchifyPc.sln -c Release --no-build
  • npm run dotnet:package:win:stage
  • npm run dotnet:package:win:verify
  • rg -n src-dotnet . -g !src/**/bin/** -g !src/**/obj/**

@enaboapps enaboapps added this to the Release 0.2.0 milestone Jun 30, 2026
@enaboapps enaboapps merged commit 4cc09c2 into main Jun 30, 2026
1 check passed
@enaboapps enaboapps deleted the chore/dotnet-src-root-283 branch June 30, 2026 09:44
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.

Rename C# source root to src

2 participants