Compiler and tooling experience for Razor ASP.NET Core apps in Visual Studio, Visual Studio for Mac, and VS Code.
Перейти к файлу
Fredric Silberberg 5245dfa173
Update compiler roslyn version
2024-05-09 15:21:54 -07:00
.config
.github
.vscode
docs Don't build the x86 RID of VS Code bits 2024-03-19 10:09:17 +11:00
eng Update roslyn version 2024-05-09 11:45:45 -07:00
src Update compiler roslyn version 2024-05-09 15:21:54 -07:00
.editorconfig
.gitattributes
.gitignore Warn on invalid NuGet configuration 2024-04-04 13:08:17 -07:00
.vsconfig
BuildAnalyzers.sln
CODE-OF-CONDUCT.md
CONTRIBUTING.md
Directory.Build.props Revert "Revert "Move to Central Package Management"" (#10235) 2024-04-07 08:21:46 +10:00
Directory.Build.targets Framework MSBuild demands a string 2024-04-05 09:47:09 -05:00
Directory.Packages.props Revert "Switch to the new LSP protocol APIs (#10268)" (#10282) 2024-04-19 16:28:07 -07:00
LICENSE.txt
NOTICE.txt
NuGet.config
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
azure-pipelines-conditional-integration.yml
azure-pipelines-integration-dartlab.yml
azure-pipelines-official.yml Lower drop retention from 10 years to 3 months (#10288) 2024-04-23 09:52:30 +02:00
azure-pipelines-richnav.yml
azure-pipelines.yml Simplify pipelines (#10240) 2024-04-10 10:58:49 +02: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 20240404.3 2024-04-06 13:04:17 +00: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