Update Resource lookup keys for VSRC1 packages.

This commit is contained in:
N. Taylor Mullen 2016-04-06 11:40:17 -07:00
parent ce1984364b
commit fad09801f8
3 changed files with 3 additions and 3 deletions

View File

@ -8,7 +8,7 @@ namespace Microsoft.AspNet.Razor.Runtime
internal static class Resources internal static class Resources
{ {
private static readonly ResourceManager _resourceManager private static readonly ResourceManager _resourceManager
= new ResourceManager("Microsoft.AspNet.Razor.Runtime.Resources", typeof(Resources).GetTypeInfo().Assembly); = new ResourceManager("Microsoft.AspNet.Razor.Runtime.VSRC1.Resources", typeof(Resources).GetTypeInfo().Assembly);
/// <summary> /// <summary>
/// Invalid tag helper directive look up text '{0}'. The correct look up text format is: "typeName, assemblyName". /// Invalid tag helper directive look up text '{0}'. The correct look up text format is: "typeName, assemblyName".

View File

@ -8,7 +8,7 @@ namespace Microsoft.AspNet.Razor
internal static class CommonResources internal static class CommonResources
{ {
private static readonly ResourceManager _resourceManager private static readonly ResourceManager _resourceManager
= new ResourceManager("Microsoft.AspNet.Razor.CommonResources", typeof(CommonResources).GetTypeInfo().Assembly); = new ResourceManager("Microsoft.AspNet.Razor.VSRC1.CommonResources", typeof(CommonResources).GetTypeInfo().Assembly);
/// <summary> /// <summary>
/// Value cannot be null or an empty string. /// Value cannot be null or an empty string.

View File

@ -8,7 +8,7 @@ namespace Microsoft.AspNet.Razor
internal static class RazorResources internal static class RazorResources
{ {
private static readonly ResourceManager _resourceManager private static readonly ResourceManager _resourceManager
= new ResourceManager("Microsoft.AspNet.Razor.RazorResources", typeof(RazorResources).GetTypeInfo().Assembly); = new ResourceManager("Microsoft.AspNet.Razor.VSRC1.RazorResources", typeof(RazorResources).GetTypeInfo().Assembly);
/// <summary> /// <summary>
/// The active parser must be the same as either the markup or code parser. /// The active parser must be the same as either the markup or code parser.