Dervied from dotnet/AspNetCore.Docs#35674
Original Page URL
https://learn.microsoft.com/en-us/aspnet/core/fundamentals/dotnet-scaffold-telemetry?view=aspnetcore-9.0
Original Content source URL
https://github.com/dotnet/AspNetCore.Docs/blob/main/aspnetcore/fundamentals/dotnet-scaffold-telemetry.md
The dotnet scaffold tool isn't part of ASP.NET Core, but one of its articles were created at one time in the aspnetcore.doc repo. That article should move out of AspNetCore.Docs and into the dotnet/docs repo (learn.microsoft.com/dotnet), where the other .NET CLI tool telemetry docs live.
Recommended destination
docs/core/tools/dotnet-scaffold-telemetry.md
This places it directly alongside the .NET SDK and .NET CLI telemetry article, which this article already cross-links to. All the dotnet CLI docs live in that core/tools folder.
Would sit next to: .NET SDK and .NET CLI telemetry
Page URL: https://learn.microsoft.com/dotnet/core/tools/telemetry
Source: https://github.com/dotnet/docs/blob/main/docs/core/tools/telemetry.md
Folder: https://github.com/dotnet/docs/tree/main/docs/core/tools
Precedent
dotnet/docs already has an established pattern for a single .NET tool documenting its own telemetry opt-out and data points — the Upgrade Assistant telemetry article. It's the closest structural analog to follow:
Page URL: https://learn.microsoft.com/dotnet/core/porting/upgrade-assistant-telemetry
Source: https://github.com/dotnet/docs/blob/main/docs/core/porting/upgrade-assistant-telemetry.md
Suggested move steps
- Recreate the article at docs/core/tools/dotnet-scaffold-telemetry.md in dotnet/docs.
- Update the uid (from fundamentals/dotnet-scaffold-telemetry to core/tools/dotnet-scaffold-telemetry) and add it to the core/tools TOC.
- Add a redirect from the old ASP.NET Core URL (/aspnet/core/fundamentals/dotnet-scaffold-telemetry) to the new location, then remove the source file from AspNetCore.Docs.
Re: danroth27's earlier question in Blazor tutorial (dotnet/AspNetCore.Docs#34904): to avoid proliferating links to the current (soon-to-be-old) location, references from the should point to the new dotnet/docs URL once the move lands.
Dervied from dotnet/AspNetCore.Docs#35674
Original Page URL
https://learn.microsoft.com/en-us/aspnet/core/fundamentals/dotnet-scaffold-telemetry?view=aspnetcore-9.0
Original Content source URL
https://github.com/dotnet/AspNetCore.Docs/blob/main/aspnetcore/fundamentals/dotnet-scaffold-telemetry.md
The dotnet scaffold tool isn't part of ASP.NET Core, but one of its articles were created at one time in the aspnetcore.doc repo. That article should move out of AspNetCore.Docs and into the dotnet/docs repo (learn.microsoft.com/dotnet), where the other .NET CLI tool telemetry docs live.
Recommended destination
docs/core/tools/dotnet-scaffold-telemetry.md
This places it directly alongside the .NET SDK and .NET CLI telemetry article, which this article already cross-links to. All the dotnet CLI docs live in that core/tools folder.
Would sit next to: .NET SDK and .NET CLI telemetry
Page URL: https://learn.microsoft.com/dotnet/core/tools/telemetry
Source: https://github.com/dotnet/docs/blob/main/docs/core/tools/telemetry.md
Folder: https://github.com/dotnet/docs/tree/main/docs/core/tools
Precedent
dotnet/docs already has an established pattern for a single .NET tool documenting its own telemetry opt-out and data points — the Upgrade Assistant telemetry article. It's the closest structural analog to follow:
Page URL: https://learn.microsoft.com/dotnet/core/porting/upgrade-assistant-telemetry
Source: https://github.com/dotnet/docs/blob/main/docs/core/porting/upgrade-assistant-telemetry.md
Suggested move steps
Re: danroth27's earlier question in Blazor tutorial (dotnet/AspNetCore.Docs#34904): to avoid proliferating links to the current (soon-to-be-old) location, references from the should point to the new dotnet/docs URL once the move lands.