Skip to content

mmitche/sdk

 
 

Repository files navigation

Welcome to dotnet sdk

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

Please refer to dotnet/cli for .NET Core CLI source code, and to dotnet/project-system for the project system work that is specific to Visual Studio.

Build status

Windows x64

Testing a local build

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 do I engage and contribute?

We welcome you to try things out, file issues, make feature requests and join us in design conversations.

This project has adopted a code of conduct adapted from the Contributor Covenant to clarify expected behavior in our community. This code of conduct has been adopted by many other projects. For more information see Contributors Code of conduct.

About

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

Resources

License

Security policy

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C# 93.5%
  • PowerShell 3.2%
  • Shell 2.4%
  • Dockerfile 0.3%
  • Batchfile 0.2%
  • CMake 0.2%
  • Other 0.2%