Skip to content

dotnet/vscode-dotnet-runtime

Folders and files

NameName
Last commit message
Last commit date

Latest commit

0103949 · Feb 12, 2025
Oct 7, 2024
Nov 23, 2023
Sep 11, 2024
Jan 15, 2025
Feb 7, 2020
Aug 12, 2024
Aug 12, 2024
Feb 7, 2025
Feb 12, 2025
Aug 12, 2024
Feb 12, 2025
Feb 11, 2025
Feb 11, 2025
Sep 11, 2024
May 7, 2019
Jan 29, 2025
Jul 14, 2022
Sep 11, 2024
Feb 7, 2025
Jan 29, 2025
Apr 2, 2020
Mar 20, 2023
Aug 21, 2019
Aug 22, 2019
May 28, 2024
Feb 17, 2021
Oct 3, 2023
Jun 18, 2024
May 8, 2019
Aug 12, 2024
Jan 6, 2025
Oct 3, 2023
Aug 12, 2024
Jan 20, 2024
Jan 23, 2024
Aug 12, 2024
Feb 11, 2025
Jan 29, 2025
Nov 5, 2019
Sep 11, 2024
Jan 6, 2025
Sep 11, 2024
Sep 30, 2024
Feb 11, 2025

Repository files navigation

.NET Runtime and SDK Installation Tools

This repo contains two VS Code extensions, vscode-dotnet-runtime and vscode-dotnet-sdk. The vscode-dotnet-runtime can be used to install the .NET runtime and is meant to be leveraged by other extensions which depend on the runtime. The vscode-dotnet-sdk is a special install for internal features and not designed to be used by other extensions because it will conflict with existing SDK installations on the users machine.

Contributing to Repository

Looking for something to work on? The list of up-for-grabs issues is a great place to start.

Please read the following documents to get started.

This project has adopted the code of conduct defined by the Contributor Covenant to clarify expected behavior in our community. For more information, see the .NET Foundation Code of Conduct.

Building

Requirements

  • Node.js + npm
  • VSCode

Running the sample

  1. Run the build script at the root of the repo (build.sh or build.cmd).
  2. Open the repo's workspace in VSCode
  3. Run the Run Sample Extension configuration in VSCode
  4. In the launched experimental instance open the command pallete and run the Sample: Run a dynamically acquired .NET Core Hello World App.

.NET Foundation

.NET Core for VSCode is a .NET Foundation project.

See the .NET home repo to find other .NET-related projects.

License

.NET Core (including this repo) is licensed under the MIT license.