Razor tooling for Visual Studio 2015
Перейти к файлу
Pranav K 27275732ef Updating to dotnet.myget.org 2016-08-12 10:15:35 -07:00
src/Microsoft.AspNetCore.Razor.Tools Updating json files to pin versions and build files to pin KoreBuild 2016-06-27 13:51:08 -07:00
test/Microsoft.AspNetCore.Razor.Tools.Test Pin the version of dotnet-test-xunit to 1.0.0-rc3-00000-01 2016-07-19 11:15:23 -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 Fix OSX build on Travis. 2016-05-27 11:00:22 -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 Updating to dotnet.myget.org 2016-08-12 10:15:35 -07:00
NuGetPackageVerifier.json Renaming the package to Microsoft.AspNetCore.Razor.Tools 2016-04-29 08:56:41 -07:00
README.md ASP.NET 5 -> ASP.NET Core 2016-03-14 21:36:35 -07:00
RazorTooling.sln Renaming the package to Microsoft.AspNetCore.Razor.Tools 2016-04-29 08:56:41 -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 Updating json files to pin versions and build files to pin KoreBuild 2016-06-27 13:51:08 -07:00
build.sh Updating json files to pin versions and build files to pin KoreBuild 2016-06-27 13:51:08 -07:00
global.json Update global.json, sources=>projects 2015-04-02 11:16:22 -07:00
makefile.shade Use KOREBUILD_NUGET_EXE if available 2016-06-14 10:21:09 -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.