Razor tooling for Visual Studio 2015
Перейти к файлу
N. Taylor Mullen fe9e882ed7 Up NETCore.App to 1.1.0 for 1.1.0-preview4. 2016-11-03 15:40:26 -07:00
src Up NETCore.App to 1.1.0 for 1.1.0-preview4. 2016-11-03 15:40:26 -07:00
test Changed namespace reference from Microsoft.AspNetCore.Razor.Test.Internal to Microsoft.AspNetCore.Razor.TagHelpers.Testing 2016-11-01 14:54:27 -07:00
testapps Revert "Updating to netcoreapp1.1" 2016-10-12 16:09:31 -07:00
testartifacts Add end-to-end functional tests. 2016-08-01 21:16:07 -07:00
tools Strong name Microsoft.AspNet.Tooling.Razor. 2015-11-02 17:05:19 -08:00
.gitattributes Changing build to use dotnet 2016-01-26 14:40:35 -08:00
.gitignore Changing build to use dotnet 2016-01-26 14:40:35 -08:00
.travis.yml Increase .travis.yml consistency between repos 2016-09-04 20:08:34 -07:00
CONTRIBUTING.md Create CONTRIBUTING.md 2015-09-03 10:49:23 -07:00
LICENSE.txt Update copyright to .NET Foundation. 2015-05-18 21:41:31 -07:00
NuGet.config Switching to dotnet.myget.org feed 2016-08-09 15:09:49 -07:00
NuGetPackageVerifier.json Update nuget package verifier to contain test library package. 2016-08-02 10:31:56 -07:00
README.md ASP.NET 5 -> ASP.NET Core 2016-03-14 21:36:35 -07:00
RazorTooling.TestApps.sln Add end-to-end functional tests. 2016-08-01 21:16:07 -07:00
RazorTooling.sln Add end-to-end functional tests. 2016-08-01 21:16:07 -07:00
appveyor.yml Fix backslashes in yml config. 2016-03-09 17:44:48 -08:00
build.cmd Return the error code from build.cmd 2016-02-28 10:12:14 -08:00
build.ps1 Update the build scripts to the latest version 2016-03-07 20:54:59 -08:00
build.sh Update the build scripts to the latest version 2016-03-07 20:54:59 -08:00
global.json Add end-to-end functional tests. 2016-08-01 21:16:07 -07:00
makefile.shade Updating to preview4 2016-10-17 09:56:32 -07:00

README.md

Razor Tooling

AppVeyor: AppVeyor

Travis: Travis

The Razor syntax provide a fast, terse, clean and lightweight way to combine server code with HTML to create dynamic web content. This repo contains tooling that interacts with the DNX Design Time Host to provide a Razor editing experience.

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.