Rename BuiltInTools dir to Dotnet.Watch#53159
Merged
tmat merged 2 commits intodotnet:release/10.0.3xxfrom Feb 25, 2026
Merged
Conversation
Member
Author
Contributor
There was a problem hiding this comment.
Pull request overview
This PR renames the src/BuiltInTools directory to src/Dotnet.Watch, consolidating all dotnet-watch related code under a single, more descriptive directory name. This is a large-scale refactoring that updates project references, solution filters, and documentation to reflect the new directory structure.
Changes:
- Renamed
src/BuiltInToolsdirectory tosrc/Dotnet.Watch - Updated all project references from
BuiltInToolstoDotnet.Watchacross test and source projects - Updated solution filters, CODEOWNERS, and documentation to reference the new path
Reviewed changes
Copilot reviewed 16 out of 223 changed files in this pull request and generated no comments.
Show a summary per file
| File | Description |
|---|---|
| test/dotnet-watch.Tests/dotnet-watch.Tests.csproj | Updated ProjectReference paths from BuiltInTools to Dotnet.Watch |
| test/Microsoft.WebTools.AspireService.Tests/Microsoft.WebTools.AspireService.Tests.csproj | Updated Import path to Dotnet.Watch |
| test/Microsoft.Extensions.DotNetDeltaApplier.Tests/Microsoft.Extensions.DotNetDeltaApplier.Tests.csproj | Updated ProjectReference and Import paths |
| test/Microsoft.DotNet.HotReload.Watch.Aspire.Tests/Microsoft.DotNet.HotReload.Watch.Aspire.Tests.csproj | Updated ProjectReference and Import paths |
| test/Microsoft.DotNet.HotReload.Test.Utilities/Microsoft.DotNet.HotReload.Test.Utilities.csproj | Updated ProjectReference path |
| test/Microsoft.DotNet.HotReload.Client.Tests/Microsoft.DotNet.HotReload.Client.Tests.csproj | Updated three Import paths |
| test/Microsoft.AspNetCore.Watch.BrowserRefresh.Tests/Microsoft.AspNetCore.Watch.BrowserRefresh.Tests.csproj | Updated ProjectReference path |
| src/WasmSdk/Tasks/Microsoft.NET.Sdk.WebAssembly.Tasks.csproj | Updated ProjectReference path |
| src/Layout/redist/redist.csproj | Updated ProjectReference path |
| src/Dotnet.Watch/* (many files) | All new files under the renamed directory containing moved source code |
| src/Dotnet.Watch/dotnet-watch.slnf | Updated solution filter with new paths |
| source-build.slnf | Updated project paths for source build |
| cli.slnf | Updated project path |
| CODEOWNERS | Updated ownership paths |
| eng/dotnet-format/validate.rsp | Updated validation path |
| documentation/specs/dotnet-watch-for-maui.md | Updated documentation reference |
MichaelSimons
approved these changes
Feb 25, 2026
Co-authored-by: Michael Simons <msimons@microsoft.com>
maraf
approved these changes
Feb 25, 2026
Member
Author
|
/ba-g Known Linux failure. |
This was referenced Feb 26, 2026
This was referenced Mar 11, 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.
After moving dotnet-format to its own directory, the only remaining projects under BuiltInTools are dotnet-watch related.