Compiler and tooling experience for Razor ASP.NET Core apps in Visual Studio, Visual Studio for Mac, and VS Code.
Перейти к файлу
David Wengier 390aced03b
Halve the time it takes to run formatting unit tests (#11173)
Turns out the boolean parameter passed in here is read in exactly one
spot in our code, and that line of code is never hit in these tests
because they use mocks.

Yes, this is the equivalent of removing a `Thread.Sleep` that was put in
previously, but I'm taking it regardless :)
2024-11-07 11:34:46 +11:00
.config
.devcontainer
.github
.vscode
docs
eng Add co-hosting support for hover (#11150) 2024-11-05 18:07:22 -08:00
src Halve the time it takes to run formatting unit tests (#11173) 2024-11-07 11:34:46 +11:00
.editorconfig PR Feedback 2024-09-09 14:19:52 +10:00
.gitattributes
.gitignore
.globalconfig
.vsconfig
CODE-OF-CONDUCT.md
CONTRIBUTING.md
Directory.Build.props
Directory.Build.targets
Directory.Packages.props
LICENSE.txt
NOTICE.txt
NuGet.config
README.md
README_compiler.md Update file encoding to UTF-8 with BOM (#8099) 2023-01-10 01:57:58 +00:00
Razor.Slim.slnf
Razor.sln Remove tooling MvcShims 2024-10-24 15:14:14 -07:00
SECURITY.md
SpellingExclusions.dic
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
azure-pipelines-integration-dartlab.yml
azure-pipelines-official.yml Update to macOS-14 (#11153) 2024-11-05 11:13:48 +01:00
azure-pipelines-richnav.yml Disable CodeQL in unofficial builds (#10004) 2024-02-29 10:53:44 +01:00
azure-pipelines.yml Update to macOS-14 (#11153) 2024-11-05 11:13:48 +01:00
build.cmd Clean up from previous PR (#8863) 2023-06-23 14:21:30 -07:00
build.ps1
build.sh
clean.cmd
clean.ps1 Update file encoding to UTF-8 with BOM (#8099) 2023-01-10 01:57:58 +00:00
clean.sh
global.json
restore.cmd
restore.sh
startvs.cmd Update StartVS script 2023-01-10 09:19:06 -08:00
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