VSCode extension for acquiring .NET Core Tooling
Перейти к файлу
dependabot[bot] f422f81443
Bump get-func-name from 2.0.0 to 2.0.2 in /vscode-dotnet-runtime-library
Bumps [get-func-name](https://github.com/chaijs/get-func-name) from 2.0.0 to 2.0.2.
- [Release notes](https://github.com/chaijs/get-func-name/releases)
- [Commits](https://github.com/chaijs/get-func-name/commits/v2.0.2)

---
updated-dependencies:
- dependency-name: get-func-name
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-10-25 21:33:55 +00:00
.devcontainer Add ability to open repo in a remote container. 2019-05-08 22:31:44 -07:00
.github/ISSUE_TEMPLATE Add more whitespace to the issue template in hopes that it makes it clearer where users can type 2023-08-18 15:58:19 -07:00
.vscode Merge with Main 2023-10-03 11:48:17 -07:00
Documentation Merge remote-tracking branch 'upstream/main' into nagilson-global-sdk-install 2023-10-02 17:00:54 -07:00
images Updating branding, adding dev spec 2020-02-06 16:34:05 -08:00
sample Revert "Update vscode to match pipeline version" 2023-10-24 11:36:35 -07:00
vscode-dotnet-runtime-extension remove duplicated semicolon 2023-10-24 12:00:46 -07:00
vscode-dotnet-runtime-library Bump get-func-name from 2.0.0 to 2.0.2 in /vscode-dotnet-runtime-library 2023-10-25 21:33:55 +00:00
vscode-dotnet-sdk-extension Revert "Update vscode to match pipeline version" 2023-10-24 11:36:35 -07:00
.gitattributes More renames/organizations 2019-05-07 15:43:09 -07:00
.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 Link Code of Conduct 2020-04-02 14:29:24 -07:00
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 Update README.md and add additional documentation. 2019-08-21 14:28:49 -07:00
LICENSE.txt Add Microsoft to copyright in LICENSE.txt 2019-08-22 15:58:28 -07:00
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 Update README.md and add additional documentation. 2019-08-21 14:28:49 -07:00
azure-pipelines.yml Revert "Update node on build machine so they hopefully work correctly" 2023-10-24 11:39:02 -07:00
build.cmd Lay build groundwork out. 2019-05-07 19:54:37 -07:00
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 Add a JSON Schema for Linux + Add Mock Webpack 2023-08-08 14:01:19 -07:00
mock-webpack.sh Fix Mac OSX Related Bugs 2023-08-10 16:28:50 -07:00
package-lock.json Revert "Update node on build machine so they hopefully work correctly" 2023-10-24 11:39:02 -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 Adding testing scripts 2019-11-05 09:48:28 -08:00
test.ps1 Add ability to test only specific subset of tests 2023-03-30 09:45:07 -07:00
test.sh Switch to `npm ci` 2022-07-15 17:02:26 -05:00
tslint.json Adding no-any TSLinting rule, allowing any in testing files 2020-05-05 08:12:34 -07:00
vscode-dotnet-runtime.code-workspace Combining SDK extension and uninstall script webpack 2021-02-22 11:38:22 -08:00
yarn.lock Revert "Update node on build machine so they hopefully work correctly" 2023-10-24 11:39:02 -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.