Skip to content

Change the .NET tool tutorial#52952

Draft
adegeo wants to merge 7 commits intomainfrom
adegeo/43983/tool
Draft

Change the .NET tool tutorial#52952
adegeo wants to merge 7 commits intomainfrom
adegeo/43983/tool

Conversation

@adegeo
Copy link
Copy Markdown
Contributor

@adegeo adegeo commented Apr 8, 2026

adegeo and others added 6 commits April 8, 2026 09:12
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Rename microsoft.botsay to �otsay across the three-part .NET
tool tutorial series to avoid teaching users to create packages with
reserved company name prefixes on NuGet.org.

- global-tools-how-to-create.md: rename project/folder/namespace/package
  references; add NOTE about avoiding company-owned NuGet prefixes
- global-tools-how-to-use.md: update all install/uninstall/dnx commands
  and output blocks
- local-tools-how-to-use.md: update folder, install, manifest JSON,
  output blocks, and tool list output

Fixes #43983

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Replace the novelty `botsay` ASCII robot tool with `dotnet-env`, a
practical tool that reports .NET runtime info, OS details, and key
environment variable settings. Changes span the three-part tutorial
series and add proper snippet files.

- global-tools-how-to-create.md: replace all botsay code and prose
  with dotnet-env implementation; add snippet reference via :::code:::;
  add verified dotnet run output block
- global-tools-how-to-use.md: update all install/uninstall/dnx
  commands; fix "may" → "might"; fix "Nuget.org" → "NuGet.org"
- local-tools-how-to-use.md: update all commands, manifest JSON,
  output blocks; remove stale .NET Core 2.1 prerequisite
- snippets/global-tools-how-to-create/csharp/Program.cs: new snippet
  file with four region markers (full-program, main-method,
  show-info-method, using-directives)
- snippets/global-tools-how-to-create/csharp/dotnet-env.csproj: new
  project file for snippet verification

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
- Update all 'applies to' banners from .NET Core 2.1/.NET Core 3.0 to .NET 8
- Update prerequisites link and prose from .NET SDK 6.0 to .NET 8
- Update dotnet new -f flag from net6.0 to net8.0
- Update multi-target example from net8.0;net6.0 to net9.0;net8.0
- Update sample output Runtime section from 6.0.36 to 8.0.14
- Update project file TargetFramework from net6.0 to net8.0 in both article and snippet

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
- dotnet new command: -f net8.0 -> -f net10.0
- Prerequisites: link and prose updated to .NET SDK 10.0
- NOTE text: 'targets .NET 8' -> 'targets .NET 10'
- Multi-target example: net9.0;net8.0 -> net10.0;net8.0
- Project file XML in prose: net8.0 -> net10.0
- Sample output: updated to real .NET 10.0.4 / win-x64 output (verified via dotnet run)
- Snippet .csproj: net8.0 -> net10.0
- Minimum requirement ('applies to' banner and historical notes) unchanged

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Tutorials should not create company. apps

1 participant