Go to file
N. Taylor Mullen 8c17375be0 Surface TagHelper resolution errors.
- Decided to not expose the resolutions errors in the Razor extension. If we feel that it's good debug information we can add it later.
- Added a `TagHelperResolutionResult` type to Razor.Workspaces so it can be used in the language and remote service.

#1014
2017-02-17 10:51:44 -08:00
build Re-enable netcoreapp1.1 tests (part 2) 2017-02-16 15:29:31 -08:00
shared/Microsoft.AspNetCore.Razor.TagHelpers.Testing.Sources
src Surface TagHelper resolution errors. 2017-02-17 10:51:44 -08:00
test Re-enable netcoreapp1.1 tests (part 2) 2017-02-16 15:29:31 -08:00
tooling/Microsoft.VisualStudio.RazorExtension Surface TagHelper resolution errors. 2017-02-17 10:51:44 -08:00
.gitattributes
.gitignore
.travis.yml
CONTRIBUTING.md
LICENSE.txt
NuGet.config
NuGetPackageVerifier.json
README.md
Razor.sln Updating VS version 2017-02-16 14:09:12 -08:00
appveyor.yml
build.cmd
build.ps1
build.sh
makefile.shade
version.props

README.md

Razor

AppVeyor: AppVeyor

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.