Compiler and tooling experience for Razor ASP.NET Core apps in Visual Studio, Visual Studio for Mac, and VS Code.
Перейти к файлу
Ryan Nowak 4717e1422c Simplify manifest publising
We need the trailing ; on the URL, but that's not very friendly for YAML.
2018-12-06 08:04:39 -08:00
.github Add README, LICENSE.txt, and CONTRIBUTING.md (#4) 2018-12-04 08:56:39 -08:00
eng Fix versioning and manifest generation for VSIX 2018-12-05 20:20:49 -08:00
src/Razor Add a script for starting Visual Studio with the right environment variables (#15) 2018-12-05 17:47:59 -08:00
.editorconfig Merged PR 304: Enable local builds with dotnet/Arcade 2018-12-02 00:25:55 +00:00
.gitignore Merged PR 304: Enable local builds with dotnet/Arcade 2018-12-02 00:25:55 +00:00
CONTRIBUTING.md Add README, LICENSE.txt, and CONTRIBUTING.md (#4) 2018-12-04 08:56:39 -08:00
Directory.Build.props Merged PR 304: Enable local builds with dotnet/Arcade 2018-12-02 00:25:55 +00:00
Directory.Build.targets Merged PR 304: Enable local builds with dotnet/Arcade 2018-12-02 00:25:55 +00:00
LICENSE.txt Add README, LICENSE.txt, and CONTRIBUTING.md (#4) 2018-12-04 08:56:39 -08:00
NuGet.config Merged PR 304: Enable local builds with dotnet/Arcade 2018-12-02 00:25:55 +00:00
README.md Add README, LICENSE.txt, and CONTRIBUTING.md (#4) 2018-12-04 08:56:39 -08:00
azure-pipelines.yml Simplify manifest publising 2018-12-06 08:04:39 -08:00
build.cmd Merged PR 304: Enable local builds with dotnet/Arcade 2018-12-02 00:25:55 +00:00
build.sh Merged PR 304: Enable local builds with dotnet/Arcade 2018-12-02 00:25:55 +00:00
global.json Specify an SDK in global.json 2018-12-05 19:13:53 -08:00
startvs.cmd Add a script for starting Visual Studio with the right environment variables (#15) 2018-12-05 17:47:59 -08:00

README.md

ASP.NET Core Tooling

ASP.NET Core is an open-source and cross-platform framework for building modern cloud based internet connected applications, such as web apps, IoT apps and mobile backends. This repo contains tools for working on ASP.NET Core apps using the .NET Core Command Line and Visual Studio.

Get Started

Follow the Getting Started instructions in the ASP.NET Core docs.

Also check out the .NET Homepage for released versions of .NET, getting started guides, and learning resources.

How to Engage, Contribute, and Give Feedback

Some of the best ways to contribute are to try things out, file issues, join in design conversations, and make pull-requests.

  • Follow along with the development of ASP.NET Core:
    • Community Standup: The community standup is held every week and streamed live to YouTube. You can view past standups in the linked playlist.
    • Roadmap: The schedule and milestone themes for ASP.NET Core.
  • Check out the contributing page to see the best places to log issues and start discussions.

Reporting security issues and bugs

Security issues and bugs should be reported privately, via email, to the Microsoft Security Response Center (MSRC) secure@microsoft.com. You should receive a response within 24 hours. If for some reason you do not, please follow up via email to ensure we received your original message. Further information, including the MSRC PGP key, can be found in the Security TechCenter.

These are some other repos for related projects:

Code of conduct

This project has adopted the Microsoft Open Source Code of Conduct. For more information see the Code of Conduct FAQ or contact opencode@microsoft.com with any additional questions or comments.