Compiler and tooling experience for Razor ASP.NET Core apps in Visual Studio, Visual Studio for Mac, and VS Code.
Перейти к файлу
Todd Grunke b22fb8943f Add overloads to the request invoker that allows the capabilities filter to inspect the parameter to determine whether the command is supported.
WebTools has a way to get this functionality without this change, so it's not needed. I've also changed the default onTypeFormatting to inspect that data, but other default filters could also benefit from this.

I'm not certain this commit improves things, so I'll defer creating a PR until I get feedback indicating whether to proceed.
2022-10-11 12:24:59 -07:00
.devcontainer Add support for launching debugging proxy from UI extension (#3013) 2021-01-31 18:20:45 -08:00
.github Update FabricBot for 17.4 P3 (#6807) 2022-09-08 16:54:53 -07:00
.vscode Fix bootability of VSCode with Razor dev assets. (#3306) 2021-03-18 20:25:43 +00:00
docs Moving clasp design doc over from Taylor's repo. 2022-09-01 13:22:55 -07:00
eng Update dependencies from https://github.com/dotnet/arcade build 20220912.4 (#6822) 2022-09-13 00:26:04 +00:00
src Add overloads to the request invoker that allows the capabilities filter to inspect the parameter to determine whether the command is supported. 2022-10-11 12:24:59 -07:00
.editorconfig No variance in template string between calls to _logger.Log* (#6495) 2022-06-13 13:23:47 -07:00
.gitattributes Collapse xlf files in PRs 2021-07-09 08:31:16 +10:00
.gitignore Retrieve BlazorDebugProxy on build (#6081) 2022-02-23 16:10:57 -08:00
CODE-OF-CONDUCT.md Link Code of Conduct 2020-04-03 10:39:37 -07:00
CONTRIBUTING.md Clean up markdown warnings (#6179) 2022-03-15 14:24:10 -07:00
Directory.Build.props Link the same IsExternalInit.cs into every project rather than copying it 2022-09-07 15:54:45 -07:00
Directory.Build.targets Fix Dependency Tree, Update Dependencies & Consume `TrySplitNamespace` Breaking Change (#6088) 2022-02-17 00:38:05 +00:00
LICENSE.txt Move to MIT license. 2021-08-04 20:08:09 -07:00
NOTICE.txt Update third party notices. 2022-06-10 09:35:31 -07:00
NuGet.config Fix component governance issues for main branch (#6692) 2022-08-08 14:59:34 -07:00
README.md Clean up markdown warnings (#6179) 2022-03-15 14:24:10 -07:00
SECURITY.md Clean up markdown warnings (#6179) 2022-03-15 14:24:10 -07:00
activate.ps1 Update Scripts from ASP.NET Core (#2353) 2020-08-11 17:04:48 -07:00
activate.sh Added executable flag to activate.sh (#1938) 2020-05-27 17:10:47 -07:00
azure-pipelines-compliance.yml Update compliance build step (#6533) 2022-06-24 13:12:33 -07:00
azure-pipelines-integration-dartlab.yml Use Main from DartLab.Templates (#6770) 2022-08-31 16:04:40 -07:00
azure-pipelines-richnav.yml Update public pool names (#6771) 2022-08-31 20:39:52 -07:00
azure-pipelines.yml Update public pool names (#6771) 2022-08-31 20:39:52 -07:00
build.cmd Fix build.cmd to always pass -restore and -build 2022-09-07 10:06:20 -07:00
build.sh Add support for source-build (#620) 2019-05-29 13:06:38 -07:00
clean.cmd Fix @inject intellisense (#949) 2019-08-09 13:13:18 -07:00
clean.ps1 Fix @inject intellisense (#949) 2019-08-09 13:13:18 -07:00
clean.sh Added executable bit to clean shell script (#1841) 2020-04-27 17:13:25 -07:00
global.json Update dependencies from https://github.com/dotnet/arcade build 20220912.4 (#6822) 2022-09-13 00:26:04 +00:00
restore.cmd Add dedicated scripts for restore 2018-12-14 12:50:08 -08:00
restore.sh Add dedicated scripts for restore 2018-12-14 12:50:08 -08:00
startvs.cmd Set default for startvs.cmd (#5658) 2021-10-25 09:53:42 -07:00

README.md

ASP.NET Core Razor Tooling

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

Contributing

All work on Razor Tooling 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

Build Windows Linux MacOS
Debug Build Status Build Status Build Status
Release Build Status Build Status Build Status

These are some other repos for related projects:

Code of conduct

See CODE-OF-CONDUCT.md