Compiler and tooling experience for Razor ASP.NET Core apps in Visual Studio, Visual Studio for Mac, and VS Code.
Перейти к файлу
dotnet bot 88f8675df4
Merge release/dev17.11 to release/dev17.12 (#11218)
This is an automatically generated pull request from release/dev17.11
into release/dev17.12.


Once all conflicts are resolved and all the tests pass, you are free to
merge the pull request. 🐯

## Troubleshooting conflicts

### Identify authors of changes which introduced merge conflicts
Scroll to the bottom, then for each file containing conflicts copy its
path into the following searches:
- https://github.com/dotnet/razor/find/release/dev17.11
- https://github.com/dotnet/razor/find/release/dev17.12

Usually the most recent change to a file between the two branches is
considered to have introduced the conflicts, but sometimes it will be
necessary to look for the conflicting lines and check the blame in each
branch. Generally the author whose change introduced the conflicts
should pull down this PR, fix the conflicts locally, then push up a
commit resolving the conflicts.

### Resolve merge conflicts using your local repo
Sometimes merge conflicts may be present on GitHub but merging locally
will work without conflicts. This is due to differences between the
merge algorithm used in local git versus the one used by GitHub.
``` bash
git fetch --all
git checkout -t upstream/merges/release/dev17.11-to-release/dev17.12
git reset --hard upstream/release/dev17.12
git merge upstream/release/dev17.11
# Fix merge conflicts
git commit
git push upstream merges/release/dev17.11-to-release/dev17.12 --force
```
2024-11-15 16:09:24 +01:00
.config
.devcontainer Dev Container (#10751) 2024-08-19 15:43:03 -07:00
.github
.vscode Dev Container (#10751) 2024-08-19 15:43:03 -07:00
docs Fuse fix usings (#10925) 2024-09-27 00:36:12 +00:00
eng Update dependencies from https://github.com/dotnet/arcade build 20241112.12 2024-11-14 14:24:59 +00:00
src Fix merge to 17.12 version 2024-10-18 16:17:14 -07: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 ExcludeFromSourceBuild->ExcludeFromSourceOnlyBuild (#10892) 2024-09-16 21:40:48 +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 Use Basic.Reference.Assemblies in Mvc Extension tests (#10888) 2024-09-17 09:52:55 +02:00
Razor.sln Use Basic.Reference.Assemblies in Mvc Extension tests (#10888) 2024-09-17 09:52:55 +02:00
SECURITY.md
SpellingExclusions.dic
activate.ps1
activate.sh
azure-pipelines-compliance.yml
azure-pipelines-conditional-integration.yml
azure-pipelines-integration-dartlab.yml
azure-pipelines-official.yml Merge release/dev17.11 to release/dev17.12 (#11218) 2024-11-15 16:09:24 +01:00
azure-pipelines-richnav.yml
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
clean.cmd
clean.ps1
clean.sh
global.json Update dependencies from https://github.com/dotnet/arcade build 20241112.12 2024-11-14 14:24:59 +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