aspnetcore/src/Razor
Pranav K 5aa4a7cd41
Avoid using PATH to find dotnet.exe in RazorSDK tasks (#25750)
This pattern is pretty identical to what we have in other SDKs. It allows
using the SDK when dotnet isn't in the path such as the https://github.com/dotnet/aspnetcore/issues/25746.

Fixes #14432
2020-09-10 16:30:55 -07:00
..
Microsoft.AspNetCore.Mvc.Razor.Extensions Add Public API baselines for Razor (#25637) 2020-09-10 13:27:09 -07:00
Microsoft.AspNetCore.Mvc.Razor.Extensions.Version1_X Add net461 TFM to netstandard2.0 projects (#25094) 2020-08-27 16:05:40 -07:00
Microsoft.AspNetCore.Mvc.Razor.Extensions.Version2_X Add net461 TFM to netstandard2.0 projects (#25094) 2020-08-27 16:05:40 -07:00
Microsoft.AspNetCore.Razor.Language Add Public API baselines for Razor (#25637) 2020-09-10 13:27:09 -07:00
Microsoft.AspNetCore.Razor.Tools Support pseudoelements in CSS scoping (#25270) 2020-08-28 08:37:37 -07:00
Microsoft.CodeAnalysis.Razor Add Public API baselines for Razor (#25637) 2020-09-10 13:27:09 -07:00
Microsoft.NET.Sdk.Razor Avoid using PATH to find dotnet.exe in RazorSDK tasks (#25750) 2020-09-10 16:30:55 -07:00
Razor Add Public API baselines for Razor (#25637) 2020-09-10 13:27:09 -07:00
Razor.Runtime Add Public API baselines for Razor (#25637) 2020-09-10 13:27:09 -07:00
perf/Microsoft.AspNetCore.Razor.Performance
test Mark some projects as non-packable or non-shippable (#25468) 2020-08-31 22:46:53 -07:00
tools Mark some projects as non-packable or non-shippable (#25468) 2020-08-31 22:46:53 -07: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.