Rename AspNet 5 file contents.

See https://github.com/aspnet/Announcements/issues/144 for more information.
This commit is contained in:
N. Taylor Mullen 2016-01-22 12:21:25 -08:00
parent 3542ec3167
commit 3968eded19
374 changed files with 1225 additions and 1225 deletions

View File

@ -9,8 +9,8 @@
"StrictSemanticVersionValidationRule" "StrictSemanticVersionValidationRule"
], ],
"packages": { "packages": {
"Microsoft.AspNet.Razor": { }, "Microsoft.AspNetCore.Razor": { },
"Microsoft.AspNet.Razor.Runtime": { } "Microsoft.AspNetCore.Razor.Runtime": { }
} }
}, },
"adx-nonshipping": { // Packages written by the ADX team but that don't ship on NuGet.org (thus, no need to scan anything in them) "adx-nonshipping": { // Packages written by the ADX team but that don't ship on NuGet.org (thus, no need to scan anything in them)
@ -18,7 +18,7 @@
// Don't run any rules for packages the ADX team creates but doesn't ship. // Don't run any rules for packages the ADX team creates but doesn't ship.
], ],
"packages": { "packages": {
"Microsoft.AspNet.Razor.Test.Sources": { } "Microsoft.AspNetCore.Razor.Test.Sources": { }
} }
}, },
"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

@ -1,4 +1,4 @@

Microsoft Visual Studio Solution File, Format Version 12.00 Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 14 # Visual Studio 14
VisualStudioVersion = 14.0.24720.0 VisualStudioVersion = 14.0.24720.0
@ -7,15 +7,15 @@ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "src", "src", "{3C0D6505-79B
EndProject EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "test", "test", "{92463391-81BE-462B-AC3C-78C6C760741F}" Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "test", "test", "{92463391-81BE-462B-AC3C-78C6C760741F}"
EndProject EndProject
Project("{8BB2217D-0F2D-49D1-97BC-3654ED321F3B}") = "Microsoft.AspNet.Razor", "src\Microsoft.AspNet.Razor\Microsoft.AspNet.Razor.xproj", "{EDA30434-C567-44DC-B8B6-2566A7F77163}" Project("{8BB2217D-0F2D-49D1-97BC-3654ED321F3B}") = "Microsoft.AspNetCore.Razor", "src\Microsoft.AspNetCore.Razor\Microsoft.AspNetCore.Razor.xproj", "{EDA30434-C567-44DC-B8B6-2566A7F77163}"
EndProject EndProject
Project("{8BB2217D-0F2D-49D1-97BC-3654ED321F3B}") = "Microsoft.AspNet.Razor.Test", "test\Microsoft.AspNet.Razor.Test\Microsoft.AspNet.Razor.Test.xproj", "{87C7338B-0C06-4C7B-BE75-A2368AE26797}" Project("{8BB2217D-0F2D-49D1-97BC-3654ED321F3B}") = "Microsoft.AspNetCore.Razor.Test", "test\Microsoft.AspNetCore.Razor.Test\Microsoft.AspNetCore.Razor.Test.xproj", "{87C7338B-0C06-4C7B-BE75-A2368AE26797}"
EndProject EndProject
Project("{8BB2217D-0F2D-49D1-97BC-3654ED321F3B}") = "Microsoft.AspNet.Razor.Runtime", "src\Microsoft.AspNet.Razor.Runtime\Microsoft.AspNet.Razor.Runtime.xproj", "{D0196096-1B01-4133-AACE-1A10A0F7247C}" Project("{8BB2217D-0F2D-49D1-97BC-3654ED321F3B}") = "Microsoft.AspNetCore.Razor.Runtime", "src\Microsoft.AspNetCore.Razor.Runtime\Microsoft.AspNetCore.Razor.Runtime.xproj", "{D0196096-1B01-4133-AACE-1A10A0F7247C}"
EndProject EndProject
Project("{8BB2217D-0F2D-49D1-97BC-3654ED321F3B}") = "Microsoft.AspNet.Razor.Runtime.Test", "test\Microsoft.AspNet.Razor.Runtime.Test\Microsoft.AspNet.Razor.Runtime.Test.xproj", "{0535998A-E32C-4D1A-80D1-0B15A513C471}" Project("{8BB2217D-0F2D-49D1-97BC-3654ED321F3B}") = "Microsoft.AspNetCore.Razor.Runtime.Test", "test\Microsoft.AspNetCore.Razor.Runtime.Test\Microsoft.AspNetCore.Razor.Runtime.Test.xproj", "{0535998A-E32C-4D1A-80D1-0B15A513C471}"
EndProject EndProject
Project("{8BB2217D-0F2D-49D1-97BC-3654ED321F3B}") = "Microsoft.AspNet.Razor.Test.Sources", "src\Microsoft.AspNet.Razor.Test.Sources\Microsoft.AspNet.Razor.Test.Sources.xproj", "{E3A2A305-634D-4BA6-95DB-AA06D6C442B0}" Project("{8BB2217D-0F2D-49D1-97BC-3654ED321F3B}") = "Microsoft.AspNetCore.Razor.Test.Sources", "src\Microsoft.AspNetCore.Razor.Test.Sources\Microsoft.AspNetCore.Razor.Test.Sources.xproj", "{E3A2A305-634D-4BA6-95DB-AA06D6C442B0}"
EndProject EndProject
Global Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution GlobalSection(SolutionConfigurationPlatforms) = preSolution

View File

@ -6,5 +6,5 @@ using System.Resources;
using System.Runtime.CompilerServices; using System.Runtime.CompilerServices;
[assembly: AssemblyMetadata("Serviceable", "True")] [assembly: AssemblyMetadata("Serviceable", "True")]
[assembly: InternalsVisibleTo("Microsoft.AspNet.Razor.Runtime.Test, PublicKey=0024000004800000940000000602000000240000525341310004000001000100f33a29044fa9d740c9b3213a93e57c84b472c84e0b8a0e1ae48e67a9f8f6de9d5f7f3d52ac23e48ac51801f1dc950abe901da34d2a9e3baadb141a17c77ef3c565dd5ee5054b91cf63bb3c6ab83f72ab3aafe93d0fc3c2348b764fafb0b1c0733de51459aeab46580384bf9d74c4e28164b7cde247f891ba07891c9d872ad2bb")] [assembly: InternalsVisibleTo("Microsoft.AspNetCore.Razor.Runtime.Test, PublicKey=0024000004800000940000000602000000240000525341310004000001000100f33a29044fa9d740c9b3213a93e57c84b472c84e0b8a0e1ae48e67a9f8f6de9d5f7f3d52ac23e48ac51801f1dc950abe901da34d2a9e3baadb141a17c77ef3c565dd5ee5054b91cf63bb3c6ab83f72ab3aafe93d0fc3c2348b764fafb0b1c0733de51459aeab46580384bf9d74c4e28164b7cde247f891ba07891c9d872ad2bb")]
[assembly: NeutralResourcesLanguage("en-us")] [assembly: NeutralResourcesLanguage("en-us")]

View File

@ -1,5 +1,5 @@
// <auto-generated /> // <auto-generated />
namespace Microsoft.AspNet.Razor.Runtime namespace Microsoft.AspNetCore.Razor.Runtime
{ {
using System.Globalization; using System.Globalization;
using System.Reflection; using System.Reflection;
@ -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.AspNetCore.Razor.Runtime.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

@ -1,9 +1,9 @@
// 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 System; using System;
namespace Microsoft.AspNet.Razor.Runtime.TagHelpers namespace Microsoft.AspNetCore.Razor.Runtime.TagHelpers
{ {
internal static class Constants internal static class Constants
{ {

View File

@ -7,11 +7,11 @@ using System.ComponentModel;
using System.Linq; using System.Linq;
using System.Reflection; using System.Reflection;
using System.Text.RegularExpressions; using System.Text.RegularExpressions;
using Microsoft.AspNet.Razor.Compilation.TagHelpers; using Microsoft.AspNetCore.Razor.Compilation.TagHelpers;
using Microsoft.AspNet.Razor.TagHelpers; using Microsoft.AspNetCore.Razor.TagHelpers;
using Microsoft.Extensions.Internal; using Microsoft.Extensions.Internal;
namespace Microsoft.AspNet.Razor.Runtime.TagHelpers namespace Microsoft.AspNetCore.Razor.Runtime.TagHelpers
{ {
/// <summary> /// <summary>
/// Factory for <see cref="TagHelperDescriptor"/>s from <see cref="Type"/>s. /// Factory for <see cref="TagHelperDescriptor"/>s from <see cref="Type"/>s.

View File

@ -5,10 +5,10 @@ using System;
using System.Collections.Generic; using System.Collections.Generic;
using System.Diagnostics; using System.Diagnostics;
using System.Linq; using System.Linq;
using Microsoft.AspNet.Razor.Compilation.TagHelpers; using Microsoft.AspNetCore.Razor.Compilation.TagHelpers;
using Microsoft.AspNet.Razor.Parser; using Microsoft.AspNetCore.Razor.Parser;
namespace Microsoft.AspNet.Razor.Runtime.TagHelpers namespace Microsoft.AspNetCore.Razor.Runtime.TagHelpers
{ {
/// <summary> /// <summary>
/// Used to resolve <see cref="TagHelperDescriptor"/>s. /// Used to resolve <see cref="TagHelperDescriptor"/>s.

View File

@ -9,11 +9,11 @@ using System.Globalization;
using System.IO; using System.IO;
using System.Linq; using System.Linq;
using System.Reflection; using System.Reflection;
using Microsoft.AspNet.Razor.Compilation.TagHelpers; using Microsoft.AspNetCore.Razor.Compilation.TagHelpers;
using Microsoft.AspNet.Razor.TagHelpers; using Microsoft.AspNetCore.Razor.TagHelpers;
using Microsoft.Extensions.Internal; using Microsoft.Extensions.Internal;
namespace Microsoft.AspNet.Razor.Runtime.TagHelpers namespace Microsoft.AspNetCore.Razor.Runtime.TagHelpers
{ {
/// <summary> /// <summary>
/// Factory for providing <see cref="TagHelperDesignTimeDescriptor"/>s from <see cref="Type"/>s and /// Factory for providing <see cref="TagHelperDesignTimeDescriptor"/>s from <see cref="Type"/>s and

View File

@ -5,9 +5,9 @@ using System;
using System.Collections.Generic; using System.Collections.Generic;
using System.Text.Encodings.Web; using System.Text.Encodings.Web;
using System.Threading.Tasks; using System.Threading.Tasks;
using Microsoft.AspNet.Razor.TagHelpers; using Microsoft.AspNetCore.Razor.TagHelpers;
namespace Microsoft.AspNet.Razor.Runtime.TagHelpers namespace Microsoft.AspNetCore.Razor.Runtime.TagHelpers
{ {
/// <summary> /// <summary>
/// Class used to store information about a <see cref="ITagHelper"/>'s execution lifetime. /// Class used to store information about a <see cref="ITagHelper"/>'s execution lifetime.
@ -238,7 +238,7 @@ namespace Microsoft.AspNet.Razor.Runtime.TagHelpers
/// </param> /// </param>
/// <param name="encoder"> /// <param name="encoder">
/// The <see cref="HtmlEncoder"/> to use when the page handles /// The <see cref="HtmlEncoder"/> to use when the page handles
/// non-<see cref="Microsoft.AspNet.Html.IHtmlContent"/> C# expressions. If <c>null</c>, executes children with /// non-<see cref="Microsoft.AspNetCore.Html.IHtmlContent"/> C# expressions. If <c>null</c>, executes children with
/// the page's current <see cref="HtmlEncoder"/>. /// the page's current <see cref="HtmlEncoder"/>.
/// </param> /// </param>
/// <returns>A <see cref="Task"/> that on completion returns the rendered child content.</returns> /// <returns>A <see cref="Task"/> that on completion returns the rendered child content.</returns>

View File

@ -4,9 +4,9 @@
using System; using System;
using System.Collections.Generic; using System.Collections.Generic;
using System.Threading.Tasks; using System.Threading.Tasks;
using Microsoft.AspNet.Razor.TagHelpers; using Microsoft.AspNetCore.Razor.TagHelpers;
namespace Microsoft.AspNet.Razor.Runtime.TagHelpers namespace Microsoft.AspNetCore.Razor.Runtime.TagHelpers
{ {
/// <summary> /// <summary>
/// A class used to run <see cref="ITagHelper"/>s. /// A class used to run <see cref="ITagHelper"/>s.

View File

@ -5,10 +5,10 @@ using System;
using System.Collections.Generic; using System.Collections.Generic;
using System.Text.Encodings.Web; using System.Text.Encodings.Web;
using System.Threading.Tasks; using System.Threading.Tasks;
using Microsoft.AspNet.Razor.TagHelpers; using Microsoft.AspNetCore.Razor.TagHelpers;
using Microsoft.Extensions.Internal; using Microsoft.Extensions.Internal;
namespace Microsoft.AspNet.Razor.Runtime.TagHelpers namespace Microsoft.AspNetCore.Razor.Runtime.TagHelpers
{ {
/// <summary> /// <summary>
/// Class that manages <see cref="TagHelperExecutionContext"/> scopes. /// Class that manages <see cref="TagHelperExecutionContext"/> scopes.

View File

@ -5,9 +5,9 @@ using System;
using System.Collections.Generic; using System.Collections.Generic;
using System.Linq; using System.Linq;
using System.Reflection; using System.Reflection;
using Microsoft.AspNet.Razor.TagHelpers; using Microsoft.AspNetCore.Razor.TagHelpers;
namespace Microsoft.AspNet.Razor.Runtime.TagHelpers namespace Microsoft.AspNetCore.Razor.Runtime.TagHelpers
{ {
/// <summary> /// <summary>
/// Class that locates valid <see cref="ITagHelper"/>s within an assembly. /// Class that locates valid <see cref="ITagHelper"/>s within an assembly.

View File

@ -9,7 +9,7 @@ using System.Reflection;
using System.Text; using System.Text;
using System.Xml.Linq; using System.Xml.Linq;
namespace Microsoft.AspNet.Razor.Runtime.TagHelpers namespace Microsoft.AspNetCore.Razor.Runtime.TagHelpers
{ {
/// <summary> /// <summary>
/// Extracts summary and remarks XML documentation from an XML documentation file. /// Extracts summary and remarks XML documentation from an XML documentation file.

View File

@ -7,9 +7,9 @@ using System.Diagnostics;
using System.IO; using System.IO;
using System.Text; using System.Text;
using System.Text.Encodings.Web; using System.Text.Encodings.Web;
using Microsoft.AspNet.Html; using Microsoft.AspNetCore.Html;
namespace Microsoft.AspNet.Razor.TagHelpers namespace Microsoft.AspNetCore.Razor.TagHelpers
{ {
/// <summary> /// <summary>
/// Default concrete <see cref="TagHelperContent"/>. /// Default concrete <see cref="TagHelperContent"/>.

View File

@ -3,7 +3,7 @@
using System; using System;
namespace Microsoft.AspNet.Razor.TagHelpers namespace Microsoft.AspNetCore.Razor.TagHelpers
{ {
/// <summary> /// <summary>
/// Used to override an <see cref="ITagHelper"/> property's HTML attribute name. /// Used to override an <see cref="ITagHelper"/> property's HTML attribute name.

View File

@ -3,7 +3,7 @@
using System; using System;
namespace Microsoft.AspNet.Razor.TagHelpers namespace Microsoft.AspNetCore.Razor.TagHelpers
{ {
/// <summary> /// <summary>
/// Indicates the associated <see cref="ITagHelper"/> property should not be bound to HTML attributes. /// Indicates the associated <see cref="ITagHelper"/> property should not be bound to HTML attributes.

View File

@ -2,9 +2,9 @@
// 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 System; using System;
using Microsoft.AspNet.Razor.Compilation.TagHelpers; using Microsoft.AspNetCore.Razor.Compilation.TagHelpers;
namespace Microsoft.AspNet.Razor.TagHelpers namespace Microsoft.AspNetCore.Razor.TagHelpers
{ {
/// <summary> /// <summary>
/// Provides an <see cref="ITagHelper"/>'s target. /// Provides an <see cref="ITagHelper"/>'s target.

View File

@ -3,7 +3,7 @@
using System; using System;
namespace Microsoft.AspNet.Razor.TagHelpers namespace Microsoft.AspNetCore.Razor.TagHelpers
{ {
/// <summary> /// <summary>
/// A read-only HTML tag helper attribute. /// A read-only HTML tag helper attribute.

View File

@ -3,7 +3,7 @@
using System.Threading.Tasks; using System.Threading.Tasks;
namespace Microsoft.AspNet.Razor.TagHelpers namespace Microsoft.AspNetCore.Razor.TagHelpers
{ {
/// <summary> /// <summary>
/// Contract used to filter matching HTML elements. /// Contract used to filter matching HTML elements.

View File

@ -1,11 +1,11 @@
// 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 System; using System;
using System.IO; using System.IO;
using System.Text.Encodings.Web; using System.Text.Encodings.Web;
namespace Microsoft.AspNet.Razor.TagHelpers namespace Microsoft.AspNetCore.Razor.TagHelpers
{ {
/// <summary> /// <summary>
/// A <see cref="HtmlEncoder"/> that does not encode. Should not be used when writing directly to a response /// A <see cref="HtmlEncoder"/> that does not encode. Should not be used when writing directly to a response

View File

@ -3,7 +3,7 @@
using System; using System;
namespace Microsoft.AspNet.Razor.TagHelpers namespace Microsoft.AspNetCore.Razor.TagHelpers
{ {
/// <summary> /// <summary>
/// Provides a hint of the <see cref="ITagHelper"/>'s output element. /// Provides a hint of the <see cref="ITagHelper"/>'s output element.

View File

@ -5,7 +5,7 @@ using System;
using System.Collections; using System.Collections;
using System.Collections.Generic; using System.Collections.Generic;
namespace Microsoft.AspNet.Razor.TagHelpers namespace Microsoft.AspNetCore.Razor.TagHelpers
{ {
/// <summary> /// <summary>
/// A read-only collection of <typeparamref name="TAttribute"/>s. /// A read-only collection of <typeparamref name="TAttribute"/>s.

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 System; using System;
using System.Collections.Generic; using System.Collections.Generic;
namespace Microsoft.AspNet.Razor.TagHelpers namespace Microsoft.AspNetCore.Razor.TagHelpers
{ {
/// <summary> /// <summary>
/// Restricts children of the <see cref="ITagHelper"/>'s element. /// Restricts children of the <see cref="ITagHelper"/>'s element.

View File

@ -3,7 +3,7 @@
using System.Threading.Tasks; using System.Threading.Tasks;
namespace Microsoft.AspNet.Razor.TagHelpers namespace Microsoft.AspNetCore.Razor.TagHelpers
{ {
/// <summary> /// <summary>
/// Class used to filter matching HTML elements. /// Class used to filter matching HTML elements.

View File

@ -3,7 +3,7 @@
using System; using System;
namespace Microsoft.AspNet.Razor.TagHelpers namespace Microsoft.AspNetCore.Razor.TagHelpers
{ {
/// <summary> /// <summary>
/// An HTML tag helper attribute. /// An HTML tag helper attribute.

View File

@ -3,9 +3,9 @@
using System; using System;
using System.Collections.Generic; using System.Collections.Generic;
using Microsoft.AspNet.Razor.Runtime; using Microsoft.AspNetCore.Razor.Runtime;
namespace Microsoft.AspNet.Razor.TagHelpers namespace Microsoft.AspNetCore.Razor.TagHelpers
{ {
/// <summary> /// <summary>
/// A collection of <see cref="TagHelperAttribute"/>s. /// A collection of <see cref="TagHelperAttribute"/>s.

View File

@ -4,9 +4,9 @@
using System; using System;
using System.IO; using System.IO;
using System.Text.Encodings.Web; using System.Text.Encodings.Web;
using Microsoft.AspNet.Html; using Microsoft.AspNetCore.Html;
namespace Microsoft.AspNet.Razor.TagHelpers namespace Microsoft.AspNetCore.Razor.TagHelpers
{ {
/// <summary> /// <summary>
/// Abstract class used to buffer content returned by <see cref="ITagHelper"/>s. /// Abstract class used to buffer content returned by <see cref="ITagHelper"/>s.

View File

@ -4,7 +4,7 @@
using System; using System;
using System.Collections.Generic; using System.Collections.Generic;
namespace Microsoft.AspNet.Razor.TagHelpers namespace Microsoft.AspNetCore.Razor.TagHelpers
{ {
/// <summary> /// <summary>
/// Contains information related to the execution of <see cref="ITagHelper"/>s. /// Contains information related to the execution of <see cref="ITagHelper"/>s.

View File

@ -5,9 +5,9 @@ using System;
using System.IO; using System.IO;
using System.Text.Encodings.Web; using System.Text.Encodings.Web;
using System.Threading.Tasks; using System.Threading.Tasks;
using Microsoft.AspNet.Html; using Microsoft.AspNetCore.Html;
namespace Microsoft.AspNet.Razor.TagHelpers namespace Microsoft.AspNetCore.Razor.TagHelpers
{ {
/// <summary> /// <summary>
/// Class used to represent the output of an <see cref="ITagHelper"/>. /// Class used to represent the output of an <see cref="ITagHelper"/>.
@ -184,7 +184,7 @@ namespace Microsoft.AspNet.Razor.TagHelpers
/// </summary> /// </summary>
/// <remarks> /// <remarks>
/// MVC will HTML encode <see cref="string"/> values when generating the start tag. It will not HTML encode /// MVC will HTML encode <see cref="string"/> values when generating the start tag. It will not HTML encode
/// a <c>Microsoft.AspNet.Mvc.Rendering.HtmlString</c> instance. MVC converts most other types to a /// a <c>Microsoft.AspNetCore.Mvc.Rendering.HtmlString</c> instance. MVC converts most other types to a
/// <see cref="string"/>, then HTML encodes the result. /// <see cref="string"/>, then HTML encodes the result.
/// </remarks> /// </remarks>
public TagHelperAttributeList Attributes { get; } public TagHelperAttributeList Attributes { get; }

View File

@ -11,8 +11,8 @@
"url": "git://github.com/aspnet/razor" "url": "git://github.com/aspnet/razor"
}, },
"dependencies": { "dependencies": {
"Microsoft.AspNet.Html.Abstractions": "1.0.0-*", "Microsoft.AspNetCore.Html.Abstractions": "1.0.0-*",
"Microsoft.AspNet.Razor": "4.0.0-*", "Microsoft.AspNetCore.Razor": "4.0.0-*",
"Microsoft.Extensions.ClosedGenericMatcher.Sources": { "Microsoft.Extensions.ClosedGenericMatcher.Sources": {
"type": "build", "type": "build",
"version": "1.0.0-*" "version": "1.0.0-*"

View File

@ -4,11 +4,11 @@
using System; using System;
using System.Collections.Generic; using System.Collections.Generic;
using System.Linq; using System.Linq;
using Microsoft.AspNet.Razor.Compilation.TagHelpers; using Microsoft.AspNetCore.Razor.Compilation.TagHelpers;
using Microsoft.Extensions.Internal; using Microsoft.Extensions.Internal;
using Xunit; using Xunit;
namespace Microsoft.AspNet.Razor.Test.Internal namespace Microsoft.AspNetCore.Razor.Test.Internal
{ {
internal class CaseSensitiveTagHelperDescriptorComparer : TagHelperDescriptorComparer internal class CaseSensitiveTagHelperDescriptorComparer : TagHelperDescriptorComparer
{ {

View File

@ -3,11 +3,11 @@
using System; using System;
using System.Collections.Generic; using System.Collections.Generic;
using Microsoft.AspNet.Razor.Compilation.TagHelpers; using Microsoft.AspNetCore.Razor.Compilation.TagHelpers;
using Microsoft.Extensions.Internal; using Microsoft.Extensions.Internal;
using Xunit; using Xunit;
namespace Microsoft.AspNet.Razor.Test.Internal namespace Microsoft.AspNetCore.Razor.Test.Internal
{ {
internal class TagHelperAttributeDescriptorComparer : IEqualityComparer<TagHelperAttributeDescriptor> internal class TagHelperAttributeDescriptorComparer : IEqualityComparer<TagHelperAttributeDescriptor>
{ {

View File

@ -3,11 +3,11 @@
using System; using System;
using System.Collections.Generic; using System.Collections.Generic;
using Microsoft.AspNet.Razor.Compilation.TagHelpers; using Microsoft.AspNetCore.Razor.Compilation.TagHelpers;
using Microsoft.Extensions.Internal; using Microsoft.Extensions.Internal;
using Xunit; using Xunit;
namespace Microsoft.AspNet.Razor.Test.Internal namespace Microsoft.AspNetCore.Razor.Test.Internal
{ {
internal class TagHelperAttributeDesignTimeDescriptorComparer : internal class TagHelperAttributeDesignTimeDescriptorComparer :
IEqualityComparer<TagHelperAttributeDesignTimeDescriptor> IEqualityComparer<TagHelperAttributeDesignTimeDescriptor>

View File

@ -3,11 +3,11 @@
using System; using System;
using System.Collections.Generic; using System.Collections.Generic;
using Microsoft.AspNet.Razor.Compilation.TagHelpers; using Microsoft.AspNetCore.Razor.Compilation.TagHelpers;
using Microsoft.Extensions.Internal; using Microsoft.Extensions.Internal;
using Xunit; using Xunit;
namespace Microsoft.AspNet.Razor.Test.Internal namespace Microsoft.AspNetCore.Razor.Test.Internal
{ {
internal class TagHelperDesignTimeDescriptorComparer : IEqualityComparer<TagHelperDesignTimeDescriptor> internal class TagHelperDesignTimeDescriptorComparer : IEqualityComparer<TagHelperDesignTimeDescriptor>
{ {

View File

@ -1,14 +1,14 @@
// 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.AspNet.Razor.Chunks.Generators; using Microsoft.AspNetCore.Razor.Chunks.Generators;
using Microsoft.AspNet.Razor.CodeGenerators; using Microsoft.AspNetCore.Razor.CodeGenerators;
using Microsoft.AspNet.Razor.Parser; using Microsoft.AspNetCore.Razor.Parser;
#if NET451 #if NET451
#endif #endif
namespace Microsoft.AspNet.Razor namespace Microsoft.AspNetCore.Razor
{ {
/// <summary> /// <summary>
/// Defines the C# Code Language for Razor /// Defines the C# Code Language for Razor

View File

@ -1,7 +1,7 @@
// 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.
namespace Microsoft.AspNet.Razor.Chunks namespace Microsoft.AspNetCore.Razor.Chunks
{ {
/// <summary> /// <summary>
/// A <see cref="Chunk"/> used to look up <see cref="Compilation.TagHelpers.TagHelperDescriptor"/>s. /// A <see cref="Chunk"/> used to look up <see cref="Compilation.TagHelpers.TagHelperDescriptor"/>s.

View File

@ -1,9 +1,9 @@
// 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.AspNet.Razor.Parser.SyntaxTree; using Microsoft.AspNetCore.Razor.Parser.SyntaxTree;
namespace Microsoft.AspNet.Razor.Chunks namespace Microsoft.AspNetCore.Razor.Chunks
{ {
public class Chunk public class Chunk
{ {

View File

@ -1,7 +1,7 @@
// 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.
namespace Microsoft.AspNet.Razor.Chunks namespace Microsoft.AspNetCore.Razor.Chunks
{ {
public class ChunkTree : ParentChunk public class ChunkTree : ParentChunk
{ {

View File

@ -3,9 +3,9 @@
using System.Collections.Generic; using System.Collections.Generic;
using System.Diagnostics; using System.Diagnostics;
using Microsoft.AspNet.Razor.Parser.SyntaxTree; using Microsoft.AspNetCore.Razor.Parser.SyntaxTree;
namespace Microsoft.AspNet.Razor.Chunks namespace Microsoft.AspNetCore.Razor.Chunks
{ {
public class ChunkTreeBuilder public class ChunkTreeBuilder
{ {

View File

@ -1,9 +1,9 @@
// 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.AspNet.Razor.Text; using Microsoft.AspNetCore.Razor.Text;
namespace Microsoft.AspNet.Razor.Chunks namespace Microsoft.AspNetCore.Razor.Chunks
{ {
public class CodeAttributeChunk : ParentChunk public class CodeAttributeChunk : ParentChunk
{ {

View File

@ -1,9 +1,9 @@
// 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.AspNet.Razor.Text; using Microsoft.AspNetCore.Razor.Text;
namespace Microsoft.AspNet.Razor.Chunks namespace Microsoft.AspNetCore.Razor.Chunks
{ {
public class DynamicCodeAttributeChunk : ParentChunk public class DynamicCodeAttributeChunk : ParentChunk
{ {

View File

@ -1,7 +1,7 @@
// 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.
namespace Microsoft.AspNet.Razor.Chunks namespace Microsoft.AspNetCore.Razor.Chunks
{ {
public class ExpressionBlockChunk : ParentChunk public class ExpressionBlockChunk : ParentChunk
{ {

View File

@ -1,7 +1,7 @@
// 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.
namespace Microsoft.AspNet.Razor.Chunks namespace Microsoft.AspNetCore.Razor.Chunks
{ {
public class ExpressionChunk : Chunk public class ExpressionChunk : Chunk
{ {

View File

@ -2,9 +2,9 @@
// 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 System; using System;
using Microsoft.AspNet.Razor.Parser.SyntaxTree; using Microsoft.AspNetCore.Razor.Parser.SyntaxTree;
namespace Microsoft.AspNet.Razor.Chunks.Generators namespace Microsoft.AspNetCore.Razor.Chunks.Generators
{ {
public class AddImportChunkGenerator : SpanChunkGenerator public class AddImportChunkGenerator : SpanChunkGenerator
{ {

View File

@ -1,9 +1,9 @@
// 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.AspNet.Razor.Parser.SyntaxTree; using Microsoft.AspNetCore.Razor.Parser.SyntaxTree;
namespace Microsoft.AspNet.Razor.Chunks.Generators namespace Microsoft.AspNetCore.Razor.Chunks.Generators
{ {
/// <summary> /// <summary>
/// A <see cref="SpanChunkGenerator"/> responsible for generating <see cref="AddTagHelperChunk"/>s. /// A <see cref="SpanChunkGenerator"/> responsible for generating <see cref="AddTagHelperChunk"/>s.

View File

@ -3,11 +3,11 @@
using System; using System;
using System.Globalization; using System.Globalization;
using Microsoft.AspNet.Razor.Parser.SyntaxTree; using Microsoft.AspNetCore.Razor.Parser.SyntaxTree;
using Microsoft.AspNet.Razor.Text; using Microsoft.AspNetCore.Razor.Text;
using Microsoft.Extensions.Internal; using Microsoft.Extensions.Internal;
namespace Microsoft.AspNet.Razor.Chunks.Generators namespace Microsoft.AspNetCore.Razor.Chunks.Generators
{ {
public class AttributeBlockChunkGenerator : ParentChunkGenerator public class AttributeBlockChunkGenerator : ParentChunkGenerator
{ {

View File

@ -1,7 +1,7 @@
// 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.
namespace Microsoft.AspNet.Razor.Chunks.Generators namespace Microsoft.AspNetCore.Razor.Chunks.Generators
{ {
public class ChunkGeneratorContext public class ChunkGeneratorContext
{ {

View File

@ -2,10 +2,10 @@
// 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 System.Globalization; using System.Globalization;
using Microsoft.AspNet.Razor.Parser.SyntaxTree; using Microsoft.AspNetCore.Razor.Parser.SyntaxTree;
using Microsoft.AspNet.Razor.Text; using Microsoft.AspNetCore.Razor.Text;
namespace Microsoft.AspNet.Razor.Chunks.Generators namespace Microsoft.AspNetCore.Razor.Chunks.Generators
{ {
public class DynamicAttributeBlockChunkGenerator : ParentChunkGenerator public class DynamicAttributeBlockChunkGenerator : ParentChunkGenerator
{ {

View File

@ -1,9 +1,9 @@
// 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.AspNet.Razor.Parser.SyntaxTree; using Microsoft.AspNetCore.Razor.Parser.SyntaxTree;
namespace Microsoft.AspNet.Razor.Chunks.Generators namespace Microsoft.AspNetCore.Razor.Chunks.Generators
{ {
public class ExpressionChunkGenerator : ISpanChunkGenerator, IParentChunkGenerator public class ExpressionChunkGenerator : ISpanChunkGenerator, IParentChunkGenerator
{ {

View File

@ -1,9 +1,9 @@
// 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.AspNet.Razor.Parser.SyntaxTree; using Microsoft.AspNetCore.Razor.Parser.SyntaxTree;
namespace Microsoft.AspNet.Razor.Chunks.Generators namespace Microsoft.AspNetCore.Razor.Chunks.Generators
{ {
public interface IParentChunkGenerator public interface IParentChunkGenerator
{ {

View File

@ -1,9 +1,9 @@
// 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.AspNet.Razor.Parser.SyntaxTree; using Microsoft.AspNetCore.Razor.Parser.SyntaxTree;
namespace Microsoft.AspNet.Razor.Chunks.Generators namespace Microsoft.AspNetCore.Razor.Chunks.Generators
{ {
public interface ISpanChunkGenerator public interface ISpanChunkGenerator
{ {

View File

@ -2,11 +2,11 @@
// 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 System.Globalization; using System.Globalization;
using Microsoft.AspNet.Razor.Parser.SyntaxTree; using Microsoft.AspNetCore.Razor.Parser.SyntaxTree;
using Microsoft.AspNet.Razor.Text; using Microsoft.AspNetCore.Razor.Text;
using Microsoft.Extensions.Internal; using Microsoft.Extensions.Internal;
namespace Microsoft.AspNet.Razor.Chunks.Generators namespace Microsoft.AspNetCore.Razor.Chunks.Generators
{ {
public class LiteralAttributeChunkGenerator : SpanChunkGenerator public class LiteralAttributeChunkGenerator : SpanChunkGenerator
{ {

View File

@ -1,9 +1,9 @@
// 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.AspNet.Razor.Parser.SyntaxTree; using Microsoft.AspNetCore.Razor.Parser.SyntaxTree;
namespace Microsoft.AspNet.Razor.Chunks.Generators namespace Microsoft.AspNetCore.Razor.Chunks.Generators
{ {
public class MarkupChunkGenerator : SpanChunkGenerator public class MarkupChunkGenerator : SpanChunkGenerator
{ {

View File

@ -1,9 +1,9 @@
// 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.AspNet.Razor.Parser.SyntaxTree; using Microsoft.AspNetCore.Razor.Parser.SyntaxTree;
namespace Microsoft.AspNet.Razor.Chunks.Generators namespace Microsoft.AspNetCore.Razor.Chunks.Generators
{ {
public abstract class ParentChunkGenerator : IParentChunkGenerator public abstract class ParentChunkGenerator : IParentChunkGenerator
{ {

View File

@ -2,10 +2,10 @@
// 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 System; using System;
using Microsoft.AspNet.Razor.Parser; using Microsoft.AspNetCore.Razor.Parser;
using Microsoft.AspNet.Razor.Parser.SyntaxTree; using Microsoft.AspNetCore.Razor.Parser.SyntaxTree;
namespace Microsoft.AspNet.Razor.Chunks.Generators namespace Microsoft.AspNetCore.Razor.Chunks.Generators
{ {
public class RazorChunkGenerator : ParserVisitor public class RazorChunkGenerator : ParserVisitor
{ {

View File

@ -2,7 +2,7 @@
// 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.
namespace Microsoft.AspNet.Razor.Chunks.Generators namespace Microsoft.AspNetCore.Razor.Chunks.Generators
{ {
public class RazorCommentChunkGenerator : ParentChunkGenerator public class RazorCommentChunkGenerator : ParentChunkGenerator
{ {

View File

@ -1,9 +1,9 @@
// 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.AspNet.Razor.Parser.SyntaxTree; using Microsoft.AspNetCore.Razor.Parser.SyntaxTree;
namespace Microsoft.AspNet.Razor.Chunks.Generators namespace Microsoft.AspNetCore.Razor.Chunks.Generators
{ {
/// <summary> /// <summary>
/// A <see cref="SpanChunkGenerator"/> responsible for generating <see cref="RemoveTagHelperChunk"/>s. /// A <see cref="SpanChunkGenerator"/> responsible for generating <see cref="RemoveTagHelperChunk"/>s.

View File

@ -2,9 +2,9 @@
// 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 System; using System;
using Microsoft.AspNet.Razor.Parser.SyntaxTree; using Microsoft.AspNetCore.Razor.Parser.SyntaxTree;
namespace Microsoft.AspNet.Razor.Chunks.Generators namespace Microsoft.AspNetCore.Razor.Chunks.Generators
{ {
public class SectionChunkGenerator : ParentChunkGenerator public class SectionChunkGenerator : ParentChunkGenerator
{ {

View File

@ -2,9 +2,9 @@
// 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 System; using System;
using Microsoft.AspNet.Razor.Parser.SyntaxTree; using Microsoft.AspNetCore.Razor.Parser.SyntaxTree;
namespace Microsoft.AspNet.Razor.Chunks.Generators namespace Microsoft.AspNetCore.Razor.Chunks.Generators
{ {
public class SetBaseTypeChunkGenerator : SpanChunkGenerator public class SetBaseTypeChunkGenerator : SpanChunkGenerator
{ {

View File

@ -1,9 +1,9 @@
// 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.AspNet.Razor.Parser.SyntaxTree; using Microsoft.AspNetCore.Razor.Parser.SyntaxTree;
namespace Microsoft.AspNet.Razor.Chunks.Generators namespace Microsoft.AspNetCore.Razor.Chunks.Generators
{ {
public abstract class SpanChunkGenerator : ISpanChunkGenerator public abstract class SpanChunkGenerator : ISpanChunkGenerator
{ {

View File

@ -1,9 +1,9 @@
// 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.AspNet.Razor.Parser.SyntaxTree; using Microsoft.AspNetCore.Razor.Parser.SyntaxTree;
namespace Microsoft.AspNet.Razor.Chunks.Generators namespace Microsoft.AspNetCore.Razor.Chunks.Generators
{ {
public class StatementChunkGenerator : SpanChunkGenerator public class StatementChunkGenerator : SpanChunkGenerator
{ {

View File

@ -4,11 +4,11 @@
using System.Collections.Generic; using System.Collections.Generic;
using System.Diagnostics; using System.Diagnostics;
using System.Linq; using System.Linq;
using Microsoft.AspNet.Razor.Parser.SyntaxTree; using Microsoft.AspNetCore.Razor.Parser.SyntaxTree;
using Microsoft.AspNet.Razor.Parser.TagHelpers; using Microsoft.AspNetCore.Razor.Parser.TagHelpers;
using Microsoft.AspNet.Razor.Compilation.TagHelpers; using Microsoft.AspNetCore.Razor.Compilation.TagHelpers;
namespace Microsoft.AspNet.Razor.Chunks.Generators namespace Microsoft.AspNetCore.Razor.Chunks.Generators
{ {
/// <summary> /// <summary>
/// A <see cref="ParentChunkGenerator"/> that is responsible for generating valid <see cref="TagHelperChunk"/>s. /// A <see cref="ParentChunkGenerator"/> that is responsible for generating valid <see cref="TagHelperChunk"/>s.

View File

@ -1,9 +1,9 @@
// 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.AspNet.Razor.Parser.SyntaxTree; using Microsoft.AspNetCore.Razor.Parser.SyntaxTree;
namespace Microsoft.AspNet.Razor.Chunks.Generators namespace Microsoft.AspNetCore.Razor.Chunks.Generators
{ {
/// <summary> /// <summary>
/// A <see cref="SpanChunkGenerator"/> responsible for generating /// A <see cref="SpanChunkGenerator"/> responsible for generating

View File

@ -1,9 +1,9 @@
// 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.AspNet.Razor.Parser.SyntaxTree; using Microsoft.AspNetCore.Razor.Parser.SyntaxTree;
namespace Microsoft.AspNet.Razor.Chunks.Generators namespace Microsoft.AspNetCore.Razor.Chunks.Generators
{ {
public class TemplateBlockChunkGenerator : ParentChunkGenerator public class TemplateBlockChunkGenerator : ParentChunkGenerator
{ {

View File

@ -1,9 +1,9 @@
// 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.AspNet.Razor.Parser.SyntaxTree; using Microsoft.AspNetCore.Razor.Parser.SyntaxTree;
namespace Microsoft.AspNet.Razor.Chunks.Generators namespace Microsoft.AspNetCore.Razor.Chunks.Generators
{ {
public class TypeMemberChunkGenerator : SpanChunkGenerator public class TypeMemberChunkGenerator : SpanChunkGenerator
{ {

View File

@ -1,7 +1,7 @@
// 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.
namespace Microsoft.AspNet.Razor.Chunks namespace Microsoft.AspNetCore.Razor.Chunks
{ {
public class LiteralChunk : Chunk public class LiteralChunk : Chunk
{ {

View File

@ -1,9 +1,9 @@
// 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.AspNet.Razor.Text; using Microsoft.AspNetCore.Razor.Text;
namespace Microsoft.AspNet.Razor.Chunks namespace Microsoft.AspNetCore.Razor.Chunks
{ {
public class LiteralCodeAttributeChunk : ParentChunk public class LiteralCodeAttributeChunk : ParentChunk
{ {

View File

@ -3,7 +3,7 @@
using System.Collections.Generic; using System.Collections.Generic;
namespace Microsoft.AspNet.Razor.Chunks namespace Microsoft.AspNetCore.Razor.Chunks
{ {
public class ParentChunk : Chunk public class ParentChunk : Chunk
{ {

View File

@ -1,9 +1,9 @@
// 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 System.Text; using System.Text;
namespace Microsoft.AspNet.Razor.Chunks namespace Microsoft.AspNetCore.Razor.Chunks
{ {
public class ParentLiteralChunk : ParentChunk public class ParentLiteralChunk : ParentChunk
{ {

View File

@ -1,7 +1,7 @@
// 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.
namespace Microsoft.AspNet.Razor.Chunks namespace Microsoft.AspNetCore.Razor.Chunks
{ {
/// <summary> /// <summary>
/// A <see cref="Chunk"/> used to look up <see cref="Compilation.TagHelpers.TagHelperDescriptor"/>s that should be ignored /// A <see cref="Chunk"/> used to look up <see cref="Compilation.TagHelpers.TagHelperDescriptor"/>s that should be ignored

View File

@ -1,7 +1,7 @@
// 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.
namespace Microsoft.AspNet.Razor.Chunks namespace Microsoft.AspNetCore.Razor.Chunks
{ {
public class SectionChunk : ParentChunk public class SectionChunk : ParentChunk
{ {

View File

@ -1,7 +1,7 @@
// 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.
namespace Microsoft.AspNet.Razor.Chunks namespace Microsoft.AspNetCore.Razor.Chunks
{ {
public class SetBaseTypeChunk : Chunk public class SetBaseTypeChunk : Chunk
{ {

View File

@ -1,7 +1,7 @@
// 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.
namespace Microsoft.AspNet.Razor.Chunks namespace Microsoft.AspNetCore.Razor.Chunks
{ {
public class StatementChunk : Chunk public class StatementChunk : Chunk
{ {

View File

@ -2,10 +2,10 @@
// 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 System.Collections.Generic; using System.Collections.Generic;
using Microsoft.AspNet.Razor.TagHelpers; using Microsoft.AspNetCore.Razor.TagHelpers;
using Microsoft.AspNet.Razor.Compilation.TagHelpers; using Microsoft.AspNetCore.Razor.Compilation.TagHelpers;
namespace Microsoft.AspNet.Razor.Chunks namespace Microsoft.AspNetCore.Razor.Chunks
{ {
/// <summary> /// <summary>
/// A <see cref="ParentChunk"/> that represents a special HTML tag. /// A <see cref="ParentChunk"/> that represents a special HTML tag.

View File

@ -1,7 +1,7 @@
// 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.
namespace Microsoft.AspNet.Razor.Chunks namespace Microsoft.AspNetCore.Razor.Chunks
{ {
/// <summary> /// <summary>
/// A <see cref="Chunk"/> for the <c>@tagHelperPrefix</c> directive. /// A <see cref="Chunk"/> for the <c>@tagHelperPrefix</c> directive.

View File

@ -1,7 +1,7 @@
// 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.
namespace Microsoft.AspNet.Razor.Chunks namespace Microsoft.AspNetCore.Razor.Chunks
{ {
public class TemplateChunk : ParentChunk public class TemplateChunk : ParentChunk
{ {

View File

@ -1,7 +1,7 @@
// 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.
namespace Microsoft.AspNet.Razor.Chunks namespace Microsoft.AspNetCore.Razor.Chunks
{ {
public class TypeMemberChunk : Chunk public class TypeMemberChunk : Chunk
{ {

View File

@ -1,7 +1,7 @@
// 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.
namespace Microsoft.AspNet.Razor.Chunks namespace Microsoft.AspNetCore.Razor.Chunks
{ {
public class UsingChunk : Chunk public class UsingChunk : Chunk
{ {

View File

@ -5,10 +5,10 @@ using System;
using System.Collections.Generic; using System.Collections.Generic;
using System.Linq; using System.Linq;
using System.Threading.Tasks; using System.Threading.Tasks;
using Microsoft.AspNet.Razor.Chunks; using Microsoft.AspNetCore.Razor.Chunks;
using Microsoft.AspNet.Razor.CodeGenerators.Visitors; using Microsoft.AspNetCore.Razor.CodeGenerators.Visitors;
namespace Microsoft.AspNet.Razor.CodeGenerators namespace Microsoft.AspNetCore.Razor.CodeGenerators
{ {
public class CSharpCodeGenerator : CodeGenerator public class CSharpCodeGenerator : CodeGenerator
{ {

View File

@ -6,11 +6,11 @@ using System.Collections.Generic;
using System.Diagnostics; using System.Diagnostics;
using System.Globalization; using System.Globalization;
using System.Linq; using System.Linq;
using Microsoft.AspNet.Razor.Chunks.Generators; using Microsoft.AspNetCore.Razor.Chunks.Generators;
using Microsoft.AspNet.Razor.Parser.SyntaxTree; using Microsoft.AspNetCore.Razor.Parser.SyntaxTree;
using Microsoft.AspNet.Razor.Text; using Microsoft.AspNetCore.Razor.Text;
namespace Microsoft.AspNet.Razor.CodeGenerators namespace Microsoft.AspNetCore.Razor.CodeGenerators
{ {
public class CSharpCodeWriter : CodeWriter public class CSharpCodeWriter : CodeWriter
{ {

View File

@ -4,7 +4,7 @@
using System; using System;
using System.Linq; using System.Linq;
namespace Microsoft.AspNet.Razor.CodeGenerators namespace Microsoft.AspNetCore.Razor.CodeGenerators
{ {
public struct CSharpCodeWritingScope : IDisposable public struct CSharpCodeWritingScope : IDisposable
{ {

View File

@ -3,7 +3,7 @@
using System; using System;
namespace Microsoft.AspNet.Razor.CodeGenerators namespace Microsoft.AspNetCore.Razor.CodeGenerators
{ {
public struct CSharpDisableWarningScope : IDisposable public struct CSharpDisableWarningScope : IDisposable
{ {

View File

@ -3,7 +3,7 @@
using System; using System;
namespace Microsoft.AspNet.Razor.CodeGenerators namespace Microsoft.AspNetCore.Razor.CodeGenerators
{ {
public class CSharpLineMappingWriter : IDisposable public class CSharpLineMappingWriter : IDisposable
{ {

View File

@ -2,10 +2,10 @@
// 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 System; using System;
using Microsoft.AspNet.Razor.Parser; using Microsoft.AspNetCore.Razor.Parser;
using Microsoft.AspNet.Razor.Parser.SyntaxTree; using Microsoft.AspNetCore.Razor.Parser.SyntaxTree;
namespace Microsoft.AspNet.Razor.CodeGenerators namespace Microsoft.AspNetCore.Razor.CodeGenerators
{ {
public class CSharpPaddingBuilder public class CSharpPaddingBuilder
{ {

View File

@ -6,12 +6,12 @@ using System.Collections.Generic;
using System.Diagnostics; using System.Diagnostics;
using System.Globalization; using System.Globalization;
using System.Linq; using System.Linq;
using Microsoft.AspNet.Razor.Chunks; using Microsoft.AspNetCore.Razor.Chunks;
using Microsoft.AspNet.Razor.CodeGenerators.Visitors; using Microsoft.AspNetCore.Razor.CodeGenerators.Visitors;
using Microsoft.AspNet.Razor.Compilation.TagHelpers; using Microsoft.AspNetCore.Razor.Compilation.TagHelpers;
using Microsoft.AspNet.Razor.TagHelpers; using Microsoft.AspNetCore.Razor.TagHelpers;
namespace Microsoft.AspNet.Razor.CodeGenerators namespace Microsoft.AspNetCore.Razor.CodeGenerators
{ {
/// <summary> /// <summary>
/// Renders tag helper rendering code. /// Renders tag helper rendering code.

View File

@ -1,7 +1,7 @@
// 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.
namespace Microsoft.AspNet.Razor.CodeGenerators namespace Microsoft.AspNetCore.Razor.CodeGenerators
{ {
public abstract class CodeGenerator public abstract class CodeGenerator
{ {

View File

@ -1,9 +1,9 @@
// 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.AspNet.Razor.Chunks.Generators; using Microsoft.AspNetCore.Razor.Chunks.Generators;
namespace Microsoft.AspNet.Razor.CodeGenerators namespace Microsoft.AspNetCore.Razor.CodeGenerators
{ {
/// <summary> /// <summary>
/// Context object with information used to generate a Razor page. /// Context object with information used to generate a Razor page.

View File

@ -3,7 +3,7 @@
using System.Collections.Generic; using System.Collections.Generic;
namespace Microsoft.AspNet.Razor.CodeGenerators namespace Microsoft.AspNetCore.Razor.CodeGenerators
{ {
public class CodeGeneratorResult public class CodeGeneratorResult
{ {

View File

@ -4,7 +4,7 @@
using System; using System;
using System.Text; using System.Text;
namespace Microsoft.AspNet.Razor.CodeGenerators namespace Microsoft.AspNetCore.Razor.CodeGenerators
{ {
public class CodeWriter : IDisposable public class CodeWriter : IDisposable
{ {

View File

@ -1,7 +1,7 @@
// 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.
namespace Microsoft.AspNet.Razor.CodeGenerators namespace Microsoft.AspNetCore.Razor.CodeGenerators
{ {
public enum ExpressionRenderingMode public enum ExpressionRenderingMode
{ {

View File

@ -4,7 +4,7 @@
using System; using System;
using Microsoft.Extensions.Internal; using Microsoft.Extensions.Internal;
namespace Microsoft.AspNet.Razor.CodeGenerators namespace Microsoft.AspNetCore.Razor.CodeGenerators
{ {
public struct GeneratedClassContext public struct GeneratedClassContext
{ {

View File

@ -1,7 +1,7 @@
// 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.
namespace Microsoft.AspNet.Razor.CodeGenerators namespace Microsoft.AspNetCore.Razor.CodeGenerators
{ {
/// <summary> /// <summary>
/// Contains necessary information for the tag helper code generation process. /// Contains necessary information for the tag helper code generation process.
@ -29,10 +29,10 @@ namespace Microsoft.AspNet.Razor.CodeGenerators
MarkAsHtmlEncodedMethodName = "Html.Raw"; MarkAsHtmlEncodedMethodName = "Html.Raw";
StartTagHelperWritingScopeMethodName = "StartTagHelperWritingScope"; StartTagHelperWritingScopeMethodName = "StartTagHelperWritingScope";
EndTagHelperWritingScopeMethodName = "EndTagHelperWritingScope"; EndTagHelperWritingScopeMethodName = "EndTagHelperWritingScope";
RunnerTypeName = "Microsoft.AspNet.Razor.Runtime.TagHelperRunner"; RunnerTypeName = "Microsoft.AspNetCore.Razor.Runtime.TagHelperRunner";
ScopeManagerTypeName = "Microsoft.AspNet.Razor.Runtime.TagHelperScopeManager"; ScopeManagerTypeName = "Microsoft.AspNetCore.Razor.Runtime.TagHelperScopeManager";
ExecutionContextTypeName = "Microsoft.AspNet.Razor.Runtime.TagHelperExecutionContext"; ExecutionContextTypeName = "Microsoft.AspNetCore.Razor.Runtime.TagHelperExecutionContext";
TagHelperContentTypeName = "Microsoft.AspNet.Razor.TagHelperContent"; TagHelperContentTypeName = "Microsoft.AspNetCore.Razor.TagHelperContent";
TagHelperContentGetContentMethodName = "GetContent"; TagHelperContentGetContentMethodName = "GetContent";
HtmlEncoderPropertyName = "HtmlEncoder"; HtmlEncoderPropertyName = "HtmlEncoder";
TagHelperOutputIsContentModifiedPropertyName = "IsContentModified"; TagHelperOutputIsContentModifiedPropertyName = "IsContentModified";

View File

@ -3,11 +3,11 @@
using System; using System;
using System.Collections.Generic; using System.Collections.Generic;
using Microsoft.AspNet.Razor.Chunks; using Microsoft.AspNetCore.Razor.Chunks;
using Microsoft.AspNet.Razor.Parser.SyntaxTree; using Microsoft.AspNetCore.Razor.Parser.SyntaxTree;
using Microsoft.AspNet.Razor.Compilation.TagHelpers; using Microsoft.AspNetCore.Razor.Compilation.TagHelpers;
namespace Microsoft.AspNet.Razor.CodeGenerators namespace Microsoft.AspNetCore.Razor.CodeGenerators
{ {
/// <summary> /// <summary>
/// The results of parsing and generating code for a Razor document. /// The results of parsing and generating code for a Razor document.

View File

@ -4,7 +4,7 @@
using System.Globalization; using System.Globalization;
using Microsoft.Extensions.Internal; using Microsoft.Extensions.Internal;
namespace Microsoft.AspNet.Razor.CodeGenerators namespace Microsoft.AspNetCore.Razor.CodeGenerators
{ {
public class LineMapping public class LineMapping
{ {

View File

@ -3,7 +3,7 @@
using System.Collections.Generic; using System.Collections.Generic;
namespace Microsoft.AspNet.Razor.CodeGenerators namespace Microsoft.AspNetCore.Razor.CodeGenerators
{ {
public class LineMappingManager public class LineMappingManager
{ {

View File

@ -5,7 +5,7 @@ using System;
using System.Globalization; using System.Globalization;
using Microsoft.Extensions.Internal; using Microsoft.Extensions.Internal;
namespace Microsoft.AspNet.Razor.CodeGenerators namespace Microsoft.AspNetCore.Razor.CodeGenerators
{ {
public class MappingLocation public class MappingLocation
{ {

View File

@ -2,9 +2,9 @@
// 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 System; using System;
using Microsoft.AspNet.Razor.Compilation.TagHelpers; using Microsoft.AspNetCore.Razor.Compilation.TagHelpers;
namespace Microsoft.AspNet.Razor.CodeGenerators namespace Microsoft.AspNetCore.Razor.CodeGenerators
{ {
/// <summary> /// <summary>
/// Renders code for tag helper property initialization. /// Renders code for tag helper property initialization.

View File

@ -2,9 +2,9 @@
// 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 System; using System;
using Microsoft.AspNet.Razor.Chunks; using Microsoft.AspNetCore.Razor.Chunks;
namespace Microsoft.AspNet.Razor.CodeGenerators.Visitors namespace Microsoft.AspNetCore.Razor.CodeGenerators.Visitors
{ {
public class CSharpBaseTypeVisitor : CodeVisitor<CSharpCodeWriter> public class CSharpBaseTypeVisitor : CodeVisitor<CSharpCodeWriter>
{ {

View File

@ -5,10 +5,10 @@ using System;
using System.Diagnostics; using System.Diagnostics;
using System.Globalization; using System.Globalization;
using System.Linq; using System.Linq;
using Microsoft.AspNet.Razor.Chunks; using Microsoft.AspNetCore.Razor.Chunks;
using Microsoft.AspNet.Razor.Parser.SyntaxTree; using Microsoft.AspNetCore.Razor.Parser.SyntaxTree;
namespace Microsoft.AspNet.Razor.CodeGenerators.Visitors namespace Microsoft.AspNetCore.Razor.CodeGenerators.Visitors
{ {
public class CSharpCodeVisitor : CodeVisitor<CSharpCodeWriter> public class CSharpCodeVisitor : CodeVisitor<CSharpCodeWriter>
{ {

View File

@ -4,10 +4,10 @@
using System; using System;
using System.Diagnostics; using System.Diagnostics;
using System.Globalization; using System.Globalization;
using Microsoft.AspNet.Razor.Chunks; using Microsoft.AspNetCore.Razor.Chunks;
using Microsoft.AspNet.Razor.Parser.SyntaxTree; using Microsoft.AspNetCore.Razor.Parser.SyntaxTree;
namespace Microsoft.AspNet.Razor.CodeGenerators.Visitors namespace Microsoft.AspNetCore.Razor.CodeGenerators.Visitors
{ {
public class CSharpDesignTimeCodeVisitor : CodeVisitor<CSharpCodeWriter> public class CSharpDesignTimeCodeVisitor : CodeVisitor<CSharpCodeWriter>
{ {

Some files were not shown because too many files have changed in this diff Show More