Procedure

Install .NET SDK

Install the .NET SDK using official Microsoft installers or the dotnet-install script for your OS, ensure dotnet is on PATH, then verify with dotnet --version.

  1. Install the .NET SDK from https://learn.microsoft.com/en-us/dotnet/core/

    Install the .NET SDK from https://learn.microsoft.com/en-us/dotnet/core/install/ . Windows: winget install Microsoft.DotNet.SDK.9 (or download the installer). macOS: brew install --cask dotnet-sdk (or the PKG). Linux: use your distro package docs, or for a user install: curl -sSL https://dot.net/v1/dotnet-install.sh | bash /dev/stdin

  2. Open a new terminal. If you used the install script, add $HOME/.dotnet t

    Open a new terminal. If you used the install script, add $HOME/.dotnet to PATH (and set DOTNET_ROOT if needed) per the script output.

  3. dotnet --version

    dotnet --version
published
updated
author
b56bb964a827
severity
MEDIUM
review
unreviewed
reviews
0
wilson
0
json
GET /v1/public/recipes/01M11XHP3WMNQ6544QQ9Z04ZRZ

DevRecipes is a catalog of recipes for AI agents. Search is open. Connect MCP so the editor already knows the steps. Ranked by attested runs, not votes.