VSCode extension for acquiring .NET Core Tooling
Перейти к файлу
Noah Gilson 7d1e542b91 Update dependencies 2024-02-05 12:45:31 -08:00
.devcontainer
.github/ISSUE_TEMPLATE Clean up text for issue templates 2023-11-22 16:45:52 -08:00
.vscode begin to add code to spawn a remaining sudo process 2024-01-08 16:47:18 -08:00
Documentation Provide a link showing VS Code's support policy instead of being negative about it 2024-02-01 15:46:46 -08:00
images
sample Implement recommended version linux code for API callers to suggest an in support version for that distro 2024-01-31 14:33:01 -08:00
vscode-dotnet-runtime-extension Update dependencies 2024-02-05 12:45:31 -08:00
vscode-dotnet-runtime-library Merge RHEL test change with api change 2024-02-05 12:41:38 -08:00
vscode-dotnet-sdk-extension Implement recommended version linux code for API callers to suggest an in support version for that distro 2024-01-31 14:33:01 -08:00
.gitattributes
.gitignore Update gitignore to ignore .d.ts and .js.map and .js files as they can be created on build and are bloat 2023-05-31 10:05:56 -07:00
.npmrc Remediate npm configuration issues 2022-07-14 15:34:55 -07:00
.vscodeignore Moving .vscodeignore to top level 2021-02-04 09:32:09 -08:00
CODE-OF-CONDUCT.md
CODE_OWNERS.txt Update code owners to represent the team instead of someone who no longer works on the ext 2023-03-20 14:37:16 -07:00
CONTRIBUTING.md
LICENSE.txt
README.md Renaming SDK extension to .NET Education Bundle SDK Install Tool 2021-02-17 15:47:34 -08:00
SUPPORT.md Create SUPPORT.md 2023-10-03 07:55:49 -07:00
THIRD-PARTY-NOTICES.txt
azure-pipelines.yml Move continue on error to the correct position 2023-09-20 13:58:41 -07:00
build.cmd
build.ps1 Remove 'nornt' option to skip building runtime' 2023-08-14 09:40:19 -07:00
build.sh Remove 'nornt' option to skip building runtime' 2023-08-14 09:40:19 -07:00
dependency-verifier.py Merge remote-tracking branch 'upstream/main' into nagilson-global-sdk-install 2023-10-02 17:00:54 -07:00
mock-webpack.ps1 webpack install scripts for library code 2024-01-19 16:49:38 -08:00
mock-webpack.sh Dont create install script folder as it should be managed by the extension 2024-01-23 11:08:40 -08:00
package-lock.json Merge remote-tracking branch 'upstream/main' into nagilson-global-sdk-install 2023-10-02 17:00:54 -07:00
package.json Merge remote-tracking branch 'upstream/main' into nagilson-global-sdk-install 2023-10-02 17:00:54 -07:00
test.cmd
test.ps1 Add channel version support 2023-04-06 15:19:21 -07:00
test.sh Switch to `npm ci` 2022-07-15 17:02:26 -05:00
tslint.json
vscode-dotnet-runtime.code-workspace Combining SDK extension and uninstall script webpack 2021-02-22 11:38:22 -08:00
yarn.lock Merge remote-tracking branch 'upstream/main' into nagilson-global-sdk-install 2023-10-02 17:00:54 -07:00

README.md

.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.