aspnetcore/src/Razor
Pranav K 8e5533f2a3
Use BlazorWebAssemblySDK (#24371)
* Use BlazorWebAssemblySDK

* Update projects to use the BlazorSDK
* Remove tasks and targets from RazorSDK
* Remove workarounds from BlazorSDK

* Fixup

* Fixup
2020-08-11 17:29:01 +00:00
..
Microsoft.AspNetCore.Mvc.Razor.Extensions Made the encodings of .razor and .cshtml files in the repo consistent (#23502) 2020-06-30 12:03:01 -07:00
Microsoft.AspNetCore.Mvc.Razor.Extensions.Version1_X Made the encodings of .razor and .cshtml files in the repo consistent (#23502) 2020-06-30 12:03:01 -07:00
Microsoft.AspNetCore.Mvc.Razor.Extensions.Version2_X Made the encodings of .razor and .cshtml files in the repo consistent (#23502) 2020-06-30 12:03:01 -07:00
Microsoft.AspNetCore.Razor.Language Razor TagHelperDescriptor Hashing (#24551) 2020-08-04 13:06:42 -07:00
Microsoft.AspNetCore.Razor.Tools Razor TagHelperDescriptor Hashing (#24551) 2020-08-04 13:06:42 -07:00
Microsoft.CodeAnalysis.Razor
…
Microsoft.NET.Sdk.Razor Use BlazorWebAssemblySDK (#24371) 2020-08-11 17:29:01 +00:00
Razor Use Roslyn to create ref/ assemblies (#23403) 2020-07-17 13:35:17 -07:00
Razor.Runtime Use Roslyn to create ref/ assemblies (#23403) 2020-07-17 13:35:17 -07:00
perf/Microsoft.AspNetCore.Razor.Performance Razor TagHelperDescriptor Hashing (#24551) 2020-08-04 13:06:42 -07:00
test Use BlazorWebAssemblySDK (#24371) 2020-08-11 17:29:01 +00:00
tools Keep `@(Reference)` metadata when creating `@(ProjectReference)` items (#21567) 2020-08-04 10:05:55 -07:00
.editorconfig Enable FxCop Analyzers for the repo (#23709) 2020-07-08 15:26:22 -07:00
.vsconfig
…
README.md
…
Razor.slnf Keep `@(Reference)` metadata when creating `@(ProjectReference)` items (#21567) 2020-08-04 10:05:55 -07:00
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.