Rename project to Razor ViewCompilation

* Microsoft.AspNetCore.Razor.Precompilation.* -> Microsoft.AspNetCore.Razor.ViewCompilation.*
* Update version number to 1.1.0
This commit is contained in:
Pranav K 2016-11-04 14:20:49 -07:00
parent 3ec608ecb7
commit bfdd939e26
57 changed files with 72 additions and 70 deletions

View File

@ -4,8 +4,8 @@
"AdxVerificationCompositeRule" "AdxVerificationCompositeRule"
], ],
"packages": { "packages": {
"Microsoft.AspNetCore.Mvc.Razor.Precompilation.Design": { }, "Microsoft.AspNetCore.Mvc.Razor.ViewCompilation.Design": {},
"Microsoft.AspNetCore.Mvc.Razor.Precompilation.Tools": { } "Microsoft.AspNetCore.Mvc.Razor.ViewCompilation.Tools": {}
} }
}, },
"Default": { // Rules to run for packages not listed in any other set. "Default": { // Rules to run for packages not listed in any other set.

View File

@ -3,7 +3,7 @@ Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 14 # Visual Studio 14
VisualStudioVersion = 14.0.25420.1 VisualStudioVersion = 14.0.25420.1
MinimumVisualStudioVersion = 10.0.40219.1 MinimumVisualStudioVersion = 10.0.40219.1
Project("{8BB2217D-0F2D-49D1-97BC-3654ED321F3B}") = "Microsoft.AspNetCore.Mvc.Razor.Precompilation.Design", "src\Microsoft.AspNetCore.Mvc.Razor.Precompilation.Design\Microsoft.AspNetCore.Mvc.Razor.Precompilation.Design.xproj", "{4339FC9B-AEC6-442A-B413-A41555ED76C7}" Project("{8BB2217D-0F2D-49D1-97BC-3654ED321F3B}") = "Microsoft.AspNetCore.Mvc.Razor.ViewCompilation.Design", "src\Microsoft.AspNetCore.Mvc.Razor.ViewCompilation.Design\Microsoft.AspNetCore.Mvc.Razor.ViewCompilation.Design.xproj", "{4339FC9B-AEC6-442A-B413-A41555ED76C7}"
EndProject EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "SolutionFiles", "SolutionFiles", "{01707B64-7DC7-4B5A-B0BB-7CD2773AA297}" Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "SolutionFiles", "SolutionFiles", "{01707B64-7DC7-4B5A-B0BB-7CD2773AA297}"
ProjectSection(SolutionItems) = preProject ProjectSection(SolutionItems) = preProject
@ -13,15 +13,15 @@ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "SolutionFiles", "SolutionFi
EndProject EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "src", "src", "{02F7AA35-91AF-491E-9F0E-03CFAF86C720}" Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "src", "src", "{02F7AA35-91AF-491E-9F0E-03CFAF86C720}"
EndProject EndProject
Project("{8BB2217D-0F2D-49D1-97BC-3654ED321F3B}") = "Microsoft.AspNetCore.Mvc.Razor.Precompilation.Tools", "src\Microsoft.AspNetCore.Mvc.Razor.Precompilation.Tools\Microsoft.AspNetCore.Mvc.Razor.Precompilation.Tools.xproj", "{F8BF7D95-0633-407F-BB0B-02563F13C068}" Project("{8BB2217D-0F2D-49D1-97BC-3654ED321F3B}") = "Microsoft.AspNetCore.Mvc.Razor.ViewCompilation.Tools", "src\Microsoft.AspNetCore.Mvc.Razor.ViewCompilation.Tools\Microsoft.AspNetCore.Mvc.Razor.ViewCompilation.Tools.xproj", "{F8BF7D95-0633-407F-BB0B-02563F13C068}"
EndProject EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "test", "test", "{0398AFFF-505E-4283-89DA-BBD9D28B53DB}" Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "test", "test", "{0398AFFF-505E-4283-89DA-BBD9D28B53DB}"
EndProject EndProject
Project("{8BB2217D-0F2D-49D1-97BC-3654ED321F3B}") = "Microsoft.AspNetCore.Mvc.Razor.Precompilation.FunctionalTests", "test\Microsoft.AspNetCore.Mvc.Razor.Precompilation.FunctionalTests\Microsoft.AspNetCore.Mvc.Razor.Precompilation.FunctionalTests.xproj", "{46C9A4B2-8B1C-451B-B670-C194901D66AC}" Project("{8BB2217D-0F2D-49D1-97BC-3654ED321F3B}") = "Microsoft.AspNetCore.Mvc.Razor.ViewCompilation.FunctionalTests", "test\Microsoft.AspNetCore.Mvc.Razor.ViewCompilation.FunctionalTests\Microsoft.AspNetCore.Mvc.Razor.ViewCompilation.FunctionalTests.xproj", "{46C9A4B2-8B1C-451B-B670-C194901D66AC}"
EndProject EndProject
Project("{8BB2217D-0F2D-49D1-97BC-3654ED321F3B}") = "Microsoft.AspNetCore.Mvc.Razor.Precompilation.Tools.Test", "test\Microsoft.AspNetCore.Mvc.Razor.Precompilation.Tools.Test\Microsoft.AspNetCore.Mvc.Razor.Precompilation.Tools.Test.xproj", "{B58E3380-D451-4E54-B522-CD21404FCD58}" Project("{8BB2217D-0F2D-49D1-97BC-3654ED321F3B}") = "Microsoft.AspNetCore.Mvc.Razor.ViewCompilation.Tools.Test", "test\Microsoft.AspNetCore.Mvc.Razor.ViewCompilation.Tools.Test\Microsoft.AspNetCore.Mvc.Razor.ViewCompilation.Tools.Test.xproj", "{B58E3380-D451-4E54-B522-CD21404FCD58}"
EndProject EndProject
Project("{8BB2217D-0F2D-49D1-97BC-3654ED321F3B}") = "Microsoft.AspNetCore.Mvc.Razor.Precompilation.Design.Test", "test\Microsoft.AspNetCore.Mvc.Razor.Precompilation.Design.Test\Microsoft.AspNetCore.Mvc.Razor.Precompilation.Design.Test.xproj", "{E0D75B4E-839F-4F80-9B1F-B33F616BCC5F}" Project("{8BB2217D-0F2D-49D1-97BC-3654ED321F3B}") = "Microsoft.AspNetCore.Mvc.Razor.ViewCompilation.Design.Test", "test\Microsoft.AspNetCore.Mvc.Razor.ViewCompilation.Design.Test\Microsoft.AspNetCore.Mvc.Razor.ViewCompilation.Design.Test.xproj", "{E0D75B4E-839F-4F80-9B1F-B33F616BCC5F}"
EndProject EndProject
Global Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution GlobalSection(SolutionConfigurationPlatforms) = preSolution

View File

@ -3,7 +3,7 @@
using Microsoft.Extensions.CommandLineUtils; using Microsoft.Extensions.CommandLineUtils;
namespace Microsoft.AspNetCore.Mvc.Razor.Precompilation.Design.Internal namespace Microsoft.AspNetCore.Mvc.Razor.ViewCompilation.Design.Internal
{ {
public class CommonOptions public class CommonOptions
{ {

View File

@ -6,7 +6,7 @@ using System;
using System.Diagnostics; using System.Diagnostics;
using System.Linq; using System.Linq;
namespace Microsoft.AspNetCore.Mvc.Razor.Precompilation.Design.Internal namespace Microsoft.AspNetCore.Mvc.Razor.ViewCompilation.Design.Internal
{ {
public static class DebugHelper public static class DebugHelper
{ {

View File

@ -14,7 +14,7 @@ using Microsoft.Extensions.FileProviders;
using Microsoft.Extensions.ObjectPool; using Microsoft.Extensions.ObjectPool;
using Microsoft.Extensions.Options; using Microsoft.Extensions.Options;
namespace Microsoft.AspNetCore.Mvc.Razor.Precompilation.Design.Internal namespace Microsoft.AspNetCore.Mvc.Razor.ViewCompilation.Design.Internal
{ {
public class MvcServiceProvider public class MvcServiceProvider
{ {

View File

@ -5,7 +5,7 @@ using System;
using System.Reflection; using System.Reflection;
using Microsoft.Extensions.CommandLineUtils; using Microsoft.Extensions.CommandLineUtils;
namespace Microsoft.AspNetCore.Mvc.Razor.Precompilation.Design.Internal namespace Microsoft.AspNetCore.Mvc.Razor.ViewCompilation.Design.Internal
{ {
public class PrecompilationApplication : CommandLineApplication public class PrecompilationApplication : CommandLineApplication
{ {

View File

@ -20,7 +20,7 @@ using Microsoft.CodeAnalysis.Text;
using Microsoft.Extensions.CommandLineUtils; using Microsoft.Extensions.CommandLineUtils;
using Microsoft.Extensions.FileProviders; using Microsoft.Extensions.FileProviders;
namespace Microsoft.AspNetCore.Mvc.Razor.Precompilation.Design.Internal namespace Microsoft.AspNetCore.Mvc.Razor.ViewCompilation.Design.Internal
{ {
public class PrecompileRunCommand public class PrecompileRunCommand
{ {

View File

@ -5,7 +5,7 @@ using System;
using System.Collections.Immutable; using System.Collections.Immutable;
using System.IO; using System.IO;
namespace Microsoft.AspNetCore.Mvc.Razor.Precompilation.Design.Internal namespace Microsoft.AspNetCore.Mvc.Razor.ViewCompilation.Design.Internal
{ {
// Copied from https://github.com/dotnet/cli/blob/rel/1.0.0/src/Microsoft.DotNet.ProjectModel.Workspaces/SnkUtils.cs // Copied from https://github.com/dotnet/cli/blob/rel/1.0.0/src/Microsoft.DotNet.ProjectModel.Workspaces/SnkUtils.cs
public static class SnkUtils public static class SnkUtils

View File

@ -3,7 +3,7 @@
using Microsoft.Extensions.CommandLineUtils; using Microsoft.Extensions.CommandLineUtils;
namespace Microsoft.AspNetCore.Mvc.Razor.Precompilation.Design.Internal namespace Microsoft.AspNetCore.Mvc.Razor.ViewCompilation.Design.Internal
{ {
public class StrongNameOptions public class StrongNameOptions
{ {

View File

@ -4,7 +4,7 @@
using Microsoft.AspNetCore.Mvc.Razor.Compilation; using Microsoft.AspNetCore.Mvc.Razor.Compilation;
using Microsoft.AspNetCore.Razor.CodeGenerators; using Microsoft.AspNetCore.Razor.CodeGenerators;
namespace Microsoft.AspNetCore.Mvc.Razor.Precompilation.Design.Internal namespace Microsoft.AspNetCore.Mvc.Razor.ViewCompilation.Design.Internal
{ {
public class ViewCompilationInfo public class ViewCompilationInfo
{ {

View File

@ -13,7 +13,7 @@ using Microsoft.CodeAnalysis;
using Microsoft.CodeAnalysis.CSharp; using Microsoft.CodeAnalysis.CSharp;
using Microsoft.CodeAnalysis.Text; using Microsoft.CodeAnalysis.Text;
namespace Microsoft.AspNetCore.Mvc.Razor.Precompilation.Design.Internal namespace Microsoft.AspNetCore.Mvc.Razor.ViewCompilation.Design.Internal
{ {
public class ViewInfoContainerCodeGenerator public class ViewInfoContainerCodeGenerator
{ {

View File

@ -4,9 +4,9 @@
using System; using System;
using System.Linq; using System.Linq;
using System.Reflection; using System.Reflection;
using Microsoft.AspNetCore.Mvc.Razor.Precompilation.Design.Internal; using Microsoft.AspNetCore.Mvc.Razor.ViewCompilation.Design.Internal;
namespace Microsoft.AspNetCore.Mvc.Razor.Precompilation.Design namespace Microsoft.AspNetCore.Mvc.Razor.ViewCompilation.Design
{ {
public class Program public class Program
{ {

View File

@ -1,6 +1,6 @@
{ {
"version": "1.0.0-*", "version": "1.1.0-*",
"description": "Razor precompilation", "description": "Build-time references required to enable Razor view compilation as part of building the application.",
"packOptions": { "packOptions": {
"repository": { "repository": {
"type": "git", "type": "git",
@ -9,6 +9,7 @@
"tags": [ "tags": [
"cshtml", "cshtml",
"razor", "razor",
"compilation",
"precompilation", "precompilation",
"aspnetcore" "aspnetcore"
] ]

View File

@ -6,14 +6,14 @@ using System.Collections.Generic;
using System.Diagnostics; using System.Diagnostics;
using System.IO; using System.IO;
using System.Reflection; using System.Reflection;
using Microsoft.AspNetCore.Mvc.Razor.Precompilation.Design.Internal; using Microsoft.AspNetCore.Mvc.Razor.ViewCompilation.Design.Internal;
using Microsoft.DotNet.InternalAbstractions; using Microsoft.DotNet.InternalAbstractions;
using Microsoft.DotNet.ProjectModel; using Microsoft.DotNet.ProjectModel;
using Microsoft.Extensions.CommandLineUtils; using Microsoft.Extensions.CommandLineUtils;
using Microsoft.Extensions.Internal; using Microsoft.Extensions.Internal;
using NuGet.Frameworks; using NuGet.Frameworks;
namespace Microsoft.AspNetCore.Mvc.Razor.Precompilation.Internal namespace Microsoft.AspNetCore.Mvc.Razor.ViewCompilation.Internal
{ {
public class PrecompileDispatchCommand public class PrecompileDispatchCommand
{ {

View File

@ -1,10 +1,10 @@
// Copyright (c) .NET Foundation. All rights reserved. // Copyright (c) .NET Foundation. All rights reserved.
// Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. // Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information.
using Microsoft.AspNetCore.Mvc.Razor.Precompilation.Design.Internal; using Microsoft.AspNetCore.Mvc.Razor.ViewCompilation.Design.Internal;
using Microsoft.AspNetCore.Mvc.Razor.Precompilation.Internal; using Microsoft.AspNetCore.Mvc.Razor.ViewCompilation.Internal;
namespace Microsoft.AspNetCore.Mvc.Razor.Precompilation.Tools namespace Microsoft.AspNetCore.Mvc.Razor.ViewCompilation.Tools
{ {
public class Program public class Program
{ {

View File

@ -1,6 +1,6 @@
{ {
"version": "1.0.0-*", "version": "1.1.0-*",
"description": "Razor precompilation", "description": "Razor view compilation for compiling CSHTML files into DLLs.",
"packOptions": { "packOptions": {
"repository": { "repository": {
"type": "git", "type": "git",
@ -9,6 +9,7 @@
"tags": [ "tags": [
"cshtml", "cshtml",
"razor", "razor",
"compilation",
"precompilation", "precompilation",
"aspnetcore" "aspnetcore"
] ]
@ -24,7 +25,7 @@
"xmlDoc": true "xmlDoc": true
}, },
"dependencies": { "dependencies": {
"Microsoft.AspNetCore.Mvc.Razor.Precompilation.Design": { "Microsoft.AspNetCore.Mvc.Razor.ViewCompilation.Design": {
"target": "project" "target": "project"
}, },
"Microsoft.DotNet.Cli.Utils": "1.0.0-preview2-003121", "Microsoft.DotNet.Cli.Utils": "1.0.0-preview2-003121",

View File

@ -5,10 +5,10 @@ using System;
using System.IO; using System.IO;
using System.Linq; using System.Linq;
using System.Reflection; using System.Reflection;
using Microsoft.AspNetCore.Mvc.Razor.Precompilation.Design.Internal; using Microsoft.AspNetCore.Mvc.Razor.ViewCompilation.Design.Internal;
using Xunit; using Xunit;
namespace Microsoft.AspNetCore.Mvc.Razor.Precompilation.Tools namespace Microsoft.AspNetCore.Mvc.Razor.ViewCompilation.Tools
{ {
public class PrecompileRunCommandTest public class PrecompileRunCommandTest
{ {

View File

@ -1,7 +1,7 @@
{ {
"dependencies": { "dependencies": {
"dotnet-test-xunit": "2.2.0-*", "dotnet-test-xunit": "2.2.0-*",
"Microsoft.AspNetCore.Mvc.Razor.Precompilation.Tools": "1.0.0-*", "Microsoft.AspNetCore.Mvc.Razor.ViewCompilation.Tools": "1.1.0-*",
"xunit": "2.2.0-*" "xunit": "2.2.0-*"
}, },
"frameworks": { "frameworks": {

View File

@ -11,7 +11,7 @@ using Microsoft.AspNetCore.Server.IntegrationTesting;
using Microsoft.DotNet.Cli.Utils; using Microsoft.DotNet.Cli.Utils;
using Xunit; using Xunit;
namespace Microsoft.AspNetCore.Mvc.Razor.Precompilation namespace Microsoft.AspNetCore.Mvc.Razor.ViewCompilation
{ {
public class ApplicationConsumingPrecompiledViews public class ApplicationConsumingPrecompiledViews
: IClassFixture<ApplicationConsumingPrecompiledViews.ApplicationConsumingPrecompiledViewsFixture> : IClassFixture<ApplicationConsumingPrecompiledViews.ApplicationConsumingPrecompiledViewsFixture>

View File

@ -7,7 +7,7 @@ using System.Threading.Tasks;
using Microsoft.AspNetCore.Server.IntegrationTesting; using Microsoft.AspNetCore.Server.IntegrationTesting;
using Xunit; using Xunit;
namespace Microsoft.AspNetCore.Mvc.Razor.Precompilation namespace Microsoft.AspNetCore.Mvc.Razor.ViewCompilation
{ {
public class ApplicationWithConfigureMvcTest public class ApplicationWithConfigureMvcTest
: IClassFixture<ApplicationWithConfigureMvcTest.ApplicationWithConfigureMvcFixture> : IClassFixture<ApplicationWithConfigureMvcTest.ApplicationWithConfigureMvcFixture>

View File

@ -8,7 +8,7 @@ using System.Threading.Tasks;
using Microsoft.AspNetCore.Server.IntegrationTesting; using Microsoft.AspNetCore.Server.IntegrationTesting;
using Xunit; using Xunit;
namespace Microsoft.AspNetCore.Mvc.Razor.Precompilation namespace Microsoft.AspNetCore.Mvc.Razor.ViewCompilation
{ {
public class TagHelperTest : IClassFixture<TagHelperTest.ApplicationWithTagHelpersFixture> public class TagHelperTest : IClassFixture<TagHelperTest.ApplicationWithTagHelpersFixture>
{ {

View File

@ -5,11 +5,11 @@ using System;
using System.IO; using System.IO;
using Microsoft.Extensions.PlatformAbstractions; using Microsoft.Extensions.PlatformAbstractions;
namespace Microsoft.AspNetCore.Mvc.Razor.Precompilation namespace Microsoft.AspNetCore.Mvc.Razor.ViewCompilation
{ {
public static class ApplicationPaths public static class ApplicationPaths
{ {
private const string SolutionName = "MvcPrecompilation.sln"; private const string SolutionName = "RazorViewCompilation.sln";
public static string SolutionDirectory { get; } = GetSolutionDirectory(); public static string SolutionDirectory { get; } = GetSolutionDirectory();

View File

@ -10,7 +10,7 @@ using Microsoft.AspNetCore.Server.IntegrationTesting;
using Microsoft.DotNet.Cli.Utils; using Microsoft.DotNet.Cli.Utils;
using Microsoft.Extensions.Logging; using Microsoft.Extensions.Logging;
namespace Microsoft.AspNetCore.Mvc.Razor.Precompilation namespace Microsoft.AspNetCore.Mvc.Razor.ViewCompilation
{ {
public abstract class ApplicationTestFixture : IDisposable public abstract class ApplicationTestFixture : IDisposable
{ {

View File

@ -5,7 +5,7 @@ using System;
using Microsoft.DotNet.Cli.Utils; using Microsoft.DotNet.Cli.Utils;
using Xunit; using Xunit;
namespace Microsoft.AspNetCore.Mvc.Razor.Precompilation namespace Microsoft.AspNetCore.Mvc.Razor.ViewCompilation
{ {
public static class CommandResultExtensions public static class CommandResultExtensions
{ {

View File

@ -8,7 +8,7 @@ using Microsoft.AspNetCore.Server.IntegrationTesting;
using Microsoft.Extensions.Logging; using Microsoft.Extensions.Logging;
using Xunit; using Xunit;
namespace Microsoft.AspNetCore.Mvc.Razor.Precompilation namespace Microsoft.AspNetCore.Mvc.Razor.ViewCompilation
{ {
public static class HttpClientExtensions public static class HttpClientExtensions
{ {

View File

@ -6,7 +6,7 @@ using System.Runtime.InteropServices;
using Microsoft.AspNetCore.Server.IntegrationTesting; using Microsoft.AspNetCore.Server.IntegrationTesting;
using Xunit; using Xunit;
namespace Microsoft.AspNetCore.Mvc.Razor.Precompilation namespace Microsoft.AspNetCore.Mvc.Razor.ViewCompilation
{ {
public static class RuntimeFlavors public static class RuntimeFlavors
{ {

View File

@ -5,7 +5,7 @@ using System.IO;
using System.Reflection; using System.Reflection;
using Xunit; using Xunit;
namespace Microsoft.AspNetCore.Mvc.Razor.Precompilation namespace Microsoft.AspNetCore.Mvc.Razor.ViewCompilation
{ {
public static class TestEmbeddedResource public static class TestEmbeddedResource
{ {

View File

@ -9,7 +9,7 @@ using System.Threading.Tasks;
using Microsoft.AspNetCore.Server.IntegrationTesting; using Microsoft.AspNetCore.Server.IntegrationTesting;
using Xunit; using Xunit;
namespace Microsoft.AspNetCore.Mvc.Razor.Precompilation.FunctionalTests namespace Microsoft.AspNetCore.Mvc.Razor.ViewCompilation.FunctionalTests
{ {
public class PublishWithEmbedViewSourcesTest public class PublishWithEmbedViewSourcesTest
: IClassFixture<PublishWithEmbedViewSourcesTest.PublishWithEmbedViewSourcesTestFixture> : IClassFixture<PublishWithEmbedViewSourcesTest.PublishWithEmbedViewSourcesTestFixture>

View File

@ -6,7 +6,7 @@ using Microsoft.AspNetCore.Server.IntegrationTesting;
using Microsoft.AspNetCore.Testing.xunit; using Microsoft.AspNetCore.Testing.xunit;
using Xunit; using Xunit;
namespace Microsoft.AspNetCore.Mvc.Razor.Precompilation namespace Microsoft.AspNetCore.Mvc.Razor.ViewCompilation
{ {
public class SimpleAppDesktopOnlyTest : IClassFixture<SimpleAppDesktopOnlyTest.SimpleAppDesktopOnlyTestFixture> public class SimpleAppDesktopOnlyTest : IClassFixture<SimpleAppDesktopOnlyTest.SimpleAppDesktopOnlyTestFixture>
{ {

View File

@ -7,7 +7,7 @@ using System.Threading.Tasks;
using Microsoft.AspNetCore.Server.IntegrationTesting; using Microsoft.AspNetCore.Server.IntegrationTesting;
using Xunit; using Xunit;
namespace Microsoft.AspNetCore.Mvc.Razor.Precompilation namespace Microsoft.AspNetCore.Mvc.Razor.ViewCompilation
{ {
public class SimpleAppTest : IClassFixture<SimpleAppTest.SimpleAppTestFixture> public class SimpleAppTest : IClassFixture<SimpleAppTest.SimpleAppTestFixture>
{ {

View File

@ -7,7 +7,7 @@ using System.Threading.Tasks;
using Microsoft.AspNetCore.Server.IntegrationTesting; using Microsoft.AspNetCore.Server.IntegrationTesting;
using Xunit; using Xunit;
namespace Microsoft.AspNetCore.Mvc.Razor.Precompilation namespace Microsoft.AspNetCore.Mvc.Razor.ViewCompilation
{ {
public class StrongNamedAppTest : IClassFixture<StrongNamedAppTest.StrongNamedAppFixture> public class StrongNamedAppTest : IClassFixture<StrongNamedAppTest.StrongNamedAppFixture>
{ {

View File

@ -5,11 +5,11 @@ using System;
using System.IO; using System.IO;
using System.Linq; using System.Linq;
using System.Reflection; using System.Reflection;
using Microsoft.AspNetCore.Mvc.Razor.Precompilation.Design.Internal; using Microsoft.AspNetCore.Mvc.Razor.ViewCompilation.Design.Internal;
using Microsoft.AspNetCore.Mvc.Razor.Precompilation.Internal; using Microsoft.AspNetCore.Mvc.Razor.ViewCompilation.Internal;
using Xunit; using Xunit;
namespace Microsoft.AspNetCore.Mvc.Razor.Precompilation.Tools namespace Microsoft.AspNetCore.Mvc.Razor.ViewCompilation.Tools
{ {
public class PrecompileDispatchCommandTest public class PrecompileDispatchCommandTest
{ {

View File

@ -1,7 +1,7 @@
{ {
"dependencies": { "dependencies": {
"dotnet-test-xunit": "2.2.0-*", "dotnet-test-xunit": "2.2.0-*",
"Microsoft.AspNetCore.Mvc.Razor.Precompilation.Tools": "1.0.0-*", "Microsoft.AspNetCore.Mvc.Razor.ViewCompilation.Tools": "1.1.0-*",
"xunit": "2.2.0-*" "xunit": "2.2.0-*"
}, },
"frameworks": { "frameworks": {

View File

@ -5,8 +5,8 @@
}, },
"dependencies": { "dependencies": {
"Microsoft.AspNetCore.Mvc": "1.1.0-*", "Microsoft.AspNetCore.Mvc": "1.1.0-*",
"Microsoft.AspNetCore.Mvc.Razor.Precompilation.Design": { "Microsoft.AspNetCore.Mvc.Razor.ViewCompilation.Design": {
"version": "1.0.0-*", "version": "1.1.0-*",
"target": "package", "target": "package",
"type": "build" "type": "build"
}, },
@ -15,7 +15,7 @@
"Microsoft.Extensions.Logging.Console": "1.1.0-*" "Microsoft.Extensions.Logging.Console": "1.1.0-*"
}, },
"tools": { "tools": {
"Microsoft.AspNetCore.Mvc.Razor.Precompilation.Tools": "1.0.0-*" "Microsoft.AspNetCore.Mvc.Razor.ViewCompilation.Tools": "1.1.0-*"
}, },
"frameworks": { "frameworks": {
"netcoreapp1.0": { "netcoreapp1.0": {

View File

@ -8,8 +8,8 @@
"target": "project" "target": "project"
}, },
"Microsoft.AspNetCore.Mvc": "1.1.0-*", "Microsoft.AspNetCore.Mvc": "1.1.0-*",
"Microsoft.AspNetCore.Mvc.Razor.Precompilation.Design": { "Microsoft.AspNetCore.Mvc.Razor.ViewCompilation.Design": {
"version": "1.0.0-*", "version": "1.1.0-*",
"target": "package", "target": "package",
"type": "build" "type": "build"
}, },
@ -19,7 +19,7 @@
"TagHelperSamples.Bootstrap": "1.1.1" "TagHelperSamples.Bootstrap": "1.1.1"
}, },
"tools": { "tools": {
"Microsoft.AspNetCore.Mvc.Razor.Precompilation.Tools": "1.0.0-*" "Microsoft.AspNetCore.Mvc.Razor.ViewCompilation.Tools": "1.1.0-*"
}, },
"frameworks": { "frameworks": {
"netcoreapp1.0": { "netcoreapp1.0": {

View File

@ -13,14 +13,14 @@
}, },
"dependencies": { "dependencies": {
"Microsoft.AspNetCore.Mvc": "1.1.0-*", "Microsoft.AspNetCore.Mvc": "1.1.0-*",
"Microsoft.AspNetCore.Mvc.Razor.Precompilation.Design": { "Microsoft.AspNetCore.Mvc.Razor.ViewCompilation.Design": {
"version": "1.0.0-*", "version": "1.1.0-*",
"target": "package", "target": "package",
"type": "build" "type": "build"
} }
}, },
"tools": { "tools": {
"Microsoft.AspNetCore.Mvc.Razor.Precompilation.Tools": "1.0.0-*" "Microsoft.AspNetCore.Mvc.Razor.ViewCompilation.Tools": "1.1.0-*"
}, },
"frameworks": { "frameworks": {
"netcoreapp1.0": { "netcoreapp1.0": {

View File

@ -5,8 +5,8 @@
}, },
"dependencies": { "dependencies": {
"Microsoft.AspNetCore.Mvc": "1.1.0-*", "Microsoft.AspNetCore.Mvc": "1.1.0-*",
"Microsoft.AspNetCore.Mvc.Razor.Precompilation.Design": { "Microsoft.AspNetCore.Mvc.Razor.ViewCompilation.Design": {
"version": "1.0.0-*", "version": "1.1.0-*",
"target": "package", "target": "package",
"type": "build" "type": "build"
}, },
@ -15,7 +15,7 @@
"Microsoft.Extensions.Logging.Console": "1.1.0-*" "Microsoft.Extensions.Logging.Console": "1.1.0-*"
}, },
"tools": { "tools": {
"Microsoft.AspNetCore.Mvc.Razor.Precompilation.Tools": "1.0.0-*" "Microsoft.AspNetCore.Mvc.Razor.ViewCompilation.Tools": "1.1.0-*"
}, },
"frameworks": { "frameworks": {
"netcoreapp1.0": { "netcoreapp1.0": {

View File

@ -5,8 +5,8 @@
}, },
"dependencies": { "dependencies": {
"Microsoft.AspNetCore.Mvc": "1.1.0-*", "Microsoft.AspNetCore.Mvc": "1.1.0-*",
"Microsoft.AspNetCore.Mvc.Razor.Precompilation.Design": { "Microsoft.AspNetCore.Mvc.Razor.ViewCompilation.Design": {
"version": "1.0.0-*", "version": "1.1.0-*",
"target": "package", "target": "package",
"type": "build" "type": "build"
}, },
@ -15,7 +15,7 @@
"Microsoft.Extensions.Logging.Console": "1.1.0-*" "Microsoft.Extensions.Logging.Console": "1.1.0-*"
}, },
"tools": { "tools": {
"Microsoft.AspNetCore.Mvc.Razor.Precompilation.Tools": "1.0.0-*" "Microsoft.AspNetCore.Mvc.Razor.ViewCompilation.Tools": "1.1.0-*"
}, },
"frameworks": { "frameworks": {
"netcoreapp1.0": { "netcoreapp1.0": {

View File

@ -5,8 +5,8 @@
}, },
"dependencies": { "dependencies": {
"Microsoft.AspNetCore.Mvc": "1.1.0-*", "Microsoft.AspNetCore.Mvc": "1.1.0-*",
"Microsoft.AspNetCore.Mvc.Razor.Precompilation.Design": { "Microsoft.AspNetCore.Mvc.Razor.ViewCompilation.Design": {
"version": "1.0.0-*", "version": "1.1.0-*",
"target": "package", "target": "package",
"type": "build" "type": "build"
}, },
@ -15,7 +15,7 @@
"Microsoft.Extensions.Logging.Console": "1.1.0-*" "Microsoft.Extensions.Logging.Console": "1.1.0-*"
}, },
"tools": { "tools": {
"Microsoft.AspNetCore.Mvc.Razor.Precompilation.Tools": "1.0.0-*" "Microsoft.AspNetCore.Mvc.Razor.ViewCompilation.Tools": "1.1.0-*"
}, },
"frameworks": { "frameworks": {
"net451": {} "net451": {}

View File

@ -6,8 +6,8 @@
}, },
"dependencies": { "dependencies": {
"Microsoft.AspNetCore.Mvc": "1.1.0-*", "Microsoft.AspNetCore.Mvc": "1.1.0-*",
"Microsoft.AspNetCore.Mvc.Razor.Precompilation.Design": { "Microsoft.AspNetCore.Mvc.Razor.ViewCompilation.Design": {
"version": "1.0.0-*", "version": "1.1.0-*",
"target": "package", "target": "package",
"type": "build" "type": "build"
}, },
@ -16,7 +16,7 @@
"Microsoft.Extensions.Logging.Console": "1.1.0-*" "Microsoft.Extensions.Logging.Console": "1.1.0-*"
}, },
"tools": { "tools": {
"Microsoft.AspNetCore.Mvc.Razor.Precompilation.Tools": "1.0.0-*" "Microsoft.AspNetCore.Mvc.Razor.ViewCompilation.Tools": "1.1.0-*"
}, },
"frameworks": { "frameworks": {
"netcoreapp1.0": { "netcoreapp1.0": {