Compiler and tooling experience for Razor ASP.NET Core apps in Visual Studio, Visual Studio for Mac, and VS Code.
Перейти к файлу
David Wengier f3a633bf3a
Disable test parallelisation in language services (#10885)
2024-09-14 17:57:14 +10:00
.config
.devcontainer Dev Container (#10751) 2024-08-19 15:43:03 -07:00
.github Don't annoy the compiler with IDE services changes 2024-05-10 15:12:58 +10:00
.vscode Dev Container (#10751) 2024-08-19 15:43:03 -07:00
docs Tune up CollectionBestPractices.md based on review feedback 2024-09-11 11:44:44 -07:00
eng Switch to new VMR control schema. (#10883) 2024-09-13 17:32:10 +00:00
src Disable test parallelisation in language services, because it uses ExportProviderFactory which has static state 2024-09-14 17:05:15 +10:00
.editorconfig PR Feedback 2024-09-09 14:19:52 +10:00
.gitattributes
.gitignore Warn on invalid NuGet configuration 2024-04-04 13:08:17 -07:00
.globalconfig Remove unnecessary variable assignments (#10428) 2024-05-30 18:43:30 +02:00
.vsconfig
CODE-OF-CONDUCT.md
CONTRIBUTING.md
Directory.Build.props Switch to new VMR control schema. (#10883) 2024-09-13 17:32:10 +00:00
Directory.Build.targets Disable nullable warnings on .NET Standard and Framework (#10677) 2024-07-26 15:07:57 -07:00
Directory.Packages.props Bump WebTools and remove legacy CLaSP package 2024-08-30 14:55:54 +10:00
LICENSE.txt
NOTICE.txt Update NOTICE.txt (#10768) 2024-08-20 13:19:01 -07:00
NuGet.config Update dependencies from https://github.com/dotnet/arcade build 20240826.3 2024-08-27 19:24:28 +00:00
README.md
README_compiler.md
Razor.Slim.slnf Remove MS.VS.Editor.Razor and *.Test projects 2024-04-05 10:00:29 -07:00
Razor.sln Merge branch 'main' into big-smoosh 2024-04-08 08:39:35 -07:00
SECURITY.md
SpellingExclusions.dic Clean up ProjectConfigurationFileChangeEventArgs a bit 2024-04-19 09:35:32 -07:00
activate.ps1
activate.sh
azure-pipelines-compliance.yml Fix APIScan authentication (#10504) 2024-06-19 19:52:25 +02:00
azure-pipelines-conditional-integration.yml Disable CodeQL in unofficial builds (#10004) 2024-02-29 10:53:44 +01:00
azure-pipelines-integration-dartlab.yml Disable CodeQL in unofficial builds (#10004) 2024-02-29 10:53:44 +01:00
azure-pipelines-official.yml Enable TSA (#10543) 2024-06-27 09:19:56 +00:00
azure-pipelines-richnav.yml Disable CodeQL in unofficial builds (#10004) 2024-02-29 10:53:44 +01:00
azure-pipelines.yml Remove Azure pipeline task to install .NET 8 runtime 2024-07-22 13:01:34 -07:00
build.cmd
build.ps1
build.sh Workaround issue with .editorconfigs when NUGET_PACKAGES does not have a 2024-03-22 11:17:35 -07:00
clean.cmd
clean.ps1
clean.sh
global.json Update dependencies from https://github.com/dotnet/arcade build 20240903.1 (#10835) 2024-09-04 12:33:30 -07:00
restore.cmd
restore.sh
startvs.cmd
startvs.ps1

README.md

ASP.NET Core Razor

This repository is the open-source implementation for the Razor experience in ASP.NET Core. It contains the compiler and IDE tools for working on Razor ASP.NET Core apps using Visual Studio and Visual Studio Code.

Contributing

All work on Razor happens directly on GitHub. Both core team members and external contributors send pull requests which go through the same review process. Some of the best ways to contribute are to try things out, file issues, join in design conversations, and make pull requests.

Getting Started with Razor

If you are unfamiliar with ASP.NET Core or Razor, follow the links below to learn more:

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

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.

Status

Build Status

These are some other repos for related projects:

Code of conduct

See CODE-OF-CONDUCT.md