Compiler and tooling experience for Razor ASP.NET Core apps in Visual Studio, Visual Studio for Mac, and VS Code.
Перейти к файлу
Jan Jones 89c5aa4b82
Add monthly smoke test to release branch official builds (#11195)
* Add monthly smoke test to release branch official builds

* Disable integration tests

* Use powershell global tool (#8550)

* Use powershell global tool

* better way of finding dotnet

* Revert changes

* Add official pipeline file (from release/dev17.8)

* Fix insert.yml

* Remove Unix jobs from the official build

---------

Co-authored-by: Jared Parsons <jared@popcornbear.org>
2024-11-18 11:52:26 +01:00
.devcontainer Update file encoding to UTF-8 with BOM (#8099) 2023-01-10 01:57:58 +00:00
.github Trying to completely remove the BlazorWasmDebuggingExtension and getting URL information from launchSettings.json 2023-02-09 17:29:48 -03:00
.vscode Removing more code related to blazorwasmdebuggingextension 2023-02-09 23:01:07 -03:00
docs Merge pull request #8431 from dotnet/doc-update 2023-03-16 18:32:07 -04:00
eng Add monthly smoke test to release branch official builds (#11195) 2024-11-18 11:52:26 +01:00
src [release/dev17.6] Update dependencies from dotnet/arcade (#10784) 2024-11-12 17:23:42 +01:00
.editorconfig Respond to the arcade merge 2023-03-01 08:55:10 -08:00
.gitattributes Add UTF-8 encoding to .gitattributes (#8163) 2023-01-23 12:27:05 -08:00
.gitignore PR feedback 2023-01-17 11:23:34 -08:00
.vsconfig Update file encoding to UTF-8 with BOM (#8099) 2023-01-10 01:57:58 +00:00
CODE-OF-CONDUCT.md Update file encoding to UTF-8 with BOM (#8099) 2023-01-10 01:57:58 +00:00
CONTRIBUTING.md Update file encoding to UTF-8 with BOM (#8099) 2023-01-10 01:57:58 +00:00
Directory.Build.props Disable targeting Windows for source-build (#8376) 2023-03-03 10:24:42 -08:00
Directory.Build.targets Update file encoding to UTF-8 with BOM (#8099) 2023-01-10 01:57:58 +00:00
LICENSE.txt Update file encoding to UTF-8 with BOM (#8099) 2023-01-10 01:57:58 +00:00
NOTICE.txt Update file encoding to UTF-8 with BOM (#8099) 2023-01-10 01:57:58 +00:00
NuGet.config Add archived feeds (#8484) 2023-03-21 16:52:31 -07:00
README.md Update file encoding to UTF-8 with BOM (#8099) 2023-01-10 01:57:58 +00:00
README_compiler.md Update file encoding to UTF-8 with BOM (#8099) 2023-01-10 01:57:58 +00:00
Razor.Slim.slnf Remove Microsoft.AspNetCore.Razor.Common assembly 2023-03-08 11:43:18 -08:00
Razor.sln Remove unused `SourceGenerator.Tooling.Internal` (#8470) 2023-03-22 08:28:15 +00:00
SECURITY.md Update file encoding to UTF-8 with BOM (#8099) 2023-01-10 01:57:58 +00:00
activate.ps1 Update file encoding to UTF-8 with BOM (#8099) 2023-01-10 01:57:58 +00:00
activate.sh Added executable flag to activate.sh (#1938) 2020-05-27 17:10:47 -07:00
azure-pipelines-compiler.yml Update file encoding to UTF-8 with BOM (#8099) 2023-01-10 01:57:58 +00:00
azure-pipelines-compliance.yml Update file encoding to UTF-8 with BOM (#8099) 2023-01-10 01:57:58 +00:00
azure-pipelines-integration-dartlab.yml Update file encoding to UTF-8 with BOM (#8099) 2023-01-10 01:57:58 +00:00
azure-pipelines-official.yml Add monthly smoke test to release branch official builds (#11195) 2024-11-18 11:52:26 +01:00
azure-pipelines-richnav.yml Use automatic pool selection controlled by arcade 2023-03-07 07:37:08 +11:00
azure-pipelines.yml [release/dev17.6] Update dependencies from dotnet/arcade (#10784) 2024-11-12 17:23:42 +01:00
build.cmd Remove BOM from batch files 2023-01-10 10:45:26 -08:00
build.ps1 Update file encoding to UTF-8 with BOM (#8099) 2023-01-10 01:57:58 +00:00
build.sh Add support for source-build (#620) 2019-05-29 13:06:38 -07:00
clean.cmd Remove BOM from batch files 2023-01-10 10:45:26 -08:00
clean.ps1 Update file encoding to UTF-8 with BOM (#8099) 2023-01-10 01:57:58 +00:00
clean.sh Added executable bit to clean shell script (#1841) 2020-04-27 17:13:25 -07:00
global.json [release/dev17.6] Update dependencies from dotnet/arcade (#10784) 2024-11-12 17:23:42 +01:00
restore.cmd Remove BOM from batch files 2023-01-10 10:45:26 -08:00
restore.sh Add dedicated scripts for restore 2018-12-14 12:50:08 -08:00
startvs.cmd Update StartVS script 2023-01-10 09:19:06 -08:00
startvs.ps1 Update StartVS script 2023-01-10 09:19:06 -08:00

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, Visual Studio for Mac, 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