Go to file
Ryan Nowak 6664efb6d9 Fixes #1296 - ItemCollection should be ICollection
A little bit more kindness for consumers.

I didn't add any tests because these are all just trivial forwards.
2017-06-06 11:11:30 -07:00
build Merge remote-tracking branch 'origin/rel/2.0.0-preview2' into dev 2017-06-05 11:15:50 -07:00
shared/Microsoft.AspNetCore.Razor.TagHelpers.Testing.Sources
src Fixes #1296 - ItemCollection should be ICollection 2017-06-06 11:11:30 -07:00
test Generate assembly attributes as part of code generation 2017-06-05 14:24:17 -07:00
tooling/Microsoft.VisualStudio.RazorExtension Use project.json for the VSIX project 2017-06-03 17:27:35 -07:00
.editorconfig
.gitattributes
.gitignore Use project.json for the VSIX project 2017-06-03 17:27:35 -07:00
.travis.yml
CONTRIBUTING.md
LICENSE.txt
NuGet.config
NuGetPackageVerifier.json
README.md
Razor.sln
appveyor.yml
build.cmd
build.ps1
build.sh
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.