aspnetcore/src/Razor
DotNet Bot 324cf99ce3 Merged PR 12929: [internal/release/5.0] Update dependencies from dnceng/internal/dotnet-runtime
This pull request updates the following dependencies

[marker]: <> (Begin:d7d10d70-26ab-4663-2902-08d89c6af29b)
## From https://dev.azure.com/dnceng/internal/_git/dotnet-runtime
- **Subscription**: d7d10d70-26ab-4663-2902-08d89c6af29b
- **Build**: 20210216.14
- **Date Produced**: 2/16/2021 11:36 PM
- **Commit**: f27d33729518f5aa478aa818b7b4f54a4d50bef1
- **Branch**: refs/heads/internal/release/5.0

[DependencyUpdate]: <> (Begin)

- **Updates**:
  - **System.Drawing.Common**: [from 5.0.2 to 5.0.2][1]
  - **Microsoft.NETCore.App.Internal**: [from 5.0.4-servicing.21116.6 to 5.0.4-servicing.21116.14][1]
  - **Microsoft.NETCore.App.Runtime.win-x64**: [from 5.0.4 to 5.0.4][1]
  - **Microsoft.NETCore.BrowserDebugHost.Transport**: [from 5.0.4-servicing.21116.6 to 5.0.4-servicing.21116.14][1]
  - **System.Text.Encodings.Web**: [from 5.0.0 to 5.0.1][2]

[1]: https://dev.azure.com/dnceng/internal/_git/dotnet-runtime/branches?baseVersion=GC10fccb8&targetVersion=GCf27d337&_a=files
[2]: https://dev.azure.com/dnceng/internal/_git/dotnet-runtime/branches?baseVersion=GCcf258a1&targetVersion=GCf27d337&_a=files

[DependencyUpdate]: <> (End)

[marker]: <> (End:d7d10d70-26ab-4663-2902-08d89c6af29b)
2021-02-17 20:43:45 +00:00
..
Microsoft.AspNetCore.Mvc.Razor.Extensions Restore Razor v3 whitespace behavior when langversion < 5. Fixes #28085 (#28191) 2020-12-10 09:23:28 -08:00
Microsoft.AspNetCore.Mvc.Razor.Extensions.Version1_X [release/5.0] Update API baseline files (#27653) 2020-11-12 10:28:52 -08:00
Microsoft.AspNetCore.Mvc.Razor.Extensions.Version2_X [release/5.0] Update API baseline files (#27653) 2020-11-12 10:28:52 -08:00
Microsoft.AspNetCore.Razor.Language Restore Razor v3 whitespace behavior when langversion < 5. Fixes #28085 (#28191) 2020-12-10 09:23:28 -08:00
Microsoft.AspNetCore.Razor.Tools [release/5.0] Update API baseline files (#27653) 2020-11-12 10:28:52 -08:00
Microsoft.CodeAnalysis.Razor [release/5.0] Update API baseline files (#27653) 2020-11-12 10:28:52 -08:00
Microsoft.NET.Sdk.Razor Allow RazorTagHelper task to be invoked by MSBuild targets that do not specify ToolExe (#28416) 2020-12-08 14:17:29 -08:00
Razor [release/5.0] Update API baseline files (#27653) 2020-11-12 10:28:52 -08:00
Razor.Runtime [release/5.0] Update API baseline files (#27653) 2020-11-12 10:28:52 -08:00
perf/Microsoft.AspNetCore.Razor.Performance
test Merged PR 12929: [internal/release/5.0] Update dependencies from dnceng/internal/dotnet-runtime 2021-02-17 20:43:45 +00:00
tools [release/5.0] Update API baseline files (#27653) 2020-11-12 10:28:52 -08:00
.editorconfig
.vsconfig
README.md
Razor.slnf
build.cmd
build.sh
korebuild-lock.txt

README.md

Razor

Travis: Travis

The Razor syntax provides a fast, terse, clean and lightweight way to combine server code with HTML to create dynamic web content. This repo contains the parser and the C# code generator for the Razor syntax.

This project is part of ASP.NET Core. You can find samples, documentation and getting started instructions for ASP.NET Core at the Home repo.

Building from source

To run a complete build on command line only, execute build.cmd or build.sh without arguments. See developer documentation for more details.