stephentoub / sdk

Core functionality needed to create .NET Core projects, that is shared between Visual Studio and CLI

Home Page:https://dot.net/core

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Welcome to dotnet sdk

This repo contains core functionality needed to create .NET projects that is shared between VisualStudio and CLI.

Please refer to dotnet/project-system for the project system work that is specific to Visual Studio.

Build status

Windows x64

Installing the SDK

Official builds

Latest builds

How do I engage and contribute?

We welcome you to try things out, file issues, make feature requests and join us in design conversations. Also be sure to check out our project documentation

This project has adopted the .NET Foundation Code of Conduct to clarify expected behavior in our community.

How do I build the SDK?

Start with the Developer Guide.

How do I test an SDK I have built?

To test your locally built SDK, run eng\dogfood.cmd after building. That script starts a new Powershell with the environment configured to redirect SDK resolution to your build.

From that shell your SDK will be available in:

  • any Visual Studio instance launched (via & devenv.exe)
  • dotnet build
  • msbuild

How we triage and review PRs

With the SDK repo being the home for many different areas, we've started trying to label incoming issues for the area they are related to using Area- labels. Then we rely on the codeowners to manage and triages issues in their areas. Feel free to ping the owners listed in that file if you're not getting traction on a particular issue or PR. Please try to label new issues as that'll help us route them faster.

For PRs, we assign out a reviewer once a week on Wednesday looking only at PRs that are green in the build. If you are contributing, please get the PR green including a test if possible and then ping @dotnet-cli if you want to raise visibility of the PR.

About

Core functionality needed to create .NET Core projects, that is shared between Visual Studio and CLI

https://dot.net/core

License:MIT License


Languages

Language:C# 96.3%Language:PowerShell 1.6%Language:Shell 1.0%Language:HTML 0.7%Language:JavaScript 0.1%Language:CMake 0.1%Language:C++ 0.0%Language:Visual Basic .NET 0.0%Language:Batchfile 0.0%Language:CSS 0.0%Language:F# 0.0%Language:C 0.0%