From f0f83229648a08ba6febaa57b62512ccc6dbf436 Mon Sep 17 00:00:00 2001 From: Steve Sanderson Date: Wed, 21 Nov 2018 16:17:33 +0100 Subject: [PATCH] Code migration, step 1 (#1706) * Rename Microsoft.AspNetCore.Blazor dir to .Components * Rename Microsoft.AspNetCore.Blazor.Browser dir to .Components.Browser * Rename Microsoft.AspNetCore.Blazor.Browser.JS dir to .Components.Browser.JS * Rename Microsoft.AspNetCore.Blazor.TagHelperWorkaround dir to .Components.TagHelperWorkaround * Unbreak signing * Rename Microsoft.AspNetCore.Blazor.Analyzers dir to .Components.Analyzers * Rename Microsoft.AspNetCore.Blazor.Server dir to .Components.Server * Rename Microsoft.AspNetCore.Blazor.Razor.Extensions dir to .Components.Razor.Extensions * Rename Microsoft.AspNetCore.Blazor.Build dir to .Components.Build * Rename Microsoft.AspNetCore.Blazor.Test dir to .Components.test * Rename Microsoft.AspNetCore.Blazor.Server.Test dir to .Components.Server.Test * Rename Microsoft.AspNetCore.Blazor.Razor.Extensions.Test dir to .Components.Razor.Extensions.Test * Rename Microsoft.AspNetCore.Blazor.Analyzers.Test dir to .Components.Analyzers.Test * Rename Microsoft.AspNetCore.Blazor.Browser.Test dir to .Components.Browser.Test * Rename Microsoft.AspNetCore.Blazor.Build.Test dir to .Components.Build.Test * Rename Microsoft.AspNetCore.Blazor.E2ETest dir to .Components.E2ETest * Fix typo * Unbreak VSIX build * Fix .Build unit tests * Move Blazor benchmarks into blazor subdir * Rename .Blazor.Performance dir to .Components.Performance * Move some samples within .sln * Move StandaloneApp sample to blazor subdir * Move MonoSanity sample to blazor subdir * Move HostedInAspNet sample to blazor subdir * Update paths to samples * Move .BuildTools and .Cli sources to blazor subdir * Move tooling to blazor subdir * Move templates to blazor subdir * Restore Directory.Build.props behaviors in blazor\src * Move mono to blazor subdir * Update folder structure in .sln * Fix VSIX * Empty commit to reawaken CI * Fix manual standalone app startup --- Blazor.sln | 99 +- ...ft.AspNetCore.Blazor.E2EPerformance.csproj | 19 - .../AssemblyInfo.cs | 0 ...osoft.AspNetCore.Blazor.Performance.csproj | 2 +- .../Program.cs | 0 .../RenderTreeDiffBuilderBenchmark.cs | 0 .../readme.md | 0 .../App.cshtml | 0 .../BenchmarkEvent.cs | 0 .../Directory.Build.props | 7 + ...ft.AspNetCore.Blazor.E2EPerformance.csproj | 19 + .../Pages/Index.cshtml | 0 .../Pages/Json.cshtml | 0 .../Pages/RenderList.cshtml | 0 .../Pages/_ViewImports.cshtml | 0 .../Program.cs | 0 .../Shared/MainLayout.cshtml | 0 .../Startup.cs | 0 .../_ViewImports.cshtml | 0 .../wwwroot/benchmarks/appStartup.js | 0 .../wwwroot/benchmarks/index.js | 0 .../wwwroot/benchmarks/jsonHandling.js | 0 .../wwwroot/benchmarks/jsonHandlingData.js | 0 .../wwwroot/benchmarks/lib/bootstrap.min.css | 0 .../benchmarks/lib/minibench/README.md | 0 .../benchmarks/lib/minibench/minibench.js | 0 .../benchmarks/lib/minibench/style.css | 0 .../wwwroot/benchmarks/renderList.js | 0 .../benchmarks/util/BenchmarkEvents.js | 0 .../wwwroot/benchmarks/util/BlazorApp.js | 0 .../wwwroot/benchmarks/util/DOM.js | 0 .../wwwroot/blazor-frame.html | 0 .../wwwroot/index.html | 0 .../samples}/Directory.Build.props | 0 .../HostedInAspNet.Client/Home.cshtml | 0 .../HostedInAspNet.Client.csproj | 16 + .../samples}/HostedInAspNet.Client/Program.cs | 0 .../wwwroot/customJsFileForTests.js | 0 .../HostedInAspNet.Client/wwwroot/index.html | 0 .../HostedInAspNet.Server.csproj | 2 +- .../samples}/HostedInAspNet.Server/Program.cs | 0 .../samples}/HostedInAspNet.Server/Startup.cs | 0 .../Views/_ViewImports.cshtml | 0 .../samples}/MonoSanity/MonoSanity.csproj | 2 +- .../samples}/MonoSanity/Program.cs | 0 .../samples}/MonoSanity/Startup.cs | 0 .../samples}/MonoSanity/wwwroot/index.html | 0 .../samples}/MonoSanity/wwwroot/loader.js | 0 .../samples}/MonoSanityClient/Examples.cs | 0 .../MonoSanityClient/MonoSanityClient.csproj | 4 +- .../samples}/MonoSanityClient/Program.cs | 0 .../samples}/StandaloneApp/App.cshtml | 0 .../StandaloneApp/Pages/Counter.cshtml | 0 .../StandaloneApp/Pages/FetchData.cshtml | 0 .../samples}/StandaloneApp/Pages/Index.cshtml | 0 .../StandaloneApp/Pages/_ViewImports.cshtml | 0 .../samples}/StandaloneApp/Program.cs | 0 .../StandaloneApp/Shared/MainLayout.cshtml | 0 .../StandaloneApp/Shared/NavMenu.cshtml | 0 .../StandaloneApp/StandaloneApp.csproj | 6 +- .../samples}/StandaloneApp/Startup.cs | 0 .../StandaloneApp/_ViewImports.cshtml | 0 .../wwwroot/css/bootstrap/bootstrap.min.css | 0 .../css/bootstrap/bootstrap.min.css.map | 0 .../wwwroot/css/open-iconic/FONT-LICENSE | 0 .../wwwroot/css/open-iconic/ICON-LICENSE | 0 .../wwwroot/css/open-iconic/README.md | 0 .../font/css/open-iconic-bootstrap.min.css | 0 .../open-iconic/font/fonts/open-iconic.eot | Bin .../open-iconic/font/fonts/open-iconic.otf | Bin .../open-iconic/font/fonts/open-iconic.svg | 0 .../open-iconic/font/fonts/open-iconic.ttf | Bin .../open-iconic/font/fonts/open-iconic.woff | Bin .../StandaloneApp/wwwroot/css/site.css | 0 .../samples}/StandaloneApp/wwwroot/index.html | 0 .../wwwroot/sample-data/weather.json | 0 blazor/src/Directory.Build.props | 12 + .../BuildToolsExe.props | 0 .../Commands/CheckNodeJsInstalledCommand.cs | 0 .../Cli/Commands/ILWipeCommand.cs | 0 .../Cli/Program.cs | 0 .../Core/ILWipe/AssemblyItem.cs | 0 .../Core/ILWipe/MethodWipedExceptionMethod.cs | 0 .../Core/ILWipe/SpecList.cs | 0 .../Core/ILWipe/SpecListEntry.cs | 0 .../Core/ILWipe/WipeAssembly.cs | 0 ...rosoft.AspNetCore.Blazor.BuildTools.csproj | 0 .../Commands/ServeCommand.cs | 0 .../Microsoft.AspNetCore.Blazor.Cli.csproj | 2 +- .../Program.cs | 0 .../Properties/AssemblyInfo.cs | 0 .../Server/Program.cs | 0 .../Server/Startup.cs | 0 .../.gitignore | 0 .../Directory.Build.props | 0 .../Directory.Build.targets | 0 ...crosoft.AspNetCore.Blazor.Templates.csproj | 0 ...crosoft.AspNetCore.Blazor.Templates.nuspec | 0 .../SetPackageProperties.targets | 0 .../.template.config.src/dotnetcli.host.json | 0 .../.template.config.src/icon.png | Bin .../.template.config.src/template.json | 0 .../.template.config.src/vs-2017.3.host.json | 0 .../BlazorHosted-CSharp.Client/App.cshtml | 0 .../BlazorHosted-CSharp.Client.csproj | 0 .../Pages/Counter.cshtml | 0 .../Pages/FetchData.cshtml | 0 .../Pages/Index.cshtml | 0 .../Pages/_ViewImports.cshtml | 0 .../BlazorHosted-CSharp.Client/Program.cs | 0 .../Shared/MainLayout.cshtml | 0 .../Shared/NavMenu.cshtml | 0 .../Shared/SurveyPrompt.cshtml | 0 .../BlazorHosted-CSharp.Client/Startup.cs | 0 .../_ViewImports.cshtml | 0 .../wwwroot/css/bootstrap/bootstrap.min.css | 0 .../css/bootstrap/bootstrap.min.css.map | 0 .../wwwroot/css/open-iconic/FONT-LICENSE | 0 .../wwwroot/css/open-iconic/ICON-LICENSE | 0 .../wwwroot/css/open-iconic/README.md | 0 .../font/css/open-iconic-bootstrap.min.css | 0 .../open-iconic/font/fonts/open-iconic.eot | Bin .../open-iconic/font/fonts/open-iconic.otf | Bin .../open-iconic/font/fonts/open-iconic.svg | 0 .../open-iconic/font/fonts/open-iconic.ttf | Bin .../open-iconic/font/fonts/open-iconic.woff | Bin .../wwwroot/css/site.css | 0 .../wwwroot/index.html | 0 .../BlazorHosted-CSharp.Server.csproj | 0 .../Controllers/SampleDataController.cs | 0 .../BlazorHosted-CSharp.Server/Program.cs | 0 .../BlazorHosted-CSharp.Server/Startup.cs | 0 .../BlazorHosted-CSharp.Shared.csproj | 0 .../WeatherForecast.cs | 0 .../BlazorHosted-CSharp.sln | 0 .../.template.config.src/dotnetcli.host.json | 0 .../.template.config.src/icon.png | Bin .../.template.config.src/template.json | 0 .../BlazorLibrary-CSharp.csproj | 0 .../BlazorLibrary-CSharp/Component1.cshtml | 0 .../BlazorLibrary-CSharp/ExampleJsInterop.cs | 0 .../content/background.png | Bin .../content/exampleJsInterop.js | 0 .../BlazorLibrary-CSharp/content/styles.css | 0 .../.template.config.src/dotnetcli.host.json | 0 .../.template.config.src/icon.png | Bin .../.template.config.src/template.json | 0 .../.template.config.src/vs-2017.3.host.json | 0 .../BlazorServerSide-CSharp.App/App.cshtml | 0 .../BlazorServerSide-CSharp.App.csproj | 0 .../Pages/Counter.cshtml | 0 .../Pages/FetchData.cshtml | 0 .../Pages/Index.cshtml | 0 .../Pages/_ViewImports.cshtml | 0 .../BlazorServerSide-CSharp.App/Program.cs | 0 .../Services/WeatherForecast.cs | 0 .../Services/WeatherForecastService.cs | 0 .../Shared/MainLayout.cshtml | 0 .../Shared/NavMenu.cshtml | 0 .../Shared/SurveyPrompt.cshtml | 0 .../BlazorServerSide-CSharp.App/Startup.cs | 0 .../_ViewImports.cshtml | 0 .../wwwroot/css/bootstrap/bootstrap.min.css | 0 .../css/bootstrap/bootstrap.min.css.map | 0 .../wwwroot/css/open-iconic/FONT-LICENSE | 0 .../wwwroot/css/open-iconic/ICON-LICENSE | 0 .../wwwroot/css/open-iconic/README.md | 0 .../font/css/open-iconic-bootstrap.min.css | 0 .../open-iconic/font/fonts/open-iconic.eot | Bin .../open-iconic/font/fonts/open-iconic.otf | Bin .../open-iconic/font/fonts/open-iconic.svg | 0 .../open-iconic/font/fonts/open-iconic.ttf | Bin .../open-iconic/font/fonts/open-iconic.woff | Bin .../wwwroot/css/site.css | 0 .../wwwroot/index.html | 0 .../BlazorServerSide-CSharp.Server.csproj | 0 .../BlazorServerSide-CSharp.Server/Program.cs | 0 .../BlazorServerSide-CSharp.Server/Startup.cs | 0 .../BlazorServerSide-CSharp.sln | 0 .../.template.config.src/dotnetcli.host.json | 0 .../.template.config.src/icon.png | Bin .../.template.config.src/template.json | 0 .../.template.config.src/vs-2017.3.host.json | 0 .../BlazorStandalone-CSharp/App.cshtml | 0 .../BlazorStandalone-CSharp.csproj | 0 .../Pages/Counter.cshtml | 0 .../Pages/FetchData.cshtml | 0 .../Pages/Index.cshtml | 0 .../Pages/_ViewImports.cshtml | 0 .../BlazorStandalone-CSharp/Program.cs | 0 .../Shared/MainLayout.cshtml | 0 .../Shared/NavMenu.cshtml | 0 .../Shared/SurveyPrompt.cshtml | 0 .../BlazorStandalone-CSharp/Startup.cs | 0 .../_ViewImports.cshtml | 0 .../wwwroot/css/bootstrap/bootstrap.min.css | 0 .../css/bootstrap/bootstrap.min.css.map | 0 .../wwwroot/css/open-iconic/FONT-LICENSE | 0 .../wwwroot/css/open-iconic/ICON-LICENSE | 0 .../wwwroot/css/open-iconic/README.md | 0 .../font/css/open-iconic-bootstrap.min.css | 0 .../open-iconic/font/fonts/open-iconic.eot | Bin .../open-iconic/font/fonts/open-iconic.otf | Bin .../open-iconic/font/fonts/open-iconic.svg | 0 .../open-iconic/font/fonts/open-iconic.ttf | Bin .../open-iconic/font/fonts/open-iconic.woff | Bin .../wwwroot/css/site.css | 0 .../wwwroot/index.html | 0 .../wwwroot/sample-data/weather.json | 0 .../content/Directory.Build.props | 2 +- .../content/Directory.Build.targets | 0 {src => blazor/src}/mono/.gitignore | 0 .../src}/mono/Directory.Build.props | 0 {src => blazor/src}/mono/HowToUpgradeMono.md | 0 .../src}/mono/HowToUpgradeMonoLinker.md | 0 .../src}/mono/bclwipe/System.Net.Http.txt | 0 {src => blazor/src}/mono/bclwipe/mscorlib.txt | 0 .../Facades/Microsoft.Win32.Primitives.dll | Bin ...Microsoft.Win32.Registry.AccessControl.dll | Bin .../bcl/Facades/Microsoft.Win32.Registry.dll | Bin .../bcl/Facades/System.AppContext.dll | Bin .../incoming/bcl/Facades/System.Buffers.dll | Bin .../Facades/System.Collections.Concurrent.dll | Bin .../Facades/System.Collections.NonGeneric.dll | Bin .../System.Collections.Specialized.dll | Bin .../bcl/Facades/System.Collections.dll | Bin .../System.ComponentModel.Annotations.dll | Bin .../System.ComponentModel.EventBasedAsync.dll | Bin .../System.ComponentModel.Primitives.dll | Bin .../System.ComponentModel.TypeConverter.dll | Bin .../bcl/Facades/System.ComponentModel.dll | Bin .../incoming/bcl/Facades/System.Console.dll | Bin .../bcl/Facades/System.Data.Common.dll | Bin .../bcl/Facades/System.Data.SqlClient.dll | Bin .../Facades/System.Diagnostics.Contracts.dll | Bin .../bcl/Facades/System.Diagnostics.Debug.dll | Bin .../System.Diagnostics.FileVersionInfo.dll | Bin .../Facades/System.Diagnostics.Process.dll | Bin .../Facades/System.Diagnostics.StackTrace.dll | Bin ...em.Diagnostics.TextWriterTraceListener.dll | Bin .../bcl/Facades/System.Diagnostics.Tools.dll | Bin .../Facades/System.Diagnostics.TraceEvent.dll | Bin .../System.Diagnostics.TraceSource.dll | Bin .../Facades/System.Diagnostics.Tracing.dll | Bin .../bcl/Facades/System.Drawing.Common.dll | Bin .../bcl/Facades/System.Drawing.Primitives.dll | Bin .../bcl/Facades/System.Dynamic.Runtime.dll | Bin .../System.Globalization.Calendars.dll | Bin .../System.Globalization.Extensions.dll | Bin .../bcl/Facades/System.Globalization.dll | Bin .../Facades/System.IO.Compression.ZipFile.dll | Bin .../System.IO.FileSystem.AccessControl.dll | Bin .../System.IO.FileSystem.DriveInfo.dll | Bin .../System.IO.FileSystem.Primitives.dll | Bin .../Facades/System.IO.FileSystem.Watcher.dll | Bin .../bcl/Facades/System.IO.FileSystem.dll | Bin .../bcl/Facades/System.IO.IsolatedStorage.dll | Bin .../Facades/System.IO.MemoryMappedFiles.dll | Bin .../incoming/bcl/Facades/System.IO.Pipes.dll | Bin .../System.IO.UnmanagedMemoryStream.dll | Bin .../mono/incoming/bcl/Facades/System.IO.dll | Bin .../bcl/Facades/System.Linq.Expressions.dll | Bin .../bcl/Facades/System.Linq.Parallel.dll | Bin .../bcl/Facades/System.Linq.Queryable.dll | Bin .../mono/incoming/bcl/Facades/System.Linq.dll | Bin .../incoming/bcl/Facades/System.Memory.dll | Bin .../System.Net.AuthenticationManager.dll | Bin .../incoming/bcl/Facades/System.Net.Cache.dll | Bin .../bcl/Facades/System.Net.HttpListener.dll | Bin .../incoming/bcl/Facades/System.Net.Mail.dll | Bin .../bcl/Facades/System.Net.NameResolution.dll | Bin .../Facades/System.Net.NetworkInformation.dll | Bin .../incoming/bcl/Facades/System.Net.Ping.dll | Bin .../bcl/Facades/System.Net.Primitives.dll | Bin .../bcl/Facades/System.Net.Requests.dll | Bin .../bcl/Facades/System.Net.Security.dll | Bin .../bcl/Facades/System.Net.ServicePoint.dll | Bin .../bcl/Facades/System.Net.Sockets.dll | Bin .../bcl/Facades/System.Net.Utilities.dll | Bin .../System.Net.WebHeaderCollection.dll | Bin .../Facades/System.Net.WebSockets.Client.dll | Bin .../bcl/Facades/System.Net.WebSockets.dll | Bin .../bcl/Facades/System.ObjectModel.dll | Bin .../System.Reflection.DispatchProxy.dll | Bin .../System.Reflection.Emit.ILGeneration.dll | Bin .../System.Reflection.Emit.Lightweight.dll | Bin .../bcl/Facades/System.Reflection.Emit.dll | Bin .../Facades/System.Reflection.Extensions.dll | Bin .../Facades/System.Reflection.Primitives.dll | Bin .../System.Reflection.TypeExtensions.dll | Bin .../bcl/Facades/System.Reflection.dll | Bin .../bcl/Facades/System.Resources.Reader.dll | Bin .../Facades/System.Resources.ReaderWriter.dll | Bin .../System.Resources.ResourceManager.dll | Bin .../bcl/Facades/System.Resources.Writer.dll | Bin ...ystem.Runtime.CompilerServices.VisualC.dll | Bin .../bcl/Facades/System.Runtime.Extensions.dll | Bin .../bcl/Facades/System.Runtime.Handles.dll | Bin ...ime.InteropServices.RuntimeInformation.dll | Bin ...Runtime.InteropServices.WindowsRuntime.dll | Bin .../System.Runtime.InteropServices.dll | Bin .../bcl/Facades/System.Runtime.Loader.dll | Bin .../bcl/Facades/System.Runtime.Numerics.dll | Bin ...ystem.Runtime.Serialization.Formatters.dll | Bin .../System.Runtime.Serialization.Json.dll | Bin ...ystem.Runtime.Serialization.Primitives.dll | Bin .../System.Runtime.Serialization.Xml.dll | Bin .../incoming/bcl/Facades/System.Runtime.dll | Bin .../Facades/System.Security.AccessControl.dll | Bin .../bcl/Facades/System.Security.Claims.dll | Bin ...ystem.Security.Cryptography.Algorithms.dll | Bin .../System.Security.Cryptography.Cng.dll | Bin .../System.Security.Cryptography.Csp.dll | Bin ...stem.Security.Cryptography.DeriveBytes.dll | Bin .../System.Security.Cryptography.Encoding.dll | Bin ...m.Security.Cryptography.Encryption.Aes.dll | Bin ...ryptography.Encryption.ECDiffieHellman.dll | Bin ...Security.Cryptography.Encryption.ECDsa.dll | Bin ...ystem.Security.Cryptography.Encryption.dll | Bin ...curity.Cryptography.Hashing.Algorithms.dll | Bin .../System.Security.Cryptography.Hashing.dll | Bin .../System.Security.Cryptography.OpenSsl.dll | Bin .../System.Security.Cryptography.Pkcs.dll | Bin ...ystem.Security.Cryptography.Primitives.dll | Bin ...em.Security.Cryptography.ProtectedData.dll | Bin .../System.Security.Cryptography.RSA.dll | Bin ...ity.Cryptography.RandomNumberGenerator.dll | Bin ...Security.Cryptography.X509Certificates.dll | Bin .../System.Security.Principal.Windows.dll | Bin .../bcl/Facades/System.Security.Principal.dll | Bin .../Facades/System.Security.SecureString.dll | Bin .../Facades/System.ServiceModel.Duplex.dll | Bin .../bcl/Facades/System.ServiceModel.Http.dll | Bin .../Facades/System.ServiceModel.NetTcp.dll | Bin .../System.ServiceModel.Primitives.dll | Bin .../Facades/System.ServiceModel.Security.dll | Bin ...ystem.ServiceProcess.ServiceController.dll | Bin .../System.Text.Encoding.CodePages.dll | Bin .../System.Text.Encoding.Extensions.dll | Bin .../bcl/Facades/System.Text.Encoding.dll | Bin .../System.Text.RegularExpressions.dll | Bin .../System.Threading.AccessControl.dll | Bin .../Facades/System.Threading.Overlapped.dll | Bin .../System.Threading.Tasks.Extensions.dll | Bin .../System.Threading.Tasks.Parallel.dll | Bin .../bcl/Facades/System.Threading.Tasks.dll | Bin .../bcl/Facades/System.Threading.Thread.dll | Bin .../Facades/System.Threading.ThreadPool.dll | Bin .../bcl/Facades/System.Threading.Timer.dll | Bin .../incoming/bcl/Facades/System.Threading.dll | Bin .../bcl/Facades/System.ValueTuple.dll | Bin .../bcl/Facades/System.Xml.ReaderWriter.dll | Bin .../bcl/Facades/System.Xml.XDocument.dll | Bin .../Facades/System.Xml.XPath.XDocument.dll | Bin .../Facades/System.Xml.XPath.XmlDocument.dll | Bin .../incoming/bcl/Facades/System.Xml.XPath.dll | Bin .../bcl/Facades/System.Xml.XmlDocument.dll | Bin .../bcl/Facades/System.Xml.XmlSerializer.dll | Bin .../bcl/Facades/System.Xml.Xsl.Primitives.dll | Bin .../mono/incoming/bcl/Facades/netstandard.dll | Bin .../src}/mono/incoming/bcl/I18N.CJK.dll | Bin .../src}/mono/incoming/bcl/I18N.MidEast.dll | Bin .../src}/mono/incoming/bcl/I18N.Other.dll | Bin .../src}/mono/incoming/bcl/I18N.Rare.dll | Bin .../src}/mono/incoming/bcl/I18N.West.dll | Bin .../src}/mono/incoming/bcl/I18N.dll | Bin .../mono/incoming/bcl/Microsoft.CSharp.dll | Bin .../src}/mono/incoming/bcl/Mono.Cecil.dll | Bin .../mono/incoming/bcl/Mono.Data.Sqlite.dll | Bin .../src}/mono/incoming/bcl/Mono.Data.Tds.dll | Bin .../src}/mono/incoming/bcl/Mono.Security.dll | Bin .../bcl/System.ComponentModel.Composition.dll | Bin .../System.ComponentModel.DataAnnotations.dll | Bin .../src}/mono/incoming/bcl/System.Core.dll | Bin .../bcl/System.Data.Services.Client.dll | Bin .../src}/mono/incoming/bcl/System.Data.dll | Bin .../src}/mono/incoming/bcl/System.Drawing.dll | Bin .../bcl/System.IO.Compression.FileSystem.dll | Bin .../incoming/bcl/System.IO.Compression.dll | Bin .../incoming/bcl/System.IdentityModel.dll | Bin .../src}/mono/incoming/bcl/System.Json.dll | Bin .../bcl/System.Net.Http.WinHttpHandler.dll | Bin .../mono/incoming/bcl/System.Net.Http.dll | Bin .../src}/mono/incoming/bcl/System.Net.dll | Bin .../incoming/bcl/System.Numerics.Vectors.dll | Bin .../mono/incoming/bcl/System.Numerics.dll | Bin .../bcl/System.Reflection.Context.dll | Bin ...System.Runtime.CompilerServices.Unsafe.dll | Bin .../bcl/System.Runtime.Serialization.dll | Bin .../mono/incoming/bcl/System.Security.dll | Bin .../bcl/System.ServiceModel.Internals.dll | Bin .../incoming/bcl/System.ServiceModel.Web.dll | Bin .../mono/incoming/bcl/System.ServiceModel.dll | Bin .../mono/incoming/bcl/System.Transactions.dll | Bin .../mono/incoming/bcl/System.Web.Services.dll | Bin .../src}/mono/incoming/bcl/System.Windows.dll | Bin .../mono/incoming/bcl/System.Xml.Linq.dll | Bin .../incoming/bcl/System.Xml.Serialization.dll | Bin .../src}/mono/incoming/bcl/System.Xml.dll | Bin .../src}/mono/incoming/bcl/System.dll | Bin .../src}/mono/incoming/bcl/mscorlib.dll | Bin .../src}/mono/incoming/wasm/mono.js | 0 .../src}/mono/incoming/wasm/mono.wasm | Bin {src => blazor/src}/mono/mono.csproj | 0 .../tools/binaries/illink/Mono.Cecil.Mdb.dll | Bin .../tools/binaries/illink/Mono.Cecil.Pdb.dll | Bin .../mono/tools/binaries/illink/Mono.Cecil.dll | Bin .../tools/binaries/illink/illink.deps.json | 0 .../mono/tools/binaries/illink/illink.dll | Bin .../binaries/illink/illink.runtimeconfig.json | 0 .../AboutDialogInfoAttribute.cs | 0 .../AutoRebuild/AutoRebuildService.cs | 0 .../AutoRebuild/BuildEventsWatcher.cs | 0 .../AutoRebuild/StreamProtocolExtensions.cs | 0 .../BlazorPackage.cs | 0 .../CodeSnippets.pkgdef | 0 .../CodeSnippets/Blazor/para.snippet | 0 .../Content/WebConfiguration.png | Bin ...rosoft.VisualStudio.BlazorExtension.csproj | 14 +- .../Properties/AssemblyInfo.cs | 0 .../Resources.resx | 0 .../Resources/BlazorPackage.ico | Bin .../Templates.pkgdef | 0 .../source.extension.vsixmanifest | 0 .../BlazorProjectEngineFactory.cs | 0 ...isualStudio.LanguageServices.Blazor.csproj | 2 +- .../RazorTextViewListener.cs | 0 build/VSIX.targets | 2 +- build/repo.props | 8 +- .../HostedInAspNet.Client.csproj | 16 - .../Properties/launchSettings.json | 27 - .../Properties/launchSettings.json | 27 - .../MonoSanity/Properties/launchSettings.json | 27 - .../ServerSideBlazor.Client.csproj | 6 +- .../ServerSideBlazor.Server.csproj | 2 +- .../Properties/launchSettings.json | 27 - ...nentParametersShouldNotBePublicAnalyzer.cs | 0 ...ametersShouldNotBePublicCodeFixProvider.cs | 0 ...crosoft.AspNetCore.Blazor.Analyzers.csproj | 0 .../Resources.Designer.cs | 0 .../Resources.resx | 0 .../.gitignore | 0 ...rosoft.AspNetCore.Blazor.Browser.JS.csproj | 4 +- .../package-lock.json | 1252 ++++++++--------- .../package.json | 0 .../src/Boot.Server.ts | 0 .../src/Boot.WebAssembly.ts | 0 .../src/BootCommon.ts | 0 .../src/Environment.ts | 0 .../src/GlobalExports.ts | 0 .../src/Platform/Mono/MonoDebugger.ts | 0 .../src/Platform/Mono/MonoPlatform.ts | 0 .../src/Platform/Mono/MonoTypes.d.ts | 0 .../src/Platform/Platform.ts | 0 .../src/Platform/Url.ts | 0 .../src/Rendering/BrowserRenderer.ts | 0 .../src/Rendering/ElementReferenceCapture.ts | 0 .../src/Rendering/EventDelegator.ts | 0 .../src/Rendering/EventForDotNet.ts | 0 .../src/Rendering/LogicalElements.ts | 0 .../RenderBatch/OutOfProcessRenderBatch.ts | 0 .../src/Rendering/RenderBatch/RenderBatch.ts | 0 .../RenderBatch/SharedMemoryRenderBatch.ts | 0 .../src/Rendering/RenderBatch/Utf8Decoder.ts | 0 .../src/Rendering/Renderer.ts | 0 .../src/Services/Http.ts | 0 .../src/Services/UriHelper.ts | 0 .../tsconfig.json | 0 .../webpack.config.js | 0 .../BlazorApplicationBuilderExtensions.cs | 0 .../Builder/IBlazorApplicationBuilder.cs | 0 .../WebAssemblyBlazorApplicationBuilder.cs | 0 .../Hosting/BlazorWebAssemblyHost.cs | 0 .../Hosting/ConventionBasedStartup.cs | 0 .../Hosting/IBlazorStartup.cs | 0 .../Hosting/IWebAssemblyHost.cs | 0 .../Hosting/IWebAssemblyHostBuilder.cs | 0 .../Hosting/WebAssemblyHost.cs | 0 .../Hosting/WebAssemblyHostBuilder.cs | 0 .../Hosting/WebAssemblyHostBuilderContext.cs | 0 .../WebAssemblyHostBuilderExtensions.cs | 0 .../Hosting/WebAssemblyHostExtensions.cs | 0 .../Http/BrowserHttpMessageHandler.cs | 0 .../Http/FetchCredentialsOption.cs | 0 ...Microsoft.AspNetCore.Blazor.Browser.csproj | 2 +- .../Properties/AssemblyInfo.cs | 0 .../Rendering/BrowserRenderer.cs | 0 .../BrowserRendererEventDispatcher.cs | 0 .../Rendering/RendererRegistry.cs | 0 .../Services/ActivateMonoJSRuntime.cs | 0 .../Services/BrowserServiceProvider.cs | 0 .../Services/BrowserUriHelper.cs | 0 .../Services/BrowserUriHelperInterop.cs | 0 .../ResolveRuntimeDependenciesCommand.cs | 0 .../Cli/Commands/WriteBootJsonCommand.cs | 0 .../Cli/Program.cs | 0 .../Core/BootJsonWriter.cs | 0 .../EmbeddedResources/EmbeddedResourceInfo.cs | 0 .../EmbeddedResources/EmbeddedResourceKind.cs | 0 .../EmbeddedResourcesProcessor.cs | 0 .../Core/RuntimeDependenciesResolver.cs | 0 .../Microsoft.AspNetCore.Blazor.Build.csproj | 8 +- .../Microsoft.AspNetCore.Blazor.Build.nuspec | 6 +- .../Properties/AssemblyInfo.cs | 0 .../ReferenceFromSource.props | 10 +- .../Microsoft.AspNetCore.Blazor.Build.props | 0 .../Microsoft.AspNetCore.Blazor.Build.targets | 0 .../targets/All.props | 0 .../targets/All.targets | 0 .../targets/Blazor.MonoRuntime.props | 0 .../targets/Blazor.MonoRuntime.targets | 0 .../targets/BuiltInBclLinkerDescriptor.xml | 0 .../targets/Publish.targets | 0 .../targets/RazorCompilation.targets | 0 .../targets/Standalone.Web.config | 0 .../BindLoweringPass.cs | 0 .../BindTagHelperDescriptorProvider.cs | 0 .../BlazorCSharpLoweringPhase.cs | 0 .../BlazorCodeTarget.cs | 0 .../BlazorDesignTimeNodeWriter.cs | 0 .../BlazorDiagnosticFactory.cs | 0 .../BlazorExtensionInitializer.cs | 0 .../BlazorImportProjectFeature.cs | 0 .../BlazorMetadata.cs | 0 .../BlazorNodeWriter.cs | 0 .../BlazorRuntimeNodeWriter.cs | 0 .../BlazorTemplateTargetExtension.cs | 0 .../CSharpIdentifier.cs | 0 .../ChildContentDiagnosticPass.cs | 0 .../CodeWriterExtensions.cs | 0 .../ComplexAttributeContentPass.cs | 0 .../ComponentAttributeExtensionNode.cs | 0 .../ComponentChildContentIntermediateNode.cs | 0 .../ComponentDocumentClassifierPass.cs | 0 .../ComponentDocumentRewritePass.cs | 0 .../ComponentExtensionNode.cs | 0 .../ComponentLoweringPass.cs | 0 .../ComponentTagHelperDescriptorProvider.cs | 0 .../ComponentTypeArgumentExtensionNode.cs | 0 ...nentTypeInferenceMethodIntermediateNode.cs | 0 .../DocumentIntermediateNodeExtensions.cs | 0 .../EliminateMethodBodyPass.cs | 0 .../EventHandlerLoweringPass.cs | 0 ...EventHandlerTagHelperDescriptorProvider.cs | 0 .../GenericComponentPass.cs | 0 .../GenericTypeNameRewriter.cs | 0 .../GlobalQualifiedTypeNameRewriter.cs | 0 .../HtmlBlockIntermediateNode.cs | 0 .../HtmlBlockPass.cs | 0 .../HtmlElementIntermediateNode.cs | 0 .../ImplementsDirective.cs | 0 .../ImplementsDirectivePass.cs | 0 .../InjectDirective.cs | 0 .../LayoutDirective.cs | 0 .../LayoutDirectivePass.cs | 0 ....AspNetCore.Blazor.Razor.Extensions.csproj | 0 .../PageDirective.cs | 0 .../PageDirectivePass.cs | 0 .../Properties/AssemblyInfo.cs | 0 .../RazorCompilerException.cs | 0 .../RefExtensionNode.cs | 0 .../RefLoweringPass.cs | 0 .../RefTagHelperDescriptorProvider.cs | 0 .../Resources.Designer.cs | 0 .../Resources.resx | 0 .../RouteAttributeExtensionNode.cs | 0 .../ScopeStack.cs | 0 .../ScriptTagPass.cs | 0 ...elperBoundAttributeDescriptorExtensions.cs | 0 .../TagHelperDescriptorExtensions.cs | 0 .../TemplateDiagnosticPass.cs | 0 .../TrimWhitespacePass.cs | 0 .../TypeParamDirective.cs | 0 .../AutoRebuild/AutoRebuildExtensions.cs | 0 .../AutoRebuild/IRebuildService.cs | 0 .../AutoRebuild/ProcessUtils.cs | 0 .../AutoRebuild/StreamProtocolExtensions.cs | 0 .../AutoRebuild/VSForWindowsRebuildService.cs | 0 .../BlazorConfig.cs | 0 .../BlazorHub.cs | 0 .../BlazorOptions.cs | 0 .../BlazorApplicationBuilderExtensions.cs | 0 .../ServerSideBlazorApplicationBuilder.cs | 0 ...rSideBlazorApplicationBuilderExtensions.cs | 0 .../AutoCancelTaskCompletionSource.cs | 0 .../Circuits/Circuit.cs | 0 .../Circuits/CircuitFactory.cs | 0 .../Circuits/CircuitHost.cs | 0 .../Circuits/CircuitSynchronizationContext.cs | 0 .../Circuits/DefaultCircuitAccessor.cs | 0 .../Circuits/DefaultCircuitFactory.cs | 0 .../Circuits/DefaultCircuitFactoryOptions.cs | 0 .../Circuits/DefaultJSRuntimeAccessor.cs | 0 .../Circuits/ICircuitAccessor.cs | 0 .../Circuits/IJSRuntimeAccessor.cs | 0 .../Circuits/MessagePackBufferStream.cs | 0 .../Circuits/RemoteJSRuntime.cs | 0 .../Circuits/RemoteRenderer.cs | 0 .../Circuits/RemoteRendererException.cs | 0 .../Circuits/RemoteUriHelper.cs | 0 .../Circuits/RenderBatchFormatterResolver.cs | 0 .../Circuits/RenderBatchWriter.cs | 0 ...erSideBlazorServiceCollectionExtensions.cs | 0 .../Microsoft.AspNetCore.Blazor.Server.csproj | 10 +- .../MonoDebugProxyAppBuilderExtensions.cs | 0 .../MonoDebugProxy/UpdateSources.cmd | 0 .../MonoDebugProxy/ws-proxy/DebugStore.cs | 0 .../MonoDebugProxy/ws-proxy/MonoProxy.cs | 0 .../MonoDebugProxy/ws-proxy/WsProxy.cs | 0 .../Properties/AssemblyInfo.cs | 0 .../WasmMediaTypeNames.cs | 0 .../ITagHelper.cs | 0 ...pNetCore.Blazor.TagHelperWorkaround.csproj | 0 .../Components/BindAttributes.cs | 0 .../Components/BindElementAttribute.cs | 0 .../Components/BindInputElementAttribute.cs | 0 .../Components/BindMethods.cs | 0 .../Components/BlazorComponent.cs | 2 +- .../Components/CascadingParameterAttribute.cs | 0 .../Components/CascadingParameterState.cs | 0 .../Components/CascadingValue.cs | 0 .../Components/ChangeDetection.cs | 0 .../Components/ComponentFactory.cs | 0 .../Components/ComponentResolver.cs | 0 .../Components/EventHandlerAttribute.cs | 0 .../Components/EventHandlerInvoker.cs | 0 .../Components/EventHandlers.cs | 0 .../Components/ICascadingValueComponent.cs | 0 .../Components/IComponent.cs | 0 .../Components/IHandleAfterRender.cs | 0 .../Components/IHandleEvent.cs | 0 .../Components/InjectAttribute.cs | 0 .../Components/Parameter.cs | 0 .../Components/ParameterAttribute.cs | 0 .../Components/ParameterCollection.cs | 0 .../ParameterCollectionExtensions.cs | 0 .../Components/ParameterEnumerator.cs | 0 .../Components/RenderHandle.cs | 0 .../Components/RouteAttribute.cs | 0 .../Components/RuntimeHelpers.cs | 0 .../ElementRef.cs | 0 .../HttpClientJsonExtensions.cs | 0 .../Json/JsonUtil.cs | 0 .../Layouts/BlazorLayoutComponent.cs | 0 .../Layouts/LayoutAttribute.cs | 0 .../Layouts/LayoutDisplay.cs | 0 .../MarkupString.cs | 0 .../Microsoft.AspNetCore.Blazor.csproj | 0 .../PlatformInfo.cs | 0 .../Properties/AssemblyInfo.cs | 0 .../Reflection/IPropertySetter.cs | 0 .../Reflection/MemberAssignment.cs | 0 .../RenderFragment.cs | 0 .../RenderTree/ArrayBuilder.cs | 0 .../RenderTree/ArrayRange.cs | 0 .../RenderTree/RenderTreeBuilder.cs | 2 +- .../RenderTree/RenderTreeDiff.cs | 0 .../RenderTree/RenderTreeDiffBuilder.cs | 0 .../RenderTree/RenderTreeEdit.cs | 0 .../RenderTree/RenderTreeEditType.cs | 0 .../RenderTree/RenderTreeFrame.cs | 0 .../RenderTree/RenderTreeFrameType.cs | 0 .../Rendering/ComponentState.cs | 0 .../Rendering/RenderBatch.cs | 0 .../Rendering/RenderBatchBuilder.cs | 0 .../Rendering/RenderQueueEntry.cs | 0 .../Rendering/Renderer.cs | 0 .../Routing/NavLink.cs | 0 .../Routing/NavLinkMatch.cs | 0 .../Routing/RouteConstraint.cs | 0 .../Routing/RouteContext.cs | 0 .../Routing/RouteEntry.cs | 0 .../Routing/RouteTable.cs | 0 .../Routing/RouteTemplate.cs | 0 .../Routing/Router.cs | 0 .../Routing/TemplateParser.cs | 0 .../Routing/TemplateSegment.cs | 0 .../Routing/TypeRouteConstraint.cs | 0 .../Services/IUriHelper.cs | 0 .../Services/UriHelperBase.cs | 0 .../UIEventArgs.cs | 0 .../UIEventArgsRenderTreeBuilderExtensions.cs | 0 ...omponentParametersShouldNotBePublicTest.cs | 0 .../Helpers/CodeFixVerifier.Helper.cs | 0 .../Helpers/DiagnosticResult.cs | 0 .../Helpers/DiagnosticVerifier.Helper.cs | 0 ...ft.AspNetCore.Blazor.Analyzers.Test.csproj | 4 +- .../Verifiers/CodeFixVerifier.cs | 0 .../Verifiers/DiagnosticVerifier.cs | 0 .../BrowserUriHelperTest.cs | 0 .../Hosting/ConventionBasedStartupTest.cs | 0 .../Hosting/WebAssemblyHostBuilderTest.cs | 0 .../Hosting/WebAssemblyHostTest.cs | 0 ...soft.AspNetCore.Blazor.Browser.Test.csproj | 2 +- .../BindRazorIntegrationTest.cs | 0 .../BootJsonWriterTest.cs | 0 .../ChildContentRazorIntegrationTest.cs | 0 .../CodeGenerationTestBase.cs | 0 .../ComponentDiscoveryRazorIntegrationTest.cs | 0 .../ComponentRenderingRazorIntegrationTest.cs | 0 .../DeclarationRazorIntegrationTest.cs | 0 .../DesignTimeCodeGenerationTest.cs | 0 .../DiagnosticRazorIntegrationTest.cs | 0 .../DirectiveRazorIntegrationTest.cs | 0 .../FilePathRazorIntegrationTest.cs | 0 .../GenericComponentRazorIntegrationTest.cs | 0 ...rosoft.AspNetCore.Blazor.Build.Test.csproj | 6 +- .../Razor/InitializeTestFileAttribute.cs | 0 .../Razor/IntermediateNodeSerializer.cs | 0 .../Razor/IntermediateNodeVerifier.cs | 0 .../Razor/IntermediateNodeWriter.cs | 0 .../Razor/NotFoundProjectItem.cs | 0 .../Razor/RazorDiagnosticSerializer.cs | 0 .../Razor/SourceMappingsSerializer.cs | 0 .../Razor/TestFile.cs | 0 .../Razor/TestProject.cs | 11 +- .../Razor/VirtualProjectFileSystem.cs | 0 .../Razor/VirtualProjectItem.cs | 0 .../RazorBaselineIntegrationTestBase.cs | 0 .../RazorIntegrationTestBase.cs | 0 .../RenderingRazorIntegrationTest.cs | 0 .../RuntimeCodeGenerationTest.cs | 0 .../RuntimeDependenciesResolverTest.cs | 4 +- .../TemplateRazorIntegrationTest.cs | 0 .../TestComponent.codegen.cs | 0 .../TestComponent.ir.txt | 0 .../TestComponent.mappings.txt | 0 .../TestComponent.codegen.cs | 0 .../TestComponent.ir.txt | 0 .../TestComponent.mappings.txt | 0 .../TestComponent.codegen.cs | 0 .../TestComponent.ir.txt | 0 .../TestComponent.mappings.txt | 0 .../TestComponent.codegen.cs | 0 .../TestComponent.ir.txt | 0 .../TestComponent.mappings.txt | 0 .../TestComponent.codegen.cs | 102 +- .../TestComponent.ir.txt | 0 .../TestComponent.mappings.txt | 38 +- .../TestComponent.codegen.cs | 100 +- .../TestComponent.ir.txt | 0 .../TestComponent.mappings.txt | 38 +- .../TestComponent.codegen.cs | 102 +- .../TestComponent.ir.txt | 0 .../TestComponent.mappings.txt | 38 +- .../TestComponent.codegen.cs | 100 +- .../TestComponent.ir.txt | 0 .../TestComponent.mappings.txt | 38 +- .../TestComponent.codegen.cs | 0 .../TestComponent.ir.txt | 0 .../TestComponent.mappings.txt | 0 .../TestComponent.codegen.cs | 82 +- .../TestComponent.ir.txt | 0 .../TestComponent.mappings.txt | 38 +- .../TestComponent.codegen.cs | 82 +- .../TestComponent.ir.txt | 0 .../TestComponent.mappings.txt | 38 +- .../TestComponent.codegen.cs | 82 +- .../TestComponent.ir.txt | 0 .../TestComponent.mappings.txt | 38 +- .../TestComponent.codegen.cs | 82 +- .../TestComponent.ir.txt | 0 .../TestComponent.mappings.txt | 38 +- .../TestComponent.codegen.cs | 0 .../TestComponent.ir.txt | 0 .../TestComponent.mappings.txt | 0 .../TestComponent.codegen.cs | 0 .../TestComponent.ir.txt | 0 .../TestComponent.mappings.txt | 0 .../TestComponent.codegen.cs | 82 +- .../TestComponent.ir.txt | 0 .../TestComponent.mappings.txt | 38 +- .../TestComponent.codegen.cs | 86 +- .../TestComponent.ir.txt | 0 .../TestComponent.mappings.txt | 56 +- .../TestComponent.codegen.cs | 82 +- .../TestComponent.ir.txt | 0 .../TestComponent.mappings.txt | 38 +- .../TestComponent.codegen.cs | 82 +- .../TestComponent.ir.txt | 0 .../TestComponent.mappings.txt | 38 +- .../TestComponent.codegen.cs | 82 +- .../TestComponent.ir.txt | 0 .../TestComponent.mappings.txt | 38 +- .../TestComponent.codegen.cs | 0 .../TestComponent.ir.txt | 0 .../TestComponent.mappings.txt | 0 .../TestComponent.codegen.cs | 0 .../TestComponent.ir.txt | 0 .../TestComponent.mappings.txt | 0 .../TestComponent.codegen.cs | 0 .../TestComponent.ir.txt | 0 .../TestComponent.mappings.txt | 0 .../TestComponent.codegen.cs | 0 .../TestComponent.ir.txt | 0 .../TestComponent.mappings.txt | 0 .../TestComponent.codegen.cs | 0 .../TestComponent.ir.txt | 0 .../TestComponent.mappings.txt | 0 .../TestComponent.codegen.cs | 0 .../TestComponent.ir.txt | 0 .../TestComponent.mappings.txt | 0 .../TestComponent.codegen.cs | 0 .../TestComponent.ir.txt | 0 .../TestComponent.mappings.txt | 0 .../TestComponent.codegen.cs | 0 .../TestComponent.ir.txt | 0 .../TestComponent.mappings.txt | 0 .../TestComponent.codegen.cs | 0 .../TestComponent.ir.txt | 0 .../TestComponent.mappings.txt | 0 .../TestComponent.codegen.cs | 0 .../TestComponent.ir.txt | 0 .../TestComponent.mappings.txt | 0 .../TestComponent.codegen.cs | 0 .../TestComponent.ir.txt | 0 .../TestComponent.mappings.txt | 0 .../TestComponent.codegen.cs | 0 .../TestComponent.ir.txt | 0 .../TestComponent.mappings.txt | 0 .../TestComponent.codegen.cs | 0 .../TestComponent.ir.txt | 0 .../TestComponent.mappings.txt | 0 .../TestComponent.codegen.cs | 0 .../TestComponent.ir.txt | 0 .../TestComponent.mappings.txt | 0 .../TestComponent.codegen.cs | 74 +- .../TestComponent.ir.txt | 0 .../TestComponent.mappings.txt | 0 .../TestComponent.codegen.cs | 0 .../TestComponent.ir.txt | 0 .../TestComponent.mappings.txt | 0 .../TestComponent.codegen.cs | 0 .../TestComponent.ir.txt | 0 .../TestComponent.mappings.txt | 0 .../TestComponent.codegen.cs | 104 +- .../TestComponent.ir.txt | 0 .../TestComponent.mappings.txt | 50 +- .../TestComponent.codegen.cs | 0 .../TestComponent.ir.txt | 0 .../TestComponent.mappings.txt | 0 .../TestComponent.codegen.cs | 86 +- .../TestComponent.ir.txt | 0 .../TestComponent.mappings.txt | 0 .../TestComponent.codegen.cs | 0 .../TestComponent.ir.txt | 0 .../TestComponent.mappings.txt | 0 .../TestComponent.codegen.cs | 0 .../TestComponent.ir.txt | 0 .../TestComponent.mappings.txt | 0 .../TestComponent.codegen.cs | 0 .../TestComponent.ir.txt | 0 .../TestComponent.mappings.txt | 0 .../TestComponent.codegen.cs | 104 +- .../TestComponent.ir.txt | 0 .../TestComponent.mappings.txt | 50 +- .../TestComponent.codegen.cs | 88 +- .../TestComponent.ir.txt | 0 .../TestComponent.mappings.txt | 0 .../TestComponent.codegen.cs | 0 .../TestComponent.ir.txt | 0 .../TestComponent.mappings.txt | 0 .../TestComponent.codegen.cs | 116 +- .../TestComponent.ir.txt | 0 .../TestComponent.mappings.txt | 0 .../TestComponent.codegen.cs | 0 .../TestComponent.ir.txt | 0 .../TestComponent.mappings.txt | 0 .../TestComponent.codegen.cs | 0 .../TestComponent.ir.txt | 0 .../TestComponent.mappings.txt | 0 .../TestComponent.codegen.cs | 0 .../TestComponent.ir.txt | 0 .../TestComponent.mappings.txt | 0 .../TestComponent.codegen.cs | 0 .../TestComponent.ir.txt | 0 .../TestComponent.codegen.cs | 0 .../Component_WithRef/TestComponent.ir.txt | 0 .../TestComponent.mappings.txt | 0 .../TestComponent.codegen.cs | 0 .../TestComponent.ir.txt | 0 .../TestComponent.mappings.txt | 0 .../Element_WithRef/TestComponent.codegen.cs | 0 .../Element_WithRef/TestComponent.ir.txt | 0 .../TestComponent.mappings.txt | 0 .../TestComponent.codegen.cs | 0 .../TestComponent.ir.txt | 0 .../TestComponent.codegen.cs | 0 .../TestComponent.ir.txt | 0 .../TestComponent.mappings.txt | 0 .../TestComponent.codegen.cs | 0 .../TestComponent.ir.txt | 0 .../TestComponent.mappings.txt | 0 .../TestComponent.codegen.cs | 0 .../TestComponent.ir.txt | 0 .../TestComponent.mappings.txt | 0 .../TestComponent.codegen.cs | 74 +- .../TestComponent.ir.txt | 0 .../TestComponent.mappings.txt | 32 +- .../TestComponent.codegen.cs | 60 +- .../TestComponent.ir.txt | 0 .../TestComponent.mappings.txt | 0 .../TestComponent.codegen.cs | 0 .../TestComponent.ir.txt | 0 .../TestComponent.mappings.txt | 0 .../TestComponent.codegen.cs | 0 .../TestComponent.ir.txt | 0 .../TestComponent.mappings.txt | 0 .../TestComponent.codegen.cs | 60 +- .../TestComponent.ir.txt | 0 .../TestComponent.codegen.cs | 0 .../TestComponent.ir.txt | 0 .../TestComponent.mappings.txt | 0 .../TestComponent.codegen.cs | 0 .../TestComponent.ir.txt | 0 .../TestComponent.mappings.txt | 0 .../TestComponent.codegen.cs | 0 .../TestComponent.ir.txt | 0 .../TestComponent.mappings.txt | 0 .../TestComponent.codegen.cs | 0 .../TestComponent.ir.txt | 0 .../TestComponent.mappings.txt | 0 .../TestComponent.codegen.cs | 0 .../TestComponent.ir.txt | 0 .../TestComponent.mappings.txt | 0 .../TestComponent.codegen.cs | 0 .../TestComponent.ir.txt | 0 .../TestComponent.mappings.txt | 0 .../TestComponent.codegen.cs | 0 .../TestComponent.ir.txt | 0 .../TestComponent.mappings.txt | 0 .../TestComponent.codegen.cs | 0 .../TestComponent.ir.txt | 0 .../TestComponent.mappings.txt | 0 .../TestComponent.codegen.cs | 0 .../TestComponent.ir.txt | 0 .../TestComponent.mappings.txt | 0 .../TestComponent.codegen.cs | 0 .../TestComponent.ir.txt | 0 .../TestComponent.mappings.txt | 0 .../TestComponent.codegen.cs | 0 .../TestComponent.ir.txt | 0 .../TestComponent.mappings.txt | 0 .../TestComponent.codegen.cs | 0 .../TestComponent.ir.txt | 0 .../TestComponent.mappings.txt | 0 .../TestComponent.codegen.cs | 0 .../TestComponent.diagnostics.txt | 0 .../TestComponent.ir.txt | 0 .../TestComponent.mappings.txt | 0 .../TestComponent.codegen.cs | 0 .../TestComponent.ir.txt | 0 .../TestComponent.mappings.txt | 0 .../TestComponent.codegen.cs | 0 .../TestComponent.ir.txt | 0 .../TestComponent.mappings.txt | 0 .../TestComponent.codegen.cs | 0 .../TestComponent.ir.txt | 0 .../TestComponent.mappings.txt | 0 .../TestComponent.codegen.cs | 0 .../TestComponent.ir.txt | 0 .../TestComponent.mappings.txt | 0 .../TestComponent.codegen.cs | 0 .../TestComponent.ir.txt | 0 .../TestComponent.mappings.txt | 0 .../TestComponent.codegen.cs | 0 .../TestComponent.ir.txt | 0 .../TestComponent.mappings.txt | 0 .../TestComponent.codegen.cs | 0 .../TestComponent.ir.txt | 0 .../TestComponent.mappings.txt | 0 .../Regression_597/TestComponent.codegen.cs | 100 +- .../Regression_597/TestComponent.ir.txt | 0 .../Regression_597/TestComponent.mappings.txt | 38 +- .../Regression_609/TestComponent.codegen.cs | 0 .../Regression_609/TestComponent.ir.txt | 0 .../Regression_609/TestComponent.mappings.txt | 0 .../Regression_772/TestComponent.codegen.cs | 0 .../TestComponent.diagnostics.txt | 0 .../Regression_772/TestComponent.ir.txt | 0 .../Regression_772/TestComponent.mappings.txt | 0 .../Regression_773/TestComponent.codegen.cs | 0 .../Regression_773/TestComponent.ir.txt | 0 .../Regression_773/TestComponent.mappings.txt | 0 .../Regression_784/TestComponent.codegen.cs | 0 .../Regression_784/TestComponent.ir.txt | 0 .../Regression_784/TestComponent.mappings.txt | 0 .../TestComponent.codegen.cs | 0 .../TestComponent.ir.txt | 0 .../TestComponent.codegen.cs | 0 .../TestComponent.ir.txt | 0 .../TestComponent.mappings.txt | 0 .../TestComponent.codegen.cs | 0 .../TestComponent.ir.txt | 0 .../TestComponent.mappings.txt | 0 .../TestComponent.codegen.cs | 0 .../TestComponent.ir.txt | 0 .../TestComponent.mappings.txt | 0 .../TestComponent.codegen.cs | 0 .../TestComponent.ir.txt | 0 .../TestComponent.codegen.cs | 0 .../TestComponent.ir.txt | 0 .../TestComponent.mappings.txt | 0 .../TestComponent.codegen.cs | 0 .../TestComponent.ir.txt | 0 .../TestComponent.codegen.cs | 0 .../TestComponent.ir.txt | 0 .../TestComponent.mappings.txt | 0 .../TestComponent.codegen.cs | 64 +- .../TestComponent.ir.txt | 0 .../TestComponent.mappings.txt | 18 +- .../TestComponent.codegen.cs | 64 +- .../TestComponent.ir.txt | 0 .../TestComponent.mappings.txt | 18 +- .../TestComponent.codegen.cs | 64 +- .../TestComponent.ir.txt | 0 .../TestComponent.mappings.txt | 18 +- .../TestComponent.codegen.cs | 64 +- .../TestComponent.ir.txt | 0 .../TestComponent.mappings.txt | 18 +- .../TestComponent.codegen.cs | 0 .../TestComponent.ir.txt | 0 .../TestComponent.mappings.txt | 0 .../TestComponent.codegen.cs | 66 +- .../TestComponent.ir.txt | 0 .../TestComponent.mappings.txt | 18 +- .../TestComponent.codegen.cs | 66 +- .../TestComponent.ir.txt | 0 .../TestComponent.mappings.txt | 18 +- .../TestComponent.codegen.cs | 64 +- .../TestComponent.ir.txt | 0 .../TestComponent.mappings.txt | 18 +- .../TestComponent.codegen.cs | 64 +- .../TestComponent.ir.txt | 0 .../TestComponent.mappings.txt | 18 +- .../TestComponent.codegen.cs | 0 .../TestComponent.ir.txt | 0 .../TestComponent.mappings.txt | 0 .../TestComponent.codegen.cs | 0 .../TestComponent.ir.txt | 0 .../TestComponent.mappings.txt | 0 .../TestComponent.codegen.cs | 66 +- .../TestComponent.ir.txt | 0 .../TestComponent.mappings.txt | 18 +- .../TestComponent.codegen.cs | 70 +- .../TestComponent.ir.txt | 0 .../TestComponent.mappings.txt | 26 +- .../TestComponent.codegen.cs | 66 +- .../TestComponent.ir.txt | 0 .../TestComponent.mappings.txt | 18 +- .../TestComponent.codegen.cs | 66 +- .../TestComponent.ir.txt | 0 .../TestComponent.mappings.txt | 18 +- .../TestComponent.codegen.cs | 64 +- .../TestComponent.ir.txt | 0 .../TestComponent.mappings.txt | 18 +- .../TestComponent.codegen.cs | 0 .../TestComponent.ir.txt | 0 .../TestComponent.codegen.cs | 0 .../TestComponent.ir.txt | 0 .../TestComponent.mappings.txt | 0 .../TestComponent.codegen.cs | 0 .../TestComponent.ir.txt | 0 .../TestComponent.mappings.txt | 0 .../TestComponent.codegen.cs | 0 .../TestComponent.ir.txt | 0 .../TestComponent.mappings.txt | 0 .../TestComponent.codegen.cs | 0 .../TestComponent.ir.txt | 0 .../TestComponent.mappings.txt | 0 .../TestComponent.codegen.cs | 0 .../TestComponent.ir.txt | 0 .../TestComponent.codegen.cs | 0 .../TestComponent.ir.txt | 0 .../TestComponent.codegen.cs | 0 .../TestComponent.ir.txt | 0 .../TestComponent.codegen.cs | 0 .../TestComponent.ir.txt | 0 .../TestComponent.codegen.cs | 0 .../TestComponent.ir.txt | 0 .../TestComponent.codegen.cs | 0 .../TestComponent.ir.txt | 0 .../TestComponent.codegen.cs | 0 .../TestComponent.ir.txt | 0 .../TestComponent.codegen.cs | 0 .../TestComponent.ir.txt | 0 .../TestComponent.codegen.cs | 48 +- .../TestComponent.ir.txt | 0 .../TestComponent.codegen.cs | 60 +- .../TestComponent.ir.txt | 0 .../TestComponent.codegen.cs | 0 .../TestComponent.ir.txt | 0 .../TestComponent.codegen.cs | 0 .../TestComponent.ir.txt | 0 .../TestComponent.codegen.cs | 68 +- .../TestComponent.ir.txt | 0 .../TestComponent.mappings.txt | 30 +- .../TestComponent.codegen.cs | 0 .../TestComponent.ir.txt | 0 .../TestComponent.codegen.cs | 50 +- .../TestComponent.ir.txt | 0 .../TestComponent.codegen.cs | 0 .../TestComponent.ir.txt | 0 .../TestComponent.codegen.cs | 0 .../TestComponent.ir.txt | 0 .../TestComponent.codegen.cs | 0 .../TestComponent.ir.txt | 0 .../TestComponent.codegen.cs | 68 +- .../TestComponent.ir.txt | 0 .../TestComponent.mappings.txt | 30 +- .../TestComponent.codegen.cs | 52 +- .../TestComponent.ir.txt | 0 .../TestComponent.codegen.cs | 52 +- .../TestComponent.ir.txt | 0 .../TestComponent.codegen.cs | 56 +- .../TestComponent.ir.txt | 0 .../TestComponent.codegen.cs | 0 .../TestComponent.ir.txt | 0 .../TestComponent.mappings.txt | 0 .../TestComponent.codegen.cs | 0 .../TestComponent.ir.txt | 0 .../TestComponent.codegen.cs | 0 .../TestComponent.ir.txt | 0 .../TestComponent.mappings.txt | 0 .../TestComponent.codegen.cs | 0 .../TestComponent.ir.txt | 0 .../TestComponent.codegen.cs | 0 .../Component_WithRef/TestComponent.ir.txt | 0 .../TestComponent.mappings.txt | 0 .../TestComponent.codegen.cs | 0 .../TestComponent.ir.txt | 0 .../TestComponent.mappings.txt | 0 .../Element_WithRef/TestComponent.codegen.cs | 0 .../Element_WithRef/TestComponent.ir.txt | 0 .../TestComponent.mappings.txt | 0 .../TestComponent.codegen.cs | 0 .../TestComponent.ir.txt | 0 .../TestComponent.mappings.txt | 0 .../TestComponent.codegen.cs | 0 .../TestComponent.ir.txt | 0 .../TestComponent.mappings.txt | 0 .../TestComponent.codegen.cs | 0 .../TestComponent.ir.txt | 0 .../TestComponent.mappings.txt | 0 .../TestComponent.codegen.cs | 0 .../TestComponent.ir.txt | 0 .../TestComponent.codegen.cs | 64 +- .../TestComponent.ir.txt | 0 .../TestComponent.mappings.txt | 22 +- .../TestComponent.codegen.cs | 0 .../TestComponent.ir.txt | 0 .../TestComponent.mappings.txt | 0 .../TestComponent.codegen.cs | 0 .../TestComponent.ir.txt | 0 .../TestComponent.codegen.cs | 64 +- .../TestComponent.ir.txt | 0 .../TestComponent.mappings.txt | 22 +- .../TestComponent.codegen.cs | 50 +- .../TestComponent.ir.txt | 0 .../TestComponent.codegen.cs | 64 +- .../TestComponent.ir.txt | 0 .../TestComponent.mappings.txt | 22 +- .../TestComponent.codegen.cs | 50 +- .../TestComponent.ir.txt | 0 .../TestComponent.codegen.cs | 50 +- .../TestComponent.ir.txt | 0 .../TestComponent.codegen.cs | 0 .../TestComponent.ir.txt | 0 .../TestComponent.mappings.txt | 0 .../TestComponent.codegen.cs | 0 .../TestComponent.ir.txt | 0 .../TestComponent.mappings.txt | 0 .../TestComponent.codegen.cs | 0 .../TestComponent.ir.txt | 0 .../TestComponent.codegen.cs | 0 .../TestComponent.ir.txt | 0 .../TestComponent.codegen.cs | 0 .../TestComponent.ir.txt | 0 .../TestComponent.codegen.cs | 0 .../TestComponent.ir.txt | 0 .../TestComponent.codegen.cs | 0 .../TestComponent.ir.txt | 0 .../TestComponent.mappings.txt | 0 .../TestComponent.codegen.cs | 0 .../TestComponent.ir.txt | 0 .../TestComponent.mappings.txt | 0 .../TestComponent.codegen.cs | 0 .../TestComponent.ir.txt | 0 .../TestComponent.mappings.txt | 0 .../TestComponent.codegen.cs | 0 .../TestComponent.ir.txt | 0 .../TestComponent.mappings.txt | 0 .../TestComponent.codegen.cs | 0 .../TestComponent.ir.txt | 0 .../TestComponent.mappings.txt | 0 .../TestComponent.codegen.cs | 0 .../TestComponent.ir.txt | 0 .../TestComponent.mappings.txt | 0 .../TestComponent.codegen.cs | 0 .../TestComponent.ir.txt | 0 .../TestComponent.mappings.txt | 0 .../TestComponent.codegen.cs | 0 .../TestComponent.ir.txt | 0 .../TestComponent.mappings.txt | 0 .../TestComponent.codegen.cs | 0 .../TestComponent.ir.txt | 0 .../TestComponent.mappings.txt | 0 .../TestComponent.codegen.cs | 0 .../TestComponent.ir.txt | 0 .../TestComponent.mappings.txt | 0 .../TestComponent.codegen.cs | 0 .../TestComponent.ir.txt | 0 .../TestComponent.mappings.txt | 0 .../Regression_597/TestComponent.codegen.cs | 64 +- .../Regression_597/TestComponent.ir.txt | 0 .../Regression_597/TestComponent.mappings.txt | 18 +- .../Regression_609/TestComponent.codegen.cs | 0 .../Regression_609/TestComponent.ir.txt | 0 .../Regression_609/TestComponent.mappings.txt | 0 .../Regression_772/TestComponent.codegen.cs | 0 .../TestComponent.diagnostics.txt | 0 .../Regression_772/TestComponent.ir.txt | 0 .../Regression_773/TestComponent.codegen.cs | 0 .../Regression_773/TestComponent.ir.txt | 0 .../Regression_784/TestComponent.codegen.cs | 0 .../Regression_784/TestComponent.ir.txt | 0 .../Regression_784/TestComponent.mappings.txt | 0 .../TestComponent.codegen.cs | 62 +- .../TestComponent.ir.txt | 0 .../TestComponent.codegen.cs | 0 .../TestComponent.ir.txt | 0 .../TestComponent.codegen.cs | 0 .../TestComponent.ir.txt | 0 .../TestComponent.codegen.cs | 0 .../TestComponent.ir.txt | 0 .../TypingTest.cs | 0 .../WorkingDirectoryRazorIntegrationTest.cs | 0 .../Infrastructure/BasicTestAppTestBase.cs | 0 .../Infrastructure/BrowserFixture.cs | 0 .../Infrastructure/BrowserTestBase.cs | 0 .../CaptureSeleniumLogsAttribute.cs | 0 .../ServerFixtures/AspNetEnvironment.cs | 0 .../ServerFixtures/AspNetSiteServerFixture.cs | 0 .../ServerFixtures/DevHostServerFixture.cs | 0 .../ServerFixtures/ServerFixture.cs | 4 +- .../ServerFixtures/StaticSiteServerFixture.cs | 0 .../ToggleExecutionModeServerFixture.cs | 0 .../ServerFixtures/WebHostServerFixture.cs | 0 .../Infrastructure/ServerTestBase.cs | 0 .../Infrastructure/WaitAssert.cs | 0 ...Microsoft.AspNetCore.Blazor.E2ETest.csproj | 14 +- .../ServerExecutionTestExtensions.cs | 0 .../ServerExecutionTests/ServerSideAppTest.cs | 0 .../ServerExecutionTests/TestSubclasses.cs | 0 .../Tests/BinaryHttpClientTest.cs | 0 .../Tests/BindTest.cs | 0 .../Tests/CascadingValueTest.cs | 0 .../Tests/ComponentRenderingTest.cs | 0 .../Tests/EventBubblingTest.cs | 0 .../Tests/EventTest.cs | 0 .../Tests/HostedInAspNetTest.cs | 0 .../Tests/HttpClientTest.cs | 0 .../Tests/InteropTest.cs | 0 .../Tests/MonoSanityTest.cs | 0 .../Tests/PerformanceTest.cs | 0 .../Tests/RoutingTest.cs | 0 .../Tests/StandaloneAppTest.cs | 0 .../BaseTagHelperDescriptorProviderTest.cs | 0 .../BindTagHelperDescriptorProviderTest.cs | 0 .../ComponentDocumentRewritePassTest.cs | 0 ...omponentTagHelperDescriptorProviderTest.cs | 0 ...tHandlerTagHelperDescriptorProviderTest.cs | 0 .../GenericTypeNameRewriterTest.cs | 0 .../GlobalQualifiedTypeNameRewriterTest.cs | 0 .../HtmlBlockPassTest.cs | 0 ...etCore.Blazor.Razor.Extensions.Test.csproj | 4 +- .../NodeAssert.cs | 0 .../RefTagHelperDescriptorProviderTest.cs | 0 .../xunit.runner.json | 0 .../CircuitSynchronizationContextTest.cs | 0 .../Circuits/MessagePackBufferStreamTest.cs | 0 .../Circuits/RenderBatchWriterTest.cs | 0 ...osoft.AspnetCore.Blazor.Server.Test.csproj | 2 +- .../CascadingParameterStateTest.cs | 0 .../CascadingParameterTest.cs | 0 .../DependencyInjectionTest.cs | 0 .../LayoutTest.cs | 0 .../Microsoft.AspNetCore.Blazor.Test.csproj | 2 +- ...meterCollectionAssignmentExtensionsTest.cs | 0 .../ParameterCollectionTest.cs | 0 .../RenderTreeBuilderTest.cs | 0 .../RenderTreeDiffBuilderTest.cs | 0 .../RendererTest.cs | 0 .../Routing/RouteTableTests.cs | 0 .../Routing/TemplateParserTests.cs | 0 .../testapps/BasicTestApp/BasicTestApp.csproj | 8 +- .../TestContentPackage.csproj | 4 +- test/testapps/TestServer/TestServer.csproj | 2 +- version.props | 2 +- 1299 files changed, 3253 insertions(+), 3312 deletions(-) delete mode 100644 benchmarks/Microsoft.AspNetCore.Blazor.E2EPerformance/Microsoft.AspNetCore.Blazor.E2EPerformance.csproj rename benchmarks/{Microsoft.AspNetCore.Blazor.Performance => Microsoft.AspNetCore.Components.Performance}/AssemblyInfo.cs (100%) rename benchmarks/{Microsoft.AspNetCore.Blazor.Performance => Microsoft.AspNetCore.Components.Performance}/Microsoft.AspNetCore.Blazor.Performance.csproj (83%) rename benchmarks/{Microsoft.AspNetCore.Blazor.Performance => Microsoft.AspNetCore.Components.Performance}/Program.cs (100%) rename benchmarks/{Microsoft.AspNetCore.Blazor.Performance => Microsoft.AspNetCore.Components.Performance}/RenderTreeDiffBuilderBenchmark.cs (100%) rename benchmarks/{Microsoft.AspNetCore.Blazor.Performance => Microsoft.AspNetCore.Components.Performance}/readme.md (100%) rename {benchmarks => blazor/benchmarks}/Microsoft.AspNetCore.Blazor.E2EPerformance/App.cshtml (100%) rename {benchmarks => blazor/benchmarks}/Microsoft.AspNetCore.Blazor.E2EPerformance/BenchmarkEvent.cs (100%) create mode 100644 blazor/benchmarks/Microsoft.AspNetCore.Blazor.E2EPerformance/Directory.Build.props create mode 100644 blazor/benchmarks/Microsoft.AspNetCore.Blazor.E2EPerformance/Microsoft.AspNetCore.Blazor.E2EPerformance.csproj rename {benchmarks => blazor/benchmarks}/Microsoft.AspNetCore.Blazor.E2EPerformance/Pages/Index.cshtml (100%) rename {benchmarks => blazor/benchmarks}/Microsoft.AspNetCore.Blazor.E2EPerformance/Pages/Json.cshtml (100%) rename {benchmarks => blazor/benchmarks}/Microsoft.AspNetCore.Blazor.E2EPerformance/Pages/RenderList.cshtml (100%) rename {benchmarks => blazor/benchmarks}/Microsoft.AspNetCore.Blazor.E2EPerformance/Pages/_ViewImports.cshtml (100%) rename {benchmarks => blazor/benchmarks}/Microsoft.AspNetCore.Blazor.E2EPerformance/Program.cs (100%) rename {benchmarks => blazor/benchmarks}/Microsoft.AspNetCore.Blazor.E2EPerformance/Shared/MainLayout.cshtml (100%) rename {benchmarks => blazor/benchmarks}/Microsoft.AspNetCore.Blazor.E2EPerformance/Startup.cs (100%) rename {benchmarks => blazor/benchmarks}/Microsoft.AspNetCore.Blazor.E2EPerformance/_ViewImports.cshtml (100%) rename {benchmarks => blazor/benchmarks}/Microsoft.AspNetCore.Blazor.E2EPerformance/wwwroot/benchmarks/appStartup.js (100%) rename {benchmarks => blazor/benchmarks}/Microsoft.AspNetCore.Blazor.E2EPerformance/wwwroot/benchmarks/index.js (100%) rename {benchmarks => blazor/benchmarks}/Microsoft.AspNetCore.Blazor.E2EPerformance/wwwroot/benchmarks/jsonHandling.js (100%) rename {benchmarks => blazor/benchmarks}/Microsoft.AspNetCore.Blazor.E2EPerformance/wwwroot/benchmarks/jsonHandlingData.js (100%) rename {benchmarks => blazor/benchmarks}/Microsoft.AspNetCore.Blazor.E2EPerformance/wwwroot/benchmarks/lib/bootstrap.min.css (100%) rename {benchmarks => blazor/benchmarks}/Microsoft.AspNetCore.Blazor.E2EPerformance/wwwroot/benchmarks/lib/minibench/README.md (100%) rename {benchmarks => blazor/benchmarks}/Microsoft.AspNetCore.Blazor.E2EPerformance/wwwroot/benchmarks/lib/minibench/minibench.js (100%) rename {benchmarks => blazor/benchmarks}/Microsoft.AspNetCore.Blazor.E2EPerformance/wwwroot/benchmarks/lib/minibench/style.css (100%) rename {benchmarks => blazor/benchmarks}/Microsoft.AspNetCore.Blazor.E2EPerformance/wwwroot/benchmarks/renderList.js (100%) rename {benchmarks => blazor/benchmarks}/Microsoft.AspNetCore.Blazor.E2EPerformance/wwwroot/benchmarks/util/BenchmarkEvents.js (100%) rename {benchmarks => blazor/benchmarks}/Microsoft.AspNetCore.Blazor.E2EPerformance/wwwroot/benchmarks/util/BlazorApp.js (100%) rename {benchmarks => blazor/benchmarks}/Microsoft.AspNetCore.Blazor.E2EPerformance/wwwroot/benchmarks/util/DOM.js (100%) rename {benchmarks => blazor/benchmarks}/Microsoft.AspNetCore.Blazor.E2EPerformance/wwwroot/blazor-frame.html (100%) rename {benchmarks => blazor/benchmarks}/Microsoft.AspNetCore.Blazor.E2EPerformance/wwwroot/index.html (100%) rename {benchmarks/Microsoft.AspNetCore.Blazor.E2EPerformance => blazor/samples}/Directory.Build.props (100%) rename {samples => blazor/samples}/HostedInAspNet.Client/Home.cshtml (100%) create mode 100644 blazor/samples/HostedInAspNet.Client/HostedInAspNet.Client.csproj rename {samples => blazor/samples}/HostedInAspNet.Client/Program.cs (100%) rename {samples => blazor/samples}/HostedInAspNet.Client/wwwroot/customJsFileForTests.js (100%) rename {samples => blazor/samples}/HostedInAspNet.Client/wwwroot/index.html (100%) rename {samples => blazor/samples}/HostedInAspNet.Server/HostedInAspNet.Server.csproj (80%) rename {samples => blazor/samples}/HostedInAspNet.Server/Program.cs (100%) rename {samples => blazor/samples}/HostedInAspNet.Server/Startup.cs (100%) rename {samples => blazor/samples}/HostedInAspNet.Server/Views/_ViewImports.cshtml (100%) rename {samples => blazor/samples}/MonoSanity/MonoSanity.csproj (80%) rename {samples => blazor/samples}/MonoSanity/Program.cs (100%) rename {samples => blazor/samples}/MonoSanity/Startup.cs (100%) rename {samples => blazor/samples}/MonoSanity/wwwroot/index.html (100%) rename {samples => blazor/samples}/MonoSanity/wwwroot/loader.js (100%) rename {samples => blazor/samples}/MonoSanityClient/Examples.cs (100%) rename {samples => blazor/samples}/MonoSanityClient/MonoSanityClient.csproj (77%) rename {samples => blazor/samples}/MonoSanityClient/Program.cs (100%) rename {samples => blazor/samples}/StandaloneApp/App.cshtml (100%) rename {samples => blazor/samples}/StandaloneApp/Pages/Counter.cshtml (100%) rename {samples => blazor/samples}/StandaloneApp/Pages/FetchData.cshtml (100%) rename {samples => blazor/samples}/StandaloneApp/Pages/Index.cshtml (100%) rename {samples => blazor/samples}/StandaloneApp/Pages/_ViewImports.cshtml (100%) rename {samples => blazor/samples}/StandaloneApp/Program.cs (100%) rename {samples => blazor/samples}/StandaloneApp/Shared/MainLayout.cshtml (100%) rename {samples => blazor/samples}/StandaloneApp/Shared/NavMenu.cshtml (100%) rename {samples => blazor/samples}/StandaloneApp/StandaloneApp.csproj (58%) rename {samples => blazor/samples}/StandaloneApp/Startup.cs (100%) rename {samples => blazor/samples}/StandaloneApp/_ViewImports.cshtml (100%) rename {samples => blazor/samples}/StandaloneApp/wwwroot/css/bootstrap/bootstrap.min.css (100%) rename {samples => blazor/samples}/StandaloneApp/wwwroot/css/bootstrap/bootstrap.min.css.map (100%) rename {samples => blazor/samples}/StandaloneApp/wwwroot/css/open-iconic/FONT-LICENSE (100%) rename {samples => blazor/samples}/StandaloneApp/wwwroot/css/open-iconic/ICON-LICENSE (100%) rename {samples => blazor/samples}/StandaloneApp/wwwroot/css/open-iconic/README.md (100%) rename {samples => blazor/samples}/StandaloneApp/wwwroot/css/open-iconic/font/css/open-iconic-bootstrap.min.css (100%) rename {samples => blazor/samples}/StandaloneApp/wwwroot/css/open-iconic/font/fonts/open-iconic.eot (100%) rename {samples => blazor/samples}/StandaloneApp/wwwroot/css/open-iconic/font/fonts/open-iconic.otf (100%) rename {samples => blazor/samples}/StandaloneApp/wwwroot/css/open-iconic/font/fonts/open-iconic.svg (100%) rename {samples => blazor/samples}/StandaloneApp/wwwroot/css/open-iconic/font/fonts/open-iconic.ttf (100%) rename {samples => blazor/samples}/StandaloneApp/wwwroot/css/open-iconic/font/fonts/open-iconic.woff (100%) rename {samples => blazor/samples}/StandaloneApp/wwwroot/css/site.css (100%) rename {samples => blazor/samples}/StandaloneApp/wwwroot/index.html (100%) rename {samples => blazor/samples}/StandaloneApp/wwwroot/sample-data/weather.json (100%) create mode 100644 blazor/src/Directory.Build.props rename {src => blazor/src}/Microsoft.AspNetCore.Blazor.BuildTools/BuildToolsExe.props (100%) rename {src => blazor/src}/Microsoft.AspNetCore.Blazor.BuildTools/Cli/Commands/CheckNodeJsInstalledCommand.cs (100%) rename {src => blazor/src}/Microsoft.AspNetCore.Blazor.BuildTools/Cli/Commands/ILWipeCommand.cs (100%) rename {src => blazor/src}/Microsoft.AspNetCore.Blazor.BuildTools/Cli/Program.cs (100%) rename {src => blazor/src}/Microsoft.AspNetCore.Blazor.BuildTools/Core/ILWipe/AssemblyItem.cs (100%) rename {src => blazor/src}/Microsoft.AspNetCore.Blazor.BuildTools/Core/ILWipe/MethodWipedExceptionMethod.cs (100%) rename {src => blazor/src}/Microsoft.AspNetCore.Blazor.BuildTools/Core/ILWipe/SpecList.cs (100%) rename {src => blazor/src}/Microsoft.AspNetCore.Blazor.BuildTools/Core/ILWipe/SpecListEntry.cs (100%) rename {src => blazor/src}/Microsoft.AspNetCore.Blazor.BuildTools/Core/ILWipe/WipeAssembly.cs (100%) rename {src => blazor/src}/Microsoft.AspNetCore.Blazor.BuildTools/Microsoft.AspNetCore.Blazor.BuildTools.csproj (100%) rename {src => blazor/src}/Microsoft.AspNetCore.Blazor.Cli/Commands/ServeCommand.cs (100%) rename {src => blazor/src}/Microsoft.AspNetCore.Blazor.Cli/Microsoft.AspNetCore.Blazor.Cli.csproj (87%) rename {src => blazor/src}/Microsoft.AspNetCore.Blazor.Cli/Program.cs (100%) rename {src => blazor/src}/Microsoft.AspNetCore.Blazor.Cli/Properties/AssemblyInfo.cs (100%) rename {src => blazor/src}/Microsoft.AspNetCore.Blazor.Cli/Server/Program.cs (100%) rename {src => blazor/src}/Microsoft.AspNetCore.Blazor.Cli/Server/Startup.cs (100%) rename {src => blazor/src}/Microsoft.AspNetCore.Blazor.Templates/.gitignore (100%) rename {src => blazor/src}/Microsoft.AspNetCore.Blazor.Templates/Directory.Build.props (100%) rename {src => blazor/src}/Microsoft.AspNetCore.Blazor.Templates/Directory.Build.targets (100%) rename {src => blazor/src}/Microsoft.AspNetCore.Blazor.Templates/Microsoft.AspNetCore.Blazor.Templates.csproj (100%) rename {src => blazor/src}/Microsoft.AspNetCore.Blazor.Templates/Microsoft.AspNetCore.Blazor.Templates.nuspec (100%) rename {src => blazor/src}/Microsoft.AspNetCore.Blazor.Templates/SetPackageProperties.targets (100%) rename {src => blazor/src}/Microsoft.AspNetCore.Blazor.Templates/content/BlazorHosted-CSharp/.template.config.src/dotnetcli.host.json (100%) rename {src => blazor/src}/Microsoft.AspNetCore.Blazor.Templates/content/BlazorHosted-CSharp/.template.config.src/icon.png (100%) rename {src => blazor/src}/Microsoft.AspNetCore.Blazor.Templates/content/BlazorHosted-CSharp/.template.config.src/template.json (100%) rename {src => blazor/src}/Microsoft.AspNetCore.Blazor.Templates/content/BlazorHosted-CSharp/.template.config.src/vs-2017.3.host.json (100%) rename {src => blazor/src}/Microsoft.AspNetCore.Blazor.Templates/content/BlazorHosted-CSharp/BlazorHosted-CSharp.Client/App.cshtml (100%) rename {src => blazor/src}/Microsoft.AspNetCore.Blazor.Templates/content/BlazorHosted-CSharp/BlazorHosted-CSharp.Client/BlazorHosted-CSharp.Client.csproj (100%) rename {src => blazor/src}/Microsoft.AspNetCore.Blazor.Templates/content/BlazorHosted-CSharp/BlazorHosted-CSharp.Client/Pages/Counter.cshtml (100%) rename {src => blazor/src}/Microsoft.AspNetCore.Blazor.Templates/content/BlazorHosted-CSharp/BlazorHosted-CSharp.Client/Pages/FetchData.cshtml (100%) rename {src => blazor/src}/Microsoft.AspNetCore.Blazor.Templates/content/BlazorHosted-CSharp/BlazorHosted-CSharp.Client/Pages/Index.cshtml (100%) rename {src => blazor/src}/Microsoft.AspNetCore.Blazor.Templates/content/BlazorHosted-CSharp/BlazorHosted-CSharp.Client/Pages/_ViewImports.cshtml (100%) rename {src => blazor/src}/Microsoft.AspNetCore.Blazor.Templates/content/BlazorHosted-CSharp/BlazorHosted-CSharp.Client/Program.cs (100%) rename {src => blazor/src}/Microsoft.AspNetCore.Blazor.Templates/content/BlazorHosted-CSharp/BlazorHosted-CSharp.Client/Shared/MainLayout.cshtml (100%) rename {src => blazor/src}/Microsoft.AspNetCore.Blazor.Templates/content/BlazorHosted-CSharp/BlazorHosted-CSharp.Client/Shared/NavMenu.cshtml (100%) rename {src => blazor/src}/Microsoft.AspNetCore.Blazor.Templates/content/BlazorHosted-CSharp/BlazorHosted-CSharp.Client/Shared/SurveyPrompt.cshtml (100%) rename {src => blazor/src}/Microsoft.AspNetCore.Blazor.Templates/content/BlazorHosted-CSharp/BlazorHosted-CSharp.Client/Startup.cs (100%) rename {src => blazor/src}/Microsoft.AspNetCore.Blazor.Templates/content/BlazorHosted-CSharp/BlazorHosted-CSharp.Client/_ViewImports.cshtml (100%) rename {src => blazor/src}/Microsoft.AspNetCore.Blazor.Templates/content/BlazorHosted-CSharp/BlazorHosted-CSharp.Client/wwwroot/css/bootstrap/bootstrap.min.css (100%) rename {src => blazor/src}/Microsoft.AspNetCore.Blazor.Templates/content/BlazorHosted-CSharp/BlazorHosted-CSharp.Client/wwwroot/css/bootstrap/bootstrap.min.css.map (100%) rename {src => blazor/src}/Microsoft.AspNetCore.Blazor.Templates/content/BlazorHosted-CSharp/BlazorHosted-CSharp.Client/wwwroot/css/open-iconic/FONT-LICENSE (100%) rename {src => blazor/src}/Microsoft.AspNetCore.Blazor.Templates/content/BlazorHosted-CSharp/BlazorHosted-CSharp.Client/wwwroot/css/open-iconic/ICON-LICENSE (100%) rename {src => blazor/src}/Microsoft.AspNetCore.Blazor.Templates/content/BlazorHosted-CSharp/BlazorHosted-CSharp.Client/wwwroot/css/open-iconic/README.md (100%) rename {src => blazor/src}/Microsoft.AspNetCore.Blazor.Templates/content/BlazorHosted-CSharp/BlazorHosted-CSharp.Client/wwwroot/css/open-iconic/font/css/open-iconic-bootstrap.min.css (100%) rename {src => blazor/src}/Microsoft.AspNetCore.Blazor.Templates/content/BlazorHosted-CSharp/BlazorHosted-CSharp.Client/wwwroot/css/open-iconic/font/fonts/open-iconic.eot (100%) rename {src => blazor/src}/Microsoft.AspNetCore.Blazor.Templates/content/BlazorHosted-CSharp/BlazorHosted-CSharp.Client/wwwroot/css/open-iconic/font/fonts/open-iconic.otf (100%) rename {src => blazor/src}/Microsoft.AspNetCore.Blazor.Templates/content/BlazorHosted-CSharp/BlazorHosted-CSharp.Client/wwwroot/css/open-iconic/font/fonts/open-iconic.svg (100%) rename {src => blazor/src}/Microsoft.AspNetCore.Blazor.Templates/content/BlazorHosted-CSharp/BlazorHosted-CSharp.Client/wwwroot/css/open-iconic/font/fonts/open-iconic.ttf (100%) rename {src => blazor/src}/Microsoft.AspNetCore.Blazor.Templates/content/BlazorHosted-CSharp/BlazorHosted-CSharp.Client/wwwroot/css/open-iconic/font/fonts/open-iconic.woff (100%) rename {src => blazor/src}/Microsoft.AspNetCore.Blazor.Templates/content/BlazorHosted-CSharp/BlazorHosted-CSharp.Client/wwwroot/css/site.css (100%) rename {src => blazor/src}/Microsoft.AspNetCore.Blazor.Templates/content/BlazorHosted-CSharp/BlazorHosted-CSharp.Client/wwwroot/index.html (100%) rename {src => blazor/src}/Microsoft.AspNetCore.Blazor.Templates/content/BlazorHosted-CSharp/BlazorHosted-CSharp.Server/BlazorHosted-CSharp.Server.csproj (100%) rename {src => blazor/src}/Microsoft.AspNetCore.Blazor.Templates/content/BlazorHosted-CSharp/BlazorHosted-CSharp.Server/Controllers/SampleDataController.cs (100%) rename {src => blazor/src}/Microsoft.AspNetCore.Blazor.Templates/content/BlazorHosted-CSharp/BlazorHosted-CSharp.Server/Program.cs (100%) rename {src => blazor/src}/Microsoft.AspNetCore.Blazor.Templates/content/BlazorHosted-CSharp/BlazorHosted-CSharp.Server/Startup.cs (100%) rename {src => blazor/src}/Microsoft.AspNetCore.Blazor.Templates/content/BlazorHosted-CSharp/BlazorHosted-CSharp.Shared/BlazorHosted-CSharp.Shared.csproj (100%) rename {src => blazor/src}/Microsoft.AspNetCore.Blazor.Templates/content/BlazorHosted-CSharp/BlazorHosted-CSharp.Shared/WeatherForecast.cs (100%) rename {src => blazor/src}/Microsoft.AspNetCore.Blazor.Templates/content/BlazorHosted-CSharp/BlazorHosted-CSharp.sln (100%) rename {src => blazor/src}/Microsoft.AspNetCore.Blazor.Templates/content/BlazorLibrary-CSharp/.template.config.src/dotnetcli.host.json (100%) rename {src => blazor/src}/Microsoft.AspNetCore.Blazor.Templates/content/BlazorLibrary-CSharp/.template.config.src/icon.png (100%) rename {src => blazor/src}/Microsoft.AspNetCore.Blazor.Templates/content/BlazorLibrary-CSharp/.template.config.src/template.json (100%) rename {src => blazor/src}/Microsoft.AspNetCore.Blazor.Templates/content/BlazorLibrary-CSharp/BlazorLibrary-CSharp.csproj (100%) rename {src => blazor/src}/Microsoft.AspNetCore.Blazor.Templates/content/BlazorLibrary-CSharp/Component1.cshtml (100%) rename {src => blazor/src}/Microsoft.AspNetCore.Blazor.Templates/content/BlazorLibrary-CSharp/ExampleJsInterop.cs (100%) rename {src => blazor/src}/Microsoft.AspNetCore.Blazor.Templates/content/BlazorLibrary-CSharp/content/background.png (100%) rename {src => blazor/src}/Microsoft.AspNetCore.Blazor.Templates/content/BlazorLibrary-CSharp/content/exampleJsInterop.js (100%) rename {src => blazor/src}/Microsoft.AspNetCore.Blazor.Templates/content/BlazorLibrary-CSharp/content/styles.css (100%) rename {src => blazor/src}/Microsoft.AspNetCore.Blazor.Templates/content/BlazorServerSide-CSharp/.template.config.src/dotnetcli.host.json (100%) rename {src => blazor/src}/Microsoft.AspNetCore.Blazor.Templates/content/BlazorServerSide-CSharp/.template.config.src/icon.png (100%) rename {src => blazor/src}/Microsoft.AspNetCore.Blazor.Templates/content/BlazorServerSide-CSharp/.template.config.src/template.json (100%) rename {src => blazor/src}/Microsoft.AspNetCore.Blazor.Templates/content/BlazorServerSide-CSharp/.template.config.src/vs-2017.3.host.json (100%) rename {src => blazor/src}/Microsoft.AspNetCore.Blazor.Templates/content/BlazorServerSide-CSharp/BlazorServerSide-CSharp.App/App.cshtml (100%) rename {src => blazor/src}/Microsoft.AspNetCore.Blazor.Templates/content/BlazorServerSide-CSharp/BlazorServerSide-CSharp.App/BlazorServerSide-CSharp.App.csproj (100%) rename {src => blazor/src}/Microsoft.AspNetCore.Blazor.Templates/content/BlazorServerSide-CSharp/BlazorServerSide-CSharp.App/Pages/Counter.cshtml (100%) rename {src => blazor/src}/Microsoft.AspNetCore.Blazor.Templates/content/BlazorServerSide-CSharp/BlazorServerSide-CSharp.App/Pages/FetchData.cshtml (100%) rename {src => blazor/src}/Microsoft.AspNetCore.Blazor.Templates/content/BlazorServerSide-CSharp/BlazorServerSide-CSharp.App/Pages/Index.cshtml (100%) rename {src => blazor/src}/Microsoft.AspNetCore.Blazor.Templates/content/BlazorServerSide-CSharp/BlazorServerSide-CSharp.App/Pages/_ViewImports.cshtml (100%) rename {src => blazor/src}/Microsoft.AspNetCore.Blazor.Templates/content/BlazorServerSide-CSharp/BlazorServerSide-CSharp.App/Program.cs (100%) rename {src => blazor/src}/Microsoft.AspNetCore.Blazor.Templates/content/BlazorServerSide-CSharp/BlazorServerSide-CSharp.App/Services/WeatherForecast.cs (100%) rename {src => blazor/src}/Microsoft.AspNetCore.Blazor.Templates/content/BlazorServerSide-CSharp/BlazorServerSide-CSharp.App/Services/WeatherForecastService.cs (100%) rename {src => blazor/src}/Microsoft.AspNetCore.Blazor.Templates/content/BlazorServerSide-CSharp/BlazorServerSide-CSharp.App/Shared/MainLayout.cshtml (100%) rename {src => blazor/src}/Microsoft.AspNetCore.Blazor.Templates/content/BlazorServerSide-CSharp/BlazorServerSide-CSharp.App/Shared/NavMenu.cshtml (100%) rename {src => blazor/src}/Microsoft.AspNetCore.Blazor.Templates/content/BlazorServerSide-CSharp/BlazorServerSide-CSharp.App/Shared/SurveyPrompt.cshtml (100%) rename {src => blazor/src}/Microsoft.AspNetCore.Blazor.Templates/content/BlazorServerSide-CSharp/BlazorServerSide-CSharp.App/Startup.cs (100%) rename {src => blazor/src}/Microsoft.AspNetCore.Blazor.Templates/content/BlazorServerSide-CSharp/BlazorServerSide-CSharp.App/_ViewImports.cshtml (100%) rename {src => blazor/src}/Microsoft.AspNetCore.Blazor.Templates/content/BlazorServerSide-CSharp/BlazorServerSide-CSharp.App/wwwroot/css/bootstrap/bootstrap.min.css (100%) rename {src => blazor/src}/Microsoft.AspNetCore.Blazor.Templates/content/BlazorServerSide-CSharp/BlazorServerSide-CSharp.App/wwwroot/css/bootstrap/bootstrap.min.css.map (100%) rename {src => blazor/src}/Microsoft.AspNetCore.Blazor.Templates/content/BlazorServerSide-CSharp/BlazorServerSide-CSharp.App/wwwroot/css/open-iconic/FONT-LICENSE (100%) rename {src => blazor/src}/Microsoft.AspNetCore.Blazor.Templates/content/BlazorServerSide-CSharp/BlazorServerSide-CSharp.App/wwwroot/css/open-iconic/ICON-LICENSE (100%) rename {src => blazor/src}/Microsoft.AspNetCore.Blazor.Templates/content/BlazorServerSide-CSharp/BlazorServerSide-CSharp.App/wwwroot/css/open-iconic/README.md (100%) rename {src => blazor/src}/Microsoft.AspNetCore.Blazor.Templates/content/BlazorServerSide-CSharp/BlazorServerSide-CSharp.App/wwwroot/css/open-iconic/font/css/open-iconic-bootstrap.min.css (100%) rename {src => blazor/src}/Microsoft.AspNetCore.Blazor.Templates/content/BlazorServerSide-CSharp/BlazorServerSide-CSharp.App/wwwroot/css/open-iconic/font/fonts/open-iconic.eot (100%) rename {src => blazor/src}/Microsoft.AspNetCore.Blazor.Templates/content/BlazorServerSide-CSharp/BlazorServerSide-CSharp.App/wwwroot/css/open-iconic/font/fonts/open-iconic.otf (100%) rename {src => blazor/src}/Microsoft.AspNetCore.Blazor.Templates/content/BlazorServerSide-CSharp/BlazorServerSide-CSharp.App/wwwroot/css/open-iconic/font/fonts/open-iconic.svg (100%) rename {src => blazor/src}/Microsoft.AspNetCore.Blazor.Templates/content/BlazorServerSide-CSharp/BlazorServerSide-CSharp.App/wwwroot/css/open-iconic/font/fonts/open-iconic.ttf (100%) rename {src => blazor/src}/Microsoft.AspNetCore.Blazor.Templates/content/BlazorServerSide-CSharp/BlazorServerSide-CSharp.App/wwwroot/css/open-iconic/font/fonts/open-iconic.woff (100%) rename {src => blazor/src}/Microsoft.AspNetCore.Blazor.Templates/content/BlazorServerSide-CSharp/BlazorServerSide-CSharp.App/wwwroot/css/site.css (100%) rename {src => blazor/src}/Microsoft.AspNetCore.Blazor.Templates/content/BlazorServerSide-CSharp/BlazorServerSide-CSharp.App/wwwroot/index.html (100%) rename {src => blazor/src}/Microsoft.AspNetCore.Blazor.Templates/content/BlazorServerSide-CSharp/BlazorServerSide-CSharp.Server/BlazorServerSide-CSharp.Server.csproj (100%) rename {src => blazor/src}/Microsoft.AspNetCore.Blazor.Templates/content/BlazorServerSide-CSharp/BlazorServerSide-CSharp.Server/Program.cs (100%) rename {src => blazor/src}/Microsoft.AspNetCore.Blazor.Templates/content/BlazorServerSide-CSharp/BlazorServerSide-CSharp.Server/Startup.cs (100%) rename {src => blazor/src}/Microsoft.AspNetCore.Blazor.Templates/content/BlazorServerSide-CSharp/BlazorServerSide-CSharp.sln (100%) rename {src => blazor/src}/Microsoft.AspNetCore.Blazor.Templates/content/BlazorStandalone-CSharp/.template.config.src/dotnetcli.host.json (100%) rename {src => blazor/src}/Microsoft.AspNetCore.Blazor.Templates/content/BlazorStandalone-CSharp/.template.config.src/icon.png (100%) rename {src => blazor/src}/Microsoft.AspNetCore.Blazor.Templates/content/BlazorStandalone-CSharp/.template.config.src/template.json (100%) rename {src => blazor/src}/Microsoft.AspNetCore.Blazor.Templates/content/BlazorStandalone-CSharp/.template.config.src/vs-2017.3.host.json (100%) rename {src => blazor/src}/Microsoft.AspNetCore.Blazor.Templates/content/BlazorStandalone-CSharp/App.cshtml (100%) rename {src => blazor/src}/Microsoft.AspNetCore.Blazor.Templates/content/BlazorStandalone-CSharp/BlazorStandalone-CSharp.csproj (100%) rename {src => blazor/src}/Microsoft.AspNetCore.Blazor.Templates/content/BlazorStandalone-CSharp/Pages/Counter.cshtml (100%) rename {src => blazor/src}/Microsoft.AspNetCore.Blazor.Templates/content/BlazorStandalone-CSharp/Pages/FetchData.cshtml (100%) rename {src => blazor/src}/Microsoft.AspNetCore.Blazor.Templates/content/BlazorStandalone-CSharp/Pages/Index.cshtml (100%) rename {src => blazor/src}/Microsoft.AspNetCore.Blazor.Templates/content/BlazorStandalone-CSharp/Pages/_ViewImports.cshtml (100%) rename {src => blazor/src}/Microsoft.AspNetCore.Blazor.Templates/content/BlazorStandalone-CSharp/Program.cs (100%) rename {src => blazor/src}/Microsoft.AspNetCore.Blazor.Templates/content/BlazorStandalone-CSharp/Shared/MainLayout.cshtml (100%) rename {src => blazor/src}/Microsoft.AspNetCore.Blazor.Templates/content/BlazorStandalone-CSharp/Shared/NavMenu.cshtml (100%) rename {src => blazor/src}/Microsoft.AspNetCore.Blazor.Templates/content/BlazorStandalone-CSharp/Shared/SurveyPrompt.cshtml (100%) rename {src => blazor/src}/Microsoft.AspNetCore.Blazor.Templates/content/BlazorStandalone-CSharp/Startup.cs (100%) rename {src => blazor/src}/Microsoft.AspNetCore.Blazor.Templates/content/BlazorStandalone-CSharp/_ViewImports.cshtml (100%) rename {src => blazor/src}/Microsoft.AspNetCore.Blazor.Templates/content/BlazorStandalone-CSharp/wwwroot/css/bootstrap/bootstrap.min.css (100%) rename {src => blazor/src}/Microsoft.AspNetCore.Blazor.Templates/content/BlazorStandalone-CSharp/wwwroot/css/bootstrap/bootstrap.min.css.map (100%) rename {src => blazor/src}/Microsoft.AspNetCore.Blazor.Templates/content/BlazorStandalone-CSharp/wwwroot/css/open-iconic/FONT-LICENSE (100%) rename {src => blazor/src}/Microsoft.AspNetCore.Blazor.Templates/content/BlazorStandalone-CSharp/wwwroot/css/open-iconic/ICON-LICENSE (100%) rename {src => blazor/src}/Microsoft.AspNetCore.Blazor.Templates/content/BlazorStandalone-CSharp/wwwroot/css/open-iconic/README.md (100%) rename {src => blazor/src}/Microsoft.AspNetCore.Blazor.Templates/content/BlazorStandalone-CSharp/wwwroot/css/open-iconic/font/css/open-iconic-bootstrap.min.css (100%) rename {src => blazor/src}/Microsoft.AspNetCore.Blazor.Templates/content/BlazorStandalone-CSharp/wwwroot/css/open-iconic/font/fonts/open-iconic.eot (100%) rename {src => blazor/src}/Microsoft.AspNetCore.Blazor.Templates/content/BlazorStandalone-CSharp/wwwroot/css/open-iconic/font/fonts/open-iconic.otf (100%) rename {src => blazor/src}/Microsoft.AspNetCore.Blazor.Templates/content/BlazorStandalone-CSharp/wwwroot/css/open-iconic/font/fonts/open-iconic.svg (100%) rename {src => blazor/src}/Microsoft.AspNetCore.Blazor.Templates/content/BlazorStandalone-CSharp/wwwroot/css/open-iconic/font/fonts/open-iconic.ttf (100%) rename {src => blazor/src}/Microsoft.AspNetCore.Blazor.Templates/content/BlazorStandalone-CSharp/wwwroot/css/open-iconic/font/fonts/open-iconic.woff (100%) rename {src => blazor/src}/Microsoft.AspNetCore.Blazor.Templates/content/BlazorStandalone-CSharp/wwwroot/css/site.css (100%) rename {src => blazor/src}/Microsoft.AspNetCore.Blazor.Templates/content/BlazorStandalone-CSharp/wwwroot/index.html (100%) rename {src => blazor/src}/Microsoft.AspNetCore.Blazor.Templates/content/BlazorStandalone-CSharp/wwwroot/sample-data/weather.json (100%) rename {src => blazor/src}/Microsoft.AspNetCore.Blazor.Templates/content/Directory.Build.props (63%) rename {src => blazor/src}/Microsoft.AspNetCore.Blazor.Templates/content/Directory.Build.targets (100%) rename {src => blazor/src}/mono/.gitignore (100%) rename {src => blazor/src}/mono/Directory.Build.props (100%) rename {src => blazor/src}/mono/HowToUpgradeMono.md (100%) rename {src => blazor/src}/mono/HowToUpgradeMonoLinker.md (100%) rename {src => blazor/src}/mono/bclwipe/System.Net.Http.txt (100%) rename {src => blazor/src}/mono/bclwipe/mscorlib.txt (100%) rename {src => blazor/src}/mono/incoming/bcl/Facades/Microsoft.Win32.Primitives.dll (100%) rename {src => blazor/src}/mono/incoming/bcl/Facades/Microsoft.Win32.Registry.AccessControl.dll (100%) rename {src => blazor/src}/mono/incoming/bcl/Facades/Microsoft.Win32.Registry.dll (100%) rename {src => blazor/src}/mono/incoming/bcl/Facades/System.AppContext.dll (100%) rename {src => blazor/src}/mono/incoming/bcl/Facades/System.Buffers.dll (100%) rename {src => blazor/src}/mono/incoming/bcl/Facades/System.Collections.Concurrent.dll (100%) rename {src => blazor/src}/mono/incoming/bcl/Facades/System.Collections.NonGeneric.dll (100%) rename {src => blazor/src}/mono/incoming/bcl/Facades/System.Collections.Specialized.dll (100%) rename {src => blazor/src}/mono/incoming/bcl/Facades/System.Collections.dll (100%) rename {src => blazor/src}/mono/incoming/bcl/Facades/System.ComponentModel.Annotations.dll (100%) rename {src => blazor/src}/mono/incoming/bcl/Facades/System.ComponentModel.EventBasedAsync.dll (100%) rename {src => blazor/src}/mono/incoming/bcl/Facades/System.ComponentModel.Primitives.dll (100%) rename {src => blazor/src}/mono/incoming/bcl/Facades/System.ComponentModel.TypeConverter.dll (100%) rename {src => blazor/src}/mono/incoming/bcl/Facades/System.ComponentModel.dll (100%) rename {src => blazor/src}/mono/incoming/bcl/Facades/System.Console.dll (100%) rename {src => blazor/src}/mono/incoming/bcl/Facades/System.Data.Common.dll (100%) rename {src => blazor/src}/mono/incoming/bcl/Facades/System.Data.SqlClient.dll (100%) rename {src => blazor/src}/mono/incoming/bcl/Facades/System.Diagnostics.Contracts.dll (100%) rename {src => blazor/src}/mono/incoming/bcl/Facades/System.Diagnostics.Debug.dll (100%) rename {src => blazor/src}/mono/incoming/bcl/Facades/System.Diagnostics.FileVersionInfo.dll (100%) rename {src => blazor/src}/mono/incoming/bcl/Facades/System.Diagnostics.Process.dll (100%) rename {src => blazor/src}/mono/incoming/bcl/Facades/System.Diagnostics.StackTrace.dll (100%) rename {src => blazor/src}/mono/incoming/bcl/Facades/System.Diagnostics.TextWriterTraceListener.dll (100%) rename {src => blazor/src}/mono/incoming/bcl/Facades/System.Diagnostics.Tools.dll (100%) rename {src => blazor/src}/mono/incoming/bcl/Facades/System.Diagnostics.TraceEvent.dll (100%) rename {src => blazor/src}/mono/incoming/bcl/Facades/System.Diagnostics.TraceSource.dll (100%) rename {src => blazor/src}/mono/incoming/bcl/Facades/System.Diagnostics.Tracing.dll (100%) rename {src => blazor/src}/mono/incoming/bcl/Facades/System.Drawing.Common.dll (100%) rename {src => blazor/src}/mono/incoming/bcl/Facades/System.Drawing.Primitives.dll (100%) rename {src => blazor/src}/mono/incoming/bcl/Facades/System.Dynamic.Runtime.dll (100%) rename {src => blazor/src}/mono/incoming/bcl/Facades/System.Globalization.Calendars.dll (100%) rename {src => blazor/src}/mono/incoming/bcl/Facades/System.Globalization.Extensions.dll (100%) rename {src => blazor/src}/mono/incoming/bcl/Facades/System.Globalization.dll (100%) rename {src => blazor/src}/mono/incoming/bcl/Facades/System.IO.Compression.ZipFile.dll (100%) rename {src => blazor/src}/mono/incoming/bcl/Facades/System.IO.FileSystem.AccessControl.dll (100%) rename {src => blazor/src}/mono/incoming/bcl/Facades/System.IO.FileSystem.DriveInfo.dll (100%) rename {src => blazor/src}/mono/incoming/bcl/Facades/System.IO.FileSystem.Primitives.dll (100%) rename {src => blazor/src}/mono/incoming/bcl/Facades/System.IO.FileSystem.Watcher.dll (100%) rename {src => blazor/src}/mono/incoming/bcl/Facades/System.IO.FileSystem.dll (100%) rename {src => blazor/src}/mono/incoming/bcl/Facades/System.IO.IsolatedStorage.dll (100%) rename {src => blazor/src}/mono/incoming/bcl/Facades/System.IO.MemoryMappedFiles.dll (100%) rename {src => blazor/src}/mono/incoming/bcl/Facades/System.IO.Pipes.dll (100%) rename {src => blazor/src}/mono/incoming/bcl/Facades/System.IO.UnmanagedMemoryStream.dll (100%) rename {src => blazor/src}/mono/incoming/bcl/Facades/System.IO.dll (100%) rename {src => blazor/src}/mono/incoming/bcl/Facades/System.Linq.Expressions.dll (100%) rename {src => blazor/src}/mono/incoming/bcl/Facades/System.Linq.Parallel.dll (100%) rename {src => blazor/src}/mono/incoming/bcl/Facades/System.Linq.Queryable.dll (100%) rename {src => blazor/src}/mono/incoming/bcl/Facades/System.Linq.dll (100%) rename {src => blazor/src}/mono/incoming/bcl/Facades/System.Memory.dll (100%) rename {src => blazor/src}/mono/incoming/bcl/Facades/System.Net.AuthenticationManager.dll (100%) rename {src => blazor/src}/mono/incoming/bcl/Facades/System.Net.Cache.dll (100%) rename {src => blazor/src}/mono/incoming/bcl/Facades/System.Net.HttpListener.dll (100%) rename {src => blazor/src}/mono/incoming/bcl/Facades/System.Net.Mail.dll (100%) rename {src => blazor/src}/mono/incoming/bcl/Facades/System.Net.NameResolution.dll (100%) rename {src => blazor/src}/mono/incoming/bcl/Facades/System.Net.NetworkInformation.dll (100%) rename {src => blazor/src}/mono/incoming/bcl/Facades/System.Net.Ping.dll (100%) rename {src => blazor/src}/mono/incoming/bcl/Facades/System.Net.Primitives.dll (100%) rename {src => blazor/src}/mono/incoming/bcl/Facades/System.Net.Requests.dll (100%) rename {src => blazor/src}/mono/incoming/bcl/Facades/System.Net.Security.dll (100%) rename {src => blazor/src}/mono/incoming/bcl/Facades/System.Net.ServicePoint.dll (100%) rename {src => blazor/src}/mono/incoming/bcl/Facades/System.Net.Sockets.dll (100%) rename {src => blazor/src}/mono/incoming/bcl/Facades/System.Net.Utilities.dll (100%) rename {src => blazor/src}/mono/incoming/bcl/Facades/System.Net.WebHeaderCollection.dll (100%) rename {src => blazor/src}/mono/incoming/bcl/Facades/System.Net.WebSockets.Client.dll (100%) rename {src => blazor/src}/mono/incoming/bcl/Facades/System.Net.WebSockets.dll (100%) rename {src => blazor/src}/mono/incoming/bcl/Facades/System.ObjectModel.dll (100%) rename {src => blazor/src}/mono/incoming/bcl/Facades/System.Reflection.DispatchProxy.dll (100%) rename {src => blazor/src}/mono/incoming/bcl/Facades/System.Reflection.Emit.ILGeneration.dll (100%) rename {src => blazor/src}/mono/incoming/bcl/Facades/System.Reflection.Emit.Lightweight.dll (100%) rename {src => blazor/src}/mono/incoming/bcl/Facades/System.Reflection.Emit.dll (100%) rename {src => blazor/src}/mono/incoming/bcl/Facades/System.Reflection.Extensions.dll (100%) rename {src => blazor/src}/mono/incoming/bcl/Facades/System.Reflection.Primitives.dll (100%) rename {src => blazor/src}/mono/incoming/bcl/Facades/System.Reflection.TypeExtensions.dll (100%) rename {src => blazor/src}/mono/incoming/bcl/Facades/System.Reflection.dll (100%) rename {src => blazor/src}/mono/incoming/bcl/Facades/System.Resources.Reader.dll (100%) rename {src => blazor/src}/mono/incoming/bcl/Facades/System.Resources.ReaderWriter.dll (100%) rename {src => blazor/src}/mono/incoming/bcl/Facades/System.Resources.ResourceManager.dll (100%) rename {src => blazor/src}/mono/incoming/bcl/Facades/System.Resources.Writer.dll (100%) rename {src => blazor/src}/mono/incoming/bcl/Facades/System.Runtime.CompilerServices.VisualC.dll (100%) rename {src => blazor/src}/mono/incoming/bcl/Facades/System.Runtime.Extensions.dll (100%) rename {src => blazor/src}/mono/incoming/bcl/Facades/System.Runtime.Handles.dll (100%) rename {src => blazor/src}/mono/incoming/bcl/Facades/System.Runtime.InteropServices.RuntimeInformation.dll (100%) rename {src => blazor/src}/mono/incoming/bcl/Facades/System.Runtime.InteropServices.WindowsRuntime.dll (100%) rename {src => blazor/src}/mono/incoming/bcl/Facades/System.Runtime.InteropServices.dll (100%) rename {src => blazor/src}/mono/incoming/bcl/Facades/System.Runtime.Loader.dll (100%) rename {src => blazor/src}/mono/incoming/bcl/Facades/System.Runtime.Numerics.dll (100%) rename {src => blazor/src}/mono/incoming/bcl/Facades/System.Runtime.Serialization.Formatters.dll (100%) rename {src => blazor/src}/mono/incoming/bcl/Facades/System.Runtime.Serialization.Json.dll (100%) rename {src => blazor/src}/mono/incoming/bcl/Facades/System.Runtime.Serialization.Primitives.dll (100%) rename {src => blazor/src}/mono/incoming/bcl/Facades/System.Runtime.Serialization.Xml.dll (100%) rename {src => blazor/src}/mono/incoming/bcl/Facades/System.Runtime.dll (100%) rename {src => blazor/src}/mono/incoming/bcl/Facades/System.Security.AccessControl.dll (100%) rename {src => blazor/src}/mono/incoming/bcl/Facades/System.Security.Claims.dll (100%) rename {src => blazor/src}/mono/incoming/bcl/Facades/System.Security.Cryptography.Algorithms.dll (100%) rename {src => blazor/src}/mono/incoming/bcl/Facades/System.Security.Cryptography.Cng.dll (100%) rename {src => blazor/src}/mono/incoming/bcl/Facades/System.Security.Cryptography.Csp.dll (100%) rename {src => blazor/src}/mono/incoming/bcl/Facades/System.Security.Cryptography.DeriveBytes.dll (100%) rename {src => blazor/src}/mono/incoming/bcl/Facades/System.Security.Cryptography.Encoding.dll (100%) rename {src => blazor/src}/mono/incoming/bcl/Facades/System.Security.Cryptography.Encryption.Aes.dll (100%) rename {src => blazor/src}/mono/incoming/bcl/Facades/System.Security.Cryptography.Encryption.ECDiffieHellman.dll (100%) rename {src => blazor/src}/mono/incoming/bcl/Facades/System.Security.Cryptography.Encryption.ECDsa.dll (100%) rename {src => blazor/src}/mono/incoming/bcl/Facades/System.Security.Cryptography.Encryption.dll (100%) rename {src => blazor/src}/mono/incoming/bcl/Facades/System.Security.Cryptography.Hashing.Algorithms.dll (100%) rename {src => blazor/src}/mono/incoming/bcl/Facades/System.Security.Cryptography.Hashing.dll (100%) rename {src => blazor/src}/mono/incoming/bcl/Facades/System.Security.Cryptography.OpenSsl.dll (100%) rename {src => blazor/src}/mono/incoming/bcl/Facades/System.Security.Cryptography.Pkcs.dll (100%) rename {src => blazor/src}/mono/incoming/bcl/Facades/System.Security.Cryptography.Primitives.dll (100%) rename {src => blazor/src}/mono/incoming/bcl/Facades/System.Security.Cryptography.ProtectedData.dll (100%) rename {src => blazor/src}/mono/incoming/bcl/Facades/System.Security.Cryptography.RSA.dll (100%) rename {src => blazor/src}/mono/incoming/bcl/Facades/System.Security.Cryptography.RandomNumberGenerator.dll (100%) rename {src => blazor/src}/mono/incoming/bcl/Facades/System.Security.Cryptography.X509Certificates.dll (100%) rename {src => blazor/src}/mono/incoming/bcl/Facades/System.Security.Principal.Windows.dll (100%) rename {src => blazor/src}/mono/incoming/bcl/Facades/System.Security.Principal.dll (100%) rename {src => blazor/src}/mono/incoming/bcl/Facades/System.Security.SecureString.dll (100%) rename {src => blazor/src}/mono/incoming/bcl/Facades/System.ServiceModel.Duplex.dll (100%) rename {src => blazor/src}/mono/incoming/bcl/Facades/System.ServiceModel.Http.dll (100%) rename {src => blazor/src}/mono/incoming/bcl/Facades/System.ServiceModel.NetTcp.dll (100%) rename {src => blazor/src}/mono/incoming/bcl/Facades/System.ServiceModel.Primitives.dll (100%) rename {src => blazor/src}/mono/incoming/bcl/Facades/System.ServiceModel.Security.dll (100%) rename {src => blazor/src}/mono/incoming/bcl/Facades/System.ServiceProcess.ServiceController.dll (100%) rename {src => blazor/src}/mono/incoming/bcl/Facades/System.Text.Encoding.CodePages.dll (100%) rename {src => blazor/src}/mono/incoming/bcl/Facades/System.Text.Encoding.Extensions.dll (100%) rename {src => blazor/src}/mono/incoming/bcl/Facades/System.Text.Encoding.dll (100%) rename {src => blazor/src}/mono/incoming/bcl/Facades/System.Text.RegularExpressions.dll (100%) rename {src => blazor/src}/mono/incoming/bcl/Facades/System.Threading.AccessControl.dll (100%) rename {src => blazor/src}/mono/incoming/bcl/Facades/System.Threading.Overlapped.dll (100%) rename {src => blazor/src}/mono/incoming/bcl/Facades/System.Threading.Tasks.Extensions.dll (100%) rename {src => blazor/src}/mono/incoming/bcl/Facades/System.Threading.Tasks.Parallel.dll (100%) rename {src => blazor/src}/mono/incoming/bcl/Facades/System.Threading.Tasks.dll (100%) rename {src => blazor/src}/mono/incoming/bcl/Facades/System.Threading.Thread.dll (100%) rename {src => blazor/src}/mono/incoming/bcl/Facades/System.Threading.ThreadPool.dll (100%) rename {src => blazor/src}/mono/incoming/bcl/Facades/System.Threading.Timer.dll (100%) rename {src => blazor/src}/mono/incoming/bcl/Facades/System.Threading.dll (100%) rename {src => blazor/src}/mono/incoming/bcl/Facades/System.ValueTuple.dll (100%) rename {src => blazor/src}/mono/incoming/bcl/Facades/System.Xml.ReaderWriter.dll (100%) rename {src => blazor/src}/mono/incoming/bcl/Facades/System.Xml.XDocument.dll (100%) rename {src => blazor/src}/mono/incoming/bcl/Facades/System.Xml.XPath.XDocument.dll (100%) rename {src => blazor/src}/mono/incoming/bcl/Facades/System.Xml.XPath.XmlDocument.dll (100%) rename {src => blazor/src}/mono/incoming/bcl/Facades/System.Xml.XPath.dll (100%) rename {src => blazor/src}/mono/incoming/bcl/Facades/System.Xml.XmlDocument.dll (100%) rename {src => blazor/src}/mono/incoming/bcl/Facades/System.Xml.XmlSerializer.dll (100%) rename {src => blazor/src}/mono/incoming/bcl/Facades/System.Xml.Xsl.Primitives.dll (100%) rename {src => blazor/src}/mono/incoming/bcl/Facades/netstandard.dll (100%) rename {src => blazor/src}/mono/incoming/bcl/I18N.CJK.dll (100%) rename {src => blazor/src}/mono/incoming/bcl/I18N.MidEast.dll (100%) rename {src => blazor/src}/mono/incoming/bcl/I18N.Other.dll (100%) rename {src => blazor/src}/mono/incoming/bcl/I18N.Rare.dll (100%) rename {src => blazor/src}/mono/incoming/bcl/I18N.West.dll (100%) rename {src => blazor/src}/mono/incoming/bcl/I18N.dll (100%) rename {src => blazor/src}/mono/incoming/bcl/Microsoft.CSharp.dll (100%) rename {src => blazor/src}/mono/incoming/bcl/Mono.Cecil.dll (100%) rename {src => blazor/src}/mono/incoming/bcl/Mono.Data.Sqlite.dll (100%) rename {src => blazor/src}/mono/incoming/bcl/Mono.Data.Tds.dll (100%) rename {src => blazor/src}/mono/incoming/bcl/Mono.Security.dll (100%) rename {src => blazor/src}/mono/incoming/bcl/System.ComponentModel.Composition.dll (100%) rename {src => blazor/src}/mono/incoming/bcl/System.ComponentModel.DataAnnotations.dll (100%) rename {src => blazor/src}/mono/incoming/bcl/System.Core.dll (100%) rename {src => blazor/src}/mono/incoming/bcl/System.Data.Services.Client.dll (100%) rename {src => blazor/src}/mono/incoming/bcl/System.Data.dll (100%) rename {src => blazor/src}/mono/incoming/bcl/System.Drawing.dll (100%) rename {src => blazor/src}/mono/incoming/bcl/System.IO.Compression.FileSystem.dll (100%) rename {src => blazor/src}/mono/incoming/bcl/System.IO.Compression.dll (100%) rename {src => blazor/src}/mono/incoming/bcl/System.IdentityModel.dll (100%) rename {src => blazor/src}/mono/incoming/bcl/System.Json.dll (100%) rename {src => blazor/src}/mono/incoming/bcl/System.Net.Http.WinHttpHandler.dll (100%) rename {src => blazor/src}/mono/incoming/bcl/System.Net.Http.dll (100%) rename {src => blazor/src}/mono/incoming/bcl/System.Net.dll (100%) rename {src => blazor/src}/mono/incoming/bcl/System.Numerics.Vectors.dll (100%) rename {src => blazor/src}/mono/incoming/bcl/System.Numerics.dll (100%) rename {src => blazor/src}/mono/incoming/bcl/System.Reflection.Context.dll (100%) rename {src => blazor/src}/mono/incoming/bcl/System.Runtime.CompilerServices.Unsafe.dll (100%) rename {src => blazor/src}/mono/incoming/bcl/System.Runtime.Serialization.dll (100%) rename {src => blazor/src}/mono/incoming/bcl/System.Security.dll (100%) rename {src => blazor/src}/mono/incoming/bcl/System.ServiceModel.Internals.dll (100%) rename {src => blazor/src}/mono/incoming/bcl/System.ServiceModel.Web.dll (100%) rename {src => blazor/src}/mono/incoming/bcl/System.ServiceModel.dll (100%) rename {src => blazor/src}/mono/incoming/bcl/System.Transactions.dll (100%) rename {src => blazor/src}/mono/incoming/bcl/System.Web.Services.dll (100%) rename {src => blazor/src}/mono/incoming/bcl/System.Windows.dll (100%) rename {src => blazor/src}/mono/incoming/bcl/System.Xml.Linq.dll (100%) rename {src => blazor/src}/mono/incoming/bcl/System.Xml.Serialization.dll (100%) rename {src => blazor/src}/mono/incoming/bcl/System.Xml.dll (100%) rename {src => blazor/src}/mono/incoming/bcl/System.dll (100%) rename {src => blazor/src}/mono/incoming/bcl/mscorlib.dll (100%) rename {src => blazor/src}/mono/incoming/wasm/mono.js (100%) rename {src => blazor/src}/mono/incoming/wasm/mono.wasm (100%) rename {src => blazor/src}/mono/mono.csproj (100%) rename {src => blazor/src}/mono/tools/binaries/illink/Mono.Cecil.Mdb.dll (100%) rename {src => blazor/src}/mono/tools/binaries/illink/Mono.Cecil.Pdb.dll (100%) rename {src => blazor/src}/mono/tools/binaries/illink/Mono.Cecil.dll (100%) rename {src => blazor/src}/mono/tools/binaries/illink/illink.deps.json (100%) rename {src => blazor/src}/mono/tools/binaries/illink/illink.dll (100%) rename {src => blazor/src}/mono/tools/binaries/illink/illink.runtimeconfig.json (100%) rename {tooling => blazor/tooling}/Microsoft.VisualStudio.BlazorExtension/AboutDialogInfoAttribute.cs (100%) rename {tooling => blazor/tooling}/Microsoft.VisualStudio.BlazorExtension/AutoRebuild/AutoRebuildService.cs (100%) rename {tooling => blazor/tooling}/Microsoft.VisualStudio.BlazorExtension/AutoRebuild/BuildEventsWatcher.cs (100%) rename {tooling => blazor/tooling}/Microsoft.VisualStudio.BlazorExtension/AutoRebuild/StreamProtocolExtensions.cs (100%) rename {tooling => blazor/tooling}/Microsoft.VisualStudio.BlazorExtension/BlazorPackage.cs (100%) rename {tooling => blazor/tooling}/Microsoft.VisualStudio.BlazorExtension/CodeSnippets.pkgdef (100%) rename {tooling => blazor/tooling}/Microsoft.VisualStudio.BlazorExtension/CodeSnippets/Blazor/para.snippet (100%) rename {tooling => blazor/tooling}/Microsoft.VisualStudio.BlazorExtension/Content/WebConfiguration.png (100%) rename {tooling => blazor/tooling}/Microsoft.VisualStudio.BlazorExtension/Microsoft.VisualStudio.BlazorExtension.csproj (97%) rename {tooling => blazor/tooling}/Microsoft.VisualStudio.BlazorExtension/Properties/AssemblyInfo.cs (100%) rename {tooling => blazor/tooling}/Microsoft.VisualStudio.BlazorExtension/Resources.resx (100%) rename {tooling => blazor/tooling}/Microsoft.VisualStudio.BlazorExtension/Resources/BlazorPackage.ico (100%) rename {tooling => blazor/tooling}/Microsoft.VisualStudio.BlazorExtension/Templates.pkgdef (100%) rename {tooling => blazor/tooling}/Microsoft.VisualStudio.BlazorExtension/source.extension.vsixmanifest (100%) rename {tooling => blazor/tooling}/Microsoft.VisualStudio.LanguageServices.Blazor/BlazorProjectEngineFactory.cs (100%) rename {tooling => blazor/tooling}/Microsoft.VisualStudio.LanguageServices.Blazor/Microsoft.VisualStudio.LanguageServices.Blazor.csproj (86%) rename {tooling => blazor/tooling}/Microsoft.VisualStudio.LanguageServices.Blazor/RazorTextViewListener.cs (100%) delete mode 100644 samples/HostedInAspNet.Client/HostedInAspNet.Client.csproj delete mode 100644 samples/HostedInAspNet.Client/Properties/launchSettings.json delete mode 100644 samples/HostedInAspNet.Server/Properties/launchSettings.json delete mode 100644 samples/MonoSanity/Properties/launchSettings.json delete mode 100644 samples/StandaloneApp/Properties/launchSettings.json rename src/{Microsoft.AspNetCore.Blazor.Analyzers => Microsoft.AspNetCore.Components.Analyzers}/ComponentParametersShouldNotBePublicAnalyzer.cs (100%) rename src/{Microsoft.AspNetCore.Blazor.Analyzers => Microsoft.AspNetCore.Components.Analyzers}/ComponentParametersShouldNotBePublicCodeFixProvider.cs (100%) rename src/{Microsoft.AspNetCore.Blazor.Analyzers => Microsoft.AspNetCore.Components.Analyzers}/Microsoft.AspNetCore.Blazor.Analyzers.csproj (100%) rename src/{Microsoft.AspNetCore.Blazor.Analyzers => Microsoft.AspNetCore.Components.Analyzers}/Resources.Designer.cs (100%) rename src/{Microsoft.AspNetCore.Blazor.Analyzers => Microsoft.AspNetCore.Components.Analyzers}/Resources.resx (100%) rename src/{Microsoft.AspNetCore.Blazor.Browser.JS => Microsoft.AspNetCore.Components.Browser.JS}/.gitignore (100%) rename src/{Microsoft.AspNetCore.Blazor.Browser.JS => Microsoft.AspNetCore.Components.Browser.JS}/Microsoft.AspNetCore.Blazor.Browser.JS.csproj (86%) rename src/{Microsoft.AspNetCore.Blazor.Browser.JS => Microsoft.AspNetCore.Components.Browser.JS}/package-lock.json (86%) rename src/{Microsoft.AspNetCore.Blazor.Browser.JS => Microsoft.AspNetCore.Components.Browser.JS}/package.json (100%) rename src/{Microsoft.AspNetCore.Blazor.Browser.JS => Microsoft.AspNetCore.Components.Browser.JS}/src/Boot.Server.ts (100%) rename src/{Microsoft.AspNetCore.Blazor.Browser.JS => Microsoft.AspNetCore.Components.Browser.JS}/src/Boot.WebAssembly.ts (100%) rename src/{Microsoft.AspNetCore.Blazor.Browser.JS => Microsoft.AspNetCore.Components.Browser.JS}/src/BootCommon.ts (100%) rename src/{Microsoft.AspNetCore.Blazor.Browser.JS => Microsoft.AspNetCore.Components.Browser.JS}/src/Environment.ts (100%) rename src/{Microsoft.AspNetCore.Blazor.Browser.JS => Microsoft.AspNetCore.Components.Browser.JS}/src/GlobalExports.ts (100%) rename src/{Microsoft.AspNetCore.Blazor.Browser.JS => Microsoft.AspNetCore.Components.Browser.JS}/src/Platform/Mono/MonoDebugger.ts (100%) rename src/{Microsoft.AspNetCore.Blazor.Browser.JS => Microsoft.AspNetCore.Components.Browser.JS}/src/Platform/Mono/MonoPlatform.ts (100%) rename src/{Microsoft.AspNetCore.Blazor.Browser.JS => Microsoft.AspNetCore.Components.Browser.JS}/src/Platform/Mono/MonoTypes.d.ts (100%) rename src/{Microsoft.AspNetCore.Blazor.Browser.JS => Microsoft.AspNetCore.Components.Browser.JS}/src/Platform/Platform.ts (100%) rename src/{Microsoft.AspNetCore.Blazor.Browser.JS => Microsoft.AspNetCore.Components.Browser.JS}/src/Platform/Url.ts (100%) rename src/{Microsoft.AspNetCore.Blazor.Browser.JS => Microsoft.AspNetCore.Components.Browser.JS}/src/Rendering/BrowserRenderer.ts (100%) rename src/{Microsoft.AspNetCore.Blazor.Browser.JS => Microsoft.AspNetCore.Components.Browser.JS}/src/Rendering/ElementReferenceCapture.ts (100%) rename src/{Microsoft.AspNetCore.Blazor.Browser.JS => Microsoft.AspNetCore.Components.Browser.JS}/src/Rendering/EventDelegator.ts (100%) rename src/{Microsoft.AspNetCore.Blazor.Browser.JS => Microsoft.AspNetCore.Components.Browser.JS}/src/Rendering/EventForDotNet.ts (100%) rename src/{Microsoft.AspNetCore.Blazor.Browser.JS => Microsoft.AspNetCore.Components.Browser.JS}/src/Rendering/LogicalElements.ts (100%) rename src/{Microsoft.AspNetCore.Blazor.Browser.JS => Microsoft.AspNetCore.Components.Browser.JS}/src/Rendering/RenderBatch/OutOfProcessRenderBatch.ts (100%) rename src/{Microsoft.AspNetCore.Blazor.Browser.JS => Microsoft.AspNetCore.Components.Browser.JS}/src/Rendering/RenderBatch/RenderBatch.ts (100%) rename src/{Microsoft.AspNetCore.Blazor.Browser.JS => Microsoft.AspNetCore.Components.Browser.JS}/src/Rendering/RenderBatch/SharedMemoryRenderBatch.ts (100%) rename src/{Microsoft.AspNetCore.Blazor.Browser.JS => Microsoft.AspNetCore.Components.Browser.JS}/src/Rendering/RenderBatch/Utf8Decoder.ts (100%) rename src/{Microsoft.AspNetCore.Blazor.Browser.JS => Microsoft.AspNetCore.Components.Browser.JS}/src/Rendering/Renderer.ts (100%) rename src/{Microsoft.AspNetCore.Blazor.Browser.JS => Microsoft.AspNetCore.Components.Browser.JS}/src/Services/Http.ts (100%) rename src/{Microsoft.AspNetCore.Blazor.Browser.JS => Microsoft.AspNetCore.Components.Browser.JS}/src/Services/UriHelper.ts (100%) rename src/{Microsoft.AspNetCore.Blazor.Browser.JS => Microsoft.AspNetCore.Components.Browser.JS}/tsconfig.json (100%) rename src/{Microsoft.AspNetCore.Blazor.Browser.JS => Microsoft.AspNetCore.Components.Browser.JS}/webpack.config.js (100%) rename src/{Microsoft.AspNetCore.Blazor.Browser => Microsoft.AspNetCore.Components.Browser}/Builder/BlazorApplicationBuilderExtensions.cs (100%) rename src/{Microsoft.AspNetCore.Blazor.Browser => Microsoft.AspNetCore.Components.Browser}/Builder/IBlazorApplicationBuilder.cs (100%) rename src/{Microsoft.AspNetCore.Blazor.Browser => Microsoft.AspNetCore.Components.Browser}/Builder/WebAssemblyBlazorApplicationBuilder.cs (100%) rename src/{Microsoft.AspNetCore.Blazor.Browser => Microsoft.AspNetCore.Components.Browser}/Hosting/BlazorWebAssemblyHost.cs (100%) rename src/{Microsoft.AspNetCore.Blazor.Browser => Microsoft.AspNetCore.Components.Browser}/Hosting/ConventionBasedStartup.cs (100%) rename src/{Microsoft.AspNetCore.Blazor.Browser => Microsoft.AspNetCore.Components.Browser}/Hosting/IBlazorStartup.cs (100%) rename src/{Microsoft.AspNetCore.Blazor.Browser => Microsoft.AspNetCore.Components.Browser}/Hosting/IWebAssemblyHost.cs (100%) rename src/{Microsoft.AspNetCore.Blazor.Browser => Microsoft.AspNetCore.Components.Browser}/Hosting/IWebAssemblyHostBuilder.cs (100%) rename src/{Microsoft.AspNetCore.Blazor.Browser => Microsoft.AspNetCore.Components.Browser}/Hosting/WebAssemblyHost.cs (100%) rename src/{Microsoft.AspNetCore.Blazor.Browser => Microsoft.AspNetCore.Components.Browser}/Hosting/WebAssemblyHostBuilder.cs (100%) rename src/{Microsoft.AspNetCore.Blazor.Browser => Microsoft.AspNetCore.Components.Browser}/Hosting/WebAssemblyHostBuilderContext.cs (100%) rename src/{Microsoft.AspNetCore.Blazor.Browser => Microsoft.AspNetCore.Components.Browser}/Hosting/WebAssemblyHostBuilderExtensions.cs (100%) rename src/{Microsoft.AspNetCore.Blazor.Browser => Microsoft.AspNetCore.Components.Browser}/Hosting/WebAssemblyHostExtensions.cs (100%) rename src/{Microsoft.AspNetCore.Blazor.Browser => Microsoft.AspNetCore.Components.Browser}/Http/BrowserHttpMessageHandler.cs (100%) rename src/{Microsoft.AspNetCore.Blazor.Browser => Microsoft.AspNetCore.Components.Browser}/Http/FetchCredentialsOption.cs (100%) rename src/{Microsoft.AspNetCore.Blazor.Browser => Microsoft.AspNetCore.Components.Browser}/Microsoft.AspNetCore.Blazor.Browser.csproj (80%) rename src/{Microsoft.AspNetCore.Blazor.Browser => Microsoft.AspNetCore.Components.Browser}/Properties/AssemblyInfo.cs (100%) rename src/{Microsoft.AspNetCore.Blazor.Browser => Microsoft.AspNetCore.Components.Browser}/Rendering/BrowserRenderer.cs (100%) rename src/{Microsoft.AspNetCore.Blazor.Browser => Microsoft.AspNetCore.Components.Browser}/Rendering/BrowserRendererEventDispatcher.cs (100%) rename src/{Microsoft.AspNetCore.Blazor.Browser => Microsoft.AspNetCore.Components.Browser}/Rendering/RendererRegistry.cs (100%) rename src/{Microsoft.AspNetCore.Blazor.Browser => Microsoft.AspNetCore.Components.Browser}/Services/ActivateMonoJSRuntime.cs (100%) rename src/{Microsoft.AspNetCore.Blazor.Browser => Microsoft.AspNetCore.Components.Browser}/Services/BrowserServiceProvider.cs (100%) rename src/{Microsoft.AspNetCore.Blazor.Browser => Microsoft.AspNetCore.Components.Browser}/Services/BrowserUriHelper.cs (100%) rename src/{Microsoft.AspNetCore.Blazor.Browser => Microsoft.AspNetCore.Components.Browser}/Services/BrowserUriHelperInterop.cs (100%) rename src/{Microsoft.AspNetCore.Blazor.Build => Microsoft.AspNetCore.Components.Build}/Cli/Commands/ResolveRuntimeDependenciesCommand.cs (100%) rename src/{Microsoft.AspNetCore.Blazor.Build => Microsoft.AspNetCore.Components.Build}/Cli/Commands/WriteBootJsonCommand.cs (100%) rename src/{Microsoft.AspNetCore.Blazor.Build => Microsoft.AspNetCore.Components.Build}/Cli/Program.cs (100%) rename src/{Microsoft.AspNetCore.Blazor.Build => Microsoft.AspNetCore.Components.Build}/Core/BootJsonWriter.cs (100%) rename src/{Microsoft.AspNetCore.Blazor.Build => Microsoft.AspNetCore.Components.Build}/Core/EmbeddedResources/EmbeddedResourceInfo.cs (100%) rename src/{Microsoft.AspNetCore.Blazor.Build => Microsoft.AspNetCore.Components.Build}/Core/EmbeddedResources/EmbeddedResourceKind.cs (100%) rename src/{Microsoft.AspNetCore.Blazor.Build => Microsoft.AspNetCore.Components.Build}/Core/EmbeddedResources/EmbeddedResourcesProcessor.cs (100%) rename src/{Microsoft.AspNetCore.Blazor.Build => Microsoft.AspNetCore.Components.Build}/Core/RuntimeDependenciesResolver.cs (100%) rename src/{Microsoft.AspNetCore.Blazor.Build => Microsoft.AspNetCore.Components.Build}/Microsoft.AspNetCore.Blazor.Build.csproj (82%) rename src/{Microsoft.AspNetCore.Blazor.Build => Microsoft.AspNetCore.Components.Build}/Microsoft.AspNetCore.Blazor.Build.nuspec (81%) rename src/{Microsoft.AspNetCore.Blazor.Build => Microsoft.AspNetCore.Components.Build}/Properties/AssemblyInfo.cs (100%) rename src/{Microsoft.AspNetCore.Blazor.Build => Microsoft.AspNetCore.Components.Build}/ReferenceFromSource.props (80%) rename src/{Microsoft.AspNetCore.Blazor.Build => Microsoft.AspNetCore.Components.Build}/build/netstandard1.0/Microsoft.AspNetCore.Blazor.Build.props (100%) rename src/{Microsoft.AspNetCore.Blazor.Build => Microsoft.AspNetCore.Components.Build}/build/netstandard1.0/Microsoft.AspNetCore.Blazor.Build.targets (100%) rename src/{Microsoft.AspNetCore.Blazor.Build => Microsoft.AspNetCore.Components.Build}/targets/All.props (100%) rename src/{Microsoft.AspNetCore.Blazor.Build => Microsoft.AspNetCore.Components.Build}/targets/All.targets (100%) rename src/{Microsoft.AspNetCore.Blazor.Build => Microsoft.AspNetCore.Components.Build}/targets/Blazor.MonoRuntime.props (100%) rename src/{Microsoft.AspNetCore.Blazor.Build => Microsoft.AspNetCore.Components.Build}/targets/Blazor.MonoRuntime.targets (100%) rename src/{Microsoft.AspNetCore.Blazor.Build => Microsoft.AspNetCore.Components.Build}/targets/BuiltInBclLinkerDescriptor.xml (100%) rename src/{Microsoft.AspNetCore.Blazor.Build => Microsoft.AspNetCore.Components.Build}/targets/Publish.targets (100%) rename src/{Microsoft.AspNetCore.Blazor.Build => Microsoft.AspNetCore.Components.Build}/targets/RazorCompilation.targets (100%) rename src/{Microsoft.AspNetCore.Blazor.Build => Microsoft.AspNetCore.Components.Build}/targets/Standalone.Web.config (100%) rename src/{Microsoft.AspNetCore.Blazor.Razor.Extensions => Microsoft.AspNetCore.Components.Razor.Extensions}/BindLoweringPass.cs (100%) rename src/{Microsoft.AspNetCore.Blazor.Razor.Extensions => Microsoft.AspNetCore.Components.Razor.Extensions}/BindTagHelperDescriptorProvider.cs (100%) rename src/{Microsoft.AspNetCore.Blazor.Razor.Extensions => Microsoft.AspNetCore.Components.Razor.Extensions}/BlazorCSharpLoweringPhase.cs (100%) rename src/{Microsoft.AspNetCore.Blazor.Razor.Extensions => Microsoft.AspNetCore.Components.Razor.Extensions}/BlazorCodeTarget.cs (100%) rename src/{Microsoft.AspNetCore.Blazor.Razor.Extensions => Microsoft.AspNetCore.Components.Razor.Extensions}/BlazorDesignTimeNodeWriter.cs (100%) rename src/{Microsoft.AspNetCore.Blazor.Razor.Extensions => Microsoft.AspNetCore.Components.Razor.Extensions}/BlazorDiagnosticFactory.cs (100%) rename src/{Microsoft.AspNetCore.Blazor.Razor.Extensions => Microsoft.AspNetCore.Components.Razor.Extensions}/BlazorExtensionInitializer.cs (100%) rename src/{Microsoft.AspNetCore.Blazor.Razor.Extensions => Microsoft.AspNetCore.Components.Razor.Extensions}/BlazorImportProjectFeature.cs (100%) rename src/{Microsoft.AspNetCore.Blazor.Razor.Extensions => Microsoft.AspNetCore.Components.Razor.Extensions}/BlazorMetadata.cs (100%) rename src/{Microsoft.AspNetCore.Blazor.Razor.Extensions => Microsoft.AspNetCore.Components.Razor.Extensions}/BlazorNodeWriter.cs (100%) rename src/{Microsoft.AspNetCore.Blazor.Razor.Extensions => Microsoft.AspNetCore.Components.Razor.Extensions}/BlazorRuntimeNodeWriter.cs (100%) rename src/{Microsoft.AspNetCore.Blazor.Razor.Extensions => Microsoft.AspNetCore.Components.Razor.Extensions}/BlazorTemplateTargetExtension.cs (100%) rename src/{Microsoft.AspNetCore.Blazor.Razor.Extensions => Microsoft.AspNetCore.Components.Razor.Extensions}/CSharpIdentifier.cs (100%) rename src/{Microsoft.AspNetCore.Blazor.Razor.Extensions => Microsoft.AspNetCore.Components.Razor.Extensions}/ChildContentDiagnosticPass.cs (100%) rename src/{Microsoft.AspNetCore.Blazor.Razor.Extensions => Microsoft.AspNetCore.Components.Razor.Extensions}/CodeWriterExtensions.cs (100%) rename src/{Microsoft.AspNetCore.Blazor.Razor.Extensions => Microsoft.AspNetCore.Components.Razor.Extensions}/ComplexAttributeContentPass.cs (100%) rename src/{Microsoft.AspNetCore.Blazor.Razor.Extensions => Microsoft.AspNetCore.Components.Razor.Extensions}/ComponentAttributeExtensionNode.cs (100%) rename src/{Microsoft.AspNetCore.Blazor.Razor.Extensions => Microsoft.AspNetCore.Components.Razor.Extensions}/ComponentChildContentIntermediateNode.cs (100%) rename src/{Microsoft.AspNetCore.Blazor.Razor.Extensions => Microsoft.AspNetCore.Components.Razor.Extensions}/ComponentDocumentClassifierPass.cs (100%) rename src/{Microsoft.AspNetCore.Blazor.Razor.Extensions => Microsoft.AspNetCore.Components.Razor.Extensions}/ComponentDocumentRewritePass.cs (100%) rename src/{Microsoft.AspNetCore.Blazor.Razor.Extensions => Microsoft.AspNetCore.Components.Razor.Extensions}/ComponentExtensionNode.cs (100%) rename src/{Microsoft.AspNetCore.Blazor.Razor.Extensions => Microsoft.AspNetCore.Components.Razor.Extensions}/ComponentLoweringPass.cs (100%) rename src/{Microsoft.AspNetCore.Blazor.Razor.Extensions => Microsoft.AspNetCore.Components.Razor.Extensions}/ComponentTagHelperDescriptorProvider.cs (100%) rename src/{Microsoft.AspNetCore.Blazor.Razor.Extensions => Microsoft.AspNetCore.Components.Razor.Extensions}/ComponentTypeArgumentExtensionNode.cs (100%) rename src/{Microsoft.AspNetCore.Blazor.Razor.Extensions => Microsoft.AspNetCore.Components.Razor.Extensions}/ComponentTypeInferenceMethodIntermediateNode.cs (100%) rename src/{Microsoft.AspNetCore.Blazor.Razor.Extensions => Microsoft.AspNetCore.Components.Razor.Extensions}/DocumentIntermediateNodeExtensions.cs (100%) rename src/{Microsoft.AspNetCore.Blazor.Razor.Extensions => Microsoft.AspNetCore.Components.Razor.Extensions}/EliminateMethodBodyPass.cs (100%) rename src/{Microsoft.AspNetCore.Blazor.Razor.Extensions => Microsoft.AspNetCore.Components.Razor.Extensions}/EventHandlerLoweringPass.cs (100%) rename src/{Microsoft.AspNetCore.Blazor.Razor.Extensions => Microsoft.AspNetCore.Components.Razor.Extensions}/EventHandlerTagHelperDescriptorProvider.cs (100%) rename src/{Microsoft.AspNetCore.Blazor.Razor.Extensions => Microsoft.AspNetCore.Components.Razor.Extensions}/GenericComponentPass.cs (100%) rename src/{Microsoft.AspNetCore.Blazor.Razor.Extensions => Microsoft.AspNetCore.Components.Razor.Extensions}/GenericTypeNameRewriter.cs (100%) rename src/{Microsoft.AspNetCore.Blazor.Razor.Extensions => Microsoft.AspNetCore.Components.Razor.Extensions}/GlobalQualifiedTypeNameRewriter.cs (100%) rename src/{Microsoft.AspNetCore.Blazor.Razor.Extensions => Microsoft.AspNetCore.Components.Razor.Extensions}/HtmlBlockIntermediateNode.cs (100%) rename src/{Microsoft.AspNetCore.Blazor.Razor.Extensions => Microsoft.AspNetCore.Components.Razor.Extensions}/HtmlBlockPass.cs (100%) rename src/{Microsoft.AspNetCore.Blazor.Razor.Extensions => Microsoft.AspNetCore.Components.Razor.Extensions}/HtmlElementIntermediateNode.cs (100%) rename src/{Microsoft.AspNetCore.Blazor.Razor.Extensions => Microsoft.AspNetCore.Components.Razor.Extensions}/ImplementsDirective.cs (100%) rename src/{Microsoft.AspNetCore.Blazor.Razor.Extensions => Microsoft.AspNetCore.Components.Razor.Extensions}/ImplementsDirectivePass.cs (100%) rename src/{Microsoft.AspNetCore.Blazor.Razor.Extensions => Microsoft.AspNetCore.Components.Razor.Extensions}/InjectDirective.cs (100%) rename src/{Microsoft.AspNetCore.Blazor.Razor.Extensions => Microsoft.AspNetCore.Components.Razor.Extensions}/LayoutDirective.cs (100%) rename src/{Microsoft.AspNetCore.Blazor.Razor.Extensions => Microsoft.AspNetCore.Components.Razor.Extensions}/LayoutDirectivePass.cs (100%) rename src/{Microsoft.AspNetCore.Blazor.Razor.Extensions => Microsoft.AspNetCore.Components.Razor.Extensions}/Microsoft.AspNetCore.Blazor.Razor.Extensions.csproj (100%) rename src/{Microsoft.AspNetCore.Blazor.Razor.Extensions => Microsoft.AspNetCore.Components.Razor.Extensions}/PageDirective.cs (100%) rename src/{Microsoft.AspNetCore.Blazor.Razor.Extensions => Microsoft.AspNetCore.Components.Razor.Extensions}/PageDirectivePass.cs (100%) rename src/{Microsoft.AspNetCore.Blazor.Razor.Extensions => Microsoft.AspNetCore.Components.Razor.Extensions}/Properties/AssemblyInfo.cs (100%) rename src/{Microsoft.AspNetCore.Blazor.Razor.Extensions => Microsoft.AspNetCore.Components.Razor.Extensions}/RazorCompilerException.cs (100%) rename src/{Microsoft.AspNetCore.Blazor.Razor.Extensions => Microsoft.AspNetCore.Components.Razor.Extensions}/RefExtensionNode.cs (100%) rename src/{Microsoft.AspNetCore.Blazor.Razor.Extensions => Microsoft.AspNetCore.Components.Razor.Extensions}/RefLoweringPass.cs (100%) rename src/{Microsoft.AspNetCore.Blazor.Razor.Extensions => Microsoft.AspNetCore.Components.Razor.Extensions}/RefTagHelperDescriptorProvider.cs (100%) rename src/{Microsoft.AspNetCore.Blazor.Razor.Extensions => Microsoft.AspNetCore.Components.Razor.Extensions}/Resources.Designer.cs (100%) rename src/{Microsoft.AspNetCore.Blazor.Razor.Extensions => Microsoft.AspNetCore.Components.Razor.Extensions}/Resources.resx (100%) rename src/{Microsoft.AspNetCore.Blazor.Razor.Extensions => Microsoft.AspNetCore.Components.Razor.Extensions}/RouteAttributeExtensionNode.cs (100%) rename src/{Microsoft.AspNetCore.Blazor.Razor.Extensions => Microsoft.AspNetCore.Components.Razor.Extensions}/ScopeStack.cs (100%) rename src/{Microsoft.AspNetCore.Blazor.Razor.Extensions => Microsoft.AspNetCore.Components.Razor.Extensions}/ScriptTagPass.cs (100%) rename src/{Microsoft.AspNetCore.Blazor.Razor.Extensions => Microsoft.AspNetCore.Components.Razor.Extensions}/TagHelperBoundAttributeDescriptorExtensions.cs (100%) rename src/{Microsoft.AspNetCore.Blazor.Razor.Extensions => Microsoft.AspNetCore.Components.Razor.Extensions}/TagHelperDescriptorExtensions.cs (100%) rename src/{Microsoft.AspNetCore.Blazor.Razor.Extensions => Microsoft.AspNetCore.Components.Razor.Extensions}/TemplateDiagnosticPass.cs (100%) rename src/{Microsoft.AspNetCore.Blazor.Razor.Extensions => Microsoft.AspNetCore.Components.Razor.Extensions}/TrimWhitespacePass.cs (100%) rename src/{Microsoft.AspNetCore.Blazor.Razor.Extensions => Microsoft.AspNetCore.Components.Razor.Extensions}/TypeParamDirective.cs (100%) rename src/{Microsoft.AspNetCore.Blazor.Server => Microsoft.AspNetCore.Components.Server}/AutoRebuild/AutoRebuildExtensions.cs (100%) rename src/{Microsoft.AspNetCore.Blazor.Server => Microsoft.AspNetCore.Components.Server}/AutoRebuild/IRebuildService.cs (100%) rename src/{Microsoft.AspNetCore.Blazor.Server => Microsoft.AspNetCore.Components.Server}/AutoRebuild/ProcessUtils.cs (100%) rename src/{Microsoft.AspNetCore.Blazor.Server => Microsoft.AspNetCore.Components.Server}/AutoRebuild/StreamProtocolExtensions.cs (100%) rename src/{Microsoft.AspNetCore.Blazor.Server => Microsoft.AspNetCore.Components.Server}/AutoRebuild/VSForWindowsRebuildService.cs (100%) rename src/{Microsoft.AspNetCore.Blazor.Server => Microsoft.AspNetCore.Components.Server}/BlazorConfig.cs (100%) rename src/{Microsoft.AspNetCore.Blazor.Server => Microsoft.AspNetCore.Components.Server}/BlazorHub.cs (100%) rename src/{Microsoft.AspNetCore.Blazor.Server => Microsoft.AspNetCore.Components.Server}/BlazorOptions.cs (100%) rename src/{Microsoft.AspNetCore.Blazor.Server => Microsoft.AspNetCore.Components.Server}/Builder/BlazorApplicationBuilderExtensions.cs (100%) rename src/{Microsoft.AspNetCore.Blazor.Server => Microsoft.AspNetCore.Components.Server}/Builder/ServerSideBlazorApplicationBuilder.cs (100%) rename src/{Microsoft.AspNetCore.Blazor.Server => Microsoft.AspNetCore.Components.Server}/Builder/ServerSideBlazorApplicationBuilderExtensions.cs (100%) rename src/{Microsoft.AspNetCore.Blazor.Server => Microsoft.AspNetCore.Components.Server}/Circuits/AutoCancelTaskCompletionSource.cs (100%) rename src/{Microsoft.AspNetCore.Blazor.Server => Microsoft.AspNetCore.Components.Server}/Circuits/Circuit.cs (100%) rename src/{Microsoft.AspNetCore.Blazor.Server => Microsoft.AspNetCore.Components.Server}/Circuits/CircuitFactory.cs (100%) rename src/{Microsoft.AspNetCore.Blazor.Server => Microsoft.AspNetCore.Components.Server}/Circuits/CircuitHost.cs (100%) rename src/{Microsoft.AspNetCore.Blazor.Server => Microsoft.AspNetCore.Components.Server}/Circuits/CircuitSynchronizationContext.cs (100%) rename src/{Microsoft.AspNetCore.Blazor.Server => Microsoft.AspNetCore.Components.Server}/Circuits/DefaultCircuitAccessor.cs (100%) rename src/{Microsoft.AspNetCore.Blazor.Server => Microsoft.AspNetCore.Components.Server}/Circuits/DefaultCircuitFactory.cs (100%) rename src/{Microsoft.AspNetCore.Blazor.Server => Microsoft.AspNetCore.Components.Server}/Circuits/DefaultCircuitFactoryOptions.cs (100%) rename src/{Microsoft.AspNetCore.Blazor.Server => Microsoft.AspNetCore.Components.Server}/Circuits/DefaultJSRuntimeAccessor.cs (100%) rename src/{Microsoft.AspNetCore.Blazor.Server => Microsoft.AspNetCore.Components.Server}/Circuits/ICircuitAccessor.cs (100%) rename src/{Microsoft.AspNetCore.Blazor.Server => Microsoft.AspNetCore.Components.Server}/Circuits/IJSRuntimeAccessor.cs (100%) rename src/{Microsoft.AspNetCore.Blazor.Server => Microsoft.AspNetCore.Components.Server}/Circuits/MessagePackBufferStream.cs (100%) rename src/{Microsoft.AspNetCore.Blazor.Server => Microsoft.AspNetCore.Components.Server}/Circuits/RemoteJSRuntime.cs (100%) rename src/{Microsoft.AspNetCore.Blazor.Server => Microsoft.AspNetCore.Components.Server}/Circuits/RemoteRenderer.cs (100%) rename src/{Microsoft.AspNetCore.Blazor.Server => Microsoft.AspNetCore.Components.Server}/Circuits/RemoteRendererException.cs (100%) rename src/{Microsoft.AspNetCore.Blazor.Server => Microsoft.AspNetCore.Components.Server}/Circuits/RemoteUriHelper.cs (100%) rename src/{Microsoft.AspNetCore.Blazor.Server => Microsoft.AspNetCore.Components.Server}/Circuits/RenderBatchFormatterResolver.cs (100%) rename src/{Microsoft.AspNetCore.Blazor.Server => Microsoft.AspNetCore.Components.Server}/Circuits/RenderBatchWriter.cs (100%) rename src/{Microsoft.AspNetCore.Blazor.Server => Microsoft.AspNetCore.Components.Server}/DependencyInjection/ServerSideBlazorServiceCollectionExtensions.cs (100%) rename src/{Microsoft.AspNetCore.Blazor.Server => Microsoft.AspNetCore.Components.Server}/Microsoft.AspNetCore.Blazor.Server.csproj (60%) rename src/{Microsoft.AspNetCore.Blazor.Server => Microsoft.AspNetCore.Components.Server}/MonoDebugProxy/MonoDebugProxyAppBuilderExtensions.cs (100%) rename src/{Microsoft.AspNetCore.Blazor.Server => Microsoft.AspNetCore.Components.Server}/MonoDebugProxy/UpdateSources.cmd (100%) rename src/{Microsoft.AspNetCore.Blazor.Server => Microsoft.AspNetCore.Components.Server}/MonoDebugProxy/ws-proxy/DebugStore.cs (100%) rename src/{Microsoft.AspNetCore.Blazor.Server => Microsoft.AspNetCore.Components.Server}/MonoDebugProxy/ws-proxy/MonoProxy.cs (100%) rename src/{Microsoft.AspNetCore.Blazor.Server => Microsoft.AspNetCore.Components.Server}/MonoDebugProxy/ws-proxy/WsProxy.cs (100%) rename src/{Microsoft.AspNetCore.Blazor.Server => Microsoft.AspNetCore.Components.Server}/Properties/AssemblyInfo.cs (100%) rename src/{Microsoft.AspNetCore.Blazor.Server => Microsoft.AspNetCore.Components.Server}/WasmMediaTypeNames.cs (100%) rename src/{Microsoft.AspNetCore.Blazor.TagHelperWorkaround => Microsoft.AspNetCore.Components.TagHelperWorkaround}/ITagHelper.cs (100%) rename src/{Microsoft.AspNetCore.Blazor.TagHelperWorkaround => Microsoft.AspNetCore.Components.TagHelperWorkaround}/Microsoft.AspNetCore.Blazor.TagHelperWorkaround.csproj (100%) rename src/{Microsoft.AspNetCore.Blazor => Microsoft.AspNetCore.Components}/Components/BindAttributes.cs (100%) rename src/{Microsoft.AspNetCore.Blazor => Microsoft.AspNetCore.Components}/Components/BindElementAttribute.cs (100%) rename src/{Microsoft.AspNetCore.Blazor => Microsoft.AspNetCore.Components}/Components/BindInputElementAttribute.cs (100%) rename src/{Microsoft.AspNetCore.Blazor => Microsoft.AspNetCore.Components}/Components/BindMethods.cs (100%) rename src/{Microsoft.AspNetCore.Blazor => Microsoft.AspNetCore.Components}/Components/BlazorComponent.cs (99%) rename src/{Microsoft.AspNetCore.Blazor => Microsoft.AspNetCore.Components}/Components/CascadingParameterAttribute.cs (100%) rename src/{Microsoft.AspNetCore.Blazor => Microsoft.AspNetCore.Components}/Components/CascadingParameterState.cs (100%) rename src/{Microsoft.AspNetCore.Blazor => Microsoft.AspNetCore.Components}/Components/CascadingValue.cs (100%) rename src/{Microsoft.AspNetCore.Blazor => Microsoft.AspNetCore.Components}/Components/ChangeDetection.cs (100%) rename src/{Microsoft.AspNetCore.Blazor => Microsoft.AspNetCore.Components}/Components/ComponentFactory.cs (100%) rename src/{Microsoft.AspNetCore.Blazor => Microsoft.AspNetCore.Components}/Components/ComponentResolver.cs (100%) rename src/{Microsoft.AspNetCore.Blazor => Microsoft.AspNetCore.Components}/Components/EventHandlerAttribute.cs (100%) rename src/{Microsoft.AspNetCore.Blazor => Microsoft.AspNetCore.Components}/Components/EventHandlerInvoker.cs (100%) rename src/{Microsoft.AspNetCore.Blazor => Microsoft.AspNetCore.Components}/Components/EventHandlers.cs (100%) rename src/{Microsoft.AspNetCore.Blazor => Microsoft.AspNetCore.Components}/Components/ICascadingValueComponent.cs (100%) rename src/{Microsoft.AspNetCore.Blazor => Microsoft.AspNetCore.Components}/Components/IComponent.cs (100%) rename src/{Microsoft.AspNetCore.Blazor => Microsoft.AspNetCore.Components}/Components/IHandleAfterRender.cs (100%) rename src/{Microsoft.AspNetCore.Blazor => Microsoft.AspNetCore.Components}/Components/IHandleEvent.cs (100%) rename src/{Microsoft.AspNetCore.Blazor => Microsoft.AspNetCore.Components}/Components/InjectAttribute.cs (100%) rename src/{Microsoft.AspNetCore.Blazor => Microsoft.AspNetCore.Components}/Components/Parameter.cs (100%) rename src/{Microsoft.AspNetCore.Blazor => Microsoft.AspNetCore.Components}/Components/ParameterAttribute.cs (100%) rename src/{Microsoft.AspNetCore.Blazor => Microsoft.AspNetCore.Components}/Components/ParameterCollection.cs (100%) rename src/{Microsoft.AspNetCore.Blazor => Microsoft.AspNetCore.Components}/Components/ParameterCollectionExtensions.cs (100%) rename src/{Microsoft.AspNetCore.Blazor => Microsoft.AspNetCore.Components}/Components/ParameterEnumerator.cs (100%) rename src/{Microsoft.AspNetCore.Blazor => Microsoft.AspNetCore.Components}/Components/RenderHandle.cs (100%) rename src/{Microsoft.AspNetCore.Blazor => Microsoft.AspNetCore.Components}/Components/RouteAttribute.cs (100%) rename src/{Microsoft.AspNetCore.Blazor => Microsoft.AspNetCore.Components}/Components/RuntimeHelpers.cs (100%) rename src/{Microsoft.AspNetCore.Blazor => Microsoft.AspNetCore.Components}/ElementRef.cs (100%) rename src/{Microsoft.AspNetCore.Blazor => Microsoft.AspNetCore.Components}/HttpClientJsonExtensions.cs (100%) rename src/{Microsoft.AspNetCore.Blazor => Microsoft.AspNetCore.Components}/Json/JsonUtil.cs (100%) rename src/{Microsoft.AspNetCore.Blazor => Microsoft.AspNetCore.Components}/Layouts/BlazorLayoutComponent.cs (100%) rename src/{Microsoft.AspNetCore.Blazor => Microsoft.AspNetCore.Components}/Layouts/LayoutAttribute.cs (100%) rename src/{Microsoft.AspNetCore.Blazor => Microsoft.AspNetCore.Components}/Layouts/LayoutDisplay.cs (100%) rename src/{Microsoft.AspNetCore.Blazor => Microsoft.AspNetCore.Components}/MarkupString.cs (100%) rename src/{Microsoft.AspNetCore.Blazor => Microsoft.AspNetCore.Components}/Microsoft.AspNetCore.Blazor.csproj (100%) rename src/{Microsoft.AspNetCore.Blazor => Microsoft.AspNetCore.Components}/PlatformInfo.cs (100%) rename src/{Microsoft.AspNetCore.Blazor => Microsoft.AspNetCore.Components}/Properties/AssemblyInfo.cs (100%) rename src/{Microsoft.AspNetCore.Blazor => Microsoft.AspNetCore.Components}/Reflection/IPropertySetter.cs (100%) rename src/{Microsoft.AspNetCore.Blazor => Microsoft.AspNetCore.Components}/Reflection/MemberAssignment.cs (100%) rename src/{Microsoft.AspNetCore.Blazor => Microsoft.AspNetCore.Components}/RenderFragment.cs (100%) rename src/{Microsoft.AspNetCore.Blazor => Microsoft.AspNetCore.Components}/RenderTree/ArrayBuilder.cs (100%) rename src/{Microsoft.AspNetCore.Blazor => Microsoft.AspNetCore.Components}/RenderTree/ArrayRange.cs (100%) rename src/{Microsoft.AspNetCore.Blazor => Microsoft.AspNetCore.Components}/RenderTree/RenderTreeBuilder.cs (99%) rename src/{Microsoft.AspNetCore.Blazor => Microsoft.AspNetCore.Components}/RenderTree/RenderTreeDiff.cs (100%) rename src/{Microsoft.AspNetCore.Blazor => Microsoft.AspNetCore.Components}/RenderTree/RenderTreeDiffBuilder.cs (100%) rename src/{Microsoft.AspNetCore.Blazor => Microsoft.AspNetCore.Components}/RenderTree/RenderTreeEdit.cs (100%) rename src/{Microsoft.AspNetCore.Blazor => Microsoft.AspNetCore.Components}/RenderTree/RenderTreeEditType.cs (100%) rename src/{Microsoft.AspNetCore.Blazor => Microsoft.AspNetCore.Components}/RenderTree/RenderTreeFrame.cs (100%) rename src/{Microsoft.AspNetCore.Blazor => Microsoft.AspNetCore.Components}/RenderTree/RenderTreeFrameType.cs (100%) rename src/{Microsoft.AspNetCore.Blazor => Microsoft.AspNetCore.Components}/Rendering/ComponentState.cs (100%) rename src/{Microsoft.AspNetCore.Blazor => Microsoft.AspNetCore.Components}/Rendering/RenderBatch.cs (100%) rename src/{Microsoft.AspNetCore.Blazor => Microsoft.AspNetCore.Components}/Rendering/RenderBatchBuilder.cs (100%) rename src/{Microsoft.AspNetCore.Blazor => Microsoft.AspNetCore.Components}/Rendering/RenderQueueEntry.cs (100%) rename src/{Microsoft.AspNetCore.Blazor => Microsoft.AspNetCore.Components}/Rendering/Renderer.cs (100%) rename src/{Microsoft.AspNetCore.Blazor => Microsoft.AspNetCore.Components}/Routing/NavLink.cs (100%) rename src/{Microsoft.AspNetCore.Blazor => Microsoft.AspNetCore.Components}/Routing/NavLinkMatch.cs (100%) rename src/{Microsoft.AspNetCore.Blazor => Microsoft.AspNetCore.Components}/Routing/RouteConstraint.cs (100%) rename src/{Microsoft.AspNetCore.Blazor => Microsoft.AspNetCore.Components}/Routing/RouteContext.cs (100%) rename src/{Microsoft.AspNetCore.Blazor => Microsoft.AspNetCore.Components}/Routing/RouteEntry.cs (100%) rename src/{Microsoft.AspNetCore.Blazor => Microsoft.AspNetCore.Components}/Routing/RouteTable.cs (100%) rename src/{Microsoft.AspNetCore.Blazor => Microsoft.AspNetCore.Components}/Routing/RouteTemplate.cs (100%) rename src/{Microsoft.AspNetCore.Blazor => Microsoft.AspNetCore.Components}/Routing/Router.cs (100%) rename src/{Microsoft.AspNetCore.Blazor => Microsoft.AspNetCore.Components}/Routing/TemplateParser.cs (100%) rename src/{Microsoft.AspNetCore.Blazor => Microsoft.AspNetCore.Components}/Routing/TemplateSegment.cs (100%) rename src/{Microsoft.AspNetCore.Blazor => Microsoft.AspNetCore.Components}/Routing/TypeRouteConstraint.cs (100%) rename src/{Microsoft.AspNetCore.Blazor => Microsoft.AspNetCore.Components}/Services/IUriHelper.cs (100%) rename src/{Microsoft.AspNetCore.Blazor => Microsoft.AspNetCore.Components}/Services/UriHelperBase.cs (100%) rename src/{Microsoft.AspNetCore.Blazor => Microsoft.AspNetCore.Components}/UIEventArgs.cs (100%) rename src/{Microsoft.AspNetCore.Blazor => Microsoft.AspNetCore.Components}/UIEventArgsRenderTreeBuilderExtensions.cs (100%) rename test/{Microsoft.AspNetCore.Blazor.Analyzers.Test => Microsoft.AspNetCore.Components.Analyzers.Test}/ComponentParametersShouldNotBePublicTest.cs (100%) rename test/{Microsoft.AspNetCore.Blazor.Analyzers.Test => Microsoft.AspNetCore.Components.Analyzers.Test}/Helpers/CodeFixVerifier.Helper.cs (100%) rename test/{Microsoft.AspNetCore.Blazor.Analyzers.Test => Microsoft.AspNetCore.Components.Analyzers.Test}/Helpers/DiagnosticResult.cs (100%) rename test/{Microsoft.AspNetCore.Blazor.Analyzers.Test => Microsoft.AspNetCore.Components.Analyzers.Test}/Helpers/DiagnosticVerifier.Helper.cs (100%) rename test/{Microsoft.AspNetCore.Blazor.Analyzers.Test => Microsoft.AspNetCore.Components.Analyzers.Test}/Microsoft.AspNetCore.Blazor.Analyzers.Test.csproj (68%) rename test/{Microsoft.AspNetCore.Blazor.Analyzers.Test => Microsoft.AspNetCore.Components.Analyzers.Test}/Verifiers/CodeFixVerifier.cs (100%) rename test/{Microsoft.AspNetCore.Blazor.Analyzers.Test => Microsoft.AspNetCore.Components.Analyzers.Test}/Verifiers/DiagnosticVerifier.cs (100%) rename test/{Microsoft.AspNetCore.Blazor.Browser.Test => Microsoft.AspNetCore.Components.Browser.Test}/BrowserUriHelperTest.cs (100%) rename test/{Microsoft.AspNetCore.Blazor.Browser.Test => Microsoft.AspNetCore.Components.Browser.Test}/Hosting/ConventionBasedStartupTest.cs (100%) rename test/{Microsoft.AspNetCore.Blazor.Browser.Test => Microsoft.AspNetCore.Components.Browser.Test}/Hosting/WebAssemblyHostBuilderTest.cs (100%) rename test/{Microsoft.AspNetCore.Blazor.Browser.Test => Microsoft.AspNetCore.Components.Browser.Test}/Hosting/WebAssemblyHostTest.cs (100%) rename test/{Microsoft.AspNetCore.Blazor.Browser.Test => Microsoft.AspNetCore.Components.Browser.Test}/Microsoft.AspNetCore.Blazor.Browser.Test.csproj (82%) rename test/{Microsoft.AspNetCore.Blazor.Build.Test => Microsoft.AspNetCore.Components.Build.Test}/BindRazorIntegrationTest.cs (100%) rename test/{Microsoft.AspNetCore.Blazor.Build.Test => Microsoft.AspNetCore.Components.Build.Test}/BootJsonWriterTest.cs (100%) rename test/{Microsoft.AspNetCore.Blazor.Build.Test => Microsoft.AspNetCore.Components.Build.Test}/ChildContentRazorIntegrationTest.cs (100%) rename test/{Microsoft.AspNetCore.Blazor.Build.Test => Microsoft.AspNetCore.Components.Build.Test}/CodeGenerationTestBase.cs (100%) rename test/{Microsoft.AspNetCore.Blazor.Build.Test => Microsoft.AspNetCore.Components.Build.Test}/ComponentDiscoveryRazorIntegrationTest.cs (100%) rename test/{Microsoft.AspNetCore.Blazor.Build.Test => Microsoft.AspNetCore.Components.Build.Test}/ComponentRenderingRazorIntegrationTest.cs (100%) rename test/{Microsoft.AspNetCore.Blazor.Build.Test => Microsoft.AspNetCore.Components.Build.Test}/DeclarationRazorIntegrationTest.cs (100%) rename test/{Microsoft.AspNetCore.Blazor.Build.Test => Microsoft.AspNetCore.Components.Build.Test}/DesignTimeCodeGenerationTest.cs (100%) rename test/{Microsoft.AspNetCore.Blazor.Build.Test => Microsoft.AspNetCore.Components.Build.Test}/DiagnosticRazorIntegrationTest.cs (100%) rename test/{Microsoft.AspNetCore.Blazor.Build.Test => Microsoft.AspNetCore.Components.Build.Test}/DirectiveRazorIntegrationTest.cs (100%) rename test/{Microsoft.AspNetCore.Blazor.Build.Test => Microsoft.AspNetCore.Components.Build.Test}/FilePathRazorIntegrationTest.cs (100%) rename test/{Microsoft.AspNetCore.Blazor.Build.Test => Microsoft.AspNetCore.Components.Build.Test}/GenericComponentRazorIntegrationTest.cs (100%) rename test/{Microsoft.AspNetCore.Blazor.Build.Test => Microsoft.AspNetCore.Components.Build.Test}/Microsoft.AspNetCore.Blazor.Build.Test.csproj (80%) rename test/{Microsoft.AspNetCore.Blazor.Build.Test => Microsoft.AspNetCore.Components.Build.Test}/Razor/InitializeTestFileAttribute.cs (100%) rename test/{Microsoft.AspNetCore.Blazor.Build.Test => Microsoft.AspNetCore.Components.Build.Test}/Razor/IntermediateNodeSerializer.cs (100%) rename test/{Microsoft.AspNetCore.Blazor.Build.Test => Microsoft.AspNetCore.Components.Build.Test}/Razor/IntermediateNodeVerifier.cs (100%) rename test/{Microsoft.AspNetCore.Blazor.Build.Test => Microsoft.AspNetCore.Components.Build.Test}/Razor/IntermediateNodeWriter.cs (100%) rename test/{Microsoft.AspNetCore.Blazor.Build.Test => Microsoft.AspNetCore.Components.Build.Test}/Razor/NotFoundProjectItem.cs (100%) rename test/{Microsoft.AspNetCore.Blazor.Build.Test => Microsoft.AspNetCore.Components.Build.Test}/Razor/RazorDiagnosticSerializer.cs (100%) rename test/{Microsoft.AspNetCore.Blazor.Build.Test => Microsoft.AspNetCore.Components.Build.Test}/Razor/SourceMappingsSerializer.cs (100%) rename test/{Microsoft.AspNetCore.Blazor.Build.Test => Microsoft.AspNetCore.Components.Build.Test}/Razor/TestFile.cs (100%) rename test/{Microsoft.AspNetCore.Blazor.Build.Test => Microsoft.AspNetCore.Components.Build.Test}/Razor/TestProject.cs (77%) rename test/{Microsoft.AspNetCore.Blazor.Build.Test => Microsoft.AspNetCore.Components.Build.Test}/Razor/VirtualProjectFileSystem.cs (100%) rename test/{Microsoft.AspNetCore.Blazor.Build.Test => Microsoft.AspNetCore.Components.Build.Test}/Razor/VirtualProjectItem.cs (100%) rename test/{Microsoft.AspNetCore.Blazor.Build.Test => Microsoft.AspNetCore.Components.Build.Test}/RazorBaselineIntegrationTestBase.cs (100%) rename test/{Microsoft.AspNetCore.Blazor.Build.Test => Microsoft.AspNetCore.Components.Build.Test}/RazorIntegrationTestBase.cs (100%) rename test/{Microsoft.AspNetCore.Blazor.Build.Test => Microsoft.AspNetCore.Components.Build.Test}/RenderingRazorIntegrationTest.cs (100%) rename test/{Microsoft.AspNetCore.Blazor.Build.Test => Microsoft.AspNetCore.Components.Build.Test}/RuntimeCodeGenerationTest.cs (100%) rename test/{Microsoft.AspNetCore.Blazor.Build.Test => Microsoft.AspNetCore.Components.Build.Test}/RuntimeDependenciesResolverTest.cs (96%) rename test/{Microsoft.AspNetCore.Blazor.Build.Test => Microsoft.AspNetCore.Components.Build.Test}/TemplateRazorIntegrationTest.cs (100%) rename test/{Microsoft.AspNetCore.Blazor.Build.Test => Microsoft.AspNetCore.Components.Build.Test}/TestFiles/DesignTimeCodeGenerationTest/AsyncEventHandler_OnElement_ActionEventArgs_Lambda/TestComponent.codegen.cs (100%) rename test/{Microsoft.AspNetCore.Blazor.Build.Test => Microsoft.AspNetCore.Components.Build.Test}/TestFiles/DesignTimeCodeGenerationTest/AsyncEventHandler_OnElement_ActionEventArgs_Lambda/TestComponent.ir.txt (100%) rename test/{Microsoft.AspNetCore.Blazor.Build.Test => Microsoft.AspNetCore.Components.Build.Test}/TestFiles/DesignTimeCodeGenerationTest/AsyncEventHandler_OnElement_ActionEventArgs_Lambda/TestComponent.mappings.txt (100%) rename test/{Microsoft.AspNetCore.Blazor.Build.Test => Microsoft.AspNetCore.Components.Build.Test}/TestFiles/DesignTimeCodeGenerationTest/AsyncEventHandler_OnElement_ActionEventArgs_MethodGroup/TestComponent.codegen.cs (100%) rename test/{Microsoft.AspNetCore.Blazor.Build.Test => Microsoft.AspNetCore.Components.Build.Test}/TestFiles/DesignTimeCodeGenerationTest/AsyncEventHandler_OnElement_ActionEventArgs_MethodGroup/TestComponent.ir.txt (100%) rename test/{Microsoft.AspNetCore.Blazor.Build.Test => Microsoft.AspNetCore.Components.Build.Test}/TestFiles/DesignTimeCodeGenerationTest/AsyncEventHandler_OnElement_ActionEventArgs_MethodGroup/TestComponent.mappings.txt (100%) rename test/{Microsoft.AspNetCore.Blazor.Build.Test => Microsoft.AspNetCore.Components.Build.Test}/TestFiles/DesignTimeCodeGenerationTest/AsyncEventHandler_OnElement_Action_Lambda/TestComponent.codegen.cs (100%) rename test/{Microsoft.AspNetCore.Blazor.Build.Test => Microsoft.AspNetCore.Components.Build.Test}/TestFiles/DesignTimeCodeGenerationTest/AsyncEventHandler_OnElement_Action_Lambda/TestComponent.ir.txt (100%) rename test/{Microsoft.AspNetCore.Blazor.Build.Test => Microsoft.AspNetCore.Components.Build.Test}/TestFiles/DesignTimeCodeGenerationTest/AsyncEventHandler_OnElement_Action_Lambda/TestComponent.mappings.txt (100%) rename test/{Microsoft.AspNetCore.Blazor.Build.Test => Microsoft.AspNetCore.Components.Build.Test}/TestFiles/DesignTimeCodeGenerationTest/AsyncEventHandler_OnElement_Action_MethodGroup/TestComponent.codegen.cs (100%) rename test/{Microsoft.AspNetCore.Blazor.Build.Test => Microsoft.AspNetCore.Components.Build.Test}/TestFiles/DesignTimeCodeGenerationTest/AsyncEventHandler_OnElement_Action_MethodGroup/TestComponent.ir.txt (100%) rename test/{Microsoft.AspNetCore.Blazor.Build.Test => Microsoft.AspNetCore.Components.Build.Test}/TestFiles/DesignTimeCodeGenerationTest/AsyncEventHandler_OnElement_Action_MethodGroup/TestComponent.mappings.txt (100%) rename test/{Microsoft.AspNetCore.Blazor.Build.Test => Microsoft.AspNetCore.Components.Build.Test}/TestFiles/DesignTimeCodeGenerationTest/BindToComponent_SpecifiesValueAndChangeEvent_WithMatchingProperties/TestComponent.codegen.cs (97%) rename test/{Microsoft.AspNetCore.Blazor.Build.Test => Microsoft.AspNetCore.Components.Build.Test}/TestFiles/DesignTimeCodeGenerationTest/BindToComponent_SpecifiesValueAndChangeEvent_WithMatchingProperties/TestComponent.ir.txt (100%) rename test/{Microsoft.AspNetCore.Blazor.Build.Test => Microsoft.AspNetCore.Components.Build.Test}/TestFiles/DesignTimeCodeGenerationTest/BindToComponent_SpecifiesValueAndChangeEvent_WithMatchingProperties/TestComponent.mappings.txt (96%) rename test/{Microsoft.AspNetCore.Blazor.Build.Test => Microsoft.AspNetCore.Components.Build.Test}/TestFiles/DesignTimeCodeGenerationTest/BindToComponent_SpecifiesValueAndChangeEvent_WithoutMatchingProperties/TestComponent.codegen.cs (97%) rename test/{Microsoft.AspNetCore.Blazor.Build.Test => Microsoft.AspNetCore.Components.Build.Test}/TestFiles/DesignTimeCodeGenerationTest/BindToComponent_SpecifiesValueAndChangeEvent_WithoutMatchingProperties/TestComponent.ir.txt (100%) rename test/{Microsoft.AspNetCore.Blazor.Build.Test => Microsoft.AspNetCore.Components.Build.Test}/TestFiles/DesignTimeCodeGenerationTest/BindToComponent_SpecifiesValueAndChangeEvent_WithoutMatchingProperties/TestComponent.mappings.txt (96%) rename test/{Microsoft.AspNetCore.Blazor.Build.Test => Microsoft.AspNetCore.Components.Build.Test}/TestFiles/DesignTimeCodeGenerationTest/BindToComponent_SpecifiesValue_WithMatchingProperties/TestComponent.codegen.cs (97%) rename test/{Microsoft.AspNetCore.Blazor.Build.Test => Microsoft.AspNetCore.Components.Build.Test}/TestFiles/DesignTimeCodeGenerationTest/BindToComponent_SpecifiesValue_WithMatchingProperties/TestComponent.ir.txt (100%) rename test/{Microsoft.AspNetCore.Blazor.Build.Test => Microsoft.AspNetCore.Components.Build.Test}/TestFiles/DesignTimeCodeGenerationTest/BindToComponent_SpecifiesValue_WithMatchingProperties/TestComponent.mappings.txt (96%) rename test/{Microsoft.AspNetCore.Blazor.Build.Test => Microsoft.AspNetCore.Components.Build.Test}/TestFiles/DesignTimeCodeGenerationTest/BindToComponent_SpecifiesValue_WithoutMatchingProperties/TestComponent.codegen.cs (97%) rename test/{Microsoft.AspNetCore.Blazor.Build.Test => Microsoft.AspNetCore.Components.Build.Test}/TestFiles/DesignTimeCodeGenerationTest/BindToComponent_SpecifiesValue_WithoutMatchingProperties/TestComponent.ir.txt (100%) rename test/{Microsoft.AspNetCore.Blazor.Build.Test => Microsoft.AspNetCore.Components.Build.Test}/TestFiles/DesignTimeCodeGenerationTest/BindToComponent_SpecifiesValue_WithoutMatchingProperties/TestComponent.mappings.txt (96%) rename test/{Microsoft.AspNetCore.Blazor.Build.Test => Microsoft.AspNetCore.Components.Build.Test}/TestFiles/DesignTimeCodeGenerationTest/BindToComponent_TypeChecked_WithMatchingProperties/TestComponent.codegen.cs (100%) rename test/{Microsoft.AspNetCore.Blazor.Build.Test => Microsoft.AspNetCore.Components.Build.Test}/TestFiles/DesignTimeCodeGenerationTest/BindToComponent_TypeChecked_WithMatchingProperties/TestComponent.ir.txt (100%) rename test/{Microsoft.AspNetCore.Blazor.Build.Test => Microsoft.AspNetCore.Components.Build.Test}/TestFiles/DesignTimeCodeGenerationTest/BindToComponent_TypeChecked_WithMatchingProperties/TestComponent.mappings.txt (100%) rename test/{Microsoft.AspNetCore.Blazor.Build.Test => Microsoft.AspNetCore.Components.Build.Test}/TestFiles/DesignTimeCodeGenerationTest/BindToElementFallback_WithFormat_WritesAttributes/TestComponent.codegen.cs (97%) rename test/{Microsoft.AspNetCore.Blazor.Build.Test => Microsoft.AspNetCore.Components.Build.Test}/TestFiles/DesignTimeCodeGenerationTest/BindToElementFallback_WithFormat_WritesAttributes/TestComponent.ir.txt (100%) rename test/{Microsoft.AspNetCore.Blazor.Build.Test => Microsoft.AspNetCore.Components.Build.Test}/TestFiles/DesignTimeCodeGenerationTest/BindToElementFallback_WithFormat_WritesAttributes/TestComponent.mappings.txt (96%) rename test/{Microsoft.AspNetCore.Blazor.Build.Test/TestFiles/DesignTimeCodeGenerationTest/BuiltIn_BindToInputWithoutType_WritesAttributes => Microsoft.AspNetCore.Components.Build.Test/TestFiles/DesignTimeCodeGenerationTest/BindToElementFallback_WritesAttributes}/TestComponent.codegen.cs (97%) rename test/{Microsoft.AspNetCore.Blazor.Build.Test => Microsoft.AspNetCore.Components.Build.Test}/TestFiles/DesignTimeCodeGenerationTest/BindToElementFallback_WritesAttributes/TestComponent.ir.txt (100%) rename test/{Microsoft.AspNetCore.Blazor.Build.Test => Microsoft.AspNetCore.Components.Build.Test}/TestFiles/DesignTimeCodeGenerationTest/BindToElementFallback_WritesAttributes/TestComponent.mappings.txt (96%) rename test/{Microsoft.AspNetCore.Blazor.Build.Test => Microsoft.AspNetCore.Components.Build.Test}/TestFiles/DesignTimeCodeGenerationTest/BindToElementWithSuffix_WritesAttributes/TestComponent.codegen.cs (97%) rename test/{Microsoft.AspNetCore.Blazor.Build.Test => Microsoft.AspNetCore.Components.Build.Test}/TestFiles/DesignTimeCodeGenerationTest/BindToElementWithSuffix_WritesAttributes/TestComponent.ir.txt (100%) rename test/{Microsoft.AspNetCore.Blazor.Build.Test => Microsoft.AspNetCore.Components.Build.Test}/TestFiles/DesignTimeCodeGenerationTest/BindToElementWithSuffix_WritesAttributes/TestComponent.mappings.txt (96%) rename test/{Microsoft.AspNetCore.Blazor.Build.Test => Microsoft.AspNetCore.Components.Build.Test}/TestFiles/DesignTimeCodeGenerationTest/BindToElement_WritesAttributes/TestComponent.codegen.cs (97%) rename test/{Microsoft.AspNetCore.Blazor.Build.Test => Microsoft.AspNetCore.Components.Build.Test}/TestFiles/DesignTimeCodeGenerationTest/BindToElement_WritesAttributes/TestComponent.ir.txt (100%) rename test/{Microsoft.AspNetCore.Blazor.Build.Test => Microsoft.AspNetCore.Components.Build.Test}/TestFiles/DesignTimeCodeGenerationTest/BindToElement_WritesAttributes/TestComponent.mappings.txt (96%) rename test/{Microsoft.AspNetCore.Blazor.Build.Test => Microsoft.AspNetCore.Components.Build.Test}/TestFiles/DesignTimeCodeGenerationTest/BodyAndAttributeChildContent/TestComponent.codegen.cs (100%) rename test/{Microsoft.AspNetCore.Blazor.Build.Test => Microsoft.AspNetCore.Components.Build.Test}/TestFiles/DesignTimeCodeGenerationTest/BodyAndAttributeChildContent/TestComponent.ir.txt (100%) rename test/{Microsoft.AspNetCore.Blazor.Build.Test => Microsoft.AspNetCore.Components.Build.Test}/TestFiles/DesignTimeCodeGenerationTest/BodyAndAttributeChildContent/TestComponent.mappings.txt (100%) rename test/{Microsoft.AspNetCore.Blazor.Build.Test => Microsoft.AspNetCore.Components.Build.Test}/TestFiles/DesignTimeCodeGenerationTest/BodyAndExplicitChildContent/TestComponent.codegen.cs (100%) rename test/{Microsoft.AspNetCore.Blazor.Build.Test => Microsoft.AspNetCore.Components.Build.Test}/TestFiles/DesignTimeCodeGenerationTest/BodyAndExplicitChildContent/TestComponent.ir.txt (100%) rename test/{Microsoft.AspNetCore.Blazor.Build.Test => Microsoft.AspNetCore.Components.Build.Test}/TestFiles/DesignTimeCodeGenerationTest/BodyAndExplicitChildContent/TestComponent.mappings.txt (100%) rename test/{Microsoft.AspNetCore.Blazor.Build.Test => Microsoft.AspNetCore.Components.Build.Test}/TestFiles/DesignTimeCodeGenerationTest/BuiltIn_BindToInputCheckbox_WritesAttributes/TestComponent.codegen.cs (97%) rename test/{Microsoft.AspNetCore.Blazor.Build.Test => Microsoft.AspNetCore.Components.Build.Test}/TestFiles/DesignTimeCodeGenerationTest/BuiltIn_BindToInputCheckbox_WritesAttributes/TestComponent.ir.txt (100%) rename test/{Microsoft.AspNetCore.Blazor.Build.Test => Microsoft.AspNetCore.Components.Build.Test}/TestFiles/DesignTimeCodeGenerationTest/BuiltIn_BindToInputCheckbox_WritesAttributes/TestComponent.mappings.txt (96%) rename test/{Microsoft.AspNetCore.Blazor.Build.Test => Microsoft.AspNetCore.Components.Build.Test}/TestFiles/DesignTimeCodeGenerationTest/BuiltIn_BindToInputText_WithFormatFromProperty_WritesAttributes/TestComponent.codegen.cs (97%) rename test/{Microsoft.AspNetCore.Blazor.Build.Test => Microsoft.AspNetCore.Components.Build.Test}/TestFiles/DesignTimeCodeGenerationTest/BuiltIn_BindToInputText_WithFormatFromProperty_WritesAttributes/TestComponent.ir.txt (100%) rename test/{Microsoft.AspNetCore.Blazor.Build.Test => Microsoft.AspNetCore.Components.Build.Test}/TestFiles/DesignTimeCodeGenerationTest/BuiltIn_BindToInputText_WithFormatFromProperty_WritesAttributes/TestComponent.mappings.txt (96%) rename test/{Microsoft.AspNetCore.Blazor.Build.Test => Microsoft.AspNetCore.Components.Build.Test}/TestFiles/DesignTimeCodeGenerationTest/BuiltIn_BindToInputText_WithFormat_WritesAttributes/TestComponent.codegen.cs (97%) rename test/{Microsoft.AspNetCore.Blazor.Build.Test => Microsoft.AspNetCore.Components.Build.Test}/TestFiles/DesignTimeCodeGenerationTest/BuiltIn_BindToInputText_WithFormat_WritesAttributes/TestComponent.ir.txt (100%) rename test/{Microsoft.AspNetCore.Blazor.Build.Test => Microsoft.AspNetCore.Components.Build.Test}/TestFiles/DesignTimeCodeGenerationTest/BuiltIn_BindToInputText_WithFormat_WritesAttributes/TestComponent.mappings.txt (96%) rename test/{Microsoft.AspNetCore.Blazor.Build.Test/TestFiles/DesignTimeCodeGenerationTest/BindToElementFallback_WritesAttributes => Microsoft.AspNetCore.Components.Build.Test/TestFiles/DesignTimeCodeGenerationTest/BuiltIn_BindToInputText_WritesAttributes}/TestComponent.codegen.cs (97%) rename test/{Microsoft.AspNetCore.Blazor.Build.Test => Microsoft.AspNetCore.Components.Build.Test}/TestFiles/DesignTimeCodeGenerationTest/BuiltIn_BindToInputText_WritesAttributes/TestComponent.ir.txt (100%) rename test/{Microsoft.AspNetCore.Blazor.Build.Test => Microsoft.AspNetCore.Components.Build.Test}/TestFiles/DesignTimeCodeGenerationTest/BuiltIn_BindToInputText_WritesAttributes/TestComponent.mappings.txt (96%) rename test/{Microsoft.AspNetCore.Blazor.Build.Test/TestFiles/DesignTimeCodeGenerationTest/BuiltIn_BindToInputText_WritesAttributes => Microsoft.AspNetCore.Components.Build.Test/TestFiles/DesignTimeCodeGenerationTest/BuiltIn_BindToInputWithoutType_WritesAttributes}/TestComponent.codegen.cs (97%) rename test/{Microsoft.AspNetCore.Blazor.Build.Test => Microsoft.AspNetCore.Components.Build.Test}/TestFiles/DesignTimeCodeGenerationTest/BuiltIn_BindToInputWithoutType_WritesAttributes/TestComponent.ir.txt (100%) rename test/{Microsoft.AspNetCore.Blazor.Build.Test => Microsoft.AspNetCore.Components.Build.Test}/TestFiles/DesignTimeCodeGenerationTest/BuiltIn_BindToInputWithoutType_WritesAttributes/TestComponent.mappings.txt (96%) rename test/{Microsoft.AspNetCore.Blazor.Build.Test => Microsoft.AspNetCore.Components.Build.Test}/TestFiles/DesignTimeCodeGenerationTest/ChildComponent_Generic/TestComponent.codegen.cs (100%) rename test/{Microsoft.AspNetCore.Blazor.Build.Test => Microsoft.AspNetCore.Components.Build.Test}/TestFiles/DesignTimeCodeGenerationTest/ChildComponent_Generic/TestComponent.ir.txt (100%) rename test/{Microsoft.AspNetCore.Blazor.Build.Test => Microsoft.AspNetCore.Components.Build.Test}/TestFiles/DesignTimeCodeGenerationTest/ChildComponent_Generic/TestComponent.mappings.txt (100%) rename test/{Microsoft.AspNetCore.Blazor.Build.Test => Microsoft.AspNetCore.Components.Build.Test}/TestFiles/DesignTimeCodeGenerationTest/ChildComponent_GenericBind/TestComponent.codegen.cs (100%) rename test/{Microsoft.AspNetCore.Blazor.Build.Test => Microsoft.AspNetCore.Components.Build.Test}/TestFiles/DesignTimeCodeGenerationTest/ChildComponent_GenericBind/TestComponent.ir.txt (100%) rename test/{Microsoft.AspNetCore.Blazor.Build.Test => Microsoft.AspNetCore.Components.Build.Test}/TestFiles/DesignTimeCodeGenerationTest/ChildComponent_GenericBind/TestComponent.mappings.txt (100%) rename test/{Microsoft.AspNetCore.Blazor.Build.Test => Microsoft.AspNetCore.Components.Build.Test}/TestFiles/DesignTimeCodeGenerationTest/ChildComponent_GenericBindWeaklyTyped/TestComponent.codegen.cs (100%) rename test/{Microsoft.AspNetCore.Blazor.Build.Test => Microsoft.AspNetCore.Components.Build.Test}/TestFiles/DesignTimeCodeGenerationTest/ChildComponent_GenericBindWeaklyTyped/TestComponent.ir.txt (100%) rename test/{Microsoft.AspNetCore.Blazor.Build.Test => Microsoft.AspNetCore.Components.Build.Test}/TestFiles/DesignTimeCodeGenerationTest/ChildComponent_GenericBindWeaklyTyped/TestComponent.mappings.txt (100%) rename test/{Microsoft.AspNetCore.Blazor.Build.Test => Microsoft.AspNetCore.Components.Build.Test}/TestFiles/DesignTimeCodeGenerationTest/ChildComponent_GenericBindWeaklyTyped_TypeInference/TestComponent.codegen.cs (100%) rename test/{Microsoft.AspNetCore.Blazor.Build.Test => Microsoft.AspNetCore.Components.Build.Test}/TestFiles/DesignTimeCodeGenerationTest/ChildComponent_GenericBindWeaklyTyped_TypeInference/TestComponent.ir.txt (100%) rename test/{Microsoft.AspNetCore.Blazor.Build.Test => Microsoft.AspNetCore.Components.Build.Test}/TestFiles/DesignTimeCodeGenerationTest/ChildComponent_GenericBindWeaklyTyped_TypeInference/TestComponent.mappings.txt (100%) rename test/{Microsoft.AspNetCore.Blazor.Build.Test => Microsoft.AspNetCore.Components.Build.Test}/TestFiles/DesignTimeCodeGenerationTest/ChildComponent_GenericBind_TypeInference/TestComponent.codegen.cs (100%) rename test/{Microsoft.AspNetCore.Blazor.Build.Test => Microsoft.AspNetCore.Components.Build.Test}/TestFiles/DesignTimeCodeGenerationTest/ChildComponent_GenericBind_TypeInference/TestComponent.ir.txt (100%) rename test/{Microsoft.AspNetCore.Blazor.Build.Test => Microsoft.AspNetCore.Components.Build.Test}/TestFiles/DesignTimeCodeGenerationTest/ChildComponent_GenericBind_TypeInference/TestComponent.mappings.txt (100%) rename test/{Microsoft.AspNetCore.Blazor.Build.Test => Microsoft.AspNetCore.Components.Build.Test}/TestFiles/DesignTimeCodeGenerationTest/ChildComponent_GenericChildContent/TestComponent.codegen.cs (100%) rename test/{Microsoft.AspNetCore.Blazor.Build.Test => Microsoft.AspNetCore.Components.Build.Test}/TestFiles/DesignTimeCodeGenerationTest/ChildComponent_GenericChildContent/TestComponent.ir.txt (100%) rename test/{Microsoft.AspNetCore.Blazor.Build.Test => Microsoft.AspNetCore.Components.Build.Test}/TestFiles/DesignTimeCodeGenerationTest/ChildComponent_GenericChildContent/TestComponent.mappings.txt (100%) rename test/{Microsoft.AspNetCore.Blazor.Build.Test => Microsoft.AspNetCore.Components.Build.Test}/TestFiles/DesignTimeCodeGenerationTest/ChildComponent_GenericChildContent_TypeInference/TestComponent.codegen.cs (100%) rename test/{Microsoft.AspNetCore.Blazor.Build.Test => Microsoft.AspNetCore.Components.Build.Test}/TestFiles/DesignTimeCodeGenerationTest/ChildComponent_GenericChildContent_TypeInference/TestComponent.ir.txt (100%) rename test/{Microsoft.AspNetCore.Blazor.Build.Test => Microsoft.AspNetCore.Components.Build.Test}/TestFiles/DesignTimeCodeGenerationTest/ChildComponent_GenericChildContent_TypeInference/TestComponent.mappings.txt (100%) rename test/{Microsoft.AspNetCore.Blazor.Build.Test => Microsoft.AspNetCore.Components.Build.Test}/TestFiles/DesignTimeCodeGenerationTest/ChildComponent_GenericWeaklyTypedAttribute/TestComponent.codegen.cs (100%) rename test/{Microsoft.AspNetCore.Blazor.Build.Test => Microsoft.AspNetCore.Components.Build.Test}/TestFiles/DesignTimeCodeGenerationTest/ChildComponent_GenericWeaklyTypedAttribute/TestComponent.ir.txt (100%) rename test/{Microsoft.AspNetCore.Blazor.Build.Test => Microsoft.AspNetCore.Components.Build.Test}/TestFiles/DesignTimeCodeGenerationTest/ChildComponent_GenericWeaklyTypedAttribute/TestComponent.mappings.txt (100%) rename test/{Microsoft.AspNetCore.Blazor.Build.Test => Microsoft.AspNetCore.Components.Build.Test}/TestFiles/DesignTimeCodeGenerationTest/ChildComponent_GenericWeaklyTypedAttribute_TypeInference/TestComponent.codegen.cs (100%) rename test/{Microsoft.AspNetCore.Blazor.Build.Test => Microsoft.AspNetCore.Components.Build.Test}/TestFiles/DesignTimeCodeGenerationTest/ChildComponent_GenericWeaklyTypedAttribute_TypeInference/TestComponent.ir.txt (100%) rename test/{Microsoft.AspNetCore.Blazor.Build.Test => Microsoft.AspNetCore.Components.Build.Test}/TestFiles/DesignTimeCodeGenerationTest/ChildComponent_GenericWeaklyTypedAttribute_TypeInference/TestComponent.mappings.txt (100%) rename test/{Microsoft.AspNetCore.Blazor.Build.Test => Microsoft.AspNetCore.Components.Build.Test}/TestFiles/DesignTimeCodeGenerationTest/ChildComponent_Generic_TypeInference/TestComponent.codegen.cs (100%) rename test/{Microsoft.AspNetCore.Blazor.Build.Test => Microsoft.AspNetCore.Components.Build.Test}/TestFiles/DesignTimeCodeGenerationTest/ChildComponent_Generic_TypeInference/TestComponent.ir.txt (100%) rename test/{Microsoft.AspNetCore.Blazor.Build.Test => Microsoft.AspNetCore.Components.Build.Test}/TestFiles/DesignTimeCodeGenerationTest/ChildComponent_Generic_TypeInference/TestComponent.mappings.txt (100%) rename test/{Microsoft.AspNetCore.Blazor.Build.Test => Microsoft.AspNetCore.Components.Build.Test}/TestFiles/DesignTimeCodeGenerationTest/ChildComponent_Generic_TypeInference_Multiple/TestComponent.codegen.cs (100%) rename test/{Microsoft.AspNetCore.Blazor.Build.Test => Microsoft.AspNetCore.Components.Build.Test}/TestFiles/DesignTimeCodeGenerationTest/ChildComponent_Generic_TypeInference_Multiple/TestComponent.ir.txt (100%) rename test/{Microsoft.AspNetCore.Blazor.Build.Test => Microsoft.AspNetCore.Components.Build.Test}/TestFiles/DesignTimeCodeGenerationTest/ChildComponent_Generic_TypeInference_Multiple/TestComponent.mappings.txt (100%) rename test/{Microsoft.AspNetCore.Blazor.Build.Test => Microsoft.AspNetCore.Components.Build.Test}/TestFiles/DesignTimeCodeGenerationTest/ChildComponent_MultipleGenerics/TestComponent.codegen.cs (100%) rename test/{Microsoft.AspNetCore.Blazor.Build.Test => Microsoft.AspNetCore.Components.Build.Test}/TestFiles/DesignTimeCodeGenerationTest/ChildComponent_MultipleGenerics/TestComponent.ir.txt (100%) rename test/{Microsoft.AspNetCore.Blazor.Build.Test => Microsoft.AspNetCore.Components.Build.Test}/TestFiles/DesignTimeCodeGenerationTest/ChildComponent_MultipleGenerics/TestComponent.mappings.txt (100%) rename test/{Microsoft.AspNetCore.Blazor.Build.Test => Microsoft.AspNetCore.Components.Build.Test}/TestFiles/DesignTimeCodeGenerationTest/ChildComponent_MultipleGenerics_TypeInference/TestComponent.codegen.cs (100%) rename test/{Microsoft.AspNetCore.Blazor.Build.Test => Microsoft.AspNetCore.Components.Build.Test}/TestFiles/DesignTimeCodeGenerationTest/ChildComponent_MultipleGenerics_TypeInference/TestComponent.ir.txt (100%) rename test/{Microsoft.AspNetCore.Blazor.Build.Test => Microsoft.AspNetCore.Components.Build.Test}/TestFiles/DesignTimeCodeGenerationTest/ChildComponent_MultipleGenerics_TypeInference/TestComponent.mappings.txt (100%) rename test/{Microsoft.AspNetCore.Blazor.Build.Test => Microsoft.AspNetCore.Components.Build.Test}/TestFiles/DesignTimeCodeGenerationTest/ChildComponent_Simple/TestComponent.codegen.cs (100%) rename test/{Microsoft.AspNetCore.Blazor.Build.Test => Microsoft.AspNetCore.Components.Build.Test}/TestFiles/DesignTimeCodeGenerationTest/ChildComponent_Simple/TestComponent.ir.txt (100%) rename test/{Microsoft.AspNetCore.Blazor.Build.Test => Microsoft.AspNetCore.Components.Build.Test}/TestFiles/DesignTimeCodeGenerationTest/ChildComponent_Simple/TestComponent.mappings.txt (100%) rename test/{Microsoft.AspNetCore.Blazor.Build.Test => Microsoft.AspNetCore.Components.Build.Test}/TestFiles/DesignTimeCodeGenerationTest/ChildComponent_WithChildContent/TestComponent.codegen.cs (97%) rename test/{Microsoft.AspNetCore.Blazor.Build.Test => Microsoft.AspNetCore.Components.Build.Test}/TestFiles/DesignTimeCodeGenerationTest/ChildComponent_WithChildContent/TestComponent.ir.txt (100%) rename test/{Microsoft.AspNetCore.Blazor.Build.Test => Microsoft.AspNetCore.Components.Build.Test}/TestFiles/DesignTimeCodeGenerationTest/ChildComponent_WithChildContent/TestComponent.mappings.txt (100%) rename test/{Microsoft.AspNetCore.Blazor.Build.Test => Microsoft.AspNetCore.Components.Build.Test}/TestFiles/DesignTimeCodeGenerationTest/ChildComponent_WithElementOnlyChildContent/TestComponent.codegen.cs (100%) rename test/{Microsoft.AspNetCore.Blazor.Build.Test => Microsoft.AspNetCore.Components.Build.Test}/TestFiles/DesignTimeCodeGenerationTest/ChildComponent_WithElementOnlyChildContent/TestComponent.ir.txt (100%) rename test/{Microsoft.AspNetCore.Blazor.Build.Test => Microsoft.AspNetCore.Components.Build.Test}/TestFiles/DesignTimeCodeGenerationTest/ChildComponent_WithElementOnlyChildContent/TestComponent.mappings.txt (100%) rename test/{Microsoft.AspNetCore.Blazor.Build.Test => Microsoft.AspNetCore.Components.Build.Test}/TestFiles/DesignTimeCodeGenerationTest/ChildComponent_WithExplicitChildContent/TestComponent.codegen.cs (100%) rename test/{Microsoft.AspNetCore.Blazor.Build.Test => Microsoft.AspNetCore.Components.Build.Test}/TestFiles/DesignTimeCodeGenerationTest/ChildComponent_WithExplicitChildContent/TestComponent.ir.txt (100%) rename test/{Microsoft.AspNetCore.Blazor.Build.Test => Microsoft.AspNetCore.Components.Build.Test}/TestFiles/DesignTimeCodeGenerationTest/ChildComponent_WithExplicitChildContent/TestComponent.mappings.txt (100%) rename test/{Microsoft.AspNetCore.Blazor.Build.Test => Microsoft.AspNetCore.Components.Build.Test}/TestFiles/DesignTimeCodeGenerationTest/ChildComponent_WithExplicitEventHandler/TestComponent.codegen.cs (96%) rename test/{Microsoft.AspNetCore.Blazor.Build.Test => Microsoft.AspNetCore.Components.Build.Test}/TestFiles/DesignTimeCodeGenerationTest/ChildComponent_WithExplicitEventHandler/TestComponent.ir.txt (100%) rename test/{Microsoft.AspNetCore.Blazor.Build.Test => Microsoft.AspNetCore.Components.Build.Test}/TestFiles/DesignTimeCodeGenerationTest/ChildComponent_WithExplicitEventHandler/TestComponent.mappings.txt (95%) rename test/{Microsoft.AspNetCore.Blazor.Build.Test => Microsoft.AspNetCore.Components.Build.Test}/TestFiles/DesignTimeCodeGenerationTest/ChildComponent_WithExplicitGenericChildContent/TestComponent.codegen.cs (100%) rename test/{Microsoft.AspNetCore.Blazor.Build.Test => Microsoft.AspNetCore.Components.Build.Test}/TestFiles/DesignTimeCodeGenerationTest/ChildComponent_WithExplicitGenericChildContent/TestComponent.ir.txt (100%) rename test/{Microsoft.AspNetCore.Blazor.Build.Test => Microsoft.AspNetCore.Components.Build.Test}/TestFiles/DesignTimeCodeGenerationTest/ChildComponent_WithExplicitGenericChildContent/TestComponent.mappings.txt (100%) rename test/{Microsoft.AspNetCore.Blazor.Build.Test => Microsoft.AspNetCore.Components.Build.Test}/TestFiles/DesignTimeCodeGenerationTest/ChildComponent_WithExplicitStringParameter/TestComponent.codegen.cs (97%) rename test/{Microsoft.AspNetCore.Blazor.Build.Test => Microsoft.AspNetCore.Components.Build.Test}/TestFiles/DesignTimeCodeGenerationTest/ChildComponent_WithExplicitStringParameter/TestComponent.ir.txt (100%) rename test/{Microsoft.AspNetCore.Blazor.Build.Test => Microsoft.AspNetCore.Components.Build.Test}/TestFiles/DesignTimeCodeGenerationTest/ChildComponent_WithExplicitStringParameter/TestComponent.mappings.txt (100%) rename test/{Microsoft.AspNetCore.Blazor.Build.Test => Microsoft.AspNetCore.Components.Build.Test}/TestFiles/DesignTimeCodeGenerationTest/ChildComponent_WithGenericChildContent/TestComponent.codegen.cs (100%) rename test/{Microsoft.AspNetCore.Blazor.Build.Test => Microsoft.AspNetCore.Components.Build.Test}/TestFiles/DesignTimeCodeGenerationTest/ChildComponent_WithGenericChildContent/TestComponent.ir.txt (100%) rename test/{Microsoft.AspNetCore.Blazor.Build.Test => Microsoft.AspNetCore.Components.Build.Test}/TestFiles/DesignTimeCodeGenerationTest/ChildComponent_WithGenericChildContent/TestComponent.mappings.txt (100%) rename test/{Microsoft.AspNetCore.Blazor.Build.Test => Microsoft.AspNetCore.Components.Build.Test}/TestFiles/DesignTimeCodeGenerationTest/ChildComponent_WithGenericChildContent_SetsParameterName/TestComponent.codegen.cs (100%) rename test/{Microsoft.AspNetCore.Blazor.Build.Test => Microsoft.AspNetCore.Components.Build.Test}/TestFiles/DesignTimeCodeGenerationTest/ChildComponent_WithGenericChildContent_SetsParameterName/TestComponent.ir.txt (100%) rename test/{Microsoft.AspNetCore.Blazor.Build.Test => Microsoft.AspNetCore.Components.Build.Test}/TestFiles/DesignTimeCodeGenerationTest/ChildComponent_WithGenericChildContent_SetsParameterName/TestComponent.mappings.txt (100%) rename test/{Microsoft.AspNetCore.Blazor.Build.Test => Microsoft.AspNetCore.Components.Build.Test}/TestFiles/DesignTimeCodeGenerationTest/ChildComponent_WithGenericChildContent_SetsParameterNameOnComponent/TestComponent.codegen.cs (100%) rename test/{Microsoft.AspNetCore.Blazor.Build.Test => Microsoft.AspNetCore.Components.Build.Test}/TestFiles/DesignTimeCodeGenerationTest/ChildComponent_WithGenericChildContent_SetsParameterNameOnComponent/TestComponent.ir.txt (100%) rename test/{Microsoft.AspNetCore.Blazor.Build.Test => Microsoft.AspNetCore.Components.Build.Test}/TestFiles/DesignTimeCodeGenerationTest/ChildComponent_WithGenericChildContent_SetsParameterNameOnComponent/TestComponent.mappings.txt (100%) rename test/{Microsoft.AspNetCore.Blazor.Build.Test => Microsoft.AspNetCore.Components.Build.Test}/TestFiles/DesignTimeCodeGenerationTest/ChildComponent_WithLambdaEventHandler/TestComponent.codegen.cs (96%) rename test/{Microsoft.AspNetCore.Blazor.Build.Test => Microsoft.AspNetCore.Components.Build.Test}/TestFiles/DesignTimeCodeGenerationTest/ChildComponent_WithLambdaEventHandler/TestComponent.ir.txt (100%) rename test/{Microsoft.AspNetCore.Blazor.Build.Test => Microsoft.AspNetCore.Components.Build.Test}/TestFiles/DesignTimeCodeGenerationTest/ChildComponent_WithLambdaEventHandler/TestComponent.mappings.txt (95%) rename test/{Microsoft.AspNetCore.Blazor.Build.Test => Microsoft.AspNetCore.Components.Build.Test}/TestFiles/DesignTimeCodeGenerationTest/ChildComponent_WithNonPropertyAttributes/TestComponent.codegen.cs (96%) rename test/{Microsoft.AspNetCore.Blazor.Build.Test => Microsoft.AspNetCore.Components.Build.Test}/TestFiles/DesignTimeCodeGenerationTest/ChildComponent_WithNonPropertyAttributes/TestComponent.ir.txt (100%) rename test/{Microsoft.AspNetCore.Blazor.Build.Test => Microsoft.AspNetCore.Components.Build.Test}/TestFiles/DesignTimeCodeGenerationTest/ChildComponent_WithNonPropertyAttributes/TestComponent.mappings.txt (100%) rename test/{Microsoft.AspNetCore.Blazor.Build.Test => Microsoft.AspNetCore.Components.Build.Test}/TestFiles/DesignTimeCodeGenerationTest/ChildComponent_WithPageDirective/TestComponent.codegen.cs (100%) rename test/{Microsoft.AspNetCore.Blazor.Build.Test => Microsoft.AspNetCore.Components.Build.Test}/TestFiles/DesignTimeCodeGenerationTest/ChildComponent_WithPageDirective/TestComponent.ir.txt (100%) rename test/{Microsoft.AspNetCore.Blazor.Build.Test => Microsoft.AspNetCore.Components.Build.Test}/TestFiles/DesignTimeCodeGenerationTest/ChildComponent_WithPageDirective/TestComponent.mappings.txt (100%) rename test/{Microsoft.AspNetCore.Blazor.Build.Test => Microsoft.AspNetCore.Components.Build.Test}/TestFiles/DesignTimeCodeGenerationTest/ChildComponent_WithParameters/TestComponent.codegen.cs (96%) rename test/{Microsoft.AspNetCore.Blazor.Build.Test => Microsoft.AspNetCore.Components.Build.Test}/TestFiles/DesignTimeCodeGenerationTest/ChildComponent_WithParameters/TestComponent.ir.txt (100%) rename test/{Microsoft.AspNetCore.Blazor.Build.Test => Microsoft.AspNetCore.Components.Build.Test}/TestFiles/DesignTimeCodeGenerationTest/ChildComponent_WithParameters/TestComponent.mappings.txt (100%) rename test/{Microsoft.AspNetCore.Blazor.Build.Test => Microsoft.AspNetCore.Components.Build.Test}/TestFiles/DesignTimeCodeGenerationTest/ChildComponent_WithWeaklyTypeEventHandler/TestComponent.codegen.cs (100%) rename test/{Microsoft.AspNetCore.Blazor.Build.Test => Microsoft.AspNetCore.Components.Build.Test}/TestFiles/DesignTimeCodeGenerationTest/ChildComponent_WithWeaklyTypeEventHandler/TestComponent.ir.txt (100%) rename test/{Microsoft.AspNetCore.Blazor.Build.Test => Microsoft.AspNetCore.Components.Build.Test}/TestFiles/DesignTimeCodeGenerationTest/ChildComponent_WithWeaklyTypeEventHandler/TestComponent.mappings.txt (100%) rename test/{Microsoft.AspNetCore.Blazor.Build.Test => Microsoft.AspNetCore.Components.Build.Test}/TestFiles/DesignTimeCodeGenerationTest/ComponentParameter_TypeMismatch_ReportsDiagnostic/TestComponent.codegen.cs (100%) rename test/{Microsoft.AspNetCore.Blazor.Build.Test => Microsoft.AspNetCore.Components.Build.Test}/TestFiles/DesignTimeCodeGenerationTest/ComponentParameter_TypeMismatch_ReportsDiagnostic/TestComponent.ir.txt (100%) rename test/{Microsoft.AspNetCore.Blazor.Build.Test => Microsoft.AspNetCore.Components.Build.Test}/TestFiles/DesignTimeCodeGenerationTest/ComponentParameter_TypeMismatch_ReportsDiagnostic/TestComponent.mappings.txt (100%) rename test/{Microsoft.AspNetCore.Blazor.Build.Test => Microsoft.AspNetCore.Components.Build.Test}/TestFiles/DesignTimeCodeGenerationTest/ComponentWithTypeParameters/TestComponent.codegen.cs (100%) rename test/{Microsoft.AspNetCore.Blazor.Build.Test => Microsoft.AspNetCore.Components.Build.Test}/TestFiles/DesignTimeCodeGenerationTest/ComponentWithTypeParameters/TestComponent.ir.txt (100%) rename test/{Microsoft.AspNetCore.Blazor.Build.Test => Microsoft.AspNetCore.Components.Build.Test}/TestFiles/DesignTimeCodeGenerationTest/ComponentWithTypeParameters/TestComponent.mappings.txt (100%) rename test/{Microsoft.AspNetCore.Blazor.Build.Test => Microsoft.AspNetCore.Components.Build.Test}/TestFiles/DesignTimeCodeGenerationTest/Component_WithDocType/TestComponent.codegen.cs (100%) rename test/{Microsoft.AspNetCore.Blazor.Build.Test => Microsoft.AspNetCore.Components.Build.Test}/TestFiles/DesignTimeCodeGenerationTest/Component_WithDocType/TestComponent.ir.txt (100%) rename test/{Microsoft.AspNetCore.Blazor.Build.Test => Microsoft.AspNetCore.Components.Build.Test}/TestFiles/DesignTimeCodeGenerationTest/Component_WithRef/TestComponent.codegen.cs (100%) rename test/{Microsoft.AspNetCore.Blazor.Build.Test => Microsoft.AspNetCore.Components.Build.Test}/TestFiles/DesignTimeCodeGenerationTest/Component_WithRef/TestComponent.ir.txt (100%) rename test/{Microsoft.AspNetCore.Blazor.Build.Test => Microsoft.AspNetCore.Components.Build.Test}/TestFiles/DesignTimeCodeGenerationTest/Component_WithRef/TestComponent.mappings.txt (100%) rename test/{Microsoft.AspNetCore.Blazor.Build.Test => Microsoft.AspNetCore.Components.Build.Test}/TestFiles/DesignTimeCodeGenerationTest/Component_WithRef_WithChildContent/TestComponent.codegen.cs (100%) rename test/{Microsoft.AspNetCore.Blazor.Build.Test => Microsoft.AspNetCore.Components.Build.Test}/TestFiles/DesignTimeCodeGenerationTest/Component_WithRef_WithChildContent/TestComponent.ir.txt (100%) rename test/{Microsoft.AspNetCore.Blazor.Build.Test => Microsoft.AspNetCore.Components.Build.Test}/TestFiles/DesignTimeCodeGenerationTest/Component_WithRef_WithChildContent/TestComponent.mappings.txt (100%) rename test/{Microsoft.AspNetCore.Blazor.Build.Test => Microsoft.AspNetCore.Components.Build.Test}/TestFiles/DesignTimeCodeGenerationTest/Element_WithRef/TestComponent.codegen.cs (100%) rename test/{Microsoft.AspNetCore.Blazor.Build.Test => Microsoft.AspNetCore.Components.Build.Test}/TestFiles/DesignTimeCodeGenerationTest/Element_WithRef/TestComponent.ir.txt (100%) rename test/{Microsoft.AspNetCore.Blazor.Build.Test => Microsoft.AspNetCore.Components.Build.Test}/TestFiles/DesignTimeCodeGenerationTest/Element_WithRef/TestComponent.mappings.txt (100%) rename test/{Microsoft.AspNetCore.Blazor.Build.Test => Microsoft.AspNetCore.Components.Build.Test}/TestFiles/DesignTimeCodeGenerationTest/EventHandlerTagHelper_EscapeQuotes/TestComponent.codegen.cs (100%) rename test/{Microsoft.AspNetCore.Blazor.Build.Test => Microsoft.AspNetCore.Components.Build.Test}/TestFiles/DesignTimeCodeGenerationTest/EventHandlerTagHelper_EscapeQuotes/TestComponent.ir.txt (100%) rename test/{Microsoft.AspNetCore.Blazor.Build.Test => Microsoft.AspNetCore.Components.Build.Test}/TestFiles/DesignTimeCodeGenerationTest/EventHandler_OnElement_ArbitraryEventName_WithEventArgsMethodGroup/TestComponent.codegen.cs (100%) rename test/{Microsoft.AspNetCore.Blazor.Build.Test => Microsoft.AspNetCore.Components.Build.Test}/TestFiles/DesignTimeCodeGenerationTest/EventHandler_OnElement_ArbitraryEventName_WithEventArgsMethodGroup/TestComponent.ir.txt (100%) rename test/{Microsoft.AspNetCore.Blazor.Build.Test => Microsoft.AspNetCore.Components.Build.Test}/TestFiles/DesignTimeCodeGenerationTest/EventHandler_OnElement_ArbitraryEventName_WithEventArgsMethodGroup/TestComponent.mappings.txt (100%) rename test/{Microsoft.AspNetCore.Blazor.Build.Test/TestFiles/DesignTimeCodeGenerationTest/EventHandler_OnElement_WithEventArgsMethodGroup => Microsoft.AspNetCore.Components.Build.Test/TestFiles/DesignTimeCodeGenerationTest/EventHandler_OnElement_WithDelegate}/TestComponent.codegen.cs (100%) rename test/{Microsoft.AspNetCore.Blazor.Build.Test => Microsoft.AspNetCore.Components.Build.Test}/TestFiles/DesignTimeCodeGenerationTest/EventHandler_OnElement_WithDelegate/TestComponent.ir.txt (100%) rename test/{Microsoft.AspNetCore.Blazor.Build.Test/TestFiles/DesignTimeCodeGenerationTest/EventHandler_OnElement_WithEventArgsMethodGroup => Microsoft.AspNetCore.Components.Build.Test/TestFiles/DesignTimeCodeGenerationTest/EventHandler_OnElement_WithDelegate}/TestComponent.mappings.txt (100%) rename test/{Microsoft.AspNetCore.Blazor.Build.Test => Microsoft.AspNetCore.Components.Build.Test}/TestFiles/DesignTimeCodeGenerationTest/EventHandler_OnElement_WithEventArgsLambdaDelegate/TestComponent.codegen.cs (100%) rename test/{Microsoft.AspNetCore.Blazor.Build.Test => Microsoft.AspNetCore.Components.Build.Test}/TestFiles/DesignTimeCodeGenerationTest/EventHandler_OnElement_WithEventArgsLambdaDelegate/TestComponent.ir.txt (100%) rename test/{Microsoft.AspNetCore.Blazor.Build.Test => Microsoft.AspNetCore.Components.Build.Test}/TestFiles/DesignTimeCodeGenerationTest/EventHandler_OnElement_WithEventArgsLambdaDelegate/TestComponent.mappings.txt (100%) rename test/{Microsoft.AspNetCore.Blazor.Build.Test/TestFiles/DesignTimeCodeGenerationTest/EventHandler_OnElement_WithDelegate => Microsoft.AspNetCore.Components.Build.Test/TestFiles/DesignTimeCodeGenerationTest/EventHandler_OnElement_WithEventArgsMethodGroup}/TestComponent.codegen.cs (97%) rename test/{Microsoft.AspNetCore.Blazor.Build.Test => Microsoft.AspNetCore.Components.Build.Test}/TestFiles/DesignTimeCodeGenerationTest/EventHandler_OnElement_WithEventArgsMethodGroup/TestComponent.ir.txt (100%) rename test/{Microsoft.AspNetCore.Blazor.Build.Test/TestFiles/DesignTimeCodeGenerationTest/EventHandler_OnElement_WithDelegate => Microsoft.AspNetCore.Components.Build.Test/TestFiles/DesignTimeCodeGenerationTest/EventHandler_OnElement_WithEventArgsMethodGroup}/TestComponent.mappings.txt (95%) rename test/{Microsoft.AspNetCore.Blazor.Build.Test => Microsoft.AspNetCore.Components.Build.Test}/TestFiles/DesignTimeCodeGenerationTest/EventHandler_OnElement_WithLambdaDelegate/TestComponent.codegen.cs (97%) rename test/{Microsoft.AspNetCore.Blazor.Build.Test => Microsoft.AspNetCore.Components.Build.Test}/TestFiles/DesignTimeCodeGenerationTest/EventHandler_OnElement_WithLambdaDelegate/TestComponent.ir.txt (100%) rename test/{Microsoft.AspNetCore.Blazor.Build.Test => Microsoft.AspNetCore.Components.Build.Test}/TestFiles/DesignTimeCodeGenerationTest/EventHandler_OnElement_WithLambdaDelegate/TestComponent.mappings.txt (100%) rename test/{Microsoft.AspNetCore.Blazor.Build.Test => Microsoft.AspNetCore.Components.Build.Test}/TestFiles/DesignTimeCodeGenerationTest/EventHandler_OnElement_WithNoArgMethodGroup/TestComponent.codegen.cs (100%) rename test/{Microsoft.AspNetCore.Blazor.Build.Test => Microsoft.AspNetCore.Components.Build.Test}/TestFiles/DesignTimeCodeGenerationTest/EventHandler_OnElement_WithNoArgMethodGroup/TestComponent.ir.txt (100%) rename test/{Microsoft.AspNetCore.Blazor.Build.Test => Microsoft.AspNetCore.Components.Build.Test}/TestFiles/DesignTimeCodeGenerationTest/EventHandler_OnElement_WithNoArgMethodGroup/TestComponent.mappings.txt (100%) rename test/{Microsoft.AspNetCore.Blazor.Build.Test => Microsoft.AspNetCore.Components.Build.Test}/TestFiles/DesignTimeCodeGenerationTest/EventHandler_OnElement_WithNoArgsLambdaDelegate/TestComponent.codegen.cs (100%) rename test/{Microsoft.AspNetCore.Blazor.Build.Test => Microsoft.AspNetCore.Components.Build.Test}/TestFiles/DesignTimeCodeGenerationTest/EventHandler_OnElement_WithNoArgsLambdaDelegate/TestComponent.ir.txt (100%) rename test/{Microsoft.AspNetCore.Blazor.Build.Test => Microsoft.AspNetCore.Components.Build.Test}/TestFiles/DesignTimeCodeGenerationTest/EventHandler_OnElement_WithNoArgsLambdaDelegate/TestComponent.mappings.txt (100%) rename test/{Microsoft.AspNetCore.Blazor.Build.Test => Microsoft.AspNetCore.Components.Build.Test}/TestFiles/DesignTimeCodeGenerationTest/EventHandler_OnElement_WithString/TestComponent.codegen.cs (97%) rename test/{Microsoft.AspNetCore.Blazor.Build.Test => Microsoft.AspNetCore.Components.Build.Test}/TestFiles/DesignTimeCodeGenerationTest/EventHandler_OnElement_WithString/TestComponent.ir.txt (100%) rename test/{Microsoft.AspNetCore.Blazor.Build.Test => Microsoft.AspNetCore.Components.Build.Test}/TestFiles/DesignTimeCodeGenerationTest/GenericComponent_WithComponentRef/TestComponent.codegen.cs (100%) rename test/{Microsoft.AspNetCore.Blazor.Build.Test => Microsoft.AspNetCore.Components.Build.Test}/TestFiles/DesignTimeCodeGenerationTest/GenericComponent_WithComponentRef/TestComponent.ir.txt (100%) rename test/{Microsoft.AspNetCore.Blazor.Build.Test => Microsoft.AspNetCore.Components.Build.Test}/TestFiles/DesignTimeCodeGenerationTest/GenericComponent_WithComponentRef/TestComponent.mappings.txt (100%) rename test/{Microsoft.AspNetCore.Blazor.Build.Test => Microsoft.AspNetCore.Components.Build.Test}/TestFiles/DesignTimeCodeGenerationTest/GenericComponent_WithComponentRef_TypeInference/TestComponent.codegen.cs (100%) rename test/{Microsoft.AspNetCore.Blazor.Build.Test => Microsoft.AspNetCore.Components.Build.Test}/TestFiles/DesignTimeCodeGenerationTest/GenericComponent_WithComponentRef_TypeInference/TestComponent.ir.txt (100%) rename test/{Microsoft.AspNetCore.Blazor.Build.Test => Microsoft.AspNetCore.Components.Build.Test}/TestFiles/DesignTimeCodeGenerationTest/GenericComponent_WithComponentRef_TypeInference/TestComponent.mappings.txt (100%) rename test/{Microsoft.AspNetCore.Blazor.Build.Test => Microsoft.AspNetCore.Components.Build.Test}/TestFiles/DesignTimeCodeGenerationTest/LeadingWhiteSpace_WithCSharpExpression/TestComponent.codegen.cs (100%) rename test/{Microsoft.AspNetCore.Blazor.Build.Test => Microsoft.AspNetCore.Components.Build.Test}/TestFiles/DesignTimeCodeGenerationTest/LeadingWhiteSpace_WithCSharpExpression/TestComponent.ir.txt (100%) rename test/{Microsoft.AspNetCore.Blazor.Build.Test => Microsoft.AspNetCore.Components.Build.Test}/TestFiles/DesignTimeCodeGenerationTest/LeadingWhiteSpace_WithCSharpExpression/TestComponent.mappings.txt (100%) rename test/{Microsoft.AspNetCore.Blazor.Build.Test => Microsoft.AspNetCore.Components.Build.Test}/TestFiles/DesignTimeCodeGenerationTest/LeadingWhiteSpace_WithComponent/TestComponent.codegen.cs (100%) rename test/{Microsoft.AspNetCore.Blazor.Build.Test => Microsoft.AspNetCore.Components.Build.Test}/TestFiles/DesignTimeCodeGenerationTest/LeadingWhiteSpace_WithComponent/TestComponent.ir.txt (100%) rename test/{Microsoft.AspNetCore.Blazor.Build.Test => Microsoft.AspNetCore.Components.Build.Test}/TestFiles/DesignTimeCodeGenerationTest/LeadingWhiteSpace_WithComponent/TestComponent.mappings.txt (100%) rename test/{Microsoft.AspNetCore.Blazor.Build.Test => Microsoft.AspNetCore.Components.Build.Test}/TestFiles/DesignTimeCodeGenerationTest/LeadingWhiteSpace_WithDirective/TestComponent.codegen.cs (100%) rename test/{Microsoft.AspNetCore.Blazor.Build.Test => Microsoft.AspNetCore.Components.Build.Test}/TestFiles/DesignTimeCodeGenerationTest/LeadingWhiteSpace_WithDirective/TestComponent.ir.txt (100%) rename test/{Microsoft.AspNetCore.Blazor.Build.Test => Microsoft.AspNetCore.Components.Build.Test}/TestFiles/DesignTimeCodeGenerationTest/LeadingWhiteSpace_WithDirective/TestComponent.mappings.txt (100%) rename test/{Microsoft.AspNetCore.Blazor.Build.Test => Microsoft.AspNetCore.Components.Build.Test}/TestFiles/DesignTimeCodeGenerationTest/MultipleExplictChildContent/TestComponent.codegen.cs (100%) rename test/{Microsoft.AspNetCore.Blazor.Build.Test => Microsoft.AspNetCore.Components.Build.Test}/TestFiles/DesignTimeCodeGenerationTest/MultipleExplictChildContent/TestComponent.ir.txt (100%) rename test/{Microsoft.AspNetCore.Blazor.Build.Test => Microsoft.AspNetCore.Components.Build.Test}/TestFiles/DesignTimeCodeGenerationTest/MultipleExplictChildContent/TestComponent.mappings.txt (100%) rename test/{Microsoft.AspNetCore.Blazor.Build.Test => Microsoft.AspNetCore.Components.Build.Test}/TestFiles/DesignTimeCodeGenerationTest/RazorTemplate_AsComponentParameter/TestComponent.codegen.cs (100%) rename test/{Microsoft.AspNetCore.Blazor.Build.Test => Microsoft.AspNetCore.Components.Build.Test}/TestFiles/DesignTimeCodeGenerationTest/RazorTemplate_AsComponentParameter/TestComponent.ir.txt (100%) rename test/{Microsoft.AspNetCore.Blazor.Build.Test => Microsoft.AspNetCore.Components.Build.Test}/TestFiles/DesignTimeCodeGenerationTest/RazorTemplate_AsComponentParameter/TestComponent.mappings.txt (100%) rename test/{Microsoft.AspNetCore.Blazor.Build.Test => Microsoft.AspNetCore.Components.Build.Test}/TestFiles/DesignTimeCodeGenerationTest/RazorTemplate_AsComponentParameter_MixedContent/TestComponent.codegen.cs (100%) rename test/{Microsoft.AspNetCore.Blazor.Build.Test => Microsoft.AspNetCore.Components.Build.Test}/TestFiles/DesignTimeCodeGenerationTest/RazorTemplate_AsComponentParameter_MixedContent/TestComponent.ir.txt (100%) rename test/{Microsoft.AspNetCore.Blazor.Build.Test => Microsoft.AspNetCore.Components.Build.Test}/TestFiles/DesignTimeCodeGenerationTest/RazorTemplate_AsComponentParameter_MixedContent/TestComponent.mappings.txt (100%) rename test/{Microsoft.AspNetCore.Blazor.Build.Test => Microsoft.AspNetCore.Components.Build.Test}/TestFiles/DesignTimeCodeGenerationTest/RazorTemplate_ContainsComponent/TestComponent.codegen.cs (100%) rename test/{Microsoft.AspNetCore.Blazor.Build.Test => Microsoft.AspNetCore.Components.Build.Test}/TestFiles/DesignTimeCodeGenerationTest/RazorTemplate_ContainsComponent/TestComponent.ir.txt (100%) rename test/{Microsoft.AspNetCore.Blazor.Build.Test => Microsoft.AspNetCore.Components.Build.Test}/TestFiles/DesignTimeCodeGenerationTest/RazorTemplate_ContainsComponent/TestComponent.mappings.txt (100%) rename test/{Microsoft.AspNetCore.Blazor.Build.Test => Microsoft.AspNetCore.Components.Build.Test}/TestFiles/DesignTimeCodeGenerationTest/RazorTemplate_FollowedByComponent/TestComponent.codegen.cs (100%) rename test/{Microsoft.AspNetCore.Blazor.Build.Test => Microsoft.AspNetCore.Components.Build.Test}/TestFiles/DesignTimeCodeGenerationTest/RazorTemplate_FollowedByComponent/TestComponent.ir.txt (100%) rename test/{Microsoft.AspNetCore.Blazor.Build.Test => Microsoft.AspNetCore.Components.Build.Test}/TestFiles/DesignTimeCodeGenerationTest/RazorTemplate_FollowedByComponent/TestComponent.mappings.txt (100%) rename test/{Microsoft.AspNetCore.Blazor.Build.Test => Microsoft.AspNetCore.Components.Build.Test}/TestFiles/DesignTimeCodeGenerationTest/RazorTemplate_Generic_AsComponentParameter/TestComponent.codegen.cs (100%) rename test/{Microsoft.AspNetCore.Blazor.Build.Test => Microsoft.AspNetCore.Components.Build.Test}/TestFiles/DesignTimeCodeGenerationTest/RazorTemplate_Generic_AsComponentParameter/TestComponent.ir.txt (100%) rename test/{Microsoft.AspNetCore.Blazor.Build.Test => Microsoft.AspNetCore.Components.Build.Test}/TestFiles/DesignTimeCodeGenerationTest/RazorTemplate_Generic_AsComponentParameter/TestComponent.mappings.txt (100%) rename test/{Microsoft.AspNetCore.Blazor.Build.Test => Microsoft.AspNetCore.Components.Build.Test}/TestFiles/DesignTimeCodeGenerationTest/RazorTemplate_Generic_InImplicitExpression/TestComponent.codegen.cs (100%) rename test/{Microsoft.AspNetCore.Blazor.Build.Test => Microsoft.AspNetCore.Components.Build.Test}/TestFiles/DesignTimeCodeGenerationTest/RazorTemplate_Generic_InImplicitExpression/TestComponent.ir.txt (100%) rename test/{Microsoft.AspNetCore.Blazor.Build.Test => Microsoft.AspNetCore.Components.Build.Test}/TestFiles/DesignTimeCodeGenerationTest/RazorTemplate_Generic_InImplicitExpression/TestComponent.mappings.txt (100%) rename test/{Microsoft.AspNetCore.Blazor.Build.Test => Microsoft.AspNetCore.Components.Build.Test}/TestFiles/DesignTimeCodeGenerationTest/RazorTemplate_InAttribute/TestComponent.codegen.cs (100%) rename test/{Microsoft.AspNetCore.Blazor.Build.Test => Microsoft.AspNetCore.Components.Build.Test}/TestFiles/DesignTimeCodeGenerationTest/RazorTemplate_InAttribute/TestComponent.diagnostics.txt (100%) rename test/{Microsoft.AspNetCore.Blazor.Build.Test => Microsoft.AspNetCore.Components.Build.Test}/TestFiles/DesignTimeCodeGenerationTest/RazorTemplate_InAttribute/TestComponent.ir.txt (100%) rename test/{Microsoft.AspNetCore.Blazor.Build.Test => Microsoft.AspNetCore.Components.Build.Test}/TestFiles/DesignTimeCodeGenerationTest/RazorTemplate_InAttribute/TestComponent.mappings.txt (100%) rename test/{Microsoft.AspNetCore.Blazor.Build.Test => Microsoft.AspNetCore.Components.Build.Test}/TestFiles/DesignTimeCodeGenerationTest/RazorTemplate_InCodeBlock/TestComponent.codegen.cs (100%) rename test/{Microsoft.AspNetCore.Blazor.Build.Test => Microsoft.AspNetCore.Components.Build.Test}/TestFiles/DesignTimeCodeGenerationTest/RazorTemplate_InCodeBlock/TestComponent.ir.txt (100%) rename test/{Microsoft.AspNetCore.Blazor.Build.Test => Microsoft.AspNetCore.Components.Build.Test}/TestFiles/DesignTimeCodeGenerationTest/RazorTemplate_InCodeBlock/TestComponent.mappings.txt (100%) rename test/{Microsoft.AspNetCore.Blazor.Build.Test => Microsoft.AspNetCore.Components.Build.Test}/TestFiles/DesignTimeCodeGenerationTest/RazorTemplate_InCodeBlock_Dynamic/TestComponent.codegen.cs (100%) rename test/{Microsoft.AspNetCore.Blazor.Build.Test => Microsoft.AspNetCore.Components.Build.Test}/TestFiles/DesignTimeCodeGenerationTest/RazorTemplate_InCodeBlock_Dynamic/TestComponent.ir.txt (100%) rename test/{Microsoft.AspNetCore.Blazor.Build.Test => Microsoft.AspNetCore.Components.Build.Test}/TestFiles/DesignTimeCodeGenerationTest/RazorTemplate_InCodeBlock_Dynamic/TestComponent.mappings.txt (100%) rename test/{Microsoft.AspNetCore.Blazor.Build.Test => Microsoft.AspNetCore.Components.Build.Test}/TestFiles/DesignTimeCodeGenerationTest/RazorTemplate_InExplicitExpression/TestComponent.codegen.cs (100%) rename test/{Microsoft.AspNetCore.Blazor.Build.Test => Microsoft.AspNetCore.Components.Build.Test}/TestFiles/DesignTimeCodeGenerationTest/RazorTemplate_InExplicitExpression/TestComponent.ir.txt (100%) rename test/{Microsoft.AspNetCore.Blazor.Build.Test => Microsoft.AspNetCore.Components.Build.Test}/TestFiles/DesignTimeCodeGenerationTest/RazorTemplate_InExplicitExpression/TestComponent.mappings.txt (100%) rename test/{Microsoft.AspNetCore.Blazor.Build.Test => Microsoft.AspNetCore.Components.Build.Test}/TestFiles/DesignTimeCodeGenerationTest/RazorTemplate_InImplicitExpression/TestComponent.codegen.cs (100%) rename test/{Microsoft.AspNetCore.Blazor.Build.Test => Microsoft.AspNetCore.Components.Build.Test}/TestFiles/DesignTimeCodeGenerationTest/RazorTemplate_InImplicitExpression/TestComponent.ir.txt (100%) rename test/{Microsoft.AspNetCore.Blazor.Build.Test => Microsoft.AspNetCore.Components.Build.Test}/TestFiles/DesignTimeCodeGenerationTest/RazorTemplate_InImplicitExpression/TestComponent.mappings.txt (100%) rename test/{Microsoft.AspNetCore.Blazor.Build.Test => Microsoft.AspNetCore.Components.Build.Test}/TestFiles/DesignTimeCodeGenerationTest/RazorTemplate_MultipleRoots/TestComponent.codegen.cs (100%) rename test/{Microsoft.AspNetCore.Blazor.Build.Test => Microsoft.AspNetCore.Components.Build.Test}/TestFiles/DesignTimeCodeGenerationTest/RazorTemplate_MultipleRoots/TestComponent.ir.txt (100%) rename test/{Microsoft.AspNetCore.Blazor.Build.Test => Microsoft.AspNetCore.Components.Build.Test}/TestFiles/DesignTimeCodeGenerationTest/RazorTemplate_MultipleRoots/TestComponent.mappings.txt (100%) rename test/{Microsoft.AspNetCore.Blazor.Build.Test => Microsoft.AspNetCore.Components.Build.Test}/TestFiles/DesignTimeCodeGenerationTest/RazorTemplate_NonGeneric_AsComponentParameter/TestComponent.codegen.cs (100%) rename test/{Microsoft.AspNetCore.Blazor.Build.Test => Microsoft.AspNetCore.Components.Build.Test}/TestFiles/DesignTimeCodeGenerationTest/RazorTemplate_NonGeneric_AsComponentParameter/TestComponent.ir.txt (100%) rename test/{Microsoft.AspNetCore.Blazor.Build.Test => Microsoft.AspNetCore.Components.Build.Test}/TestFiles/DesignTimeCodeGenerationTest/RazorTemplate_NonGeneric_AsComponentParameter/TestComponent.mappings.txt (100%) rename test/{Microsoft.AspNetCore.Blazor.Build.Test => Microsoft.AspNetCore.Components.Build.Test}/TestFiles/DesignTimeCodeGenerationTest/RazorTemplate_NonGeneric_InImplicitExpression/TestComponent.codegen.cs (100%) rename test/{Microsoft.AspNetCore.Blazor.Build.Test => Microsoft.AspNetCore.Components.Build.Test}/TestFiles/DesignTimeCodeGenerationTest/RazorTemplate_NonGeneric_InImplicitExpression/TestComponent.ir.txt (100%) rename test/{Microsoft.AspNetCore.Blazor.Build.Test => Microsoft.AspNetCore.Components.Build.Test}/TestFiles/DesignTimeCodeGenerationTest/RazorTemplate_NonGeneric_InImplicitExpression/TestComponent.mappings.txt (100%) rename test/{Microsoft.AspNetCore.Blazor.Build.Test => Microsoft.AspNetCore.Components.Build.Test}/TestFiles/DesignTimeCodeGenerationTest/Regression_597/TestComponent.codegen.cs (96%) rename test/{Microsoft.AspNetCore.Blazor.Build.Test => Microsoft.AspNetCore.Components.Build.Test}/TestFiles/DesignTimeCodeGenerationTest/Regression_597/TestComponent.ir.txt (100%) rename test/{Microsoft.AspNetCore.Blazor.Build.Test => Microsoft.AspNetCore.Components.Build.Test}/TestFiles/DesignTimeCodeGenerationTest/Regression_597/TestComponent.mappings.txt (95%) rename test/{Microsoft.AspNetCore.Blazor.Build.Test => Microsoft.AspNetCore.Components.Build.Test}/TestFiles/DesignTimeCodeGenerationTest/Regression_609/TestComponent.codegen.cs (100%) rename test/{Microsoft.AspNetCore.Blazor.Build.Test => Microsoft.AspNetCore.Components.Build.Test}/TestFiles/DesignTimeCodeGenerationTest/Regression_609/TestComponent.ir.txt (100%) rename test/{Microsoft.AspNetCore.Blazor.Build.Test => Microsoft.AspNetCore.Components.Build.Test}/TestFiles/DesignTimeCodeGenerationTest/Regression_609/TestComponent.mappings.txt (100%) rename test/{Microsoft.AspNetCore.Blazor.Build.Test => Microsoft.AspNetCore.Components.Build.Test}/TestFiles/DesignTimeCodeGenerationTest/Regression_772/TestComponent.codegen.cs (100%) rename test/{Microsoft.AspNetCore.Blazor.Build.Test => Microsoft.AspNetCore.Components.Build.Test}/TestFiles/DesignTimeCodeGenerationTest/Regression_772/TestComponent.diagnostics.txt (100%) rename test/{Microsoft.AspNetCore.Blazor.Build.Test => Microsoft.AspNetCore.Components.Build.Test}/TestFiles/DesignTimeCodeGenerationTest/Regression_772/TestComponent.ir.txt (100%) rename test/{Microsoft.AspNetCore.Blazor.Build.Test => Microsoft.AspNetCore.Components.Build.Test}/TestFiles/DesignTimeCodeGenerationTest/Regression_772/TestComponent.mappings.txt (100%) rename test/{Microsoft.AspNetCore.Blazor.Build.Test => Microsoft.AspNetCore.Components.Build.Test}/TestFiles/DesignTimeCodeGenerationTest/Regression_773/TestComponent.codegen.cs (100%) rename test/{Microsoft.AspNetCore.Blazor.Build.Test => Microsoft.AspNetCore.Components.Build.Test}/TestFiles/DesignTimeCodeGenerationTest/Regression_773/TestComponent.ir.txt (100%) rename test/{Microsoft.AspNetCore.Blazor.Build.Test => Microsoft.AspNetCore.Components.Build.Test}/TestFiles/DesignTimeCodeGenerationTest/Regression_773/TestComponent.mappings.txt (100%) rename test/{Microsoft.AspNetCore.Blazor.Build.Test => Microsoft.AspNetCore.Components.Build.Test}/TestFiles/DesignTimeCodeGenerationTest/Regression_784/TestComponent.codegen.cs (100%) rename test/{Microsoft.AspNetCore.Blazor.Build.Test => Microsoft.AspNetCore.Components.Build.Test}/TestFiles/DesignTimeCodeGenerationTest/Regression_784/TestComponent.ir.txt (100%) rename test/{Microsoft.AspNetCore.Blazor.Build.Test => Microsoft.AspNetCore.Components.Build.Test}/TestFiles/DesignTimeCodeGenerationTest/Regression_784/TestComponent.mappings.txt (100%) rename test/{Microsoft.AspNetCore.Blazor.Build.Test => Microsoft.AspNetCore.Components.Build.Test}/TestFiles/DesignTimeCodeGenerationTest/ScriptTag_WithErrorSuppressed/TestComponent.codegen.cs (100%) rename test/{Microsoft.AspNetCore.Blazor.Build.Test => Microsoft.AspNetCore.Components.Build.Test}/TestFiles/DesignTimeCodeGenerationTest/ScriptTag_WithErrorSuppressed/TestComponent.ir.txt (100%) rename test/{Microsoft.AspNetCore.Blazor.Build.Test => Microsoft.AspNetCore.Components.Build.Test}/TestFiles/DesignTimeCodeGenerationTest/TrailingWhiteSpace_WithCSharpExpression/TestComponent.codegen.cs (100%) rename test/{Microsoft.AspNetCore.Blazor.Build.Test => Microsoft.AspNetCore.Components.Build.Test}/TestFiles/DesignTimeCodeGenerationTest/TrailingWhiteSpace_WithCSharpExpression/TestComponent.ir.txt (100%) rename test/{Microsoft.AspNetCore.Blazor.Build.Test => Microsoft.AspNetCore.Components.Build.Test}/TestFiles/DesignTimeCodeGenerationTest/TrailingWhiteSpace_WithCSharpExpression/TestComponent.mappings.txt (100%) rename test/{Microsoft.AspNetCore.Blazor.Build.Test => Microsoft.AspNetCore.Components.Build.Test}/TestFiles/DesignTimeCodeGenerationTest/TrailingWhiteSpace_WithComponent/TestComponent.codegen.cs (100%) rename test/{Microsoft.AspNetCore.Blazor.Build.Test => Microsoft.AspNetCore.Components.Build.Test}/TestFiles/DesignTimeCodeGenerationTest/TrailingWhiteSpace_WithComponent/TestComponent.ir.txt (100%) rename test/{Microsoft.AspNetCore.Blazor.Build.Test => Microsoft.AspNetCore.Components.Build.Test}/TestFiles/DesignTimeCodeGenerationTest/TrailingWhiteSpace_WithComponent/TestComponent.mappings.txt (100%) rename test/{Microsoft.AspNetCore.Blazor.Build.Test => Microsoft.AspNetCore.Components.Build.Test}/TestFiles/DesignTimeCodeGenerationTest/TrailingWhiteSpace_WithDirective/TestComponent.codegen.cs (100%) rename test/{Microsoft.AspNetCore.Blazor.Build.Test => Microsoft.AspNetCore.Components.Build.Test}/TestFiles/DesignTimeCodeGenerationTest/TrailingWhiteSpace_WithDirective/TestComponent.ir.txt (100%) rename test/{Microsoft.AspNetCore.Blazor.Build.Test => Microsoft.AspNetCore.Components.Build.Test}/TestFiles/DesignTimeCodeGenerationTest/TrailingWhiteSpace_WithDirective/TestComponent.mappings.txt (100%) rename test/{Microsoft.AspNetCore.Blazor.Build.Test => Microsoft.AspNetCore.Components.Build.Test}/TestFiles/RuntimeCodeGenerationTest/AsyncEventHandler_OnElement_ActionEventArgs_Lambda/TestComponent.codegen.cs (100%) rename test/{Microsoft.AspNetCore.Blazor.Build.Test => Microsoft.AspNetCore.Components.Build.Test}/TestFiles/RuntimeCodeGenerationTest/AsyncEventHandler_OnElement_ActionEventArgs_Lambda/TestComponent.ir.txt (100%) rename test/{Microsoft.AspNetCore.Blazor.Build.Test => Microsoft.AspNetCore.Components.Build.Test}/TestFiles/RuntimeCodeGenerationTest/AsyncEventHandler_OnElement_ActionEventArgs_MethodGroup/TestComponent.codegen.cs (100%) rename test/{Microsoft.AspNetCore.Blazor.Build.Test => Microsoft.AspNetCore.Components.Build.Test}/TestFiles/RuntimeCodeGenerationTest/AsyncEventHandler_OnElement_ActionEventArgs_MethodGroup/TestComponent.ir.txt (100%) rename test/{Microsoft.AspNetCore.Blazor.Build.Test => Microsoft.AspNetCore.Components.Build.Test}/TestFiles/RuntimeCodeGenerationTest/AsyncEventHandler_OnElement_ActionEventArgs_MethodGroup/TestComponent.mappings.txt (100%) rename test/{Microsoft.AspNetCore.Blazor.Build.Test => Microsoft.AspNetCore.Components.Build.Test}/TestFiles/RuntimeCodeGenerationTest/AsyncEventHandler_OnElement_Action_Lambda/TestComponent.codegen.cs (100%) rename test/{Microsoft.AspNetCore.Blazor.Build.Test => Microsoft.AspNetCore.Components.Build.Test}/TestFiles/RuntimeCodeGenerationTest/AsyncEventHandler_OnElement_Action_Lambda/TestComponent.ir.txt (100%) rename test/{Microsoft.AspNetCore.Blazor.Build.Test => Microsoft.AspNetCore.Components.Build.Test}/TestFiles/RuntimeCodeGenerationTest/AsyncEventHandler_OnElement_Action_MethodGroup/TestComponent.codegen.cs (100%) rename test/{Microsoft.AspNetCore.Blazor.Build.Test => Microsoft.AspNetCore.Components.Build.Test}/TestFiles/RuntimeCodeGenerationTest/AsyncEventHandler_OnElement_Action_MethodGroup/TestComponent.ir.txt (100%) rename test/{Microsoft.AspNetCore.Blazor.Build.Test => Microsoft.AspNetCore.Components.Build.Test}/TestFiles/RuntimeCodeGenerationTest/AsyncEventHandler_OnElement_Action_MethodGroup/TestComponent.mappings.txt (100%) rename test/{Microsoft.AspNetCore.Blazor.Build.Test => Microsoft.AspNetCore.Components.Build.Test}/TestFiles/RuntimeCodeGenerationTest/BindToComponent_SpecifiesValueAndChangeEvent_WithMatchingProperties/TestComponent.codegen.cs (97%) rename test/{Microsoft.AspNetCore.Blazor.Build.Test => Microsoft.AspNetCore.Components.Build.Test}/TestFiles/RuntimeCodeGenerationTest/BindToComponent_SpecifiesValueAndChangeEvent_WithMatchingProperties/TestComponent.ir.txt (100%) rename test/{Microsoft.AspNetCore.Blazor.Build.Test => Microsoft.AspNetCore.Components.Build.Test}/TestFiles/RuntimeCodeGenerationTest/BindToComponent_SpecifiesValueAndChangeEvent_WithMatchingProperties/TestComponent.mappings.txt (95%) rename test/{Microsoft.AspNetCore.Blazor.Build.Test => Microsoft.AspNetCore.Components.Build.Test}/TestFiles/RuntimeCodeGenerationTest/BindToComponent_SpecifiesValueAndChangeEvent_WithoutMatchingProperties/TestComponent.codegen.cs (97%) rename test/{Microsoft.AspNetCore.Blazor.Build.Test => Microsoft.AspNetCore.Components.Build.Test}/TestFiles/RuntimeCodeGenerationTest/BindToComponent_SpecifiesValueAndChangeEvent_WithoutMatchingProperties/TestComponent.ir.txt (100%) rename test/{Microsoft.AspNetCore.Blazor.Build.Test => Microsoft.AspNetCore.Components.Build.Test}/TestFiles/RuntimeCodeGenerationTest/BindToComponent_SpecifiesValueAndChangeEvent_WithoutMatchingProperties/TestComponent.mappings.txt (95%) rename test/{Microsoft.AspNetCore.Blazor.Build.Test => Microsoft.AspNetCore.Components.Build.Test}/TestFiles/RuntimeCodeGenerationTest/BindToComponent_SpecifiesValue_WithMatchingProperties/TestComponent.codegen.cs (97%) rename test/{Microsoft.AspNetCore.Blazor.Build.Test => Microsoft.AspNetCore.Components.Build.Test}/TestFiles/RuntimeCodeGenerationTest/BindToComponent_SpecifiesValue_WithMatchingProperties/TestComponent.ir.txt (100%) rename test/{Microsoft.AspNetCore.Blazor.Build.Test => Microsoft.AspNetCore.Components.Build.Test}/TestFiles/RuntimeCodeGenerationTest/BindToComponent_SpecifiesValue_WithMatchingProperties/TestComponent.mappings.txt (95%) rename test/{Microsoft.AspNetCore.Blazor.Build.Test => Microsoft.AspNetCore.Components.Build.Test}/TestFiles/RuntimeCodeGenerationTest/BindToComponent_SpecifiesValue_WithoutMatchingProperties/TestComponent.codegen.cs (97%) rename test/{Microsoft.AspNetCore.Blazor.Build.Test => Microsoft.AspNetCore.Components.Build.Test}/TestFiles/RuntimeCodeGenerationTest/BindToComponent_SpecifiesValue_WithoutMatchingProperties/TestComponent.ir.txt (100%) rename test/{Microsoft.AspNetCore.Blazor.Build.Test => Microsoft.AspNetCore.Components.Build.Test}/TestFiles/RuntimeCodeGenerationTest/BindToComponent_SpecifiesValue_WithoutMatchingProperties/TestComponent.mappings.txt (95%) rename test/{Microsoft.AspNetCore.Blazor.Build.Test => Microsoft.AspNetCore.Components.Build.Test}/TestFiles/RuntimeCodeGenerationTest/BindToComponent_TypeChecked_WithMatchingProperties/TestComponent.codegen.cs (100%) rename test/{Microsoft.AspNetCore.Blazor.Build.Test => Microsoft.AspNetCore.Components.Build.Test}/TestFiles/RuntimeCodeGenerationTest/BindToComponent_TypeChecked_WithMatchingProperties/TestComponent.ir.txt (100%) rename test/{Microsoft.AspNetCore.Blazor.Build.Test => Microsoft.AspNetCore.Components.Build.Test}/TestFiles/RuntimeCodeGenerationTest/BindToComponent_TypeChecked_WithMatchingProperties/TestComponent.mappings.txt (100%) rename test/{Microsoft.AspNetCore.Blazor.Build.Test => Microsoft.AspNetCore.Components.Build.Test}/TestFiles/RuntimeCodeGenerationTest/BindToElementFallback_WithFormat_WritesAttributes/TestComponent.codegen.cs (97%) rename test/{Microsoft.AspNetCore.Blazor.Build.Test => Microsoft.AspNetCore.Components.Build.Test}/TestFiles/RuntimeCodeGenerationTest/BindToElementFallback_WithFormat_WritesAttributes/TestComponent.ir.txt (100%) rename test/{Microsoft.AspNetCore.Blazor.Build.Test => Microsoft.AspNetCore.Components.Build.Test}/TestFiles/RuntimeCodeGenerationTest/BindToElementFallback_WithFormat_WritesAttributes/TestComponent.mappings.txt (96%) rename test/{Microsoft.AspNetCore.Blazor.Build.Test => Microsoft.AspNetCore.Components.Build.Test}/TestFiles/RuntimeCodeGenerationTest/BindToElementFallback_WritesAttributes/TestComponent.codegen.cs (97%) rename test/{Microsoft.AspNetCore.Blazor.Build.Test => Microsoft.AspNetCore.Components.Build.Test}/TestFiles/RuntimeCodeGenerationTest/BindToElementFallback_WritesAttributes/TestComponent.ir.txt (100%) rename test/{Microsoft.AspNetCore.Blazor.Build.Test => Microsoft.AspNetCore.Components.Build.Test}/TestFiles/RuntimeCodeGenerationTest/BindToElementFallback_WritesAttributes/TestComponent.mappings.txt (95%) rename test/{Microsoft.AspNetCore.Blazor.Build.Test => Microsoft.AspNetCore.Components.Build.Test}/TestFiles/RuntimeCodeGenerationTest/BindToElementWithSuffix_WritesAttributes/TestComponent.codegen.cs (97%) rename test/{Microsoft.AspNetCore.Blazor.Build.Test => Microsoft.AspNetCore.Components.Build.Test}/TestFiles/RuntimeCodeGenerationTest/BindToElementWithSuffix_WritesAttributes/TestComponent.ir.txt (100%) rename test/{Microsoft.AspNetCore.Blazor.Build.Test => Microsoft.AspNetCore.Components.Build.Test}/TestFiles/RuntimeCodeGenerationTest/BindToElementWithSuffix_WritesAttributes/TestComponent.mappings.txt (96%) rename test/{Microsoft.AspNetCore.Blazor.Build.Test => Microsoft.AspNetCore.Components.Build.Test}/TestFiles/RuntimeCodeGenerationTest/BindToElement_WritesAttributes/TestComponent.codegen.cs (97%) rename test/{Microsoft.AspNetCore.Blazor.Build.Test => Microsoft.AspNetCore.Components.Build.Test}/TestFiles/RuntimeCodeGenerationTest/BindToElement_WritesAttributes/TestComponent.ir.txt (100%) rename test/{Microsoft.AspNetCore.Blazor.Build.Test => Microsoft.AspNetCore.Components.Build.Test}/TestFiles/RuntimeCodeGenerationTest/BindToElement_WritesAttributes/TestComponent.mappings.txt (96%) rename test/{Microsoft.AspNetCore.Blazor.Build.Test => Microsoft.AspNetCore.Components.Build.Test}/TestFiles/RuntimeCodeGenerationTest/BodyAndAttributeChildContent/TestComponent.codegen.cs (100%) rename test/{Microsoft.AspNetCore.Blazor.Build.Test => Microsoft.AspNetCore.Components.Build.Test}/TestFiles/RuntimeCodeGenerationTest/BodyAndAttributeChildContent/TestComponent.ir.txt (100%) rename test/{Microsoft.AspNetCore.Blazor.Build.Test => Microsoft.AspNetCore.Components.Build.Test}/TestFiles/RuntimeCodeGenerationTest/BodyAndAttributeChildContent/TestComponent.mappings.txt (100%) rename test/{Microsoft.AspNetCore.Blazor.Build.Test => Microsoft.AspNetCore.Components.Build.Test}/TestFiles/RuntimeCodeGenerationTest/BodyAndExplicitChildContent/TestComponent.codegen.cs (100%) rename test/{Microsoft.AspNetCore.Blazor.Build.Test => Microsoft.AspNetCore.Components.Build.Test}/TestFiles/RuntimeCodeGenerationTest/BodyAndExplicitChildContent/TestComponent.ir.txt (100%) rename test/{Microsoft.AspNetCore.Blazor.Build.Test => Microsoft.AspNetCore.Components.Build.Test}/TestFiles/RuntimeCodeGenerationTest/BodyAndExplicitChildContent/TestComponent.mappings.txt (100%) rename test/{Microsoft.AspNetCore.Blazor.Build.Test => Microsoft.AspNetCore.Components.Build.Test}/TestFiles/RuntimeCodeGenerationTest/BuiltIn_BindToInputCheckbox_WritesAttributes/TestComponent.codegen.cs (97%) rename test/{Microsoft.AspNetCore.Blazor.Build.Test => Microsoft.AspNetCore.Components.Build.Test}/TestFiles/RuntimeCodeGenerationTest/BuiltIn_BindToInputCheckbox_WritesAttributes/TestComponent.ir.txt (100%) rename test/{Microsoft.AspNetCore.Blazor.Build.Test => Microsoft.AspNetCore.Components.Build.Test}/TestFiles/RuntimeCodeGenerationTest/BuiltIn_BindToInputCheckbox_WritesAttributes/TestComponent.mappings.txt (95%) rename test/{Microsoft.AspNetCore.Blazor.Build.Test => Microsoft.AspNetCore.Components.Build.Test}/TestFiles/RuntimeCodeGenerationTest/BuiltIn_BindToInputText_WithFormatFromProperty_WritesAttributes/TestComponent.codegen.cs (97%) rename test/{Microsoft.AspNetCore.Blazor.Build.Test => Microsoft.AspNetCore.Components.Build.Test}/TestFiles/RuntimeCodeGenerationTest/BuiltIn_BindToInputText_WithFormatFromProperty_WritesAttributes/TestComponent.ir.txt (100%) rename test/{Microsoft.AspNetCore.Blazor.Build.Test => Microsoft.AspNetCore.Components.Build.Test}/TestFiles/RuntimeCodeGenerationTest/BuiltIn_BindToInputText_WithFormatFromProperty_WritesAttributes/TestComponent.mappings.txt (96%) rename test/{Microsoft.AspNetCore.Blazor.Build.Test => Microsoft.AspNetCore.Components.Build.Test}/TestFiles/RuntimeCodeGenerationTest/BuiltIn_BindToInputText_WithFormat_WritesAttributes/TestComponent.codegen.cs (97%) rename test/{Microsoft.AspNetCore.Blazor.Build.Test => Microsoft.AspNetCore.Components.Build.Test}/TestFiles/RuntimeCodeGenerationTest/BuiltIn_BindToInputText_WithFormat_WritesAttributes/TestComponent.ir.txt (100%) rename test/{Microsoft.AspNetCore.Blazor.Build.Test => Microsoft.AspNetCore.Components.Build.Test}/TestFiles/RuntimeCodeGenerationTest/BuiltIn_BindToInputText_WithFormat_WritesAttributes/TestComponent.mappings.txt (96%) rename test/{Microsoft.AspNetCore.Blazor.Build.Test => Microsoft.AspNetCore.Components.Build.Test}/TestFiles/RuntimeCodeGenerationTest/BuiltIn_BindToInputText_WritesAttributes/TestComponent.codegen.cs (97%) rename test/{Microsoft.AspNetCore.Blazor.Build.Test => Microsoft.AspNetCore.Components.Build.Test}/TestFiles/RuntimeCodeGenerationTest/BuiltIn_BindToInputText_WritesAttributes/TestComponent.ir.txt (100%) rename test/{Microsoft.AspNetCore.Blazor.Build.Test => Microsoft.AspNetCore.Components.Build.Test}/TestFiles/RuntimeCodeGenerationTest/BuiltIn_BindToInputText_WritesAttributes/TestComponent.mappings.txt (95%) rename test/{Microsoft.AspNetCore.Blazor.Build.Test => Microsoft.AspNetCore.Components.Build.Test}/TestFiles/RuntimeCodeGenerationTest/BuiltIn_BindToInputWithoutType_WritesAttributes/TestComponent.codegen.cs (97%) rename test/{Microsoft.AspNetCore.Blazor.Build.Test => Microsoft.AspNetCore.Components.Build.Test}/TestFiles/RuntimeCodeGenerationTest/BuiltIn_BindToInputWithoutType_WritesAttributes/TestComponent.ir.txt (100%) rename test/{Microsoft.AspNetCore.Blazor.Build.Test => Microsoft.AspNetCore.Components.Build.Test}/TestFiles/RuntimeCodeGenerationTest/BuiltIn_BindToInputWithoutType_WritesAttributes/TestComponent.mappings.txt (95%) rename test/{Microsoft.AspNetCore.Blazor.Build.Test => Microsoft.AspNetCore.Components.Build.Test}/TestFiles/RuntimeCodeGenerationTest/ChildComponent_Generic/TestComponent.codegen.cs (100%) rename test/{Microsoft.AspNetCore.Blazor.Build.Test => Microsoft.AspNetCore.Components.Build.Test}/TestFiles/RuntimeCodeGenerationTest/ChildComponent_Generic/TestComponent.ir.txt (100%) rename test/{Microsoft.AspNetCore.Blazor.Build.Test => Microsoft.AspNetCore.Components.Build.Test}/TestFiles/RuntimeCodeGenerationTest/ChildComponent_GenericBind/TestComponent.codegen.cs (100%) rename test/{Microsoft.AspNetCore.Blazor.Build.Test => Microsoft.AspNetCore.Components.Build.Test}/TestFiles/RuntimeCodeGenerationTest/ChildComponent_GenericBind/TestComponent.ir.txt (100%) rename test/{Microsoft.AspNetCore.Blazor.Build.Test => Microsoft.AspNetCore.Components.Build.Test}/TestFiles/RuntimeCodeGenerationTest/ChildComponent_GenericBind/TestComponent.mappings.txt (100%) rename test/{Microsoft.AspNetCore.Blazor.Build.Test => Microsoft.AspNetCore.Components.Build.Test}/TestFiles/RuntimeCodeGenerationTest/ChildComponent_GenericBindWeaklyTyped/TestComponent.codegen.cs (100%) rename test/{Microsoft.AspNetCore.Blazor.Build.Test => Microsoft.AspNetCore.Components.Build.Test}/TestFiles/RuntimeCodeGenerationTest/ChildComponent_GenericBindWeaklyTyped/TestComponent.ir.txt (100%) rename test/{Microsoft.AspNetCore.Blazor.Build.Test => Microsoft.AspNetCore.Components.Build.Test}/TestFiles/RuntimeCodeGenerationTest/ChildComponent_GenericBindWeaklyTyped/TestComponent.mappings.txt (100%) rename test/{Microsoft.AspNetCore.Blazor.Build.Test => Microsoft.AspNetCore.Components.Build.Test}/TestFiles/RuntimeCodeGenerationTest/ChildComponent_GenericBindWeaklyTyped_TypeInference/TestComponent.codegen.cs (100%) rename test/{Microsoft.AspNetCore.Blazor.Build.Test => Microsoft.AspNetCore.Components.Build.Test}/TestFiles/RuntimeCodeGenerationTest/ChildComponent_GenericBindWeaklyTyped_TypeInference/TestComponent.ir.txt (100%) rename test/{Microsoft.AspNetCore.Blazor.Build.Test => Microsoft.AspNetCore.Components.Build.Test}/TestFiles/RuntimeCodeGenerationTest/ChildComponent_GenericBindWeaklyTyped_TypeInference/TestComponent.mappings.txt (100%) rename test/{Microsoft.AspNetCore.Blazor.Build.Test => Microsoft.AspNetCore.Components.Build.Test}/TestFiles/RuntimeCodeGenerationTest/ChildComponent_GenericBind_TypeInference/TestComponent.codegen.cs (100%) rename test/{Microsoft.AspNetCore.Blazor.Build.Test => Microsoft.AspNetCore.Components.Build.Test}/TestFiles/RuntimeCodeGenerationTest/ChildComponent_GenericBind_TypeInference/TestComponent.ir.txt (100%) rename test/{Microsoft.AspNetCore.Blazor.Build.Test => Microsoft.AspNetCore.Components.Build.Test}/TestFiles/RuntimeCodeGenerationTest/ChildComponent_GenericBind_TypeInference/TestComponent.mappings.txt (100%) rename test/{Microsoft.AspNetCore.Blazor.Build.Test => Microsoft.AspNetCore.Components.Build.Test}/TestFiles/RuntimeCodeGenerationTest/ChildComponent_GenericChildContent/TestComponent.codegen.cs (100%) rename test/{Microsoft.AspNetCore.Blazor.Build.Test => Microsoft.AspNetCore.Components.Build.Test}/TestFiles/RuntimeCodeGenerationTest/ChildComponent_GenericChildContent/TestComponent.ir.txt (100%) rename test/{Microsoft.AspNetCore.Blazor.Build.Test => Microsoft.AspNetCore.Components.Build.Test}/TestFiles/RuntimeCodeGenerationTest/ChildComponent_GenericChildContent_TypeInference/TestComponent.codegen.cs (100%) rename test/{Microsoft.AspNetCore.Blazor.Build.Test => Microsoft.AspNetCore.Components.Build.Test}/TestFiles/RuntimeCodeGenerationTest/ChildComponent_GenericChildContent_TypeInference/TestComponent.ir.txt (100%) rename test/{Microsoft.AspNetCore.Blazor.Build.Test => Microsoft.AspNetCore.Components.Build.Test}/TestFiles/RuntimeCodeGenerationTest/ChildComponent_GenericWeaklyTypedAttribute/TestComponent.codegen.cs (100%) rename test/{Microsoft.AspNetCore.Blazor.Build.Test => Microsoft.AspNetCore.Components.Build.Test}/TestFiles/RuntimeCodeGenerationTest/ChildComponent_GenericWeaklyTypedAttribute/TestComponent.ir.txt (100%) rename test/{Microsoft.AspNetCore.Blazor.Build.Test => Microsoft.AspNetCore.Components.Build.Test}/TestFiles/RuntimeCodeGenerationTest/ChildComponent_GenericWeaklyTypedAttribute_TypeInference/TestComponent.codegen.cs (100%) rename test/{Microsoft.AspNetCore.Blazor.Build.Test => Microsoft.AspNetCore.Components.Build.Test}/TestFiles/RuntimeCodeGenerationTest/ChildComponent_GenericWeaklyTypedAttribute_TypeInference/TestComponent.ir.txt (100%) rename test/{Microsoft.AspNetCore.Blazor.Build.Test => Microsoft.AspNetCore.Components.Build.Test}/TestFiles/RuntimeCodeGenerationTest/ChildComponent_Generic_TypeInference/TestComponent.codegen.cs (100%) rename test/{Microsoft.AspNetCore.Blazor.Build.Test => Microsoft.AspNetCore.Components.Build.Test}/TestFiles/RuntimeCodeGenerationTest/ChildComponent_Generic_TypeInference/TestComponent.ir.txt (100%) rename test/{Microsoft.AspNetCore.Blazor.Build.Test => Microsoft.AspNetCore.Components.Build.Test}/TestFiles/RuntimeCodeGenerationTest/ChildComponent_Generic_TypeInference_Multiple/TestComponent.codegen.cs (100%) rename test/{Microsoft.AspNetCore.Blazor.Build.Test => Microsoft.AspNetCore.Components.Build.Test}/TestFiles/RuntimeCodeGenerationTest/ChildComponent_Generic_TypeInference_Multiple/TestComponent.ir.txt (100%) rename test/{Microsoft.AspNetCore.Blazor.Build.Test => Microsoft.AspNetCore.Components.Build.Test}/TestFiles/RuntimeCodeGenerationTest/ChildComponent_MultipleGenerics/TestComponent.codegen.cs (100%) rename test/{Microsoft.AspNetCore.Blazor.Build.Test => Microsoft.AspNetCore.Components.Build.Test}/TestFiles/RuntimeCodeGenerationTest/ChildComponent_MultipleGenerics/TestComponent.ir.txt (100%) rename test/{Microsoft.AspNetCore.Blazor.Build.Test => Microsoft.AspNetCore.Components.Build.Test}/TestFiles/RuntimeCodeGenerationTest/ChildComponent_MultipleGenerics_TypeInference/TestComponent.codegen.cs (100%) rename test/{Microsoft.AspNetCore.Blazor.Build.Test => Microsoft.AspNetCore.Components.Build.Test}/TestFiles/RuntimeCodeGenerationTest/ChildComponent_MultipleGenerics_TypeInference/TestComponent.ir.txt (100%) rename test/{Microsoft.AspNetCore.Blazor.Build.Test => Microsoft.AspNetCore.Components.Build.Test}/TestFiles/RuntimeCodeGenerationTest/ChildComponent_Simple/TestComponent.codegen.cs (96%) rename test/{Microsoft.AspNetCore.Blazor.Build.Test => Microsoft.AspNetCore.Components.Build.Test}/TestFiles/RuntimeCodeGenerationTest/ChildComponent_Simple/TestComponent.ir.txt (100%) rename test/{Microsoft.AspNetCore.Blazor.Build.Test => Microsoft.AspNetCore.Components.Build.Test}/TestFiles/RuntimeCodeGenerationTest/ChildComponent_WithChildContent/TestComponent.codegen.cs (97%) rename test/{Microsoft.AspNetCore.Blazor.Build.Test => Microsoft.AspNetCore.Components.Build.Test}/TestFiles/RuntimeCodeGenerationTest/ChildComponent_WithChildContent/TestComponent.ir.txt (100%) rename test/{Microsoft.AspNetCore.Blazor.Build.Test => Microsoft.AspNetCore.Components.Build.Test}/TestFiles/RuntimeCodeGenerationTest/ChildComponent_WithElementOnlyChildContent/TestComponent.codegen.cs (100%) rename test/{Microsoft.AspNetCore.Blazor.Build.Test => Microsoft.AspNetCore.Components.Build.Test}/TestFiles/RuntimeCodeGenerationTest/ChildComponent_WithElementOnlyChildContent/TestComponent.ir.txt (100%) rename test/{Microsoft.AspNetCore.Blazor.Build.Test => Microsoft.AspNetCore.Components.Build.Test}/TestFiles/RuntimeCodeGenerationTest/ChildComponent_WithExplicitChildContent/TestComponent.codegen.cs (100%) rename test/{Microsoft.AspNetCore.Blazor.Build.Test => Microsoft.AspNetCore.Components.Build.Test}/TestFiles/RuntimeCodeGenerationTest/ChildComponent_WithExplicitChildContent/TestComponent.ir.txt (100%) rename test/{Microsoft.AspNetCore.Blazor.Build.Test => Microsoft.AspNetCore.Components.Build.Test}/TestFiles/RuntimeCodeGenerationTest/ChildComponent_WithExplicitEventHandler/TestComponent.codegen.cs (96%) rename test/{Microsoft.AspNetCore.Blazor.Build.Test => Microsoft.AspNetCore.Components.Build.Test}/TestFiles/RuntimeCodeGenerationTest/ChildComponent_WithExplicitEventHandler/TestComponent.ir.txt (100%) rename test/{Microsoft.AspNetCore.Blazor.Build.Test => Microsoft.AspNetCore.Components.Build.Test}/TestFiles/RuntimeCodeGenerationTest/ChildComponent_WithExplicitEventHandler/TestComponent.mappings.txt (95%) rename test/{Microsoft.AspNetCore.Blazor.Build.Test => Microsoft.AspNetCore.Components.Build.Test}/TestFiles/RuntimeCodeGenerationTest/ChildComponent_WithExplicitGenericChildContent/TestComponent.codegen.cs (100%) rename test/{Microsoft.AspNetCore.Blazor.Build.Test => Microsoft.AspNetCore.Components.Build.Test}/TestFiles/RuntimeCodeGenerationTest/ChildComponent_WithExplicitGenericChildContent/TestComponent.ir.txt (100%) rename test/{Microsoft.AspNetCore.Blazor.Build.Test => Microsoft.AspNetCore.Components.Build.Test}/TestFiles/RuntimeCodeGenerationTest/ChildComponent_WithExplicitStringParameter/TestComponent.codegen.cs (97%) rename test/{Microsoft.AspNetCore.Blazor.Build.Test => Microsoft.AspNetCore.Components.Build.Test}/TestFiles/RuntimeCodeGenerationTest/ChildComponent_WithExplicitStringParameter/TestComponent.ir.txt (100%) rename test/{Microsoft.AspNetCore.Blazor.Build.Test => Microsoft.AspNetCore.Components.Build.Test}/TestFiles/RuntimeCodeGenerationTest/ChildComponent_WithGenericChildContent/TestComponent.codegen.cs (100%) rename test/{Microsoft.AspNetCore.Blazor.Build.Test => Microsoft.AspNetCore.Components.Build.Test}/TestFiles/RuntimeCodeGenerationTest/ChildComponent_WithGenericChildContent/TestComponent.ir.txt (100%) rename test/{Microsoft.AspNetCore.Blazor.Build.Test => Microsoft.AspNetCore.Components.Build.Test}/TestFiles/RuntimeCodeGenerationTest/ChildComponent_WithGenericChildContent_SetsParameterName/TestComponent.codegen.cs (100%) rename test/{Microsoft.AspNetCore.Blazor.Build.Test => Microsoft.AspNetCore.Components.Build.Test}/TestFiles/RuntimeCodeGenerationTest/ChildComponent_WithGenericChildContent_SetsParameterName/TestComponent.ir.txt (100%) rename test/{Microsoft.AspNetCore.Blazor.Build.Test => Microsoft.AspNetCore.Components.Build.Test}/TestFiles/RuntimeCodeGenerationTest/ChildComponent_WithGenericChildContent_SetsParameterNameOnComponent/TestComponent.codegen.cs (100%) rename test/{Microsoft.AspNetCore.Blazor.Build.Test => Microsoft.AspNetCore.Components.Build.Test}/TestFiles/RuntimeCodeGenerationTest/ChildComponent_WithGenericChildContent_SetsParameterNameOnComponent/TestComponent.ir.txt (100%) rename test/{Microsoft.AspNetCore.Blazor.Build.Test => Microsoft.AspNetCore.Components.Build.Test}/TestFiles/RuntimeCodeGenerationTest/ChildComponent_WithLambdaEventHandler/TestComponent.codegen.cs (96%) rename test/{Microsoft.AspNetCore.Blazor.Build.Test => Microsoft.AspNetCore.Components.Build.Test}/TestFiles/RuntimeCodeGenerationTest/ChildComponent_WithLambdaEventHandler/TestComponent.ir.txt (100%) rename test/{Microsoft.AspNetCore.Blazor.Build.Test => Microsoft.AspNetCore.Components.Build.Test}/TestFiles/RuntimeCodeGenerationTest/ChildComponent_WithLambdaEventHandler/TestComponent.mappings.txt (94%) rename test/{Microsoft.AspNetCore.Blazor.Build.Test => Microsoft.AspNetCore.Components.Build.Test}/TestFiles/RuntimeCodeGenerationTest/ChildComponent_WithNonPropertyAttributes/TestComponent.codegen.cs (97%) rename test/{Microsoft.AspNetCore.Blazor.Build.Test => Microsoft.AspNetCore.Components.Build.Test}/TestFiles/RuntimeCodeGenerationTest/ChildComponent_WithNonPropertyAttributes/TestComponent.ir.txt (100%) rename test/{Microsoft.AspNetCore.Blazor.Build.Test => Microsoft.AspNetCore.Components.Build.Test}/TestFiles/RuntimeCodeGenerationTest/ChildComponent_WithPageDirective/TestComponent.codegen.cs (97%) rename test/{Microsoft.AspNetCore.Blazor.Build.Test => Microsoft.AspNetCore.Components.Build.Test}/TestFiles/RuntimeCodeGenerationTest/ChildComponent_WithPageDirective/TestComponent.ir.txt (100%) rename test/{Microsoft.AspNetCore.Blazor.Build.Test => Microsoft.AspNetCore.Components.Build.Test}/TestFiles/RuntimeCodeGenerationTest/ChildComponent_WithParameters/TestComponent.codegen.cs (97%) rename test/{Microsoft.AspNetCore.Blazor.Build.Test => Microsoft.AspNetCore.Components.Build.Test}/TestFiles/RuntimeCodeGenerationTest/ChildComponent_WithParameters/TestComponent.ir.txt (100%) rename test/{Microsoft.AspNetCore.Blazor.Build.Test => Microsoft.AspNetCore.Components.Build.Test}/TestFiles/RuntimeCodeGenerationTest/ChildComponent_WithWeaklyTypeEventHandler/TestComponent.codegen.cs (100%) rename test/{Microsoft.AspNetCore.Blazor.Build.Test => Microsoft.AspNetCore.Components.Build.Test}/TestFiles/RuntimeCodeGenerationTest/ChildComponent_WithWeaklyTypeEventHandler/TestComponent.ir.txt (100%) rename test/{Microsoft.AspNetCore.Blazor.Build.Test => Microsoft.AspNetCore.Components.Build.Test}/TestFiles/RuntimeCodeGenerationTest/ChildComponent_WithWeaklyTypeEventHandler/TestComponent.mappings.txt (100%) rename test/{Microsoft.AspNetCore.Blazor.Build.Test => Microsoft.AspNetCore.Components.Build.Test}/TestFiles/RuntimeCodeGenerationTest/ComponentParameter_TypeMismatch_ReportsDiagnostic/TestComponent.codegen.cs (100%) rename test/{Microsoft.AspNetCore.Blazor.Build.Test => Microsoft.AspNetCore.Components.Build.Test}/TestFiles/RuntimeCodeGenerationTest/ComponentParameter_TypeMismatch_ReportsDiagnostic/TestComponent.ir.txt (100%) rename test/{Microsoft.AspNetCore.Blazor.Build.Test => Microsoft.AspNetCore.Components.Build.Test}/TestFiles/RuntimeCodeGenerationTest/ComponentWithTypeParameters/TestComponent.codegen.cs (100%) rename test/{Microsoft.AspNetCore.Blazor.Build.Test => Microsoft.AspNetCore.Components.Build.Test}/TestFiles/RuntimeCodeGenerationTest/ComponentWithTypeParameters/TestComponent.ir.txt (100%) rename test/{Microsoft.AspNetCore.Blazor.Build.Test => Microsoft.AspNetCore.Components.Build.Test}/TestFiles/RuntimeCodeGenerationTest/ComponentWithTypeParameters/TestComponent.mappings.txt (100%) rename test/{Microsoft.AspNetCore.Blazor.Build.Test => Microsoft.AspNetCore.Components.Build.Test}/TestFiles/RuntimeCodeGenerationTest/Component_WithDocType/TestComponent.codegen.cs (100%) rename test/{Microsoft.AspNetCore.Blazor.Build.Test => Microsoft.AspNetCore.Components.Build.Test}/TestFiles/RuntimeCodeGenerationTest/Component_WithDocType/TestComponent.ir.txt (100%) rename test/{Microsoft.AspNetCore.Blazor.Build.Test => Microsoft.AspNetCore.Components.Build.Test}/TestFiles/RuntimeCodeGenerationTest/Component_WithRef/TestComponent.codegen.cs (100%) rename test/{Microsoft.AspNetCore.Blazor.Build.Test => Microsoft.AspNetCore.Components.Build.Test}/TestFiles/RuntimeCodeGenerationTest/Component_WithRef/TestComponent.ir.txt (100%) rename test/{Microsoft.AspNetCore.Blazor.Build.Test => Microsoft.AspNetCore.Components.Build.Test}/TestFiles/RuntimeCodeGenerationTest/Component_WithRef/TestComponent.mappings.txt (100%) rename test/{Microsoft.AspNetCore.Blazor.Build.Test => Microsoft.AspNetCore.Components.Build.Test}/TestFiles/RuntimeCodeGenerationTest/Component_WithRef_WithChildContent/TestComponent.codegen.cs (100%) rename test/{Microsoft.AspNetCore.Blazor.Build.Test => Microsoft.AspNetCore.Components.Build.Test}/TestFiles/RuntimeCodeGenerationTest/Component_WithRef_WithChildContent/TestComponent.ir.txt (100%) rename test/{Microsoft.AspNetCore.Blazor.Build.Test => Microsoft.AspNetCore.Components.Build.Test}/TestFiles/RuntimeCodeGenerationTest/Component_WithRef_WithChildContent/TestComponent.mappings.txt (100%) rename test/{Microsoft.AspNetCore.Blazor.Build.Test => Microsoft.AspNetCore.Components.Build.Test}/TestFiles/RuntimeCodeGenerationTest/Element_WithRef/TestComponent.codegen.cs (100%) rename test/{Microsoft.AspNetCore.Blazor.Build.Test => Microsoft.AspNetCore.Components.Build.Test}/TestFiles/RuntimeCodeGenerationTest/Element_WithRef/TestComponent.ir.txt (100%) rename test/{Microsoft.AspNetCore.Blazor.Build.Test => Microsoft.AspNetCore.Components.Build.Test}/TestFiles/RuntimeCodeGenerationTest/Element_WithRef/TestComponent.mappings.txt (100%) rename test/{Microsoft.AspNetCore.Blazor.Build.Test => Microsoft.AspNetCore.Components.Build.Test}/TestFiles/RuntimeCodeGenerationTest/Element_WithRef_CSharpReservedWord/TestComponent.codegen.cs (100%) rename test/{Microsoft.AspNetCore.Blazor.Build.Test => Microsoft.AspNetCore.Components.Build.Test}/TestFiles/RuntimeCodeGenerationTest/Element_WithRef_CSharpReservedWord/TestComponent.ir.txt (100%) rename test/{Microsoft.AspNetCore.Blazor.Build.Test => Microsoft.AspNetCore.Components.Build.Test}/TestFiles/RuntimeCodeGenerationTest/Element_WithRef_CSharpReservedWord/TestComponent.mappings.txt (100%) rename test/{Microsoft.AspNetCore.Blazor.Build.Test => Microsoft.AspNetCore.Components.Build.Test}/TestFiles/RuntimeCodeGenerationTest/Element_WithRef_LeadingAt/TestComponent.codegen.cs (100%) rename test/{Microsoft.AspNetCore.Blazor.Build.Test => Microsoft.AspNetCore.Components.Build.Test}/TestFiles/RuntimeCodeGenerationTest/Element_WithRef_LeadingAt/TestComponent.ir.txt (100%) rename test/{Microsoft.AspNetCore.Blazor.Build.Test => Microsoft.AspNetCore.Components.Build.Test}/TestFiles/RuntimeCodeGenerationTest/Element_WithRef_LeadingAt/TestComponent.mappings.txt (100%) rename test/{Microsoft.AspNetCore.Blazor.Build.Test => Microsoft.AspNetCore.Components.Build.Test}/TestFiles/RuntimeCodeGenerationTest/Element_WithRef_NoLeadingAt/TestComponent.codegen.cs (100%) rename test/{Microsoft.AspNetCore.Blazor.Build.Test => Microsoft.AspNetCore.Components.Build.Test}/TestFiles/RuntimeCodeGenerationTest/Element_WithRef_NoLeadingAt/TestComponent.ir.txt (100%) rename test/{Microsoft.AspNetCore.Blazor.Build.Test => Microsoft.AspNetCore.Components.Build.Test}/TestFiles/RuntimeCodeGenerationTest/Element_WithRef_NoLeadingAt/TestComponent.mappings.txt (100%) rename test/{Microsoft.AspNetCore.Blazor.Build.Test => Microsoft.AspNetCore.Components.Build.Test}/TestFiles/RuntimeCodeGenerationTest/EventHandlerTagHelper_EscapeQuotes/TestComponent.codegen.cs (100%) rename test/{Microsoft.AspNetCore.Blazor.Build.Test => Microsoft.AspNetCore.Components.Build.Test}/TestFiles/RuntimeCodeGenerationTest/EventHandlerTagHelper_EscapeQuotes/TestComponent.ir.txt (100%) rename test/{Microsoft.AspNetCore.Blazor.Build.Test => Microsoft.AspNetCore.Components.Build.Test}/TestFiles/RuntimeCodeGenerationTest/EventHandler_OnElement_ArbitraryEventName_WithEventArgsMethodGroup/TestComponent.codegen.cs (97%) rename test/{Microsoft.AspNetCore.Blazor.Build.Test => Microsoft.AspNetCore.Components.Build.Test}/TestFiles/RuntimeCodeGenerationTest/EventHandler_OnElement_ArbitraryEventName_WithEventArgsMethodGroup/TestComponent.ir.txt (100%) rename test/{Microsoft.AspNetCore.Blazor.Build.Test => Microsoft.AspNetCore.Components.Build.Test}/TestFiles/RuntimeCodeGenerationTest/EventHandler_OnElement_ArbitraryEventName_WithEventArgsMethodGroup/TestComponent.mappings.txt (94%) rename test/{Microsoft.AspNetCore.Blazor.Build.Test => Microsoft.AspNetCore.Components.Build.Test}/TestFiles/RuntimeCodeGenerationTest/EventHandler_OnElement_WithDelegate/TestComponent.codegen.cs (100%) rename test/{Microsoft.AspNetCore.Blazor.Build.Test => Microsoft.AspNetCore.Components.Build.Test}/TestFiles/RuntimeCodeGenerationTest/EventHandler_OnElement_WithDelegate/TestComponent.ir.txt (100%) rename test/{Microsoft.AspNetCore.Blazor.Build.Test => Microsoft.AspNetCore.Components.Build.Test}/TestFiles/RuntimeCodeGenerationTest/EventHandler_OnElement_WithDelegate/TestComponent.mappings.txt (100%) rename test/{Microsoft.AspNetCore.Blazor.Build.Test/TestFiles/RuntimeCodeGenerationTest/EventHandler_OnElement_WithLambdaDelegate => Microsoft.AspNetCore.Components.Build.Test/TestFiles/RuntimeCodeGenerationTest/EventHandler_OnElement_WithEventArgsLambdaDelegate}/TestComponent.codegen.cs (100%) rename test/{Microsoft.AspNetCore.Blazor.Build.Test => Microsoft.AspNetCore.Components.Build.Test}/TestFiles/RuntimeCodeGenerationTest/EventHandler_OnElement_WithEventArgsLambdaDelegate/TestComponent.ir.txt (100%) rename test/{Microsoft.AspNetCore.Blazor.Build.Test => Microsoft.AspNetCore.Components.Build.Test}/TestFiles/RuntimeCodeGenerationTest/EventHandler_OnElement_WithEventArgsMethodGroup/TestComponent.codegen.cs (97%) rename test/{Microsoft.AspNetCore.Blazor.Build.Test => Microsoft.AspNetCore.Components.Build.Test}/TestFiles/RuntimeCodeGenerationTest/EventHandler_OnElement_WithEventArgsMethodGroup/TestComponent.ir.txt (100%) rename test/{Microsoft.AspNetCore.Blazor.Build.Test => Microsoft.AspNetCore.Components.Build.Test}/TestFiles/RuntimeCodeGenerationTest/EventHandler_OnElement_WithEventArgsMethodGroup/TestComponent.mappings.txt (95%) rename test/{Microsoft.AspNetCore.Blazor.Build.Test/TestFiles/RuntimeCodeGenerationTest/EventHandler_OnElement_WithEventArgsLambdaDelegate => Microsoft.AspNetCore.Components.Build.Test/TestFiles/RuntimeCodeGenerationTest/EventHandler_OnElement_WithLambdaDelegate}/TestComponent.codegen.cs (97%) rename test/{Microsoft.AspNetCore.Blazor.Build.Test => Microsoft.AspNetCore.Components.Build.Test}/TestFiles/RuntimeCodeGenerationTest/EventHandler_OnElement_WithLambdaDelegate/TestComponent.ir.txt (100%) rename test/{Microsoft.AspNetCore.Blazor.Build.Test => Microsoft.AspNetCore.Components.Build.Test}/TestFiles/RuntimeCodeGenerationTest/EventHandler_OnElement_WithNoArgMethodGroup/TestComponent.codegen.cs (97%) rename test/{Microsoft.AspNetCore.Blazor.Build.Test => Microsoft.AspNetCore.Components.Build.Test}/TestFiles/RuntimeCodeGenerationTest/EventHandler_OnElement_WithNoArgMethodGroup/TestComponent.ir.txt (100%) rename test/{Microsoft.AspNetCore.Blazor.Build.Test => Microsoft.AspNetCore.Components.Build.Test}/TestFiles/RuntimeCodeGenerationTest/EventHandler_OnElement_WithNoArgMethodGroup/TestComponent.mappings.txt (94%) rename test/{Microsoft.AspNetCore.Blazor.Build.Test => Microsoft.AspNetCore.Components.Build.Test}/TestFiles/RuntimeCodeGenerationTest/EventHandler_OnElement_WithNoArgsLambdaDelegate/TestComponent.codegen.cs (97%) rename test/{Microsoft.AspNetCore.Blazor.Build.Test => Microsoft.AspNetCore.Components.Build.Test}/TestFiles/RuntimeCodeGenerationTest/EventHandler_OnElement_WithNoArgsLambdaDelegate/TestComponent.ir.txt (100%) rename test/{Microsoft.AspNetCore.Blazor.Build.Test => Microsoft.AspNetCore.Components.Build.Test}/TestFiles/RuntimeCodeGenerationTest/EventHandler_OnElement_WithString/TestComponent.codegen.cs (97%) rename test/{Microsoft.AspNetCore.Blazor.Build.Test => Microsoft.AspNetCore.Components.Build.Test}/TestFiles/RuntimeCodeGenerationTest/EventHandler_OnElement_WithString/TestComponent.ir.txt (100%) rename test/{Microsoft.AspNetCore.Blazor.Build.Test => Microsoft.AspNetCore.Components.Build.Test}/TestFiles/RuntimeCodeGenerationTest/GenericComponent_WithComponentRef/TestComponent.codegen.cs (100%) rename test/{Microsoft.AspNetCore.Blazor.Build.Test => Microsoft.AspNetCore.Components.Build.Test}/TestFiles/RuntimeCodeGenerationTest/GenericComponent_WithComponentRef/TestComponent.ir.txt (100%) rename test/{Microsoft.AspNetCore.Blazor.Build.Test => Microsoft.AspNetCore.Components.Build.Test}/TestFiles/RuntimeCodeGenerationTest/GenericComponent_WithComponentRef/TestComponent.mappings.txt (100%) rename test/{Microsoft.AspNetCore.Blazor.Build.Test => Microsoft.AspNetCore.Components.Build.Test}/TestFiles/RuntimeCodeGenerationTest/GenericComponent_WithComponentRef_TypeInference/TestComponent.codegen.cs (100%) rename test/{Microsoft.AspNetCore.Blazor.Build.Test => Microsoft.AspNetCore.Components.Build.Test}/TestFiles/RuntimeCodeGenerationTest/GenericComponent_WithComponentRef_TypeInference/TestComponent.ir.txt (100%) rename test/{Microsoft.AspNetCore.Blazor.Build.Test => Microsoft.AspNetCore.Components.Build.Test}/TestFiles/RuntimeCodeGenerationTest/GenericComponent_WithComponentRef_TypeInference/TestComponent.mappings.txt (100%) rename test/{Microsoft.AspNetCore.Blazor.Build.Test => Microsoft.AspNetCore.Components.Build.Test}/TestFiles/RuntimeCodeGenerationTest/LeadingWhiteSpace_WithCSharpExpression/TestComponent.codegen.cs (100%) rename test/{Microsoft.AspNetCore.Blazor.Build.Test => Microsoft.AspNetCore.Components.Build.Test}/TestFiles/RuntimeCodeGenerationTest/LeadingWhiteSpace_WithCSharpExpression/TestComponent.ir.txt (100%) rename test/{Microsoft.AspNetCore.Blazor.Build.Test => Microsoft.AspNetCore.Components.Build.Test}/TestFiles/RuntimeCodeGenerationTest/LeadingWhiteSpace_WithComponent/TestComponent.codegen.cs (100%) rename test/{Microsoft.AspNetCore.Blazor.Build.Test => Microsoft.AspNetCore.Components.Build.Test}/TestFiles/RuntimeCodeGenerationTest/LeadingWhiteSpace_WithComponent/TestComponent.ir.txt (100%) rename test/{Microsoft.AspNetCore.Blazor.Build.Test => Microsoft.AspNetCore.Components.Build.Test}/TestFiles/RuntimeCodeGenerationTest/LeadingWhiteSpace_WithDirective/TestComponent.codegen.cs (100%) rename test/{Microsoft.AspNetCore.Blazor.Build.Test => Microsoft.AspNetCore.Components.Build.Test}/TestFiles/RuntimeCodeGenerationTest/LeadingWhiteSpace_WithDirective/TestComponent.ir.txt (100%) rename test/{Microsoft.AspNetCore.Blazor.Build.Test => Microsoft.AspNetCore.Components.Build.Test}/TestFiles/RuntimeCodeGenerationTest/MultipleExplictChildContent/TestComponent.codegen.cs (100%) rename test/{Microsoft.AspNetCore.Blazor.Build.Test => Microsoft.AspNetCore.Components.Build.Test}/TestFiles/RuntimeCodeGenerationTest/MultipleExplictChildContent/TestComponent.ir.txt (100%) rename test/{Microsoft.AspNetCore.Blazor.Build.Test => Microsoft.AspNetCore.Components.Build.Test}/TestFiles/RuntimeCodeGenerationTest/RazorTemplate_AsComponentParameter/TestComponent.codegen.cs (100%) rename test/{Microsoft.AspNetCore.Blazor.Build.Test => Microsoft.AspNetCore.Components.Build.Test}/TestFiles/RuntimeCodeGenerationTest/RazorTemplate_AsComponentParameter/TestComponent.ir.txt (100%) rename test/{Microsoft.AspNetCore.Blazor.Build.Test => Microsoft.AspNetCore.Components.Build.Test}/TestFiles/RuntimeCodeGenerationTest/RazorTemplate_AsComponentParameter/TestComponent.mappings.txt (100%) rename test/{Microsoft.AspNetCore.Blazor.Build.Test => Microsoft.AspNetCore.Components.Build.Test}/TestFiles/RuntimeCodeGenerationTest/RazorTemplate_AsComponentParameter_MixedContent/TestComponent.codegen.cs (100%) rename test/{Microsoft.AspNetCore.Blazor.Build.Test => Microsoft.AspNetCore.Components.Build.Test}/TestFiles/RuntimeCodeGenerationTest/RazorTemplate_AsComponentParameter_MixedContent/TestComponent.ir.txt (100%) rename test/{Microsoft.AspNetCore.Blazor.Build.Test => Microsoft.AspNetCore.Components.Build.Test}/TestFiles/RuntimeCodeGenerationTest/RazorTemplate_AsComponentParameter_MixedContent/TestComponent.mappings.txt (100%) rename test/{Microsoft.AspNetCore.Blazor.Build.Test => Microsoft.AspNetCore.Components.Build.Test}/TestFiles/RuntimeCodeGenerationTest/RazorTemplate_ContainsComponent/TestComponent.codegen.cs (100%) rename test/{Microsoft.AspNetCore.Blazor.Build.Test => Microsoft.AspNetCore.Components.Build.Test}/TestFiles/RuntimeCodeGenerationTest/RazorTemplate_ContainsComponent/TestComponent.ir.txt (100%) rename test/{Microsoft.AspNetCore.Blazor.Build.Test => Microsoft.AspNetCore.Components.Build.Test}/TestFiles/RuntimeCodeGenerationTest/RazorTemplate_ContainsComponent/TestComponent.mappings.txt (100%) rename test/{Microsoft.AspNetCore.Blazor.Build.Test => Microsoft.AspNetCore.Components.Build.Test}/TestFiles/RuntimeCodeGenerationTest/RazorTemplate_FollowedByComponent/TestComponent.codegen.cs (100%) rename test/{Microsoft.AspNetCore.Blazor.Build.Test => Microsoft.AspNetCore.Components.Build.Test}/TestFiles/RuntimeCodeGenerationTest/RazorTemplate_FollowedByComponent/TestComponent.ir.txt (100%) rename test/{Microsoft.AspNetCore.Blazor.Build.Test => Microsoft.AspNetCore.Components.Build.Test}/TestFiles/RuntimeCodeGenerationTest/RazorTemplate_FollowedByComponent/TestComponent.mappings.txt (100%) rename test/{Microsoft.AspNetCore.Blazor.Build.Test => Microsoft.AspNetCore.Components.Build.Test}/TestFiles/RuntimeCodeGenerationTest/RazorTemplate_Generic_AsComponentParameter/TestComponent.codegen.cs (100%) rename test/{Microsoft.AspNetCore.Blazor.Build.Test => Microsoft.AspNetCore.Components.Build.Test}/TestFiles/RuntimeCodeGenerationTest/RazorTemplate_Generic_AsComponentParameter/TestComponent.ir.txt (100%) rename test/{Microsoft.AspNetCore.Blazor.Build.Test => Microsoft.AspNetCore.Components.Build.Test}/TestFiles/RuntimeCodeGenerationTest/RazorTemplate_Generic_AsComponentParameter/TestComponent.mappings.txt (100%) rename test/{Microsoft.AspNetCore.Blazor.Build.Test => Microsoft.AspNetCore.Components.Build.Test}/TestFiles/RuntimeCodeGenerationTest/RazorTemplate_Generic_InImplicitExpression/TestComponent.codegen.cs (100%) rename test/{Microsoft.AspNetCore.Blazor.Build.Test => Microsoft.AspNetCore.Components.Build.Test}/TestFiles/RuntimeCodeGenerationTest/RazorTemplate_Generic_InImplicitExpression/TestComponent.ir.txt (100%) rename test/{Microsoft.AspNetCore.Blazor.Build.Test => Microsoft.AspNetCore.Components.Build.Test}/TestFiles/RuntimeCodeGenerationTest/RazorTemplate_Generic_InImplicitExpression/TestComponent.mappings.txt (100%) rename test/{Microsoft.AspNetCore.Blazor.Build.Test => Microsoft.AspNetCore.Components.Build.Test}/TestFiles/RuntimeCodeGenerationTest/RazorTemplate_InCodeBlock/TestComponent.codegen.cs (100%) rename test/{Microsoft.AspNetCore.Blazor.Build.Test => Microsoft.AspNetCore.Components.Build.Test}/TestFiles/RuntimeCodeGenerationTest/RazorTemplate_InCodeBlock/TestComponent.ir.txt (100%) rename test/{Microsoft.AspNetCore.Blazor.Build.Test => Microsoft.AspNetCore.Components.Build.Test}/TestFiles/RuntimeCodeGenerationTest/RazorTemplate_InCodeBlock/TestComponent.mappings.txt (100%) rename test/{Microsoft.AspNetCore.Blazor.Build.Test => Microsoft.AspNetCore.Components.Build.Test}/TestFiles/RuntimeCodeGenerationTest/RazorTemplate_InExplicitExpression/TestComponent.codegen.cs (100%) rename test/{Microsoft.AspNetCore.Blazor.Build.Test => Microsoft.AspNetCore.Components.Build.Test}/TestFiles/RuntimeCodeGenerationTest/RazorTemplate_InExplicitExpression/TestComponent.ir.txt (100%) rename test/{Microsoft.AspNetCore.Blazor.Build.Test => Microsoft.AspNetCore.Components.Build.Test}/TestFiles/RuntimeCodeGenerationTest/RazorTemplate_InExplicitExpression/TestComponent.mappings.txt (100%) rename test/{Microsoft.AspNetCore.Blazor.Build.Test => Microsoft.AspNetCore.Components.Build.Test}/TestFiles/RuntimeCodeGenerationTest/RazorTemplate_InImplicitExpression/TestComponent.codegen.cs (100%) rename test/{Microsoft.AspNetCore.Blazor.Build.Test => Microsoft.AspNetCore.Components.Build.Test}/TestFiles/RuntimeCodeGenerationTest/RazorTemplate_InImplicitExpression/TestComponent.ir.txt (100%) rename test/{Microsoft.AspNetCore.Blazor.Build.Test => Microsoft.AspNetCore.Components.Build.Test}/TestFiles/RuntimeCodeGenerationTest/RazorTemplate_InImplicitExpression/TestComponent.mappings.txt (100%) rename test/{Microsoft.AspNetCore.Blazor.Build.Test => Microsoft.AspNetCore.Components.Build.Test}/TestFiles/RuntimeCodeGenerationTest/RazorTemplate_NonGeneric_AsComponentParameter/TestComponent.codegen.cs (100%) rename test/{Microsoft.AspNetCore.Blazor.Build.Test => Microsoft.AspNetCore.Components.Build.Test}/TestFiles/RuntimeCodeGenerationTest/RazorTemplate_NonGeneric_AsComponentParameter/TestComponent.ir.txt (100%) rename test/{Microsoft.AspNetCore.Blazor.Build.Test => Microsoft.AspNetCore.Components.Build.Test}/TestFiles/RuntimeCodeGenerationTest/RazorTemplate_NonGeneric_AsComponentParameter/TestComponent.mappings.txt (100%) rename test/{Microsoft.AspNetCore.Blazor.Build.Test => Microsoft.AspNetCore.Components.Build.Test}/TestFiles/RuntimeCodeGenerationTest/RazorTemplate_NonGeneric_InImplicitExpression/TestComponent.codegen.cs (100%) rename test/{Microsoft.AspNetCore.Blazor.Build.Test => Microsoft.AspNetCore.Components.Build.Test}/TestFiles/RuntimeCodeGenerationTest/RazorTemplate_NonGeneric_InImplicitExpression/TestComponent.ir.txt (100%) rename test/{Microsoft.AspNetCore.Blazor.Build.Test => Microsoft.AspNetCore.Components.Build.Test}/TestFiles/RuntimeCodeGenerationTest/RazorTemplate_NonGeneric_InImplicitExpression/TestComponent.mappings.txt (100%) rename test/{Microsoft.AspNetCore.Blazor.Build.Test => Microsoft.AspNetCore.Components.Build.Test}/TestFiles/RuntimeCodeGenerationTest/Regression_597/TestComponent.codegen.cs (97%) rename test/{Microsoft.AspNetCore.Blazor.Build.Test => Microsoft.AspNetCore.Components.Build.Test}/TestFiles/RuntimeCodeGenerationTest/Regression_597/TestComponent.ir.txt (100%) rename test/{Microsoft.AspNetCore.Blazor.Build.Test => Microsoft.AspNetCore.Components.Build.Test}/TestFiles/RuntimeCodeGenerationTest/Regression_597/TestComponent.mappings.txt (94%) rename test/{Microsoft.AspNetCore.Blazor.Build.Test => Microsoft.AspNetCore.Components.Build.Test}/TestFiles/RuntimeCodeGenerationTest/Regression_609/TestComponent.codegen.cs (100%) rename test/{Microsoft.AspNetCore.Blazor.Build.Test => Microsoft.AspNetCore.Components.Build.Test}/TestFiles/RuntimeCodeGenerationTest/Regression_609/TestComponent.ir.txt (100%) rename test/{Microsoft.AspNetCore.Blazor.Build.Test => Microsoft.AspNetCore.Components.Build.Test}/TestFiles/RuntimeCodeGenerationTest/Regression_609/TestComponent.mappings.txt (100%) rename test/{Microsoft.AspNetCore.Blazor.Build.Test => Microsoft.AspNetCore.Components.Build.Test}/TestFiles/RuntimeCodeGenerationTest/Regression_772/TestComponent.codegen.cs (100%) rename test/{Microsoft.AspNetCore.Blazor.Build.Test => Microsoft.AspNetCore.Components.Build.Test}/TestFiles/RuntimeCodeGenerationTest/Regression_772/TestComponent.diagnostics.txt (100%) rename test/{Microsoft.AspNetCore.Blazor.Build.Test => Microsoft.AspNetCore.Components.Build.Test}/TestFiles/RuntimeCodeGenerationTest/Regression_772/TestComponent.ir.txt (100%) rename test/{Microsoft.AspNetCore.Blazor.Build.Test => Microsoft.AspNetCore.Components.Build.Test}/TestFiles/RuntimeCodeGenerationTest/Regression_773/TestComponent.codegen.cs (100%) rename test/{Microsoft.AspNetCore.Blazor.Build.Test => Microsoft.AspNetCore.Components.Build.Test}/TestFiles/RuntimeCodeGenerationTest/Regression_773/TestComponent.ir.txt (100%) rename test/{Microsoft.AspNetCore.Blazor.Build.Test => Microsoft.AspNetCore.Components.Build.Test}/TestFiles/RuntimeCodeGenerationTest/Regression_784/TestComponent.codegen.cs (100%) rename test/{Microsoft.AspNetCore.Blazor.Build.Test => Microsoft.AspNetCore.Components.Build.Test}/TestFiles/RuntimeCodeGenerationTest/Regression_784/TestComponent.ir.txt (100%) rename test/{Microsoft.AspNetCore.Blazor.Build.Test => Microsoft.AspNetCore.Components.Build.Test}/TestFiles/RuntimeCodeGenerationTest/Regression_784/TestComponent.mappings.txt (100%) rename test/{Microsoft.AspNetCore.Blazor.Build.Test => Microsoft.AspNetCore.Components.Build.Test}/TestFiles/RuntimeCodeGenerationTest/ScriptTag_WithErrorSuppressed/TestComponent.codegen.cs (97%) rename test/{Microsoft.AspNetCore.Blazor.Build.Test => Microsoft.AspNetCore.Components.Build.Test}/TestFiles/RuntimeCodeGenerationTest/ScriptTag_WithErrorSuppressed/TestComponent.ir.txt (100%) rename test/{Microsoft.AspNetCore.Blazor.Build.Test => Microsoft.AspNetCore.Components.Build.Test}/TestFiles/RuntimeCodeGenerationTest/TrailingWhiteSpace_WithCSharpExpression/TestComponent.codegen.cs (100%) rename test/{Microsoft.AspNetCore.Blazor.Build.Test => Microsoft.AspNetCore.Components.Build.Test}/TestFiles/RuntimeCodeGenerationTest/TrailingWhiteSpace_WithCSharpExpression/TestComponent.ir.txt (100%) rename test/{Microsoft.AspNetCore.Blazor.Build.Test => Microsoft.AspNetCore.Components.Build.Test}/TestFiles/RuntimeCodeGenerationTest/TrailingWhiteSpace_WithComponent/TestComponent.codegen.cs (100%) rename test/{Microsoft.AspNetCore.Blazor.Build.Test => Microsoft.AspNetCore.Components.Build.Test}/TestFiles/RuntimeCodeGenerationTest/TrailingWhiteSpace_WithComponent/TestComponent.ir.txt (100%) rename test/{Microsoft.AspNetCore.Blazor.Build.Test => Microsoft.AspNetCore.Components.Build.Test}/TestFiles/RuntimeCodeGenerationTest/TrailingWhiteSpace_WithDirective/TestComponent.codegen.cs (100%) rename test/{Microsoft.AspNetCore.Blazor.Build.Test => Microsoft.AspNetCore.Components.Build.Test}/TestFiles/RuntimeCodeGenerationTest/TrailingWhiteSpace_WithDirective/TestComponent.ir.txt (100%) rename test/{Microsoft.AspNetCore.Blazor.Build.Test => Microsoft.AspNetCore.Components.Build.Test}/TypingTest.cs (100%) rename test/{Microsoft.AspNetCore.Blazor.Build.Test => Microsoft.AspNetCore.Components.Build.Test}/WorkingDirectoryRazorIntegrationTest.cs (100%) rename test/{Microsoft.AspNetCore.Blazor.E2ETest => Microsoft.AspNetCore.Components.E2ETest}/Infrastructure/BasicTestAppTestBase.cs (100%) rename test/{Microsoft.AspNetCore.Blazor.E2ETest => Microsoft.AspNetCore.Components.E2ETest}/Infrastructure/BrowserFixture.cs (100%) rename test/{Microsoft.AspNetCore.Blazor.E2ETest => Microsoft.AspNetCore.Components.E2ETest}/Infrastructure/BrowserTestBase.cs (100%) rename test/{Microsoft.AspNetCore.Blazor.E2ETest => Microsoft.AspNetCore.Components.E2ETest}/Infrastructure/CaptureSeleniumLogsAttribute.cs (100%) rename test/{Microsoft.AspNetCore.Blazor.E2ETest => Microsoft.AspNetCore.Components.E2ETest}/Infrastructure/ServerFixtures/AspNetEnvironment.cs (100%) rename test/{Microsoft.AspNetCore.Blazor.E2ETest => Microsoft.AspNetCore.Components.E2ETest}/Infrastructure/ServerFixtures/AspNetSiteServerFixture.cs (100%) rename test/{Microsoft.AspNetCore.Blazor.E2ETest => Microsoft.AspNetCore.Components.E2ETest}/Infrastructure/ServerFixtures/DevHostServerFixture.cs (100%) rename test/{Microsoft.AspNetCore.Blazor.E2ETest => Microsoft.AspNetCore.Components.E2ETest}/Infrastructure/ServerFixtures/ServerFixture.cs (93%) rename test/{Microsoft.AspNetCore.Blazor.E2ETest => Microsoft.AspNetCore.Components.E2ETest}/Infrastructure/ServerFixtures/StaticSiteServerFixture.cs (100%) rename test/{Microsoft.AspNetCore.Blazor.E2ETest => Microsoft.AspNetCore.Components.E2ETest}/Infrastructure/ServerFixtures/ToggleExecutionModeServerFixture.cs (100%) rename test/{Microsoft.AspNetCore.Blazor.E2ETest => Microsoft.AspNetCore.Components.E2ETest}/Infrastructure/ServerFixtures/WebHostServerFixture.cs (100%) rename test/{Microsoft.AspNetCore.Blazor.E2ETest => Microsoft.AspNetCore.Components.E2ETest}/Infrastructure/ServerTestBase.cs (100%) rename test/{Microsoft.AspNetCore.Blazor.E2ETest => Microsoft.AspNetCore.Components.E2ETest}/Infrastructure/WaitAssert.cs (100%) rename test/{Microsoft.AspNetCore.Blazor.E2ETest => Microsoft.AspNetCore.Components.E2ETest}/Microsoft.AspNetCore.Blazor.E2ETest.csproj (68%) rename test/{Microsoft.AspNetCore.Blazor.E2ETest => Microsoft.AspNetCore.Components.E2ETest}/ServerExecutionTests/ServerExecutionTestExtensions.cs (100%) rename test/{Microsoft.AspNetCore.Blazor.E2ETest => Microsoft.AspNetCore.Components.E2ETest}/ServerExecutionTests/ServerSideAppTest.cs (100%) rename test/{Microsoft.AspNetCore.Blazor.E2ETest => Microsoft.AspNetCore.Components.E2ETest}/ServerExecutionTests/TestSubclasses.cs (100%) rename test/{Microsoft.AspNetCore.Blazor.E2ETest => Microsoft.AspNetCore.Components.E2ETest}/Tests/BinaryHttpClientTest.cs (100%) rename test/{Microsoft.AspNetCore.Blazor.E2ETest => Microsoft.AspNetCore.Components.E2ETest}/Tests/BindTest.cs (100%) rename test/{Microsoft.AspNetCore.Blazor.E2ETest => Microsoft.AspNetCore.Components.E2ETest}/Tests/CascadingValueTest.cs (100%) rename test/{Microsoft.AspNetCore.Blazor.E2ETest => Microsoft.AspNetCore.Components.E2ETest}/Tests/ComponentRenderingTest.cs (100%) rename test/{Microsoft.AspNetCore.Blazor.E2ETest => Microsoft.AspNetCore.Components.E2ETest}/Tests/EventBubblingTest.cs (100%) rename test/{Microsoft.AspNetCore.Blazor.E2ETest => Microsoft.AspNetCore.Components.E2ETest}/Tests/EventTest.cs (100%) rename test/{Microsoft.AspNetCore.Blazor.E2ETest => Microsoft.AspNetCore.Components.E2ETest}/Tests/HostedInAspNetTest.cs (100%) rename test/{Microsoft.AspNetCore.Blazor.E2ETest => Microsoft.AspNetCore.Components.E2ETest}/Tests/HttpClientTest.cs (100%) rename test/{Microsoft.AspNetCore.Blazor.E2ETest => Microsoft.AspNetCore.Components.E2ETest}/Tests/InteropTest.cs (100%) rename test/{Microsoft.AspNetCore.Blazor.E2ETest => Microsoft.AspNetCore.Components.E2ETest}/Tests/MonoSanityTest.cs (100%) rename test/{Microsoft.AspNetCore.Blazor.E2ETest => Microsoft.AspNetCore.Components.E2ETest}/Tests/PerformanceTest.cs (100%) rename test/{Microsoft.AspNetCore.Blazor.E2ETest => Microsoft.AspNetCore.Components.E2ETest}/Tests/RoutingTest.cs (100%) rename test/{Microsoft.AspNetCore.Blazor.E2ETest => Microsoft.AspNetCore.Components.E2ETest}/Tests/StandaloneAppTest.cs (100%) rename test/{Microsoft.AspNetCore.Blazor.Razor.Extensions.Test => Microsoft.AspNetCore.Components.Razor.Extensions.Test}/BaseTagHelperDescriptorProviderTest.cs (100%) rename test/{Microsoft.AspNetCore.Blazor.Razor.Extensions.Test => Microsoft.AspNetCore.Components.Razor.Extensions.Test}/BindTagHelperDescriptorProviderTest.cs (100%) rename test/{Microsoft.AspNetCore.Blazor.Razor.Extensions.Test => Microsoft.AspNetCore.Components.Razor.Extensions.Test}/ComponentDocumentRewritePassTest.cs (100%) rename test/{Microsoft.AspNetCore.Blazor.Razor.Extensions.Test => Microsoft.AspNetCore.Components.Razor.Extensions.Test}/ComponentTagHelperDescriptorProviderTest.cs (100%) rename test/{Microsoft.AspNetCore.Blazor.Razor.Extensions.Test => Microsoft.AspNetCore.Components.Razor.Extensions.Test}/EventHandlerTagHelperDescriptorProviderTest.cs (100%) rename test/{Microsoft.AspNetCore.Blazor.Razor.Extensions.Test => Microsoft.AspNetCore.Components.Razor.Extensions.Test}/GenericTypeNameRewriterTest.cs (100%) rename test/{Microsoft.AspNetCore.Blazor.Razor.Extensions.Test => Microsoft.AspNetCore.Components.Razor.Extensions.Test}/GlobalQualifiedTypeNameRewriterTest.cs (100%) rename test/{Microsoft.AspNetCore.Blazor.Razor.Extensions.Test => Microsoft.AspNetCore.Components.Razor.Extensions.Test}/HtmlBlockPassTest.cs (100%) rename test/{Microsoft.AspNetCore.Blazor.Razor.Extensions.Test => Microsoft.AspNetCore.Components.Razor.Extensions.Test}/Microsoft.AspNetCore.Blazor.Razor.Extensions.Test.csproj (79%) rename test/{Microsoft.AspNetCore.Blazor.Razor.Extensions.Test => Microsoft.AspNetCore.Components.Razor.Extensions.Test}/NodeAssert.cs (100%) rename test/{Microsoft.AspNetCore.Blazor.Razor.Extensions.Test => Microsoft.AspNetCore.Components.Razor.Extensions.Test}/RefTagHelperDescriptorProviderTest.cs (100%) rename test/{Microsoft.AspNetCore.Blazor.Razor.Extensions.Test => Microsoft.AspNetCore.Components.Razor.Extensions.Test}/xunit.runner.json (100%) rename test/{Microsoft.AspnetCore.Blazor.Server.Test => Microsoft.AspNetCore.Components.Server.Test}/Circuits/CircuitSynchronizationContextTest.cs (100%) rename test/{Microsoft.AspnetCore.Blazor.Server.Test => Microsoft.AspNetCore.Components.Server.Test}/Circuits/MessagePackBufferStreamTest.cs (100%) rename test/{Microsoft.AspnetCore.Blazor.Server.Test => Microsoft.AspNetCore.Components.Server.Test}/Circuits/RenderBatchWriterTest.cs (100%) rename test/{Microsoft.AspnetCore.Blazor.Server.Test => Microsoft.AspNetCore.Components.Server.Test}/Microsoft.AspnetCore.Blazor.Server.Test.csproj (77%) rename test/{Microsoft.AspNetCore.Blazor.Test => Microsoft.AspNetCore.Components.Test}/CascadingParameterStateTest.cs (100%) rename test/{Microsoft.AspNetCore.Blazor.Test => Microsoft.AspNetCore.Components.Test}/CascadingParameterTest.cs (100%) rename test/{Microsoft.AspNetCore.Blazor.Test => Microsoft.AspNetCore.Components.Test}/DependencyInjectionTest.cs (100%) rename test/{Microsoft.AspNetCore.Blazor.Test => Microsoft.AspNetCore.Components.Test}/LayoutTest.cs (100%) rename test/{Microsoft.AspNetCore.Blazor.Test => Microsoft.AspNetCore.Components.Test}/Microsoft.AspNetCore.Blazor.Test.csproj (84%) rename test/{Microsoft.AspNetCore.Blazor.Test => Microsoft.AspNetCore.Components.Test}/ParameterCollectionAssignmentExtensionsTest.cs (100%) rename test/{Microsoft.AspNetCore.Blazor.Test => Microsoft.AspNetCore.Components.Test}/ParameterCollectionTest.cs (100%) rename test/{Microsoft.AspNetCore.Blazor.Test => Microsoft.AspNetCore.Components.Test}/RenderTreeBuilderTest.cs (100%) rename test/{Microsoft.AspNetCore.Blazor.Test => Microsoft.AspNetCore.Components.Test}/RenderTreeDiffBuilderTest.cs (100%) rename test/{Microsoft.AspNetCore.Blazor.Test => Microsoft.AspNetCore.Components.Test}/RendererTest.cs (100%) rename test/{Microsoft.AspNetCore.Blazor.Test => Microsoft.AspNetCore.Components.Test}/Routing/RouteTableTests.cs (100%) rename test/{Microsoft.AspNetCore.Blazor.Test => Microsoft.AspNetCore.Components.Test}/Routing/TemplateParserTests.cs (100%) diff --git a/Blazor.sln b/Blazor.sln index fc2ddab4..c5344788 100644 --- a/Blazor.sln +++ b/Blazor.sln @@ -9,87 +9,87 @@ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "src", "src", "{B867E038-B3C EndProject Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "mono", "mono", "{7B5CAAB1-A3EB-44F7-87E3-A13ED89FC17D}" EndProject -Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "MonoSanity", "samples\MonoSanity\MonoSanity.csproj", "{7C53BB6B-5906-4753-B507-C9FCC2F7E5B7}" +Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "MonoSanity", "blazor\samples\MonoSanity\MonoSanity.csproj", "{7C53BB6B-5906-4753-B507-C9FCC2F7E5B7}" EndProject -Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Microsoft.AspNetCore.Blazor.Server", "src\Microsoft.AspNetCore.Blazor.Server\Microsoft.AspNetCore.Blazor.Server.csproj", "{5A694793-3257-4D37-BB74-4A41B3894685}" +Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Microsoft.AspNetCore.Blazor.Server", "src\Microsoft.AspNetCore.Components.Server\Microsoft.AspNetCore.Blazor.Server.csproj", "{5A694793-3257-4D37-BB74-4A41B3894685}" EndProject Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "test", "test", "{ADA3AE29-F6DE-49F6-8C7C-B321508CAE8E}" EndProject -Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Microsoft.AspNetCore.Blazor.E2ETest", "test\Microsoft.AspNetCore.Blazor.E2ETest\Microsoft.AspNetCore.Blazor.E2ETest.csproj", "{5BC2A10D-B6CA-43AE-B73C-2A41AE1039F9}" +Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Microsoft.AspNetCore.Blazor.E2ETest", "test\Microsoft.AspNetCore.Components.E2ETest\Microsoft.AspNetCore.Blazor.E2ETest.csproj", "{5BC2A10D-B6CA-43AE-B73C-2A41AE1039F9}" EndProject -Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "MonoSanityClient", "samples\MonoSanityClient\MonoSanityClient.csproj", "{06AAAE9E-96DE-4574-97DA-9C4C7D9FE990}" +Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "MonoSanityClient", "blazor\samples\MonoSanityClient\MonoSanityClient.csproj", "{06AAAE9E-96DE-4574-97DA-9C4C7D9FE990}" EndProject -Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Microsoft.AspNetCore.Blazor.BuildTools", "src\Microsoft.AspNetCore.Blazor.BuildTools\Microsoft.AspNetCore.Blazor.BuildTools.csproj", "{BB34336F-E68E-4411-9805-CAAA919F5EA1}" +Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Microsoft.AspNetCore.Blazor.BuildTools", "blazor\src\Microsoft.AspNetCore.Blazor.BuildTools\Microsoft.AspNetCore.Blazor.BuildTools.csproj", "{BB34336F-E68E-4411-9805-CAAA919F5EA1}" EndProject Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "HostedInAspNet", "HostedInAspNet", "{4D367450-96E9-4C8C-8B56-EED8ADE3A20D}" EndProject -Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "HostedInAspNet.Client", "samples\HostedInAspNet.Client\HostedInAspNet.Client.csproj", "{B4335F7C-4E86-4559-821F-F1B1C75F5FAE}" +Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "HostedInAspNet.Client", "blazor\samples\HostedInAspNet.Client\HostedInAspNet.Client.csproj", "{B4335F7C-4E86-4559-821F-F1B1C75F5FAE}" EndProject -Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "HostedInAspNet.Server", "samples\HostedInAspNet.Server\HostedInAspNet.Server.csproj", "{F8996835-41F7-4663-91DF-3B5652ADC37D}" +Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "HostedInAspNet.Server", "blazor\samples\HostedInAspNet.Server\HostedInAspNet.Server.csproj", "{F8996835-41F7-4663-91DF-3B5652ADC37D}" EndProject -Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Microsoft.AspNetCore.Blazor", "src\Microsoft.AspNetCore.Blazor\Microsoft.AspNetCore.Blazor.csproj", "{7FD8C650-74B3-4153-AEA1-00F4F6AF393D}" +Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Microsoft.AspNetCore.Blazor", "src\Microsoft.AspNetCore.Components\Microsoft.AspNetCore.Blazor.csproj", "{7FD8C650-74B3-4153-AEA1-00F4F6AF393D}" EndProject -Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "StandaloneApp", "samples\StandaloneApp\StandaloneApp.csproj", "{B241434A-1642-44CC-AE9A-2012B5C5BD02}" +Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "StandaloneApp", "blazor\samples\StandaloneApp\StandaloneApp.csproj", "{B241434A-1642-44CC-AE9A-2012B5C5BD02}" EndProject Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "MonoSanity", "MonoSanity", "{2A076721-6081-4517-8329-B9E5110D6DAC}" EndProject -Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Microsoft.AspNetCore.Blazor.Build.Test", "test\Microsoft.AspNetCore.Blazor.Build.Test\Microsoft.AspNetCore.Blazor.Build.Test.csproj", "{709C7EBE-EB93-4F6D-9491-D714B0D2E898}" +Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Microsoft.AspNetCore.Blazor.Build.Test", "test\Microsoft.AspNetCore.Components.Build.Test\Microsoft.AspNetCore.Blazor.Build.Test.csproj", "{709C7EBE-EB93-4F6D-9491-D714B0D2E898}" EndProject -Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Microsoft.AspNetCore.Blazor.Build", "src\Microsoft.AspNetCore.Blazor.Build\Microsoft.AspNetCore.Blazor.Build.csproj", "{8B3D0F1C-0E38-4E6D-BFF1-C4FDA0CD9815}" +Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Microsoft.AspNetCore.Blazor.Build", "src\Microsoft.AspNetCore.Components.Build\Microsoft.AspNetCore.Blazor.Build.csproj", "{8B3D0F1C-0E38-4E6D-BFF1-C4FDA0CD9815}" EndProject -Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Microsoft.AspNetCore.Blazor.Browser.JS", "src\Microsoft.AspNetCore.Blazor.Browser.JS\Microsoft.AspNetCore.Blazor.Browser.JS.csproj", "{8A19B1CE-9B62-4440-93B3-152DDBB39D0A}" +Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Microsoft.AspNetCore.Blazor.Browser.JS", "src\Microsoft.AspNetCore.Components.Browser.JS\Microsoft.AspNetCore.Blazor.Browser.JS.csproj", "{8A19B1CE-9B62-4440-93B3-152DDBB39D0A}" EndProject -Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Microsoft.AspNetCore.Blazor.Browser", "src\Microsoft.AspNetCore.Blazor.Browser\Microsoft.AspNetCore.Blazor.Browser.csproj", "{4874AFF4-335D-4037-8858-BBBB987C124B}" +Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Microsoft.AspNetCore.Blazor.Browser", "src\Microsoft.AspNetCore.Components.Browser\Microsoft.AspNetCore.Blazor.Browser.csproj", "{4874AFF4-335D-4037-8858-BBBB987C124B}" EndProject -Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Microsoft.AspNetCore.Blazor.Test", "test\Microsoft.AspNetCore.Blazor.Test\Microsoft.AspNetCore.Blazor.Test.csproj", "{8FD8636E-AFA5-434D-8857-06D02686741A}" +Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Microsoft.AspNetCore.Blazor.Test", "test\Microsoft.AspNetCore.Components.Test\Microsoft.AspNetCore.Blazor.Test.csproj", "{8FD8636E-AFA5-434D-8857-06D02686741A}" EndProject Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "testapps", "testapps", "{4AE0D35B-D97A-44D0-8392-C9240377DCCE}" EndProject Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "BasicTestApp", "test\testapps\BasicTestApp\BasicTestApp.csproj", "{2838CB6F-D2C7-4C0A-A994-C72E56F16984}" EndProject -Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Microsoft.AspNetCore.Blazor.Razor.Extensions", "src\Microsoft.AspNetCore.Blazor.Razor.Extensions\Microsoft.AspNetCore.Blazor.Razor.Extensions.csproj", "{D652A019-B765-4922-B7B8-3AB1C58338D7}" +Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Microsoft.AspNetCore.Blazor.Razor.Extensions", "src\Microsoft.AspNetCore.Components.Razor.Extensions\Microsoft.AspNetCore.Blazor.Razor.Extensions.csproj", "{D652A019-B765-4922-B7B8-3AB1C58338D7}" EndProject -Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Microsoft.AspNetCore.Blazor.Browser.Test", "test\Microsoft.AspNetCore.Blazor.Browser.Test\Microsoft.AspNetCore.Blazor.Browser.Test.csproj", "{EC2A38BF-6E77-4A8E-A731-15929544F29C}" +Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Microsoft.AspNetCore.Blazor.Browser.Test", "test\Microsoft.AspNetCore.Components.Browser.Test\Microsoft.AspNetCore.Blazor.Browser.Test.csproj", "{EC2A38BF-6E77-4A8E-A731-15929544F29C}" EndProject Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "TestServer", "test\testapps\TestServer\TestServer.csproj", "{29CD3FC6-49E3-4756-B5DF-E03B46E5CD45}" EndProject -Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Microsoft.AspNetCore.Blazor.Cli", "src\Microsoft.AspNetCore.Blazor.Cli\Microsoft.AspNetCore.Blazor.Cli.csproj", "{AF79BB84-BAE6-4F9A-9AD5-B0E3D7455288}" +Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Microsoft.AspNetCore.Blazor.Cli", "blazor\src\Microsoft.AspNetCore.Blazor.Cli\Microsoft.AspNetCore.Blazor.Cli.csproj", "{AF79BB84-BAE6-4F9A-9AD5-B0E3D7455288}" EndProject -Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Microsoft.AspNetCore.Blazor.Templates", "src\Microsoft.AspNetCore.Blazor.Templates\Microsoft.AspNetCore.Blazor.Templates.csproj", "{8C160273-0A1D-4D79-9F7B-7687B2D2F7C4}" +Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Microsoft.AspNetCore.Blazor.Templates", "blazor\src\Microsoft.AspNetCore.Blazor.Templates\Microsoft.AspNetCore.Blazor.Templates.csproj", "{8C160273-0A1D-4D79-9F7B-7687B2D2F7C4}" EndProject Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "templates", "templates", "{E8EBA72C-D555-43AE-BC98-F0B2D05F6A07}" EndProject -Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "BlazorStandalone-CSharp", "src\Microsoft.AspNetCore.Blazor.Templates\content\BlazorStandalone-CSharp\BlazorStandalone-CSharp.csproj", "{A092FA91-856B-4ACA-B1C2-10BDBA366185}" +Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "BlazorStandalone-CSharp", "blazor\src\Microsoft.AspNetCore.Blazor.Templates\content\BlazorStandalone-CSharp\BlazorStandalone-CSharp.csproj", "{A092FA91-856B-4ACA-B1C2-10BDBA366185}" EndProject Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "BlazorHosted-CSharp", "BlazorHosted-CSharp", "{73DA1DFD-79F0-4BA2-B0B6-4F3A21D2C3F8}" EndProject -Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "BlazorHosted-CSharp.Client", "src\Microsoft.AspNetCore.Blazor.Templates\content\BlazorHosted-CSharp\BlazorHosted-CSharp.Client\BlazorHosted-CSharp.Client.csproj", "{7549444A-9C81-44DE-AD0D-2C55501EAAC7}" +Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "BlazorHosted-CSharp.Client", "blazor\src\Microsoft.AspNetCore.Blazor.Templates\content\BlazorHosted-CSharp\BlazorHosted-CSharp.Client\BlazorHosted-CSharp.Client.csproj", "{7549444A-9C81-44DE-AD0D-2C55501EAAC7}" EndProject -Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "BlazorHosted-CSharp.Server", "src\Microsoft.AspNetCore.Blazor.Templates\content\BlazorHosted-CSharp\BlazorHosted-CSharp.Server\BlazorHosted-CSharp.Server.csproj", "{78ED9932-0912-4F36-8F82-33DE850E7A33}" +Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "BlazorHosted-CSharp.Server", "blazor\src\Microsoft.AspNetCore.Blazor.Templates\content\BlazorHosted-CSharp\BlazorHosted-CSharp.Server\BlazorHosted-CSharp.Server.csproj", "{78ED9932-0912-4F36-8F82-33DE850E7A33}" EndProject -Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "BlazorHosted-CSharp.Shared", "src\Microsoft.AspNetCore.Blazor.Templates\content\BlazorHosted-CSharp\BlazorHosted-CSharp.Shared\BlazorHosted-CSharp.Shared.csproj", "{F3E02B21-1127-431A-B832-0E53CB72097B}" +Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "BlazorHosted-CSharp.Shared", "blazor\src\Microsoft.AspNetCore.Blazor.Templates\content\BlazorHosted-CSharp\BlazorHosted-CSharp.Shared\BlazorHosted-CSharp.Shared.csproj", "{F3E02B21-1127-431A-B832-0E53CB72097B}" EndProject -Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Microsoft.AspNetCore.Blazor.Razor.Extensions.Test", "test\Microsoft.AspNetCore.Blazor.Razor.Extensions.Test\Microsoft.AspNetCore.Blazor.Razor.Extensions.Test.csproj", "{FF25111E-5A3E-48A3-96D8-08A2C5A2A91C}" +Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Microsoft.AspNetCore.Blazor.Razor.Extensions.Test", "test\Microsoft.AspNetCore.Components.Razor.Extensions.Test\Microsoft.AspNetCore.Blazor.Razor.Extensions.Test.csproj", "{FF25111E-5A3E-48A3-96D8-08A2C5A2A91C}" EndProject Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "tooling", "tooling", "{F563ABB6-85FB-4CFC-B0D2-1D5130E8246D}" EndProject -Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Microsoft.VisualStudio.LanguageServices.Blazor", "tooling\Microsoft.VisualStudio.LanguageServices.Blazor\Microsoft.VisualStudio.LanguageServices.Blazor.csproj", "{43E39257-7DC1-46BD-9BD9-2319A1313D07}" +Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Microsoft.VisualStudio.LanguageServices.Blazor", "blazor\tooling\Microsoft.VisualStudio.LanguageServices.Blazor\Microsoft.VisualStudio.LanguageServices.Blazor.csproj", "{43E39257-7DC1-46BD-9BD9-2319A1313D07}" EndProject -Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Microsoft.VisualStudio.BlazorExtension", "tooling\Microsoft.VisualStudio.BlazorExtension\Microsoft.VisualStudio.BlazorExtension.csproj", "{9088E4E4-B855-457F-AE9E-D86709A5E1F4}" +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Microsoft.VisualStudio.BlazorExtension", "blazor\tooling\Microsoft.VisualStudio.BlazorExtension\Microsoft.VisualStudio.BlazorExtension.csproj", "{9088E4E4-B855-457F-AE9E-D86709A5E1F4}" EndProject Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "TestContentPackage", "test\testapps\TestContentPackage\TestContentPackage.csproj", "{C57382BC-EE93-49D5-BC40-5C98AF8AA048}" EndProject Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "benchmarks", "benchmarks", "{36A7DEB7-5F88-4BFB-B57E-79EEC9950E25}" EndProject -Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Microsoft.AspNetCore.Blazor.Performance", "benchmarks\Microsoft.AspNetCore.Blazor.Performance\Microsoft.AspNetCore.Blazor.Performance.csproj", "{50F6820F-D058-4E68-9E15-801F893F514E}" +Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Microsoft.AspNetCore.Blazor.Performance", "benchmarks\Microsoft.AspNetCore.Components.Performance\Microsoft.AspNetCore.Blazor.Performance.csproj", "{50F6820F-D058-4E68-9E15-801F893F514E}" EndProject -Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "BlazorLibrary-CSharp", "src\Microsoft.AspNetCore.Blazor.Templates\content\BlazorLibrary-CSharp\BlazorLibrary-CSharp.csproj", "{3A457B14-D91B-4FFF-A81A-8F350BDB911F}" +Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "BlazorLibrary-CSharp", "blazor\src\Microsoft.AspNetCore.Blazor.Templates\content\BlazorLibrary-CSharp\BlazorLibrary-CSharp.csproj", "{3A457B14-D91B-4FFF-A81A-8F350BDB911F}" EndProject -Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Microsoft.AspNetCore.Blazor.Analyzers", "src\Microsoft.AspNetCore.Blazor.Analyzers\Microsoft.AspNetCore.Blazor.Analyzers.csproj", "{6DDD6A29-0A3E-417F-976C-5FE3FDA74055}" +Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Microsoft.AspNetCore.Blazor.Analyzers", "src\Microsoft.AspNetCore.Components.Analyzers\Microsoft.AspNetCore.Blazor.Analyzers.csproj", "{6DDD6A29-0A3E-417F-976C-5FE3FDA74055}" EndProject -Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Microsoft.AspNetCore.Blazor.Analyzers.Test", "test\Microsoft.AspNetCore.Blazor.Analyzers.Test\Microsoft.AspNetCore.Blazor.Analyzers.Test.csproj", "{CF3B5990-7A05-4993-AACA-D2C8D7AFF6E6}" +Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Microsoft.AspNetCore.Blazor.Analyzers.Test", "test\Microsoft.AspNetCore.Components.Analyzers.Test\Microsoft.AspNetCore.Blazor.Analyzers.Test.csproj", "{CF3B5990-7A05-4993-AACA-D2C8D7AFF6E6}" EndProject -Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Microsoft.AspnetCore.Blazor.Server.Test", "test\Microsoft.AspnetCore.Blazor.Server.Test\Microsoft.AspnetCore.Blazor.Server.Test.csproj", "{142AA6BC-5110-486B-A34D-6878E5E2CE95}" +Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Microsoft.AspnetCore.Blazor.Server.Test", "test\Microsoft.AspNetCore.Components.Server.Test\Microsoft.AspnetCore.Blazor.Server.Test.csproj", "{142AA6BC-5110-486B-A34D-6878E5E2CE95}" EndProject Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "ServerSideBlazor", "ServerSideBlazor", "{3173A9C0-4F66-4064-83EC-3C206F1430FB}" EndProject @@ -99,13 +99,13 @@ Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "ServerSideBlazor.Client", " EndProject Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "BlazorServerSide-CSharp", "BlazorServerSide-CSharp", "{6BDD3018-3961-488E-97D3-1FB7320A8AC6}" EndProject -Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "BlazorServerSide-CSharp.App", "src\Microsoft.AspNetCore.Blazor.Templates\content\BlazorServerSide-CSharp\BlazorServerSide-CSharp.App\BlazorServerSide-CSharp.App.csproj", "{49F0DC0E-D8E6-4E74-8A3F-F024EAAECB8B}" +Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "BlazorServerSide-CSharp.App", "blazor\src\Microsoft.AspNetCore.Blazor.Templates\content\BlazorServerSide-CSharp\BlazorServerSide-CSharp.App\BlazorServerSide-CSharp.App.csproj", "{49F0DC0E-D8E6-4E74-8A3F-F024EAAECB8B}" EndProject -Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "BlazorServerSide-CSharp.Server", "src\Microsoft.AspNetCore.Blazor.Templates\content\BlazorServerSide-CSharp\BlazorServerSide-CSharp.Server\BlazorServerSide-CSharp.Server.csproj", "{72004416-E278-4787-B84F-40C7E5668D74}" +Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "BlazorServerSide-CSharp.Server", "blazor\src\Microsoft.AspNetCore.Blazor.Templates\content\BlazorServerSide-CSharp\BlazorServerSide-CSharp.Server\BlazorServerSide-CSharp.Server.csproj", "{72004416-E278-4787-B84F-40C7E5668D74}" EndProject -Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Microsoft.AspNetCore.Blazor.E2EPerformance", "benchmarks\Microsoft.AspNetCore.Blazor.E2EPerformance\Microsoft.AspNetCore.Blazor.E2EPerformance.csproj", "{CCEC81C4-1A3C-40DC-952F-074712C46180}" +Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Microsoft.AspNetCore.Blazor.E2EPerformance", "blazor\benchmarks\Microsoft.AspNetCore.Blazor.E2EPerformance\Microsoft.AspNetCore.Blazor.E2EPerformance.csproj", "{CCEC81C4-1A3C-40DC-952F-074712C46180}" EndProject -Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Microsoft.AspNetCore.Blazor.TagHelperWorkaround", "src\Microsoft.AspNetCore.Blazor.TagHelperWorkaround\Microsoft.AspNetCore.Blazor.TagHelperWorkaround.csproj", "{F71D78AB-A07E-415D-BF3F-1B9991628214}" +Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Microsoft.AspNetCore.Blazor.TagHelperWorkaround", "src\Microsoft.AspNetCore.Components.TagHelperWorkaround\Microsoft.AspNetCore.Blazor.TagHelperWorkaround.csproj", "{F71D78AB-A07E-415D-BF3F-1B9991628214}" EndProject Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Mono.WebAssembly.Interop", "modules\jsinterop\src\Mono.WebAssembly.Interop\Mono.WebAssembly.Interop.csproj", "{37856984-9702-4062-B8B7-91A38AD8F2BF}" EndProject @@ -119,7 +119,15 @@ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "modules", "modules", "{F380 EndProject Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Microsoft.JSInterop.Test", "modules\jsinterop\test\Microsoft.JSInterop.Test\Microsoft.JSInterop.Test.csproj", "{ECF02708-4CA4-44B3-B23F-274F4B417FA5}" EndProject -Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "mono", "src\mono\mono.csproj", "{DEEAE26E-D00C-4A3C-BE12-7A51A63CE55E}" +Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "mono", "blazor\src\mono\mono.csproj", "{DEEAE26E-D00C-4A3C-BE12-7A51A63CE55E}" +EndProject +Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "blazor", "blazor", "{E5DDF29D-DFC9-43E3-AC3A-5B6D54B786D5}" +EndProject +Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "benchmarks", "benchmarks", "{DDE4B710-6936-4E17-9CA0-54C45333ED15}" +EndProject +Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "samples", "samples", "{C7B9207E-BF85-422D-9EBC-E243C399F619}" +EndProject +Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "src", "src", "{AD41FFD8-2C0C-4F0C-9537-25C2A3A7A1F4}" EndProject Global GlobalSection(SolutionConfigurationPlatforms) = preSolution @@ -465,18 +473,18 @@ Global HideSolutionNode = FALSE EndGlobalSection GlobalSection(NestedProjects) = preSolution - {7B5CAAB1-A3EB-44F7-87E3-A13ED89FC17D} = {B867E038-B3CE-43E3-9292-61568C46CDEB} + {7B5CAAB1-A3EB-44F7-87E3-A13ED89FC17D} = {AD41FFD8-2C0C-4F0C-9537-25C2A3A7A1F4} {7C53BB6B-5906-4753-B507-C9FCC2F7E5B7} = {2A076721-6081-4517-8329-B9E5110D6DAC} {5A694793-3257-4D37-BB74-4A41B3894685} = {B867E038-B3CE-43E3-9292-61568C46CDEB} {5BC2A10D-B6CA-43AE-B73C-2A41AE1039F9} = {ADA3AE29-F6DE-49F6-8C7C-B321508CAE8E} {06AAAE9E-96DE-4574-97DA-9C4C7D9FE990} = {2A076721-6081-4517-8329-B9E5110D6DAC} - {BB34336F-E68E-4411-9805-CAAA919F5EA1} = {B867E038-B3CE-43E3-9292-61568C46CDEB} - {4D367450-96E9-4C8C-8B56-EED8ADE3A20D} = {F5FDD4E5-6A52-4A86-BE5E-5E42CB1DC8DA} + {BB34336F-E68E-4411-9805-CAAA919F5EA1} = {AD41FFD8-2C0C-4F0C-9537-25C2A3A7A1F4} + {4D367450-96E9-4C8C-8B56-EED8ADE3A20D} = {C7B9207E-BF85-422D-9EBC-E243C399F619} {B4335F7C-4E86-4559-821F-F1B1C75F5FAE} = {4D367450-96E9-4C8C-8B56-EED8ADE3A20D} {F8996835-41F7-4663-91DF-3B5652ADC37D} = {4D367450-96E9-4C8C-8B56-EED8ADE3A20D} {7FD8C650-74B3-4153-AEA1-00F4F6AF393D} = {B867E038-B3CE-43E3-9292-61568C46CDEB} - {B241434A-1642-44CC-AE9A-2012B5C5BD02} = {F5FDD4E5-6A52-4A86-BE5E-5E42CB1DC8DA} - {2A076721-6081-4517-8329-B9E5110D6DAC} = {F5FDD4E5-6A52-4A86-BE5E-5E42CB1DC8DA} + {B241434A-1642-44CC-AE9A-2012B5C5BD02} = {C7B9207E-BF85-422D-9EBC-E243C399F619} + {2A076721-6081-4517-8329-B9E5110D6DAC} = {C7B9207E-BF85-422D-9EBC-E243C399F619} {709C7EBE-EB93-4F6D-9491-D714B0D2E898} = {ADA3AE29-F6DE-49F6-8C7C-B321508CAE8E} {8B3D0F1C-0E38-4E6D-BFF1-C4FDA0CD9815} = {B867E038-B3CE-43E3-9292-61568C46CDEB} {8A19B1CE-9B62-4440-93B3-152DDBB39D0A} = {B867E038-B3CE-43E3-9292-61568C46CDEB} @@ -487,14 +495,16 @@ Global {D652A019-B765-4922-B7B8-3AB1C58338D7} = {B867E038-B3CE-43E3-9292-61568C46CDEB} {EC2A38BF-6E77-4A8E-A731-15929544F29C} = {ADA3AE29-F6DE-49F6-8C7C-B321508CAE8E} {29CD3FC6-49E3-4756-B5DF-E03B46E5CD45} = {4AE0D35B-D97A-44D0-8392-C9240377DCCE} - {AF79BB84-BAE6-4F9A-9AD5-B0E3D7455288} = {B867E038-B3CE-43E3-9292-61568C46CDEB} - {8C160273-0A1D-4D79-9F7B-7687B2D2F7C4} = {B867E038-B3CE-43E3-9292-61568C46CDEB} + {AF79BB84-BAE6-4F9A-9AD5-B0E3D7455288} = {AD41FFD8-2C0C-4F0C-9537-25C2A3A7A1F4} + {8C160273-0A1D-4D79-9F7B-7687B2D2F7C4} = {AD41FFD8-2C0C-4F0C-9537-25C2A3A7A1F4} + {E8EBA72C-D555-43AE-BC98-F0B2D05F6A07} = {E5DDF29D-DFC9-43E3-AC3A-5B6D54B786D5} {A092FA91-856B-4ACA-B1C2-10BDBA366185} = {E8EBA72C-D555-43AE-BC98-F0B2D05F6A07} {73DA1DFD-79F0-4BA2-B0B6-4F3A21D2C3F8} = {E8EBA72C-D555-43AE-BC98-F0B2D05F6A07} {7549444A-9C81-44DE-AD0D-2C55501EAAC7} = {73DA1DFD-79F0-4BA2-B0B6-4F3A21D2C3F8} {78ED9932-0912-4F36-8F82-33DE850E7A33} = {73DA1DFD-79F0-4BA2-B0B6-4F3A21D2C3F8} {F3E02B21-1127-431A-B832-0E53CB72097B} = {73DA1DFD-79F0-4BA2-B0B6-4F3A21D2C3F8} {FF25111E-5A3E-48A3-96D8-08A2C5A2A91C} = {ADA3AE29-F6DE-49F6-8C7C-B321508CAE8E} + {F563ABB6-85FB-4CFC-B0D2-1D5130E8246D} = {E5DDF29D-DFC9-43E3-AC3A-5B6D54B786D5} {43E39257-7DC1-46BD-9BD9-2319A1313D07} = {F563ABB6-85FB-4CFC-B0D2-1D5130E8246D} {9088E4E4-B855-457F-AE9E-D86709A5E1F4} = {F563ABB6-85FB-4CFC-B0D2-1D5130E8246D} {C57382BC-EE93-49D5-BC40-5C98AF8AA048} = {4AE0D35B-D97A-44D0-8392-C9240377DCCE} @@ -509,7 +519,7 @@ Global {6BDD3018-3961-488E-97D3-1FB7320A8AC6} = {E8EBA72C-D555-43AE-BC98-F0B2D05F6A07} {49F0DC0E-D8E6-4E74-8A3F-F024EAAECB8B} = {6BDD3018-3961-488E-97D3-1FB7320A8AC6} {72004416-E278-4787-B84F-40C7E5668D74} = {6BDD3018-3961-488E-97D3-1FB7320A8AC6} - {CCEC81C4-1A3C-40DC-952F-074712C46180} = {36A7DEB7-5F88-4BFB-B57E-79EEC9950E25} + {CCEC81C4-1A3C-40DC-952F-074712C46180} = {DDE4B710-6936-4E17-9CA0-54C45333ED15} {F71D78AB-A07E-415D-BF3F-1B9991628214} = {B867E038-B3CE-43E3-9292-61568C46CDEB} {37856984-9702-4062-B8B7-91A38AD8F2BF} = {1386F99B-3862-40C2-B24D-796C07DC7921} {5F992F3C-4980-4E8E-BEE0-6EC08E369A57} = {1386F99B-3862-40C2-B24D-796C07DC7921} @@ -517,6 +527,9 @@ Global {1386F99B-3862-40C2-B24D-796C07DC7921} = {F380B6B6-9486-42BC-9B24-C388F8BF13A3} {ECF02708-4CA4-44B3-B23F-274F4B417FA5} = {ADA3AE29-F6DE-49F6-8C7C-B321508CAE8E} {DEEAE26E-D00C-4A3C-BE12-7A51A63CE55E} = {7B5CAAB1-A3EB-44F7-87E3-A13ED89FC17D} + {DDE4B710-6936-4E17-9CA0-54C45333ED15} = {E5DDF29D-DFC9-43E3-AC3A-5B6D54B786D5} + {C7B9207E-BF85-422D-9EBC-E243C399F619} = {E5DDF29D-DFC9-43E3-AC3A-5B6D54B786D5} + {AD41FFD8-2C0C-4F0C-9537-25C2A3A7A1F4} = {E5DDF29D-DFC9-43E3-AC3A-5B6D54B786D5} EndGlobalSection GlobalSection(ExtensibilityGlobals) = postSolution SolutionGuid = {504DA352-6788-4DC0-8705-82167E72A4D3} diff --git a/benchmarks/Microsoft.AspNetCore.Blazor.E2EPerformance/Microsoft.AspNetCore.Blazor.E2EPerformance.csproj b/benchmarks/Microsoft.AspNetCore.Blazor.E2EPerformance/Microsoft.AspNetCore.Blazor.E2EPerformance.csproj deleted file mode 100644 index 2a57fca2..00000000 --- a/benchmarks/Microsoft.AspNetCore.Blazor.E2EPerformance/Microsoft.AspNetCore.Blazor.E2EPerformance.csproj +++ /dev/null @@ -1,19 +0,0 @@ - - - - netstandard2.0 - - - dotnet - run --project ../../src/Microsoft.AspNetCore.Blazor.Cli serve - - - - - - - - - - - diff --git a/benchmarks/Microsoft.AspNetCore.Blazor.Performance/AssemblyInfo.cs b/benchmarks/Microsoft.AspNetCore.Components.Performance/AssemblyInfo.cs similarity index 100% rename from benchmarks/Microsoft.AspNetCore.Blazor.Performance/AssemblyInfo.cs rename to benchmarks/Microsoft.AspNetCore.Components.Performance/AssemblyInfo.cs diff --git a/benchmarks/Microsoft.AspNetCore.Blazor.Performance/Microsoft.AspNetCore.Blazor.Performance.csproj b/benchmarks/Microsoft.AspNetCore.Components.Performance/Microsoft.AspNetCore.Blazor.Performance.csproj similarity index 83% rename from benchmarks/Microsoft.AspNetCore.Blazor.Performance/Microsoft.AspNetCore.Blazor.Performance.csproj rename to benchmarks/Microsoft.AspNetCore.Components.Performance/Microsoft.AspNetCore.Blazor.Performance.csproj index 617e7cf1..54479b35 100644 --- a/benchmarks/Microsoft.AspNetCore.Blazor.Performance/Microsoft.AspNetCore.Blazor.Performance.csproj +++ b/benchmarks/Microsoft.AspNetCore.Components.Performance/Microsoft.AspNetCore.Blazor.Performance.csproj @@ -8,7 +8,7 @@ - + diff --git a/benchmarks/Microsoft.AspNetCore.Blazor.Performance/Program.cs b/benchmarks/Microsoft.AspNetCore.Components.Performance/Program.cs similarity index 100% rename from benchmarks/Microsoft.AspNetCore.Blazor.Performance/Program.cs rename to benchmarks/Microsoft.AspNetCore.Components.Performance/Program.cs diff --git a/benchmarks/Microsoft.AspNetCore.Blazor.Performance/RenderTreeDiffBuilderBenchmark.cs b/benchmarks/Microsoft.AspNetCore.Components.Performance/RenderTreeDiffBuilderBenchmark.cs similarity index 100% rename from benchmarks/Microsoft.AspNetCore.Blazor.Performance/RenderTreeDiffBuilderBenchmark.cs rename to benchmarks/Microsoft.AspNetCore.Components.Performance/RenderTreeDiffBuilderBenchmark.cs diff --git a/benchmarks/Microsoft.AspNetCore.Blazor.Performance/readme.md b/benchmarks/Microsoft.AspNetCore.Components.Performance/readme.md similarity index 100% rename from benchmarks/Microsoft.AspNetCore.Blazor.Performance/readme.md rename to benchmarks/Microsoft.AspNetCore.Components.Performance/readme.md diff --git a/benchmarks/Microsoft.AspNetCore.Blazor.E2EPerformance/App.cshtml b/blazor/benchmarks/Microsoft.AspNetCore.Blazor.E2EPerformance/App.cshtml similarity index 100% rename from benchmarks/Microsoft.AspNetCore.Blazor.E2EPerformance/App.cshtml rename to blazor/benchmarks/Microsoft.AspNetCore.Blazor.E2EPerformance/App.cshtml diff --git a/benchmarks/Microsoft.AspNetCore.Blazor.E2EPerformance/BenchmarkEvent.cs b/blazor/benchmarks/Microsoft.AspNetCore.Blazor.E2EPerformance/BenchmarkEvent.cs similarity index 100% rename from benchmarks/Microsoft.AspNetCore.Blazor.E2EPerformance/BenchmarkEvent.cs rename to blazor/benchmarks/Microsoft.AspNetCore.Blazor.E2EPerformance/BenchmarkEvent.cs diff --git a/blazor/benchmarks/Microsoft.AspNetCore.Blazor.E2EPerformance/Directory.Build.props b/blazor/benchmarks/Microsoft.AspNetCore.Blazor.E2EPerformance/Directory.Build.props new file mode 100644 index 00000000..a431b6c7 --- /dev/null +++ b/blazor/benchmarks/Microsoft.AspNetCore.Blazor.E2EPerformance/Directory.Build.props @@ -0,0 +1,7 @@ + + + + true + + + diff --git a/blazor/benchmarks/Microsoft.AspNetCore.Blazor.E2EPerformance/Microsoft.AspNetCore.Blazor.E2EPerformance.csproj b/blazor/benchmarks/Microsoft.AspNetCore.Blazor.E2EPerformance/Microsoft.AspNetCore.Blazor.E2EPerformance.csproj new file mode 100644 index 00000000..1bf363a7 --- /dev/null +++ b/blazor/benchmarks/Microsoft.AspNetCore.Blazor.E2EPerformance/Microsoft.AspNetCore.Blazor.E2EPerformance.csproj @@ -0,0 +1,19 @@ + + + + netstandard2.0 + + + dotnet + run --project ../../../blazor/src/Microsoft.AspNetCore.Blazor.Cli serve + + + + + + + + + + + diff --git a/benchmarks/Microsoft.AspNetCore.Blazor.E2EPerformance/Pages/Index.cshtml b/blazor/benchmarks/Microsoft.AspNetCore.Blazor.E2EPerformance/Pages/Index.cshtml similarity index 100% rename from benchmarks/Microsoft.AspNetCore.Blazor.E2EPerformance/Pages/Index.cshtml rename to blazor/benchmarks/Microsoft.AspNetCore.Blazor.E2EPerformance/Pages/Index.cshtml diff --git a/benchmarks/Microsoft.AspNetCore.Blazor.E2EPerformance/Pages/Json.cshtml b/blazor/benchmarks/Microsoft.AspNetCore.Blazor.E2EPerformance/Pages/Json.cshtml similarity index 100% rename from benchmarks/Microsoft.AspNetCore.Blazor.E2EPerformance/Pages/Json.cshtml rename to blazor/benchmarks/Microsoft.AspNetCore.Blazor.E2EPerformance/Pages/Json.cshtml diff --git a/benchmarks/Microsoft.AspNetCore.Blazor.E2EPerformance/Pages/RenderList.cshtml b/blazor/benchmarks/Microsoft.AspNetCore.Blazor.E2EPerformance/Pages/RenderList.cshtml similarity index 100% rename from benchmarks/Microsoft.AspNetCore.Blazor.E2EPerformance/Pages/RenderList.cshtml rename to blazor/benchmarks/Microsoft.AspNetCore.Blazor.E2EPerformance/Pages/RenderList.cshtml diff --git a/benchmarks/Microsoft.AspNetCore.Blazor.E2EPerformance/Pages/_ViewImports.cshtml b/blazor/benchmarks/Microsoft.AspNetCore.Blazor.E2EPerformance/Pages/_ViewImports.cshtml similarity index 100% rename from benchmarks/Microsoft.AspNetCore.Blazor.E2EPerformance/Pages/_ViewImports.cshtml rename to blazor/benchmarks/Microsoft.AspNetCore.Blazor.E2EPerformance/Pages/_ViewImports.cshtml diff --git a/benchmarks/Microsoft.AspNetCore.Blazor.E2EPerformance/Program.cs b/blazor/benchmarks/Microsoft.AspNetCore.Blazor.E2EPerformance/Program.cs similarity index 100% rename from benchmarks/Microsoft.AspNetCore.Blazor.E2EPerformance/Program.cs rename to blazor/benchmarks/Microsoft.AspNetCore.Blazor.E2EPerformance/Program.cs diff --git a/benchmarks/Microsoft.AspNetCore.Blazor.E2EPerformance/Shared/MainLayout.cshtml b/blazor/benchmarks/Microsoft.AspNetCore.Blazor.E2EPerformance/Shared/MainLayout.cshtml similarity index 100% rename from benchmarks/Microsoft.AspNetCore.Blazor.E2EPerformance/Shared/MainLayout.cshtml rename to blazor/benchmarks/Microsoft.AspNetCore.Blazor.E2EPerformance/Shared/MainLayout.cshtml diff --git a/benchmarks/Microsoft.AspNetCore.Blazor.E2EPerformance/Startup.cs b/blazor/benchmarks/Microsoft.AspNetCore.Blazor.E2EPerformance/Startup.cs similarity index 100% rename from benchmarks/Microsoft.AspNetCore.Blazor.E2EPerformance/Startup.cs rename to blazor/benchmarks/Microsoft.AspNetCore.Blazor.E2EPerformance/Startup.cs diff --git a/benchmarks/Microsoft.AspNetCore.Blazor.E2EPerformance/_ViewImports.cshtml b/blazor/benchmarks/Microsoft.AspNetCore.Blazor.E2EPerformance/_ViewImports.cshtml similarity index 100% rename from benchmarks/Microsoft.AspNetCore.Blazor.E2EPerformance/_ViewImports.cshtml rename to blazor/benchmarks/Microsoft.AspNetCore.Blazor.E2EPerformance/_ViewImports.cshtml diff --git a/benchmarks/Microsoft.AspNetCore.Blazor.E2EPerformance/wwwroot/benchmarks/appStartup.js b/blazor/benchmarks/Microsoft.AspNetCore.Blazor.E2EPerformance/wwwroot/benchmarks/appStartup.js similarity index 100% rename from benchmarks/Microsoft.AspNetCore.Blazor.E2EPerformance/wwwroot/benchmarks/appStartup.js rename to blazor/benchmarks/Microsoft.AspNetCore.Blazor.E2EPerformance/wwwroot/benchmarks/appStartup.js diff --git a/benchmarks/Microsoft.AspNetCore.Blazor.E2EPerformance/wwwroot/benchmarks/index.js b/blazor/benchmarks/Microsoft.AspNetCore.Blazor.E2EPerformance/wwwroot/benchmarks/index.js similarity index 100% rename from benchmarks/Microsoft.AspNetCore.Blazor.E2EPerformance/wwwroot/benchmarks/index.js rename to blazor/benchmarks/Microsoft.AspNetCore.Blazor.E2EPerformance/wwwroot/benchmarks/index.js diff --git a/benchmarks/Microsoft.AspNetCore.Blazor.E2EPerformance/wwwroot/benchmarks/jsonHandling.js b/blazor/benchmarks/Microsoft.AspNetCore.Blazor.E2EPerformance/wwwroot/benchmarks/jsonHandling.js similarity index 100% rename from benchmarks/Microsoft.AspNetCore.Blazor.E2EPerformance/wwwroot/benchmarks/jsonHandling.js rename to blazor/benchmarks/Microsoft.AspNetCore.Blazor.E2EPerformance/wwwroot/benchmarks/jsonHandling.js diff --git a/benchmarks/Microsoft.AspNetCore.Blazor.E2EPerformance/wwwroot/benchmarks/jsonHandlingData.js b/blazor/benchmarks/Microsoft.AspNetCore.Blazor.E2EPerformance/wwwroot/benchmarks/jsonHandlingData.js similarity index 100% rename from benchmarks/Microsoft.AspNetCore.Blazor.E2EPerformance/wwwroot/benchmarks/jsonHandlingData.js rename to blazor/benchmarks/Microsoft.AspNetCore.Blazor.E2EPerformance/wwwroot/benchmarks/jsonHandlingData.js diff --git a/benchmarks/Microsoft.AspNetCore.Blazor.E2EPerformance/wwwroot/benchmarks/lib/bootstrap.min.css b/blazor/benchmarks/Microsoft.AspNetCore.Blazor.E2EPerformance/wwwroot/benchmarks/lib/bootstrap.min.css similarity index 100% rename from benchmarks/Microsoft.AspNetCore.Blazor.E2EPerformance/wwwroot/benchmarks/lib/bootstrap.min.css rename to blazor/benchmarks/Microsoft.AspNetCore.Blazor.E2EPerformance/wwwroot/benchmarks/lib/bootstrap.min.css diff --git a/benchmarks/Microsoft.AspNetCore.Blazor.E2EPerformance/wwwroot/benchmarks/lib/minibench/README.md b/blazor/benchmarks/Microsoft.AspNetCore.Blazor.E2EPerformance/wwwroot/benchmarks/lib/minibench/README.md similarity index 100% rename from benchmarks/Microsoft.AspNetCore.Blazor.E2EPerformance/wwwroot/benchmarks/lib/minibench/README.md rename to blazor/benchmarks/Microsoft.AspNetCore.Blazor.E2EPerformance/wwwroot/benchmarks/lib/minibench/README.md diff --git a/benchmarks/Microsoft.AspNetCore.Blazor.E2EPerformance/wwwroot/benchmarks/lib/minibench/minibench.js b/blazor/benchmarks/Microsoft.AspNetCore.Blazor.E2EPerformance/wwwroot/benchmarks/lib/minibench/minibench.js similarity index 100% rename from benchmarks/Microsoft.AspNetCore.Blazor.E2EPerformance/wwwroot/benchmarks/lib/minibench/minibench.js rename to blazor/benchmarks/Microsoft.AspNetCore.Blazor.E2EPerformance/wwwroot/benchmarks/lib/minibench/minibench.js diff --git a/benchmarks/Microsoft.AspNetCore.Blazor.E2EPerformance/wwwroot/benchmarks/lib/minibench/style.css b/blazor/benchmarks/Microsoft.AspNetCore.Blazor.E2EPerformance/wwwroot/benchmarks/lib/minibench/style.css similarity index 100% rename from benchmarks/Microsoft.AspNetCore.Blazor.E2EPerformance/wwwroot/benchmarks/lib/minibench/style.css rename to blazor/benchmarks/Microsoft.AspNetCore.Blazor.E2EPerformance/wwwroot/benchmarks/lib/minibench/style.css diff --git a/benchmarks/Microsoft.AspNetCore.Blazor.E2EPerformance/wwwroot/benchmarks/renderList.js b/blazor/benchmarks/Microsoft.AspNetCore.Blazor.E2EPerformance/wwwroot/benchmarks/renderList.js similarity index 100% rename from benchmarks/Microsoft.AspNetCore.Blazor.E2EPerformance/wwwroot/benchmarks/renderList.js rename to blazor/benchmarks/Microsoft.AspNetCore.Blazor.E2EPerformance/wwwroot/benchmarks/renderList.js diff --git a/benchmarks/Microsoft.AspNetCore.Blazor.E2EPerformance/wwwroot/benchmarks/util/BenchmarkEvents.js b/blazor/benchmarks/Microsoft.AspNetCore.Blazor.E2EPerformance/wwwroot/benchmarks/util/BenchmarkEvents.js similarity index 100% rename from benchmarks/Microsoft.AspNetCore.Blazor.E2EPerformance/wwwroot/benchmarks/util/BenchmarkEvents.js rename to blazor/benchmarks/Microsoft.AspNetCore.Blazor.E2EPerformance/wwwroot/benchmarks/util/BenchmarkEvents.js diff --git a/benchmarks/Microsoft.AspNetCore.Blazor.E2EPerformance/wwwroot/benchmarks/util/BlazorApp.js b/blazor/benchmarks/Microsoft.AspNetCore.Blazor.E2EPerformance/wwwroot/benchmarks/util/BlazorApp.js similarity index 100% rename from benchmarks/Microsoft.AspNetCore.Blazor.E2EPerformance/wwwroot/benchmarks/util/BlazorApp.js rename to blazor/benchmarks/Microsoft.AspNetCore.Blazor.E2EPerformance/wwwroot/benchmarks/util/BlazorApp.js diff --git a/benchmarks/Microsoft.AspNetCore.Blazor.E2EPerformance/wwwroot/benchmarks/util/DOM.js b/blazor/benchmarks/Microsoft.AspNetCore.Blazor.E2EPerformance/wwwroot/benchmarks/util/DOM.js similarity index 100% rename from benchmarks/Microsoft.AspNetCore.Blazor.E2EPerformance/wwwroot/benchmarks/util/DOM.js rename to blazor/benchmarks/Microsoft.AspNetCore.Blazor.E2EPerformance/wwwroot/benchmarks/util/DOM.js diff --git a/benchmarks/Microsoft.AspNetCore.Blazor.E2EPerformance/wwwroot/blazor-frame.html b/blazor/benchmarks/Microsoft.AspNetCore.Blazor.E2EPerformance/wwwroot/blazor-frame.html similarity index 100% rename from benchmarks/Microsoft.AspNetCore.Blazor.E2EPerformance/wwwroot/blazor-frame.html rename to blazor/benchmarks/Microsoft.AspNetCore.Blazor.E2EPerformance/wwwroot/blazor-frame.html diff --git a/benchmarks/Microsoft.AspNetCore.Blazor.E2EPerformance/wwwroot/index.html b/blazor/benchmarks/Microsoft.AspNetCore.Blazor.E2EPerformance/wwwroot/index.html similarity index 100% rename from benchmarks/Microsoft.AspNetCore.Blazor.E2EPerformance/wwwroot/index.html rename to blazor/benchmarks/Microsoft.AspNetCore.Blazor.E2EPerformance/wwwroot/index.html diff --git a/benchmarks/Microsoft.AspNetCore.Blazor.E2EPerformance/Directory.Build.props b/blazor/samples/Directory.Build.props similarity index 100% rename from benchmarks/Microsoft.AspNetCore.Blazor.E2EPerformance/Directory.Build.props rename to blazor/samples/Directory.Build.props diff --git a/samples/HostedInAspNet.Client/Home.cshtml b/blazor/samples/HostedInAspNet.Client/Home.cshtml similarity index 100% rename from samples/HostedInAspNet.Client/Home.cshtml rename to blazor/samples/HostedInAspNet.Client/Home.cshtml diff --git a/blazor/samples/HostedInAspNet.Client/HostedInAspNet.Client.csproj b/blazor/samples/HostedInAspNet.Client/HostedInAspNet.Client.csproj new file mode 100644 index 00000000..70fe7be7 --- /dev/null +++ b/blazor/samples/HostedInAspNet.Client/HostedInAspNet.Client.csproj @@ -0,0 +1,16 @@ + + + + netstandard2.0 + Exe + + + + + + + + + + + diff --git a/samples/HostedInAspNet.Client/Program.cs b/blazor/samples/HostedInAspNet.Client/Program.cs similarity index 100% rename from samples/HostedInAspNet.Client/Program.cs rename to blazor/samples/HostedInAspNet.Client/Program.cs diff --git a/samples/HostedInAspNet.Client/wwwroot/customJsFileForTests.js b/blazor/samples/HostedInAspNet.Client/wwwroot/customJsFileForTests.js similarity index 100% rename from samples/HostedInAspNet.Client/wwwroot/customJsFileForTests.js rename to blazor/samples/HostedInAspNet.Client/wwwroot/customJsFileForTests.js diff --git a/samples/HostedInAspNet.Client/wwwroot/index.html b/blazor/samples/HostedInAspNet.Client/wwwroot/index.html similarity index 100% rename from samples/HostedInAspNet.Client/wwwroot/index.html rename to blazor/samples/HostedInAspNet.Client/wwwroot/index.html diff --git a/samples/HostedInAspNet.Server/HostedInAspNet.Server.csproj b/blazor/samples/HostedInAspNet.Server/HostedInAspNet.Server.csproj similarity index 80% rename from samples/HostedInAspNet.Server/HostedInAspNet.Server.csproj rename to blazor/samples/HostedInAspNet.Server/HostedInAspNet.Server.csproj index e08f1f9c..8ef6f407 100644 --- a/samples/HostedInAspNet.Server/HostedInAspNet.Server.csproj +++ b/blazor/samples/HostedInAspNet.Server/HostedInAspNet.Server.csproj @@ -10,7 +10,7 @@ - + diff --git a/samples/HostedInAspNet.Server/Program.cs b/blazor/samples/HostedInAspNet.Server/Program.cs similarity index 100% rename from samples/HostedInAspNet.Server/Program.cs rename to blazor/samples/HostedInAspNet.Server/Program.cs diff --git a/samples/HostedInAspNet.Server/Startup.cs b/blazor/samples/HostedInAspNet.Server/Startup.cs similarity index 100% rename from samples/HostedInAspNet.Server/Startup.cs rename to blazor/samples/HostedInAspNet.Server/Startup.cs diff --git a/samples/HostedInAspNet.Server/Views/_ViewImports.cshtml b/blazor/samples/HostedInAspNet.Server/Views/_ViewImports.cshtml similarity index 100% rename from samples/HostedInAspNet.Server/Views/_ViewImports.cshtml rename to blazor/samples/HostedInAspNet.Server/Views/_ViewImports.cshtml diff --git a/samples/MonoSanity/MonoSanity.csproj b/blazor/samples/MonoSanity/MonoSanity.csproj similarity index 80% rename from samples/MonoSanity/MonoSanity.csproj rename to blazor/samples/MonoSanity/MonoSanity.csproj index da8628f7..6cbe42a5 100644 --- a/samples/MonoSanity/MonoSanity.csproj +++ b/blazor/samples/MonoSanity/MonoSanity.csproj @@ -10,7 +10,7 @@ - + diff --git a/samples/MonoSanity/Program.cs b/blazor/samples/MonoSanity/Program.cs similarity index 100% rename from samples/MonoSanity/Program.cs rename to blazor/samples/MonoSanity/Program.cs diff --git a/samples/MonoSanity/Startup.cs b/blazor/samples/MonoSanity/Startup.cs similarity index 100% rename from samples/MonoSanity/Startup.cs rename to blazor/samples/MonoSanity/Startup.cs diff --git a/samples/MonoSanity/wwwroot/index.html b/blazor/samples/MonoSanity/wwwroot/index.html similarity index 100% rename from samples/MonoSanity/wwwroot/index.html rename to blazor/samples/MonoSanity/wwwroot/index.html diff --git a/samples/MonoSanity/wwwroot/loader.js b/blazor/samples/MonoSanity/wwwroot/loader.js similarity index 100% rename from samples/MonoSanity/wwwroot/loader.js rename to blazor/samples/MonoSanity/wwwroot/loader.js diff --git a/samples/MonoSanityClient/Examples.cs b/blazor/samples/MonoSanityClient/Examples.cs similarity index 100% rename from samples/MonoSanityClient/Examples.cs rename to blazor/samples/MonoSanityClient/Examples.cs diff --git a/samples/MonoSanityClient/MonoSanityClient.csproj b/blazor/samples/MonoSanityClient/MonoSanityClient.csproj similarity index 77% rename from samples/MonoSanityClient/MonoSanityClient.csproj rename to blazor/samples/MonoSanityClient/MonoSanityClient.csproj index 95ff39bb..8d7ffa74 100644 --- a/samples/MonoSanityClient/MonoSanityClient.csproj +++ b/blazor/samples/MonoSanityClient/MonoSanityClient.csproj @@ -11,11 +11,11 @@ - + - + diff --git a/samples/MonoSanityClient/Program.cs b/blazor/samples/MonoSanityClient/Program.cs similarity index 100% rename from samples/MonoSanityClient/Program.cs rename to blazor/samples/MonoSanityClient/Program.cs diff --git a/samples/StandaloneApp/App.cshtml b/blazor/samples/StandaloneApp/App.cshtml similarity index 100% rename from samples/StandaloneApp/App.cshtml rename to blazor/samples/StandaloneApp/App.cshtml diff --git a/samples/StandaloneApp/Pages/Counter.cshtml b/blazor/samples/StandaloneApp/Pages/Counter.cshtml similarity index 100% rename from samples/StandaloneApp/Pages/Counter.cshtml rename to blazor/samples/StandaloneApp/Pages/Counter.cshtml diff --git a/samples/StandaloneApp/Pages/FetchData.cshtml b/blazor/samples/StandaloneApp/Pages/FetchData.cshtml similarity index 100% rename from samples/StandaloneApp/Pages/FetchData.cshtml rename to blazor/samples/StandaloneApp/Pages/FetchData.cshtml diff --git a/samples/StandaloneApp/Pages/Index.cshtml b/blazor/samples/StandaloneApp/Pages/Index.cshtml similarity index 100% rename from samples/StandaloneApp/Pages/Index.cshtml rename to blazor/samples/StandaloneApp/Pages/Index.cshtml diff --git a/samples/StandaloneApp/Pages/_ViewImports.cshtml b/blazor/samples/StandaloneApp/Pages/_ViewImports.cshtml similarity index 100% rename from samples/StandaloneApp/Pages/_ViewImports.cshtml rename to blazor/samples/StandaloneApp/Pages/_ViewImports.cshtml diff --git a/samples/StandaloneApp/Program.cs b/blazor/samples/StandaloneApp/Program.cs similarity index 100% rename from samples/StandaloneApp/Program.cs rename to blazor/samples/StandaloneApp/Program.cs diff --git a/samples/StandaloneApp/Shared/MainLayout.cshtml b/blazor/samples/StandaloneApp/Shared/MainLayout.cshtml similarity index 100% rename from samples/StandaloneApp/Shared/MainLayout.cshtml rename to blazor/samples/StandaloneApp/Shared/MainLayout.cshtml diff --git a/samples/StandaloneApp/Shared/NavMenu.cshtml b/blazor/samples/StandaloneApp/Shared/NavMenu.cshtml similarity index 100% rename from samples/StandaloneApp/Shared/NavMenu.cshtml rename to blazor/samples/StandaloneApp/Shared/NavMenu.cshtml diff --git a/samples/StandaloneApp/StandaloneApp.csproj b/blazor/samples/StandaloneApp/StandaloneApp.csproj similarity index 58% rename from samples/StandaloneApp/StandaloneApp.csproj rename to blazor/samples/StandaloneApp/StandaloneApp.csproj index 253651db..3e52b0ca 100644 --- a/samples/StandaloneApp/StandaloneApp.csproj +++ b/blazor/samples/StandaloneApp/StandaloneApp.csproj @@ -9,11 +9,11 @@ - - + + - + diff --git a/samples/StandaloneApp/Startup.cs b/blazor/samples/StandaloneApp/Startup.cs similarity index 100% rename from samples/StandaloneApp/Startup.cs rename to blazor/samples/StandaloneApp/Startup.cs diff --git a/samples/StandaloneApp/_ViewImports.cshtml b/blazor/samples/StandaloneApp/_ViewImports.cshtml similarity index 100% rename from samples/StandaloneApp/_ViewImports.cshtml rename to blazor/samples/StandaloneApp/_ViewImports.cshtml diff --git a/samples/StandaloneApp/wwwroot/css/bootstrap/bootstrap.min.css b/blazor/samples/StandaloneApp/wwwroot/css/bootstrap/bootstrap.min.css similarity index 100% rename from samples/StandaloneApp/wwwroot/css/bootstrap/bootstrap.min.css rename to blazor/samples/StandaloneApp/wwwroot/css/bootstrap/bootstrap.min.css diff --git a/samples/StandaloneApp/wwwroot/css/bootstrap/bootstrap.min.css.map b/blazor/samples/StandaloneApp/wwwroot/css/bootstrap/bootstrap.min.css.map similarity index 100% rename from samples/StandaloneApp/wwwroot/css/bootstrap/bootstrap.min.css.map rename to blazor/samples/StandaloneApp/wwwroot/css/bootstrap/bootstrap.min.css.map diff --git a/samples/StandaloneApp/wwwroot/css/open-iconic/FONT-LICENSE b/blazor/samples/StandaloneApp/wwwroot/css/open-iconic/FONT-LICENSE similarity index 100% rename from samples/StandaloneApp/wwwroot/css/open-iconic/FONT-LICENSE rename to blazor/samples/StandaloneApp/wwwroot/css/open-iconic/FONT-LICENSE diff --git a/samples/StandaloneApp/wwwroot/css/open-iconic/ICON-LICENSE b/blazor/samples/StandaloneApp/wwwroot/css/open-iconic/ICON-LICENSE similarity index 100% rename from samples/StandaloneApp/wwwroot/css/open-iconic/ICON-LICENSE rename to blazor/samples/StandaloneApp/wwwroot/css/open-iconic/ICON-LICENSE diff --git a/samples/StandaloneApp/wwwroot/css/open-iconic/README.md b/blazor/samples/StandaloneApp/wwwroot/css/open-iconic/README.md similarity index 100% rename from samples/StandaloneApp/wwwroot/css/open-iconic/README.md rename to blazor/samples/StandaloneApp/wwwroot/css/open-iconic/README.md diff --git a/samples/StandaloneApp/wwwroot/css/open-iconic/font/css/open-iconic-bootstrap.min.css b/blazor/samples/StandaloneApp/wwwroot/css/open-iconic/font/css/open-iconic-bootstrap.min.css similarity index 100% rename from samples/StandaloneApp/wwwroot/css/open-iconic/font/css/open-iconic-bootstrap.min.css rename to blazor/samples/StandaloneApp/wwwroot/css/open-iconic/font/css/open-iconic-bootstrap.min.css diff --git a/samples/StandaloneApp/wwwroot/css/open-iconic/font/fonts/open-iconic.eot b/blazor/samples/StandaloneApp/wwwroot/css/open-iconic/font/fonts/open-iconic.eot similarity index 100% rename from samples/StandaloneApp/wwwroot/css/open-iconic/font/fonts/open-iconic.eot rename to blazor/samples/StandaloneApp/wwwroot/css/open-iconic/font/fonts/open-iconic.eot diff --git a/samples/StandaloneApp/wwwroot/css/open-iconic/font/fonts/open-iconic.otf b/blazor/samples/StandaloneApp/wwwroot/css/open-iconic/font/fonts/open-iconic.otf similarity index 100% rename from samples/StandaloneApp/wwwroot/css/open-iconic/font/fonts/open-iconic.otf rename to blazor/samples/StandaloneApp/wwwroot/css/open-iconic/font/fonts/open-iconic.otf diff --git a/samples/StandaloneApp/wwwroot/css/open-iconic/font/fonts/open-iconic.svg b/blazor/samples/StandaloneApp/wwwroot/css/open-iconic/font/fonts/open-iconic.svg similarity index 100% rename from samples/StandaloneApp/wwwroot/css/open-iconic/font/fonts/open-iconic.svg rename to blazor/samples/StandaloneApp/wwwroot/css/open-iconic/font/fonts/open-iconic.svg diff --git a/samples/StandaloneApp/wwwroot/css/open-iconic/font/fonts/open-iconic.ttf b/blazor/samples/StandaloneApp/wwwroot/css/open-iconic/font/fonts/open-iconic.ttf similarity index 100% rename from samples/StandaloneApp/wwwroot/css/open-iconic/font/fonts/open-iconic.ttf rename to blazor/samples/StandaloneApp/wwwroot/css/open-iconic/font/fonts/open-iconic.ttf diff --git a/samples/StandaloneApp/wwwroot/css/open-iconic/font/fonts/open-iconic.woff b/blazor/samples/StandaloneApp/wwwroot/css/open-iconic/font/fonts/open-iconic.woff similarity index 100% rename from samples/StandaloneApp/wwwroot/css/open-iconic/font/fonts/open-iconic.woff rename to blazor/samples/StandaloneApp/wwwroot/css/open-iconic/font/fonts/open-iconic.woff diff --git a/samples/StandaloneApp/wwwroot/css/site.css b/blazor/samples/StandaloneApp/wwwroot/css/site.css similarity index 100% rename from samples/StandaloneApp/wwwroot/css/site.css rename to blazor/samples/StandaloneApp/wwwroot/css/site.css diff --git a/samples/StandaloneApp/wwwroot/index.html b/blazor/samples/StandaloneApp/wwwroot/index.html similarity index 100% rename from samples/StandaloneApp/wwwroot/index.html rename to blazor/samples/StandaloneApp/wwwroot/index.html diff --git a/samples/StandaloneApp/wwwroot/sample-data/weather.json b/blazor/samples/StandaloneApp/wwwroot/sample-data/weather.json similarity index 100% rename from samples/StandaloneApp/wwwroot/sample-data/weather.json rename to blazor/samples/StandaloneApp/wwwroot/sample-data/weather.json diff --git a/blazor/src/Directory.Build.props b/blazor/src/Directory.Build.props new file mode 100644 index 00000000..5324af72 --- /dev/null +++ b/blazor/src/Directory.Build.props @@ -0,0 +1,12 @@ + + + + + true + + + + + + + diff --git a/src/Microsoft.AspNetCore.Blazor.BuildTools/BuildToolsExe.props b/blazor/src/Microsoft.AspNetCore.Blazor.BuildTools/BuildToolsExe.props similarity index 100% rename from src/Microsoft.AspNetCore.Blazor.BuildTools/BuildToolsExe.props rename to blazor/src/Microsoft.AspNetCore.Blazor.BuildTools/BuildToolsExe.props diff --git a/src/Microsoft.AspNetCore.Blazor.BuildTools/Cli/Commands/CheckNodeJsInstalledCommand.cs b/blazor/src/Microsoft.AspNetCore.Blazor.BuildTools/Cli/Commands/CheckNodeJsInstalledCommand.cs similarity index 100% rename from src/Microsoft.AspNetCore.Blazor.BuildTools/Cli/Commands/CheckNodeJsInstalledCommand.cs rename to blazor/src/Microsoft.AspNetCore.Blazor.BuildTools/Cli/Commands/CheckNodeJsInstalledCommand.cs diff --git a/src/Microsoft.AspNetCore.Blazor.BuildTools/Cli/Commands/ILWipeCommand.cs b/blazor/src/Microsoft.AspNetCore.Blazor.BuildTools/Cli/Commands/ILWipeCommand.cs similarity index 100% rename from src/Microsoft.AspNetCore.Blazor.BuildTools/Cli/Commands/ILWipeCommand.cs rename to blazor/src/Microsoft.AspNetCore.Blazor.BuildTools/Cli/Commands/ILWipeCommand.cs diff --git a/src/Microsoft.AspNetCore.Blazor.BuildTools/Cli/Program.cs b/blazor/src/Microsoft.AspNetCore.Blazor.BuildTools/Cli/Program.cs similarity index 100% rename from src/Microsoft.AspNetCore.Blazor.BuildTools/Cli/Program.cs rename to blazor/src/Microsoft.AspNetCore.Blazor.BuildTools/Cli/Program.cs diff --git a/src/Microsoft.AspNetCore.Blazor.BuildTools/Core/ILWipe/AssemblyItem.cs b/blazor/src/Microsoft.AspNetCore.Blazor.BuildTools/Core/ILWipe/AssemblyItem.cs similarity index 100% rename from src/Microsoft.AspNetCore.Blazor.BuildTools/Core/ILWipe/AssemblyItem.cs rename to blazor/src/Microsoft.AspNetCore.Blazor.BuildTools/Core/ILWipe/AssemblyItem.cs diff --git a/src/Microsoft.AspNetCore.Blazor.BuildTools/Core/ILWipe/MethodWipedExceptionMethod.cs b/blazor/src/Microsoft.AspNetCore.Blazor.BuildTools/Core/ILWipe/MethodWipedExceptionMethod.cs similarity index 100% rename from src/Microsoft.AspNetCore.Blazor.BuildTools/Core/ILWipe/MethodWipedExceptionMethod.cs rename to blazor/src/Microsoft.AspNetCore.Blazor.BuildTools/Core/ILWipe/MethodWipedExceptionMethod.cs diff --git a/src/Microsoft.AspNetCore.Blazor.BuildTools/Core/ILWipe/SpecList.cs b/blazor/src/Microsoft.AspNetCore.Blazor.BuildTools/Core/ILWipe/SpecList.cs similarity index 100% rename from src/Microsoft.AspNetCore.Blazor.BuildTools/Core/ILWipe/SpecList.cs rename to blazor/src/Microsoft.AspNetCore.Blazor.BuildTools/Core/ILWipe/SpecList.cs diff --git a/src/Microsoft.AspNetCore.Blazor.BuildTools/Core/ILWipe/SpecListEntry.cs b/blazor/src/Microsoft.AspNetCore.Blazor.BuildTools/Core/ILWipe/SpecListEntry.cs similarity index 100% rename from src/Microsoft.AspNetCore.Blazor.BuildTools/Core/ILWipe/SpecListEntry.cs rename to blazor/src/Microsoft.AspNetCore.Blazor.BuildTools/Core/ILWipe/SpecListEntry.cs diff --git a/src/Microsoft.AspNetCore.Blazor.BuildTools/Core/ILWipe/WipeAssembly.cs b/blazor/src/Microsoft.AspNetCore.Blazor.BuildTools/Core/ILWipe/WipeAssembly.cs similarity index 100% rename from src/Microsoft.AspNetCore.Blazor.BuildTools/Core/ILWipe/WipeAssembly.cs rename to blazor/src/Microsoft.AspNetCore.Blazor.BuildTools/Core/ILWipe/WipeAssembly.cs diff --git a/src/Microsoft.AspNetCore.Blazor.BuildTools/Microsoft.AspNetCore.Blazor.BuildTools.csproj b/blazor/src/Microsoft.AspNetCore.Blazor.BuildTools/Microsoft.AspNetCore.Blazor.BuildTools.csproj similarity index 100% rename from src/Microsoft.AspNetCore.Blazor.BuildTools/Microsoft.AspNetCore.Blazor.BuildTools.csproj rename to blazor/src/Microsoft.AspNetCore.Blazor.BuildTools/Microsoft.AspNetCore.Blazor.BuildTools.csproj diff --git a/src/Microsoft.AspNetCore.Blazor.Cli/Commands/ServeCommand.cs b/blazor/src/Microsoft.AspNetCore.Blazor.Cli/Commands/ServeCommand.cs similarity index 100% rename from src/Microsoft.AspNetCore.Blazor.Cli/Commands/ServeCommand.cs rename to blazor/src/Microsoft.AspNetCore.Blazor.Cli/Commands/ServeCommand.cs diff --git a/src/Microsoft.AspNetCore.Blazor.Cli/Microsoft.AspNetCore.Blazor.Cli.csproj b/blazor/src/Microsoft.AspNetCore.Blazor.Cli/Microsoft.AspNetCore.Blazor.Cli.csproj similarity index 87% rename from src/Microsoft.AspNetCore.Blazor.Cli/Microsoft.AspNetCore.Blazor.Cli.csproj rename to blazor/src/Microsoft.AspNetCore.Blazor.Cli/Microsoft.AspNetCore.Blazor.Cli.csproj index 6b4eba15..c09a31ce 100644 --- a/src/Microsoft.AspNetCore.Blazor.Cli/Microsoft.AspNetCore.Blazor.Cli.csproj +++ b/blazor/src/Microsoft.AspNetCore.Blazor.Cli/Microsoft.AspNetCore.Blazor.Cli.csproj @@ -17,6 +17,6 @@ - + diff --git a/src/Microsoft.AspNetCore.Blazor.Cli/Program.cs b/blazor/src/Microsoft.AspNetCore.Blazor.Cli/Program.cs similarity index 100% rename from src/Microsoft.AspNetCore.Blazor.Cli/Program.cs rename to blazor/src/Microsoft.AspNetCore.Blazor.Cli/Program.cs diff --git a/src/Microsoft.AspNetCore.Blazor.Cli/Properties/AssemblyInfo.cs b/blazor/src/Microsoft.AspNetCore.Blazor.Cli/Properties/AssemblyInfo.cs similarity index 100% rename from src/Microsoft.AspNetCore.Blazor.Cli/Properties/AssemblyInfo.cs rename to blazor/src/Microsoft.AspNetCore.Blazor.Cli/Properties/AssemblyInfo.cs diff --git a/src/Microsoft.AspNetCore.Blazor.Cli/Server/Program.cs b/blazor/src/Microsoft.AspNetCore.Blazor.Cli/Server/Program.cs similarity index 100% rename from src/Microsoft.AspNetCore.Blazor.Cli/Server/Program.cs rename to blazor/src/Microsoft.AspNetCore.Blazor.Cli/Server/Program.cs diff --git a/src/Microsoft.AspNetCore.Blazor.Cli/Server/Startup.cs b/blazor/src/Microsoft.AspNetCore.Blazor.Cli/Server/Startup.cs similarity index 100% rename from src/Microsoft.AspNetCore.Blazor.Cli/Server/Startup.cs rename to blazor/src/Microsoft.AspNetCore.Blazor.Cli/Server/Startup.cs diff --git a/src/Microsoft.AspNetCore.Blazor.Templates/.gitignore b/blazor/src/Microsoft.AspNetCore.Blazor.Templates/.gitignore similarity index 100% rename from src/Microsoft.AspNetCore.Blazor.Templates/.gitignore rename to blazor/src/Microsoft.AspNetCore.Blazor.Templates/.gitignore diff --git a/src/Microsoft.AspNetCore.Blazor.Templates/Directory.Build.props b/blazor/src/Microsoft.AspNetCore.Blazor.Templates/Directory.Build.props similarity index 100% rename from src/Microsoft.AspNetCore.Blazor.Templates/Directory.Build.props rename to blazor/src/Microsoft.AspNetCore.Blazor.Templates/Directory.Build.props diff --git a/src/Microsoft.AspNetCore.Blazor.Templates/Directory.Build.targets b/blazor/src/Microsoft.AspNetCore.Blazor.Templates/Directory.Build.targets similarity index 100% rename from src/Microsoft.AspNetCore.Blazor.Templates/Directory.Build.targets rename to blazor/src/Microsoft.AspNetCore.Blazor.Templates/Directory.Build.targets diff --git a/src/Microsoft.AspNetCore.Blazor.Templates/Microsoft.AspNetCore.Blazor.Templates.csproj b/blazor/src/Microsoft.AspNetCore.Blazor.Templates/Microsoft.AspNetCore.Blazor.Templates.csproj similarity index 100% rename from src/Microsoft.AspNetCore.Blazor.Templates/Microsoft.AspNetCore.Blazor.Templates.csproj rename to blazor/src/Microsoft.AspNetCore.Blazor.Templates/Microsoft.AspNetCore.Blazor.Templates.csproj diff --git a/src/Microsoft.AspNetCore.Blazor.Templates/Microsoft.AspNetCore.Blazor.Templates.nuspec b/blazor/src/Microsoft.AspNetCore.Blazor.Templates/Microsoft.AspNetCore.Blazor.Templates.nuspec similarity index 100% rename from src/Microsoft.AspNetCore.Blazor.Templates/Microsoft.AspNetCore.Blazor.Templates.nuspec rename to blazor/src/Microsoft.AspNetCore.Blazor.Templates/Microsoft.AspNetCore.Blazor.Templates.nuspec diff --git a/src/Microsoft.AspNetCore.Blazor.Templates/SetPackageProperties.targets b/blazor/src/Microsoft.AspNetCore.Blazor.Templates/SetPackageProperties.targets similarity index 100% rename from src/Microsoft.AspNetCore.Blazor.Templates/SetPackageProperties.targets rename to blazor/src/Microsoft.AspNetCore.Blazor.Templates/SetPackageProperties.targets diff --git a/src/Microsoft.AspNetCore.Blazor.Templates/content/BlazorHosted-CSharp/.template.config.src/dotnetcli.host.json b/blazor/src/Microsoft.AspNetCore.Blazor.Templates/content/BlazorHosted-CSharp/.template.config.src/dotnetcli.host.json similarity index 100% rename from src/Microsoft.AspNetCore.Blazor.Templates/content/BlazorHosted-CSharp/.template.config.src/dotnetcli.host.json rename to blazor/src/Microsoft.AspNetCore.Blazor.Templates/content/BlazorHosted-CSharp/.template.config.src/dotnetcli.host.json diff --git a/src/Microsoft.AspNetCore.Blazor.Templates/content/BlazorHosted-CSharp/.template.config.src/icon.png b/blazor/src/Microsoft.AspNetCore.Blazor.Templates/content/BlazorHosted-CSharp/.template.config.src/icon.png similarity index 100% rename from src/Microsoft.AspNetCore.Blazor.Templates/content/BlazorHosted-CSharp/.template.config.src/icon.png rename to blazor/src/Microsoft.AspNetCore.Blazor.Templates/content/BlazorHosted-CSharp/.template.config.src/icon.png diff --git a/src/Microsoft.AspNetCore.Blazor.Templates/content/BlazorHosted-CSharp/.template.config.src/template.json b/blazor/src/Microsoft.AspNetCore.Blazor.Templates/content/BlazorHosted-CSharp/.template.config.src/template.json similarity index 100% rename from src/Microsoft.AspNetCore.Blazor.Templates/content/BlazorHosted-CSharp/.template.config.src/template.json rename to blazor/src/Microsoft.AspNetCore.Blazor.Templates/content/BlazorHosted-CSharp/.template.config.src/template.json diff --git a/src/Microsoft.AspNetCore.Blazor.Templates/content/BlazorHosted-CSharp/.template.config.src/vs-2017.3.host.json b/blazor/src/Microsoft.AspNetCore.Blazor.Templates/content/BlazorHosted-CSharp/.template.config.src/vs-2017.3.host.json similarity index 100% rename from src/Microsoft.AspNetCore.Blazor.Templates/content/BlazorHosted-CSharp/.template.config.src/vs-2017.3.host.json rename to blazor/src/Microsoft.AspNetCore.Blazor.Templates/content/BlazorHosted-CSharp/.template.config.src/vs-2017.3.host.json diff --git a/src/Microsoft.AspNetCore.Blazor.Templates/content/BlazorHosted-CSharp/BlazorHosted-CSharp.Client/App.cshtml b/blazor/src/Microsoft.AspNetCore.Blazor.Templates/content/BlazorHosted-CSharp/BlazorHosted-CSharp.Client/App.cshtml similarity index 100% rename from src/Microsoft.AspNetCore.Blazor.Templates/content/BlazorHosted-CSharp/BlazorHosted-CSharp.Client/App.cshtml rename to blazor/src/Microsoft.AspNetCore.Blazor.Templates/content/BlazorHosted-CSharp/BlazorHosted-CSharp.Client/App.cshtml diff --git a/src/Microsoft.AspNetCore.Blazor.Templates/content/BlazorHosted-CSharp/BlazorHosted-CSharp.Client/BlazorHosted-CSharp.Client.csproj b/blazor/src/Microsoft.AspNetCore.Blazor.Templates/content/BlazorHosted-CSharp/BlazorHosted-CSharp.Client/BlazorHosted-CSharp.Client.csproj similarity index 100% rename from src/Microsoft.AspNetCore.Blazor.Templates/content/BlazorHosted-CSharp/BlazorHosted-CSharp.Client/BlazorHosted-CSharp.Client.csproj rename to blazor/src/Microsoft.AspNetCore.Blazor.Templates/content/BlazorHosted-CSharp/BlazorHosted-CSharp.Client/BlazorHosted-CSharp.Client.csproj diff --git a/src/Microsoft.AspNetCore.Blazor.Templates/content/BlazorHosted-CSharp/BlazorHosted-CSharp.Client/Pages/Counter.cshtml b/blazor/src/Microsoft.AspNetCore.Blazor.Templates/content/BlazorHosted-CSharp/BlazorHosted-CSharp.Client/Pages/Counter.cshtml similarity index 100% rename from src/Microsoft.AspNetCore.Blazor.Templates/content/BlazorHosted-CSharp/BlazorHosted-CSharp.Client/Pages/Counter.cshtml rename to blazor/src/Microsoft.AspNetCore.Blazor.Templates/content/BlazorHosted-CSharp/BlazorHosted-CSharp.Client/Pages/Counter.cshtml diff --git a/src/Microsoft.AspNetCore.Blazor.Templates/content/BlazorHosted-CSharp/BlazorHosted-CSharp.Client/Pages/FetchData.cshtml b/blazor/src/Microsoft.AspNetCore.Blazor.Templates/content/BlazorHosted-CSharp/BlazorHosted-CSharp.Client/Pages/FetchData.cshtml similarity index 100% rename from src/Microsoft.AspNetCore.Blazor.Templates/content/BlazorHosted-CSharp/BlazorHosted-CSharp.Client/Pages/FetchData.cshtml rename to blazor/src/Microsoft.AspNetCore.Blazor.Templates/content/BlazorHosted-CSharp/BlazorHosted-CSharp.Client/Pages/FetchData.cshtml diff --git a/src/Microsoft.AspNetCore.Blazor.Templates/content/BlazorHosted-CSharp/BlazorHosted-CSharp.Client/Pages/Index.cshtml b/blazor/src/Microsoft.AspNetCore.Blazor.Templates/content/BlazorHosted-CSharp/BlazorHosted-CSharp.Client/Pages/Index.cshtml similarity index 100% rename from src/Microsoft.AspNetCore.Blazor.Templates/content/BlazorHosted-CSharp/BlazorHosted-CSharp.Client/Pages/Index.cshtml rename to blazor/src/Microsoft.AspNetCore.Blazor.Templates/content/BlazorHosted-CSharp/BlazorHosted-CSharp.Client/Pages/Index.cshtml diff --git a/src/Microsoft.AspNetCore.Blazor.Templates/content/BlazorHosted-CSharp/BlazorHosted-CSharp.Client/Pages/_ViewImports.cshtml b/blazor/src/Microsoft.AspNetCore.Blazor.Templates/content/BlazorHosted-CSharp/BlazorHosted-CSharp.Client/Pages/_ViewImports.cshtml similarity index 100% rename from src/Microsoft.AspNetCore.Blazor.Templates/content/BlazorHosted-CSharp/BlazorHosted-CSharp.Client/Pages/_ViewImports.cshtml rename to blazor/src/Microsoft.AspNetCore.Blazor.Templates/content/BlazorHosted-CSharp/BlazorHosted-CSharp.Client/Pages/_ViewImports.cshtml diff --git a/src/Microsoft.AspNetCore.Blazor.Templates/content/BlazorHosted-CSharp/BlazorHosted-CSharp.Client/Program.cs b/blazor/src/Microsoft.AspNetCore.Blazor.Templates/content/BlazorHosted-CSharp/BlazorHosted-CSharp.Client/Program.cs similarity index 100% rename from src/Microsoft.AspNetCore.Blazor.Templates/content/BlazorHosted-CSharp/BlazorHosted-CSharp.Client/Program.cs rename to blazor/src/Microsoft.AspNetCore.Blazor.Templates/content/BlazorHosted-CSharp/BlazorHosted-CSharp.Client/Program.cs diff --git a/src/Microsoft.AspNetCore.Blazor.Templates/content/BlazorHosted-CSharp/BlazorHosted-CSharp.Client/Shared/MainLayout.cshtml b/blazor/src/Microsoft.AspNetCore.Blazor.Templates/content/BlazorHosted-CSharp/BlazorHosted-CSharp.Client/Shared/MainLayout.cshtml similarity index 100% rename from src/Microsoft.AspNetCore.Blazor.Templates/content/BlazorHosted-CSharp/BlazorHosted-CSharp.Client/Shared/MainLayout.cshtml rename to blazor/src/Microsoft.AspNetCore.Blazor.Templates/content/BlazorHosted-CSharp/BlazorHosted-CSharp.Client/Shared/MainLayout.cshtml diff --git a/src/Microsoft.AspNetCore.Blazor.Templates/content/BlazorHosted-CSharp/BlazorHosted-CSharp.Client/Shared/NavMenu.cshtml b/blazor/src/Microsoft.AspNetCore.Blazor.Templates/content/BlazorHosted-CSharp/BlazorHosted-CSharp.Client/Shared/NavMenu.cshtml similarity index 100% rename from src/Microsoft.AspNetCore.Blazor.Templates/content/BlazorHosted-CSharp/BlazorHosted-CSharp.Client/Shared/NavMenu.cshtml rename to blazor/src/Microsoft.AspNetCore.Blazor.Templates/content/BlazorHosted-CSharp/BlazorHosted-CSharp.Client/Shared/NavMenu.cshtml diff --git a/src/Microsoft.AspNetCore.Blazor.Templates/content/BlazorHosted-CSharp/BlazorHosted-CSharp.Client/Shared/SurveyPrompt.cshtml b/blazor/src/Microsoft.AspNetCore.Blazor.Templates/content/BlazorHosted-CSharp/BlazorHosted-CSharp.Client/Shared/SurveyPrompt.cshtml similarity index 100% rename from src/Microsoft.AspNetCore.Blazor.Templates/content/BlazorHosted-CSharp/BlazorHosted-CSharp.Client/Shared/SurveyPrompt.cshtml rename to blazor/src/Microsoft.AspNetCore.Blazor.Templates/content/BlazorHosted-CSharp/BlazorHosted-CSharp.Client/Shared/SurveyPrompt.cshtml diff --git a/src/Microsoft.AspNetCore.Blazor.Templates/content/BlazorHosted-CSharp/BlazorHosted-CSharp.Client/Startup.cs b/blazor/src/Microsoft.AspNetCore.Blazor.Templates/content/BlazorHosted-CSharp/BlazorHosted-CSharp.Client/Startup.cs similarity index 100% rename from src/Microsoft.AspNetCore.Blazor.Templates/content/BlazorHosted-CSharp/BlazorHosted-CSharp.Client/Startup.cs rename to blazor/src/Microsoft.AspNetCore.Blazor.Templates/content/BlazorHosted-CSharp/BlazorHosted-CSharp.Client/Startup.cs diff --git a/src/Microsoft.AspNetCore.Blazor.Templates/content/BlazorHosted-CSharp/BlazorHosted-CSharp.Client/_ViewImports.cshtml b/blazor/src/Microsoft.AspNetCore.Blazor.Templates/content/BlazorHosted-CSharp/BlazorHosted-CSharp.Client/_ViewImports.cshtml similarity index 100% rename from src/Microsoft.AspNetCore.Blazor.Templates/content/BlazorHosted-CSharp/BlazorHosted-CSharp.Client/_ViewImports.cshtml rename to blazor/src/Microsoft.AspNetCore.Blazor.Templates/content/BlazorHosted-CSharp/BlazorHosted-CSharp.Client/_ViewImports.cshtml diff --git a/src/Microsoft.AspNetCore.Blazor.Templates/content/BlazorHosted-CSharp/BlazorHosted-CSharp.Client/wwwroot/css/bootstrap/bootstrap.min.css b/blazor/src/Microsoft.AspNetCore.Blazor.Templates/content/BlazorHosted-CSharp/BlazorHosted-CSharp.Client/wwwroot/css/bootstrap/bootstrap.min.css similarity index 100% rename from src/Microsoft.AspNetCore.Blazor.Templates/content/BlazorHosted-CSharp/BlazorHosted-CSharp.Client/wwwroot/css/bootstrap/bootstrap.min.css rename to blazor/src/Microsoft.AspNetCore.Blazor.Templates/content/BlazorHosted-CSharp/BlazorHosted-CSharp.Client/wwwroot/css/bootstrap/bootstrap.min.css diff --git a/src/Microsoft.AspNetCore.Blazor.Templates/content/BlazorHosted-CSharp/BlazorHosted-CSharp.Client/wwwroot/css/bootstrap/bootstrap.min.css.map b/blazor/src/Microsoft.AspNetCore.Blazor.Templates/content/BlazorHosted-CSharp/BlazorHosted-CSharp.Client/wwwroot/css/bootstrap/bootstrap.min.css.map similarity index 100% rename from src/Microsoft.AspNetCore.Blazor.Templates/content/BlazorHosted-CSharp/BlazorHosted-CSharp.Client/wwwroot/css/bootstrap/bootstrap.min.css.map rename to blazor/src/Microsoft.AspNetCore.Blazor.Templates/content/BlazorHosted-CSharp/BlazorHosted-CSharp.Client/wwwroot/css/bootstrap/bootstrap.min.css.map diff --git a/src/Microsoft.AspNetCore.Blazor.Templates/content/BlazorHosted-CSharp/BlazorHosted-CSharp.Client/wwwroot/css/open-iconic/FONT-LICENSE b/blazor/src/Microsoft.AspNetCore.Blazor.Templates/content/BlazorHosted-CSharp/BlazorHosted-CSharp.Client/wwwroot/css/open-iconic/FONT-LICENSE similarity index 100% rename from src/Microsoft.AspNetCore.Blazor.Templates/content/BlazorHosted-CSharp/BlazorHosted-CSharp.Client/wwwroot/css/open-iconic/FONT-LICENSE rename to blazor/src/Microsoft.AspNetCore.Blazor.Templates/content/BlazorHosted-CSharp/BlazorHosted-CSharp.Client/wwwroot/css/open-iconic/FONT-LICENSE diff --git a/src/Microsoft.AspNetCore.Blazor.Templates/content/BlazorHosted-CSharp/BlazorHosted-CSharp.Client/wwwroot/css/open-iconic/ICON-LICENSE b/blazor/src/Microsoft.AspNetCore.Blazor.Templates/content/BlazorHosted-CSharp/BlazorHosted-CSharp.Client/wwwroot/css/open-iconic/ICON-LICENSE similarity index 100% rename from src/Microsoft.AspNetCore.Blazor.Templates/content/BlazorHosted-CSharp/BlazorHosted-CSharp.Client/wwwroot/css/open-iconic/ICON-LICENSE rename to blazor/src/Microsoft.AspNetCore.Blazor.Templates/content/BlazorHosted-CSharp/BlazorHosted-CSharp.Client/wwwroot/css/open-iconic/ICON-LICENSE diff --git a/src/Microsoft.AspNetCore.Blazor.Templates/content/BlazorHosted-CSharp/BlazorHosted-CSharp.Client/wwwroot/css/open-iconic/README.md b/blazor/src/Microsoft.AspNetCore.Blazor.Templates/content/BlazorHosted-CSharp/BlazorHosted-CSharp.Client/wwwroot/css/open-iconic/README.md similarity index 100% rename from src/Microsoft.AspNetCore.Blazor.Templates/content/BlazorHosted-CSharp/BlazorHosted-CSharp.Client/wwwroot/css/open-iconic/README.md rename to blazor/src/Microsoft.AspNetCore.Blazor.Templates/content/BlazorHosted-CSharp/BlazorHosted-CSharp.Client/wwwroot/css/open-iconic/README.md diff --git a/src/Microsoft.AspNetCore.Blazor.Templates/content/BlazorHosted-CSharp/BlazorHosted-CSharp.Client/wwwroot/css/open-iconic/font/css/open-iconic-bootstrap.min.css b/blazor/src/Microsoft.AspNetCore.Blazor.Templates/content/BlazorHosted-CSharp/BlazorHosted-CSharp.Client/wwwroot/css/open-iconic/font/css/open-iconic-bootstrap.min.css similarity index 100% rename from src/Microsoft.AspNetCore.Blazor.Templates/content/BlazorHosted-CSharp/BlazorHosted-CSharp.Client/wwwroot/css/open-iconic/font/css/open-iconic-bootstrap.min.css rename to blazor/src/Microsoft.AspNetCore.Blazor.Templates/content/BlazorHosted-CSharp/BlazorHosted-CSharp.Client/wwwroot/css/open-iconic/font/css/open-iconic-bootstrap.min.css diff --git a/src/Microsoft.AspNetCore.Blazor.Templates/content/BlazorHosted-CSharp/BlazorHosted-CSharp.Client/wwwroot/css/open-iconic/font/fonts/open-iconic.eot b/blazor/src/Microsoft.AspNetCore.Blazor.Templates/content/BlazorHosted-CSharp/BlazorHosted-CSharp.Client/wwwroot/css/open-iconic/font/fonts/open-iconic.eot similarity index 100% rename from src/Microsoft.AspNetCore.Blazor.Templates/content/BlazorHosted-CSharp/BlazorHosted-CSharp.Client/wwwroot/css/open-iconic/font/fonts/open-iconic.eot rename to blazor/src/Microsoft.AspNetCore.Blazor.Templates/content/BlazorHosted-CSharp/BlazorHosted-CSharp.Client/wwwroot/css/open-iconic/font/fonts/open-iconic.eot diff --git a/src/Microsoft.AspNetCore.Blazor.Templates/content/BlazorHosted-CSharp/BlazorHosted-CSharp.Client/wwwroot/css/open-iconic/font/fonts/open-iconic.otf b/blazor/src/Microsoft.AspNetCore.Blazor.Templates/content/BlazorHosted-CSharp/BlazorHosted-CSharp.Client/wwwroot/css/open-iconic/font/fonts/open-iconic.otf similarity index 100% rename from src/Microsoft.AspNetCore.Blazor.Templates/content/BlazorHosted-CSharp/BlazorHosted-CSharp.Client/wwwroot/css/open-iconic/font/fonts/open-iconic.otf rename to blazor/src/Microsoft.AspNetCore.Blazor.Templates/content/BlazorHosted-CSharp/BlazorHosted-CSharp.Client/wwwroot/css/open-iconic/font/fonts/open-iconic.otf diff --git a/src/Microsoft.AspNetCore.Blazor.Templates/content/BlazorHosted-CSharp/BlazorHosted-CSharp.Client/wwwroot/css/open-iconic/font/fonts/open-iconic.svg b/blazor/src/Microsoft.AspNetCore.Blazor.Templates/content/BlazorHosted-CSharp/BlazorHosted-CSharp.Client/wwwroot/css/open-iconic/font/fonts/open-iconic.svg similarity index 100% rename from src/Microsoft.AspNetCore.Blazor.Templates/content/BlazorHosted-CSharp/BlazorHosted-CSharp.Client/wwwroot/css/open-iconic/font/fonts/open-iconic.svg rename to blazor/src/Microsoft.AspNetCore.Blazor.Templates/content/BlazorHosted-CSharp/BlazorHosted-CSharp.Client/wwwroot/css/open-iconic/font/fonts/open-iconic.svg diff --git a/src/Microsoft.AspNetCore.Blazor.Templates/content/BlazorHosted-CSharp/BlazorHosted-CSharp.Client/wwwroot/css/open-iconic/font/fonts/open-iconic.ttf b/blazor/src/Microsoft.AspNetCore.Blazor.Templates/content/BlazorHosted-CSharp/BlazorHosted-CSharp.Client/wwwroot/css/open-iconic/font/fonts/open-iconic.ttf similarity index 100% rename from src/Microsoft.AspNetCore.Blazor.Templates/content/BlazorHosted-CSharp/BlazorHosted-CSharp.Client/wwwroot/css/open-iconic/font/fonts/open-iconic.ttf rename to blazor/src/Microsoft.AspNetCore.Blazor.Templates/content/BlazorHosted-CSharp/BlazorHosted-CSharp.Client/wwwroot/css/open-iconic/font/fonts/open-iconic.ttf diff --git a/src/Microsoft.AspNetCore.Blazor.Templates/content/BlazorHosted-CSharp/BlazorHosted-CSharp.Client/wwwroot/css/open-iconic/font/fonts/open-iconic.woff b/blazor/src/Microsoft.AspNetCore.Blazor.Templates/content/BlazorHosted-CSharp/BlazorHosted-CSharp.Client/wwwroot/css/open-iconic/font/fonts/open-iconic.woff similarity index 100% rename from src/Microsoft.AspNetCore.Blazor.Templates/content/BlazorHosted-CSharp/BlazorHosted-CSharp.Client/wwwroot/css/open-iconic/font/fonts/open-iconic.woff rename to blazor/src/Microsoft.AspNetCore.Blazor.Templates/content/BlazorHosted-CSharp/BlazorHosted-CSharp.Client/wwwroot/css/open-iconic/font/fonts/open-iconic.woff diff --git a/src/Microsoft.AspNetCore.Blazor.Templates/content/BlazorHosted-CSharp/BlazorHosted-CSharp.Client/wwwroot/css/site.css b/blazor/src/Microsoft.AspNetCore.Blazor.Templates/content/BlazorHosted-CSharp/BlazorHosted-CSharp.Client/wwwroot/css/site.css similarity index 100% rename from src/Microsoft.AspNetCore.Blazor.Templates/content/BlazorHosted-CSharp/BlazorHosted-CSharp.Client/wwwroot/css/site.css rename to blazor/src/Microsoft.AspNetCore.Blazor.Templates/content/BlazorHosted-CSharp/BlazorHosted-CSharp.Client/wwwroot/css/site.css diff --git a/src/Microsoft.AspNetCore.Blazor.Templates/content/BlazorHosted-CSharp/BlazorHosted-CSharp.Client/wwwroot/index.html b/blazor/src/Microsoft.AspNetCore.Blazor.Templates/content/BlazorHosted-CSharp/BlazorHosted-CSharp.Client/wwwroot/index.html similarity index 100% rename from src/Microsoft.AspNetCore.Blazor.Templates/content/BlazorHosted-CSharp/BlazorHosted-CSharp.Client/wwwroot/index.html rename to blazor/src/Microsoft.AspNetCore.Blazor.Templates/content/BlazorHosted-CSharp/BlazorHosted-CSharp.Client/wwwroot/index.html diff --git a/src/Microsoft.AspNetCore.Blazor.Templates/content/BlazorHosted-CSharp/BlazorHosted-CSharp.Server/BlazorHosted-CSharp.Server.csproj b/blazor/src/Microsoft.AspNetCore.Blazor.Templates/content/BlazorHosted-CSharp/BlazorHosted-CSharp.Server/BlazorHosted-CSharp.Server.csproj similarity index 100% rename from src/Microsoft.AspNetCore.Blazor.Templates/content/BlazorHosted-CSharp/BlazorHosted-CSharp.Server/BlazorHosted-CSharp.Server.csproj rename to blazor/src/Microsoft.AspNetCore.Blazor.Templates/content/BlazorHosted-CSharp/BlazorHosted-CSharp.Server/BlazorHosted-CSharp.Server.csproj diff --git a/src/Microsoft.AspNetCore.Blazor.Templates/content/BlazorHosted-CSharp/BlazorHosted-CSharp.Server/Controllers/SampleDataController.cs b/blazor/src/Microsoft.AspNetCore.Blazor.Templates/content/BlazorHosted-CSharp/BlazorHosted-CSharp.Server/Controllers/SampleDataController.cs similarity index 100% rename from src/Microsoft.AspNetCore.Blazor.Templates/content/BlazorHosted-CSharp/BlazorHosted-CSharp.Server/Controllers/SampleDataController.cs rename to blazor/src/Microsoft.AspNetCore.Blazor.Templates/content/BlazorHosted-CSharp/BlazorHosted-CSharp.Server/Controllers/SampleDataController.cs diff --git a/src/Microsoft.AspNetCore.Blazor.Templates/content/BlazorHosted-CSharp/BlazorHosted-CSharp.Server/Program.cs b/blazor/src/Microsoft.AspNetCore.Blazor.Templates/content/BlazorHosted-CSharp/BlazorHosted-CSharp.Server/Program.cs similarity index 100% rename from src/Microsoft.AspNetCore.Blazor.Templates/content/BlazorHosted-CSharp/BlazorHosted-CSharp.Server/Program.cs rename to blazor/src/Microsoft.AspNetCore.Blazor.Templates/content/BlazorHosted-CSharp/BlazorHosted-CSharp.Server/Program.cs diff --git a/src/Microsoft.AspNetCore.Blazor.Templates/content/BlazorHosted-CSharp/BlazorHosted-CSharp.Server/Startup.cs b/blazor/src/Microsoft.AspNetCore.Blazor.Templates/content/BlazorHosted-CSharp/BlazorHosted-CSharp.Server/Startup.cs similarity index 100% rename from src/Microsoft.AspNetCore.Blazor.Templates/content/BlazorHosted-CSharp/BlazorHosted-CSharp.Server/Startup.cs rename to blazor/src/Microsoft.AspNetCore.Blazor.Templates/content/BlazorHosted-CSharp/BlazorHosted-CSharp.Server/Startup.cs diff --git a/src/Microsoft.AspNetCore.Blazor.Templates/content/BlazorHosted-CSharp/BlazorHosted-CSharp.Shared/BlazorHosted-CSharp.Shared.csproj b/blazor/src/Microsoft.AspNetCore.Blazor.Templates/content/BlazorHosted-CSharp/BlazorHosted-CSharp.Shared/BlazorHosted-CSharp.Shared.csproj similarity index 100% rename from src/Microsoft.AspNetCore.Blazor.Templates/content/BlazorHosted-CSharp/BlazorHosted-CSharp.Shared/BlazorHosted-CSharp.Shared.csproj rename to blazor/src/Microsoft.AspNetCore.Blazor.Templates/content/BlazorHosted-CSharp/BlazorHosted-CSharp.Shared/BlazorHosted-CSharp.Shared.csproj diff --git a/src/Microsoft.AspNetCore.Blazor.Templates/content/BlazorHosted-CSharp/BlazorHosted-CSharp.Shared/WeatherForecast.cs b/blazor/src/Microsoft.AspNetCore.Blazor.Templates/content/BlazorHosted-CSharp/BlazorHosted-CSharp.Shared/WeatherForecast.cs similarity index 100% rename from src/Microsoft.AspNetCore.Blazor.Templates/content/BlazorHosted-CSharp/BlazorHosted-CSharp.Shared/WeatherForecast.cs rename to blazor/src/Microsoft.AspNetCore.Blazor.Templates/content/BlazorHosted-CSharp/BlazorHosted-CSharp.Shared/WeatherForecast.cs diff --git a/src/Microsoft.AspNetCore.Blazor.Templates/content/BlazorHosted-CSharp/BlazorHosted-CSharp.sln b/blazor/src/Microsoft.AspNetCore.Blazor.Templates/content/BlazorHosted-CSharp/BlazorHosted-CSharp.sln similarity index 100% rename from src/Microsoft.AspNetCore.Blazor.Templates/content/BlazorHosted-CSharp/BlazorHosted-CSharp.sln rename to blazor/src/Microsoft.AspNetCore.Blazor.Templates/content/BlazorHosted-CSharp/BlazorHosted-CSharp.sln diff --git a/src/Microsoft.AspNetCore.Blazor.Templates/content/BlazorLibrary-CSharp/.template.config.src/dotnetcli.host.json b/blazor/src/Microsoft.AspNetCore.Blazor.Templates/content/BlazorLibrary-CSharp/.template.config.src/dotnetcli.host.json similarity index 100% rename from src/Microsoft.AspNetCore.Blazor.Templates/content/BlazorLibrary-CSharp/.template.config.src/dotnetcli.host.json rename to blazor/src/Microsoft.AspNetCore.Blazor.Templates/content/BlazorLibrary-CSharp/.template.config.src/dotnetcli.host.json diff --git a/src/Microsoft.AspNetCore.Blazor.Templates/content/BlazorLibrary-CSharp/.template.config.src/icon.png b/blazor/src/Microsoft.AspNetCore.Blazor.Templates/content/BlazorLibrary-CSharp/.template.config.src/icon.png similarity index 100% rename from src/Microsoft.AspNetCore.Blazor.Templates/content/BlazorLibrary-CSharp/.template.config.src/icon.png rename to blazor/src/Microsoft.AspNetCore.Blazor.Templates/content/BlazorLibrary-CSharp/.template.config.src/icon.png diff --git a/src/Microsoft.AspNetCore.Blazor.Templates/content/BlazorLibrary-CSharp/.template.config.src/template.json b/blazor/src/Microsoft.AspNetCore.Blazor.Templates/content/BlazorLibrary-CSharp/.template.config.src/template.json similarity index 100% rename from src/Microsoft.AspNetCore.Blazor.Templates/content/BlazorLibrary-CSharp/.template.config.src/template.json rename to blazor/src/Microsoft.AspNetCore.Blazor.Templates/content/BlazorLibrary-CSharp/.template.config.src/template.json diff --git a/src/Microsoft.AspNetCore.Blazor.Templates/content/BlazorLibrary-CSharp/BlazorLibrary-CSharp.csproj b/blazor/src/Microsoft.AspNetCore.Blazor.Templates/content/BlazorLibrary-CSharp/BlazorLibrary-CSharp.csproj similarity index 100% rename from src/Microsoft.AspNetCore.Blazor.Templates/content/BlazorLibrary-CSharp/BlazorLibrary-CSharp.csproj rename to blazor/src/Microsoft.AspNetCore.Blazor.Templates/content/BlazorLibrary-CSharp/BlazorLibrary-CSharp.csproj diff --git a/src/Microsoft.AspNetCore.Blazor.Templates/content/BlazorLibrary-CSharp/Component1.cshtml b/blazor/src/Microsoft.AspNetCore.Blazor.Templates/content/BlazorLibrary-CSharp/Component1.cshtml similarity index 100% rename from src/Microsoft.AspNetCore.Blazor.Templates/content/BlazorLibrary-CSharp/Component1.cshtml rename to blazor/src/Microsoft.AspNetCore.Blazor.Templates/content/BlazorLibrary-CSharp/Component1.cshtml diff --git a/src/Microsoft.AspNetCore.Blazor.Templates/content/BlazorLibrary-CSharp/ExampleJsInterop.cs b/blazor/src/Microsoft.AspNetCore.Blazor.Templates/content/BlazorLibrary-CSharp/ExampleJsInterop.cs similarity index 100% rename from src/Microsoft.AspNetCore.Blazor.Templates/content/BlazorLibrary-CSharp/ExampleJsInterop.cs rename to blazor/src/Microsoft.AspNetCore.Blazor.Templates/content/BlazorLibrary-CSharp/ExampleJsInterop.cs diff --git a/src/Microsoft.AspNetCore.Blazor.Templates/content/BlazorLibrary-CSharp/content/background.png b/blazor/src/Microsoft.AspNetCore.Blazor.Templates/content/BlazorLibrary-CSharp/content/background.png similarity index 100% rename from src/Microsoft.AspNetCore.Blazor.Templates/content/BlazorLibrary-CSharp/content/background.png rename to blazor/src/Microsoft.AspNetCore.Blazor.Templates/content/BlazorLibrary-CSharp/content/background.png diff --git a/src/Microsoft.AspNetCore.Blazor.Templates/content/BlazorLibrary-CSharp/content/exampleJsInterop.js b/blazor/src/Microsoft.AspNetCore.Blazor.Templates/content/BlazorLibrary-CSharp/content/exampleJsInterop.js similarity index 100% rename from src/Microsoft.AspNetCore.Blazor.Templates/content/BlazorLibrary-CSharp/content/exampleJsInterop.js rename to blazor/src/Microsoft.AspNetCore.Blazor.Templates/content/BlazorLibrary-CSharp/content/exampleJsInterop.js diff --git a/src/Microsoft.AspNetCore.Blazor.Templates/content/BlazorLibrary-CSharp/content/styles.css b/blazor/src/Microsoft.AspNetCore.Blazor.Templates/content/BlazorLibrary-CSharp/content/styles.css similarity index 100% rename from src/Microsoft.AspNetCore.Blazor.Templates/content/BlazorLibrary-CSharp/content/styles.css rename to blazor/src/Microsoft.AspNetCore.Blazor.Templates/content/BlazorLibrary-CSharp/content/styles.css diff --git a/src/Microsoft.AspNetCore.Blazor.Templates/content/BlazorServerSide-CSharp/.template.config.src/dotnetcli.host.json b/blazor/src/Microsoft.AspNetCore.Blazor.Templates/content/BlazorServerSide-CSharp/.template.config.src/dotnetcli.host.json similarity index 100% rename from src/Microsoft.AspNetCore.Blazor.Templates/content/BlazorServerSide-CSharp/.template.config.src/dotnetcli.host.json rename to blazor/src/Microsoft.AspNetCore.Blazor.Templates/content/BlazorServerSide-CSharp/.template.config.src/dotnetcli.host.json diff --git a/src/Microsoft.AspNetCore.Blazor.Templates/content/BlazorServerSide-CSharp/.template.config.src/icon.png b/blazor/src/Microsoft.AspNetCore.Blazor.Templates/content/BlazorServerSide-CSharp/.template.config.src/icon.png similarity index 100% rename from src/Microsoft.AspNetCore.Blazor.Templates/content/BlazorServerSide-CSharp/.template.config.src/icon.png rename to blazor/src/Microsoft.AspNetCore.Blazor.Templates/content/BlazorServerSide-CSharp/.template.config.src/icon.png diff --git a/src/Microsoft.AspNetCore.Blazor.Templates/content/BlazorServerSide-CSharp/.template.config.src/template.json b/blazor/src/Microsoft.AspNetCore.Blazor.Templates/content/BlazorServerSide-CSharp/.template.config.src/template.json similarity index 100% rename from src/Microsoft.AspNetCore.Blazor.Templates/content/BlazorServerSide-CSharp/.template.config.src/template.json rename to blazor/src/Microsoft.AspNetCore.Blazor.Templates/content/BlazorServerSide-CSharp/.template.config.src/template.json diff --git a/src/Microsoft.AspNetCore.Blazor.Templates/content/BlazorServerSide-CSharp/.template.config.src/vs-2017.3.host.json b/blazor/src/Microsoft.AspNetCore.Blazor.Templates/content/BlazorServerSide-CSharp/.template.config.src/vs-2017.3.host.json similarity index 100% rename from src/Microsoft.AspNetCore.Blazor.Templates/content/BlazorServerSide-CSharp/.template.config.src/vs-2017.3.host.json rename to blazor/src/Microsoft.AspNetCore.Blazor.Templates/content/BlazorServerSide-CSharp/.template.config.src/vs-2017.3.host.json diff --git a/src/Microsoft.AspNetCore.Blazor.Templates/content/BlazorServerSide-CSharp/BlazorServerSide-CSharp.App/App.cshtml b/blazor/src/Microsoft.AspNetCore.Blazor.Templates/content/BlazorServerSide-CSharp/BlazorServerSide-CSharp.App/App.cshtml similarity index 100% rename from src/Microsoft.AspNetCore.Blazor.Templates/content/BlazorServerSide-CSharp/BlazorServerSide-CSharp.App/App.cshtml rename to blazor/src/Microsoft.AspNetCore.Blazor.Templates/content/BlazorServerSide-CSharp/BlazorServerSide-CSharp.App/App.cshtml diff --git a/src/Microsoft.AspNetCore.Blazor.Templates/content/BlazorServerSide-CSharp/BlazorServerSide-CSharp.App/BlazorServerSide-CSharp.App.csproj b/blazor/src/Microsoft.AspNetCore.Blazor.Templates/content/BlazorServerSide-CSharp/BlazorServerSide-CSharp.App/BlazorServerSide-CSharp.App.csproj similarity index 100% rename from src/Microsoft.AspNetCore.Blazor.Templates/content/BlazorServerSide-CSharp/BlazorServerSide-CSharp.App/BlazorServerSide-CSharp.App.csproj rename to blazor/src/Microsoft.AspNetCore.Blazor.Templates/content/BlazorServerSide-CSharp/BlazorServerSide-CSharp.App/BlazorServerSide-CSharp.App.csproj diff --git a/src/Microsoft.AspNetCore.Blazor.Templates/content/BlazorServerSide-CSharp/BlazorServerSide-CSharp.App/Pages/Counter.cshtml b/blazor/src/Microsoft.AspNetCore.Blazor.Templates/content/BlazorServerSide-CSharp/BlazorServerSide-CSharp.App/Pages/Counter.cshtml similarity index 100% rename from src/Microsoft.AspNetCore.Blazor.Templates/content/BlazorServerSide-CSharp/BlazorServerSide-CSharp.App/Pages/Counter.cshtml rename to blazor/src/Microsoft.AspNetCore.Blazor.Templates/content/BlazorServerSide-CSharp/BlazorServerSide-CSharp.App/Pages/Counter.cshtml diff --git a/src/Microsoft.AspNetCore.Blazor.Templates/content/BlazorServerSide-CSharp/BlazorServerSide-CSharp.App/Pages/FetchData.cshtml b/blazor/src/Microsoft.AspNetCore.Blazor.Templates/content/BlazorServerSide-CSharp/BlazorServerSide-CSharp.App/Pages/FetchData.cshtml similarity index 100% rename from src/Microsoft.AspNetCore.Blazor.Templates/content/BlazorServerSide-CSharp/BlazorServerSide-CSharp.App/Pages/FetchData.cshtml rename to blazor/src/Microsoft.AspNetCore.Blazor.Templates/content/BlazorServerSide-CSharp/BlazorServerSide-CSharp.App/Pages/FetchData.cshtml diff --git a/src/Microsoft.AspNetCore.Blazor.Templates/content/BlazorServerSide-CSharp/BlazorServerSide-CSharp.App/Pages/Index.cshtml b/blazor/src/Microsoft.AspNetCore.Blazor.Templates/content/BlazorServerSide-CSharp/BlazorServerSide-CSharp.App/Pages/Index.cshtml similarity index 100% rename from src/Microsoft.AspNetCore.Blazor.Templates/content/BlazorServerSide-CSharp/BlazorServerSide-CSharp.App/Pages/Index.cshtml rename to blazor/src/Microsoft.AspNetCore.Blazor.Templates/content/BlazorServerSide-CSharp/BlazorServerSide-CSharp.App/Pages/Index.cshtml diff --git a/src/Microsoft.AspNetCore.Blazor.Templates/content/BlazorServerSide-CSharp/BlazorServerSide-CSharp.App/Pages/_ViewImports.cshtml b/blazor/src/Microsoft.AspNetCore.Blazor.Templates/content/BlazorServerSide-CSharp/BlazorServerSide-CSharp.App/Pages/_ViewImports.cshtml similarity index 100% rename from src/Microsoft.AspNetCore.Blazor.Templates/content/BlazorServerSide-CSharp/BlazorServerSide-CSharp.App/Pages/_ViewImports.cshtml rename to blazor/src/Microsoft.AspNetCore.Blazor.Templates/content/BlazorServerSide-CSharp/BlazorServerSide-CSharp.App/Pages/_ViewImports.cshtml diff --git a/src/Microsoft.AspNetCore.Blazor.Templates/content/BlazorServerSide-CSharp/BlazorServerSide-CSharp.App/Program.cs b/blazor/src/Microsoft.AspNetCore.Blazor.Templates/content/BlazorServerSide-CSharp/BlazorServerSide-CSharp.App/Program.cs similarity index 100% rename from src/Microsoft.AspNetCore.Blazor.Templates/content/BlazorServerSide-CSharp/BlazorServerSide-CSharp.App/Program.cs rename to blazor/src/Microsoft.AspNetCore.Blazor.Templates/content/BlazorServerSide-CSharp/BlazorServerSide-CSharp.App/Program.cs diff --git a/src/Microsoft.AspNetCore.Blazor.Templates/content/BlazorServerSide-CSharp/BlazorServerSide-CSharp.App/Services/WeatherForecast.cs b/blazor/src/Microsoft.AspNetCore.Blazor.Templates/content/BlazorServerSide-CSharp/BlazorServerSide-CSharp.App/Services/WeatherForecast.cs similarity index 100% rename from src/Microsoft.AspNetCore.Blazor.Templates/content/BlazorServerSide-CSharp/BlazorServerSide-CSharp.App/Services/WeatherForecast.cs rename to blazor/src/Microsoft.AspNetCore.Blazor.Templates/content/BlazorServerSide-CSharp/BlazorServerSide-CSharp.App/Services/WeatherForecast.cs diff --git a/src/Microsoft.AspNetCore.Blazor.Templates/content/BlazorServerSide-CSharp/BlazorServerSide-CSharp.App/Services/WeatherForecastService.cs b/blazor/src/Microsoft.AspNetCore.Blazor.Templates/content/BlazorServerSide-CSharp/BlazorServerSide-CSharp.App/Services/WeatherForecastService.cs similarity index 100% rename from src/Microsoft.AspNetCore.Blazor.Templates/content/BlazorServerSide-CSharp/BlazorServerSide-CSharp.App/Services/WeatherForecastService.cs rename to blazor/src/Microsoft.AspNetCore.Blazor.Templates/content/BlazorServerSide-CSharp/BlazorServerSide-CSharp.App/Services/WeatherForecastService.cs diff --git a/src/Microsoft.AspNetCore.Blazor.Templates/content/BlazorServerSide-CSharp/BlazorServerSide-CSharp.App/Shared/MainLayout.cshtml b/blazor/src/Microsoft.AspNetCore.Blazor.Templates/content/BlazorServerSide-CSharp/BlazorServerSide-CSharp.App/Shared/MainLayout.cshtml similarity index 100% rename from src/Microsoft.AspNetCore.Blazor.Templates/content/BlazorServerSide-CSharp/BlazorServerSide-CSharp.App/Shared/MainLayout.cshtml rename to blazor/src/Microsoft.AspNetCore.Blazor.Templates/content/BlazorServerSide-CSharp/BlazorServerSide-CSharp.App/Shared/MainLayout.cshtml diff --git a/src/Microsoft.AspNetCore.Blazor.Templates/content/BlazorServerSide-CSharp/BlazorServerSide-CSharp.App/Shared/NavMenu.cshtml b/blazor/src/Microsoft.AspNetCore.Blazor.Templates/content/BlazorServerSide-CSharp/BlazorServerSide-CSharp.App/Shared/NavMenu.cshtml similarity index 100% rename from src/Microsoft.AspNetCore.Blazor.Templates/content/BlazorServerSide-CSharp/BlazorServerSide-CSharp.App/Shared/NavMenu.cshtml rename to blazor/src/Microsoft.AspNetCore.Blazor.Templates/content/BlazorServerSide-CSharp/BlazorServerSide-CSharp.App/Shared/NavMenu.cshtml diff --git a/src/Microsoft.AspNetCore.Blazor.Templates/content/BlazorServerSide-CSharp/BlazorServerSide-CSharp.App/Shared/SurveyPrompt.cshtml b/blazor/src/Microsoft.AspNetCore.Blazor.Templates/content/BlazorServerSide-CSharp/BlazorServerSide-CSharp.App/Shared/SurveyPrompt.cshtml similarity index 100% rename from src/Microsoft.AspNetCore.Blazor.Templates/content/BlazorServerSide-CSharp/BlazorServerSide-CSharp.App/Shared/SurveyPrompt.cshtml rename to blazor/src/Microsoft.AspNetCore.Blazor.Templates/content/BlazorServerSide-CSharp/BlazorServerSide-CSharp.App/Shared/SurveyPrompt.cshtml diff --git a/src/Microsoft.AspNetCore.Blazor.Templates/content/BlazorServerSide-CSharp/BlazorServerSide-CSharp.App/Startup.cs b/blazor/src/Microsoft.AspNetCore.Blazor.Templates/content/BlazorServerSide-CSharp/BlazorServerSide-CSharp.App/Startup.cs similarity index 100% rename from src/Microsoft.AspNetCore.Blazor.Templates/content/BlazorServerSide-CSharp/BlazorServerSide-CSharp.App/Startup.cs rename to blazor/src/Microsoft.AspNetCore.Blazor.Templates/content/BlazorServerSide-CSharp/BlazorServerSide-CSharp.App/Startup.cs diff --git a/src/Microsoft.AspNetCore.Blazor.Templates/content/BlazorServerSide-CSharp/BlazorServerSide-CSharp.App/_ViewImports.cshtml b/blazor/src/Microsoft.AspNetCore.Blazor.Templates/content/BlazorServerSide-CSharp/BlazorServerSide-CSharp.App/_ViewImports.cshtml similarity index 100% rename from src/Microsoft.AspNetCore.Blazor.Templates/content/BlazorServerSide-CSharp/BlazorServerSide-CSharp.App/_ViewImports.cshtml rename to blazor/src/Microsoft.AspNetCore.Blazor.Templates/content/BlazorServerSide-CSharp/BlazorServerSide-CSharp.App/_ViewImports.cshtml diff --git a/src/Microsoft.AspNetCore.Blazor.Templates/content/BlazorServerSide-CSharp/BlazorServerSide-CSharp.App/wwwroot/css/bootstrap/bootstrap.min.css b/blazor/src/Microsoft.AspNetCore.Blazor.Templates/content/BlazorServerSide-CSharp/BlazorServerSide-CSharp.App/wwwroot/css/bootstrap/bootstrap.min.css similarity index 100% rename from src/Microsoft.AspNetCore.Blazor.Templates/content/BlazorServerSide-CSharp/BlazorServerSide-CSharp.App/wwwroot/css/bootstrap/bootstrap.min.css rename to blazor/src/Microsoft.AspNetCore.Blazor.Templates/content/BlazorServerSide-CSharp/BlazorServerSide-CSharp.App/wwwroot/css/bootstrap/bootstrap.min.css diff --git a/src/Microsoft.AspNetCore.Blazor.Templates/content/BlazorServerSide-CSharp/BlazorServerSide-CSharp.App/wwwroot/css/bootstrap/bootstrap.min.css.map b/blazor/src/Microsoft.AspNetCore.Blazor.Templates/content/BlazorServerSide-CSharp/BlazorServerSide-CSharp.App/wwwroot/css/bootstrap/bootstrap.min.css.map similarity index 100% rename from src/Microsoft.AspNetCore.Blazor.Templates/content/BlazorServerSide-CSharp/BlazorServerSide-CSharp.App/wwwroot/css/bootstrap/bootstrap.min.css.map rename to blazor/src/Microsoft.AspNetCore.Blazor.Templates/content/BlazorServerSide-CSharp/BlazorServerSide-CSharp.App/wwwroot/css/bootstrap/bootstrap.min.css.map diff --git a/src/Microsoft.AspNetCore.Blazor.Templates/content/BlazorServerSide-CSharp/BlazorServerSide-CSharp.App/wwwroot/css/open-iconic/FONT-LICENSE b/blazor/src/Microsoft.AspNetCore.Blazor.Templates/content/BlazorServerSide-CSharp/BlazorServerSide-CSharp.App/wwwroot/css/open-iconic/FONT-LICENSE similarity index 100% rename from src/Microsoft.AspNetCore.Blazor.Templates/content/BlazorServerSide-CSharp/BlazorServerSide-CSharp.App/wwwroot/css/open-iconic/FONT-LICENSE rename to blazor/src/Microsoft.AspNetCore.Blazor.Templates/content/BlazorServerSide-CSharp/BlazorServerSide-CSharp.App/wwwroot/css/open-iconic/FONT-LICENSE diff --git a/src/Microsoft.AspNetCore.Blazor.Templates/content/BlazorServerSide-CSharp/BlazorServerSide-CSharp.App/wwwroot/css/open-iconic/ICON-LICENSE b/blazor/src/Microsoft.AspNetCore.Blazor.Templates/content/BlazorServerSide-CSharp/BlazorServerSide-CSharp.App/wwwroot/css/open-iconic/ICON-LICENSE similarity index 100% rename from src/Microsoft.AspNetCore.Blazor.Templates/content/BlazorServerSide-CSharp/BlazorServerSide-CSharp.App/wwwroot/css/open-iconic/ICON-LICENSE rename to blazor/src/Microsoft.AspNetCore.Blazor.Templates/content/BlazorServerSide-CSharp/BlazorServerSide-CSharp.App/wwwroot/css/open-iconic/ICON-LICENSE diff --git a/src/Microsoft.AspNetCore.Blazor.Templates/content/BlazorServerSide-CSharp/BlazorServerSide-CSharp.App/wwwroot/css/open-iconic/README.md b/blazor/src/Microsoft.AspNetCore.Blazor.Templates/content/BlazorServerSide-CSharp/BlazorServerSide-CSharp.App/wwwroot/css/open-iconic/README.md similarity index 100% rename from src/Microsoft.AspNetCore.Blazor.Templates/content/BlazorServerSide-CSharp/BlazorServerSide-CSharp.App/wwwroot/css/open-iconic/README.md rename to blazor/src/Microsoft.AspNetCore.Blazor.Templates/content/BlazorServerSide-CSharp/BlazorServerSide-CSharp.App/wwwroot/css/open-iconic/README.md diff --git a/src/Microsoft.AspNetCore.Blazor.Templates/content/BlazorServerSide-CSharp/BlazorServerSide-CSharp.App/wwwroot/css/open-iconic/font/css/open-iconic-bootstrap.min.css b/blazor/src/Microsoft.AspNetCore.Blazor.Templates/content/BlazorServerSide-CSharp/BlazorServerSide-CSharp.App/wwwroot/css/open-iconic/font/css/open-iconic-bootstrap.min.css similarity index 100% rename from src/Microsoft.AspNetCore.Blazor.Templates/content/BlazorServerSide-CSharp/BlazorServerSide-CSharp.App/wwwroot/css/open-iconic/font/css/open-iconic-bootstrap.min.css rename to blazor/src/Microsoft.AspNetCore.Blazor.Templates/content/BlazorServerSide-CSharp/BlazorServerSide-CSharp.App/wwwroot/css/open-iconic/font/css/open-iconic-bootstrap.min.css diff --git a/src/Microsoft.AspNetCore.Blazor.Templates/content/BlazorServerSide-CSharp/BlazorServerSide-CSharp.App/wwwroot/css/open-iconic/font/fonts/open-iconic.eot b/blazor/src/Microsoft.AspNetCore.Blazor.Templates/content/BlazorServerSide-CSharp/BlazorServerSide-CSharp.App/wwwroot/css/open-iconic/font/fonts/open-iconic.eot similarity index 100% rename from src/Microsoft.AspNetCore.Blazor.Templates/content/BlazorServerSide-CSharp/BlazorServerSide-CSharp.App/wwwroot/css/open-iconic/font/fonts/open-iconic.eot rename to blazor/src/Microsoft.AspNetCore.Blazor.Templates/content/BlazorServerSide-CSharp/BlazorServerSide-CSharp.App/wwwroot/css/open-iconic/font/fonts/open-iconic.eot diff --git a/src/Microsoft.AspNetCore.Blazor.Templates/content/BlazorServerSide-CSharp/BlazorServerSide-CSharp.App/wwwroot/css/open-iconic/font/fonts/open-iconic.otf b/blazor/src/Microsoft.AspNetCore.Blazor.Templates/content/BlazorServerSide-CSharp/BlazorServerSide-CSharp.App/wwwroot/css/open-iconic/font/fonts/open-iconic.otf similarity index 100% rename from src/Microsoft.AspNetCore.Blazor.Templates/content/BlazorServerSide-CSharp/BlazorServerSide-CSharp.App/wwwroot/css/open-iconic/font/fonts/open-iconic.otf rename to blazor/src/Microsoft.AspNetCore.Blazor.Templates/content/BlazorServerSide-CSharp/BlazorServerSide-CSharp.App/wwwroot/css/open-iconic/font/fonts/open-iconic.otf diff --git a/src/Microsoft.AspNetCore.Blazor.Templates/content/BlazorServerSide-CSharp/BlazorServerSide-CSharp.App/wwwroot/css/open-iconic/font/fonts/open-iconic.svg b/blazor/src/Microsoft.AspNetCore.Blazor.Templates/content/BlazorServerSide-CSharp/BlazorServerSide-CSharp.App/wwwroot/css/open-iconic/font/fonts/open-iconic.svg similarity index 100% rename from src/Microsoft.AspNetCore.Blazor.Templates/content/BlazorServerSide-CSharp/BlazorServerSide-CSharp.App/wwwroot/css/open-iconic/font/fonts/open-iconic.svg rename to blazor/src/Microsoft.AspNetCore.Blazor.Templates/content/BlazorServerSide-CSharp/BlazorServerSide-CSharp.App/wwwroot/css/open-iconic/font/fonts/open-iconic.svg diff --git a/src/Microsoft.AspNetCore.Blazor.Templates/content/BlazorServerSide-CSharp/BlazorServerSide-CSharp.App/wwwroot/css/open-iconic/font/fonts/open-iconic.ttf b/blazor/src/Microsoft.AspNetCore.Blazor.Templates/content/BlazorServerSide-CSharp/BlazorServerSide-CSharp.App/wwwroot/css/open-iconic/font/fonts/open-iconic.ttf similarity index 100% rename from src/Microsoft.AspNetCore.Blazor.Templates/content/BlazorServerSide-CSharp/BlazorServerSide-CSharp.App/wwwroot/css/open-iconic/font/fonts/open-iconic.ttf rename to blazor/src/Microsoft.AspNetCore.Blazor.Templates/content/BlazorServerSide-CSharp/BlazorServerSide-CSharp.App/wwwroot/css/open-iconic/font/fonts/open-iconic.ttf diff --git a/src/Microsoft.AspNetCore.Blazor.Templates/content/BlazorServerSide-CSharp/BlazorServerSide-CSharp.App/wwwroot/css/open-iconic/font/fonts/open-iconic.woff b/blazor/src/Microsoft.AspNetCore.Blazor.Templates/content/BlazorServerSide-CSharp/BlazorServerSide-CSharp.App/wwwroot/css/open-iconic/font/fonts/open-iconic.woff similarity index 100% rename from src/Microsoft.AspNetCore.Blazor.Templates/content/BlazorServerSide-CSharp/BlazorServerSide-CSharp.App/wwwroot/css/open-iconic/font/fonts/open-iconic.woff rename to blazor/src/Microsoft.AspNetCore.Blazor.Templates/content/BlazorServerSide-CSharp/BlazorServerSide-CSharp.App/wwwroot/css/open-iconic/font/fonts/open-iconic.woff diff --git a/src/Microsoft.AspNetCore.Blazor.Templates/content/BlazorServerSide-CSharp/BlazorServerSide-CSharp.App/wwwroot/css/site.css b/blazor/src/Microsoft.AspNetCore.Blazor.Templates/content/BlazorServerSide-CSharp/BlazorServerSide-CSharp.App/wwwroot/css/site.css similarity index 100% rename from src/Microsoft.AspNetCore.Blazor.Templates/content/BlazorServerSide-CSharp/BlazorServerSide-CSharp.App/wwwroot/css/site.css rename to blazor/src/Microsoft.AspNetCore.Blazor.Templates/content/BlazorServerSide-CSharp/BlazorServerSide-CSharp.App/wwwroot/css/site.css diff --git a/src/Microsoft.AspNetCore.Blazor.Templates/content/BlazorServerSide-CSharp/BlazorServerSide-CSharp.App/wwwroot/index.html b/blazor/src/Microsoft.AspNetCore.Blazor.Templates/content/BlazorServerSide-CSharp/BlazorServerSide-CSharp.App/wwwroot/index.html similarity index 100% rename from src/Microsoft.AspNetCore.Blazor.Templates/content/BlazorServerSide-CSharp/BlazorServerSide-CSharp.App/wwwroot/index.html rename to blazor/src/Microsoft.AspNetCore.Blazor.Templates/content/BlazorServerSide-CSharp/BlazorServerSide-CSharp.App/wwwroot/index.html diff --git a/src/Microsoft.AspNetCore.Blazor.Templates/content/BlazorServerSide-CSharp/BlazorServerSide-CSharp.Server/BlazorServerSide-CSharp.Server.csproj b/blazor/src/Microsoft.AspNetCore.Blazor.Templates/content/BlazorServerSide-CSharp/BlazorServerSide-CSharp.Server/BlazorServerSide-CSharp.Server.csproj similarity index 100% rename from src/Microsoft.AspNetCore.Blazor.Templates/content/BlazorServerSide-CSharp/BlazorServerSide-CSharp.Server/BlazorServerSide-CSharp.Server.csproj rename to blazor/src/Microsoft.AspNetCore.Blazor.Templates/content/BlazorServerSide-CSharp/BlazorServerSide-CSharp.Server/BlazorServerSide-CSharp.Server.csproj diff --git a/src/Microsoft.AspNetCore.Blazor.Templates/content/BlazorServerSide-CSharp/BlazorServerSide-CSharp.Server/Program.cs b/blazor/src/Microsoft.AspNetCore.Blazor.Templates/content/BlazorServerSide-CSharp/BlazorServerSide-CSharp.Server/Program.cs similarity index 100% rename from src/Microsoft.AspNetCore.Blazor.Templates/content/BlazorServerSide-CSharp/BlazorServerSide-CSharp.Server/Program.cs rename to blazor/src/Microsoft.AspNetCore.Blazor.Templates/content/BlazorServerSide-CSharp/BlazorServerSide-CSharp.Server/Program.cs diff --git a/src/Microsoft.AspNetCore.Blazor.Templates/content/BlazorServerSide-CSharp/BlazorServerSide-CSharp.Server/Startup.cs b/blazor/src/Microsoft.AspNetCore.Blazor.Templates/content/BlazorServerSide-CSharp/BlazorServerSide-CSharp.Server/Startup.cs similarity index 100% rename from src/Microsoft.AspNetCore.Blazor.Templates/content/BlazorServerSide-CSharp/BlazorServerSide-CSharp.Server/Startup.cs rename to blazor/src/Microsoft.AspNetCore.Blazor.Templates/content/BlazorServerSide-CSharp/BlazorServerSide-CSharp.Server/Startup.cs diff --git a/src/Microsoft.AspNetCore.Blazor.Templates/content/BlazorServerSide-CSharp/BlazorServerSide-CSharp.sln b/blazor/src/Microsoft.AspNetCore.Blazor.Templates/content/BlazorServerSide-CSharp/BlazorServerSide-CSharp.sln similarity index 100% rename from src/Microsoft.AspNetCore.Blazor.Templates/content/BlazorServerSide-CSharp/BlazorServerSide-CSharp.sln rename to blazor/src/Microsoft.AspNetCore.Blazor.Templates/content/BlazorServerSide-CSharp/BlazorServerSide-CSharp.sln diff --git a/src/Microsoft.AspNetCore.Blazor.Templates/content/BlazorStandalone-CSharp/.template.config.src/dotnetcli.host.json b/blazor/src/Microsoft.AspNetCore.Blazor.Templates/content/BlazorStandalone-CSharp/.template.config.src/dotnetcli.host.json similarity index 100% rename from src/Microsoft.AspNetCore.Blazor.Templates/content/BlazorStandalone-CSharp/.template.config.src/dotnetcli.host.json rename to blazor/src/Microsoft.AspNetCore.Blazor.Templates/content/BlazorStandalone-CSharp/.template.config.src/dotnetcli.host.json diff --git a/src/Microsoft.AspNetCore.Blazor.Templates/content/BlazorStandalone-CSharp/.template.config.src/icon.png b/blazor/src/Microsoft.AspNetCore.Blazor.Templates/content/BlazorStandalone-CSharp/.template.config.src/icon.png similarity index 100% rename from src/Microsoft.AspNetCore.Blazor.Templates/content/BlazorStandalone-CSharp/.template.config.src/icon.png rename to blazor/src/Microsoft.AspNetCore.Blazor.Templates/content/BlazorStandalone-CSharp/.template.config.src/icon.png diff --git a/src/Microsoft.AspNetCore.Blazor.Templates/content/BlazorStandalone-CSharp/.template.config.src/template.json b/blazor/src/Microsoft.AspNetCore.Blazor.Templates/content/BlazorStandalone-CSharp/.template.config.src/template.json similarity index 100% rename from src/Microsoft.AspNetCore.Blazor.Templates/content/BlazorStandalone-CSharp/.template.config.src/template.json rename to blazor/src/Microsoft.AspNetCore.Blazor.Templates/content/BlazorStandalone-CSharp/.template.config.src/template.json diff --git a/src/Microsoft.AspNetCore.Blazor.Templates/content/BlazorStandalone-CSharp/.template.config.src/vs-2017.3.host.json b/blazor/src/Microsoft.AspNetCore.Blazor.Templates/content/BlazorStandalone-CSharp/.template.config.src/vs-2017.3.host.json similarity index 100% rename from src/Microsoft.AspNetCore.Blazor.Templates/content/BlazorStandalone-CSharp/.template.config.src/vs-2017.3.host.json rename to blazor/src/Microsoft.AspNetCore.Blazor.Templates/content/BlazorStandalone-CSharp/.template.config.src/vs-2017.3.host.json diff --git a/src/Microsoft.AspNetCore.Blazor.Templates/content/BlazorStandalone-CSharp/App.cshtml b/blazor/src/Microsoft.AspNetCore.Blazor.Templates/content/BlazorStandalone-CSharp/App.cshtml similarity index 100% rename from src/Microsoft.AspNetCore.Blazor.Templates/content/BlazorStandalone-CSharp/App.cshtml rename to blazor/src/Microsoft.AspNetCore.Blazor.Templates/content/BlazorStandalone-CSharp/App.cshtml diff --git a/src/Microsoft.AspNetCore.Blazor.Templates/content/BlazorStandalone-CSharp/BlazorStandalone-CSharp.csproj b/blazor/src/Microsoft.AspNetCore.Blazor.Templates/content/BlazorStandalone-CSharp/BlazorStandalone-CSharp.csproj similarity index 100% rename from src/Microsoft.AspNetCore.Blazor.Templates/content/BlazorStandalone-CSharp/BlazorStandalone-CSharp.csproj rename to blazor/src/Microsoft.AspNetCore.Blazor.Templates/content/BlazorStandalone-CSharp/BlazorStandalone-CSharp.csproj diff --git a/src/Microsoft.AspNetCore.Blazor.Templates/content/BlazorStandalone-CSharp/Pages/Counter.cshtml b/blazor/src/Microsoft.AspNetCore.Blazor.Templates/content/BlazorStandalone-CSharp/Pages/Counter.cshtml similarity index 100% rename from src/Microsoft.AspNetCore.Blazor.Templates/content/BlazorStandalone-CSharp/Pages/Counter.cshtml rename to blazor/src/Microsoft.AspNetCore.Blazor.Templates/content/BlazorStandalone-CSharp/Pages/Counter.cshtml diff --git a/src/Microsoft.AspNetCore.Blazor.Templates/content/BlazorStandalone-CSharp/Pages/FetchData.cshtml b/blazor/src/Microsoft.AspNetCore.Blazor.Templates/content/BlazorStandalone-CSharp/Pages/FetchData.cshtml similarity index 100% rename from src/Microsoft.AspNetCore.Blazor.Templates/content/BlazorStandalone-CSharp/Pages/FetchData.cshtml rename to blazor/src/Microsoft.AspNetCore.Blazor.Templates/content/BlazorStandalone-CSharp/Pages/FetchData.cshtml diff --git a/src/Microsoft.AspNetCore.Blazor.Templates/content/BlazorStandalone-CSharp/Pages/Index.cshtml b/blazor/src/Microsoft.AspNetCore.Blazor.Templates/content/BlazorStandalone-CSharp/Pages/Index.cshtml similarity index 100% rename from src/Microsoft.AspNetCore.Blazor.Templates/content/BlazorStandalone-CSharp/Pages/Index.cshtml rename to blazor/src/Microsoft.AspNetCore.Blazor.Templates/content/BlazorStandalone-CSharp/Pages/Index.cshtml diff --git a/src/Microsoft.AspNetCore.Blazor.Templates/content/BlazorStandalone-CSharp/Pages/_ViewImports.cshtml b/blazor/src/Microsoft.AspNetCore.Blazor.Templates/content/BlazorStandalone-CSharp/Pages/_ViewImports.cshtml similarity index 100% rename from src/Microsoft.AspNetCore.Blazor.Templates/content/BlazorStandalone-CSharp/Pages/_ViewImports.cshtml rename to blazor/src/Microsoft.AspNetCore.Blazor.Templates/content/BlazorStandalone-CSharp/Pages/_ViewImports.cshtml diff --git a/src/Microsoft.AspNetCore.Blazor.Templates/content/BlazorStandalone-CSharp/Program.cs b/blazor/src/Microsoft.AspNetCore.Blazor.Templates/content/BlazorStandalone-CSharp/Program.cs similarity index 100% rename from src/Microsoft.AspNetCore.Blazor.Templates/content/BlazorStandalone-CSharp/Program.cs rename to blazor/src/Microsoft.AspNetCore.Blazor.Templates/content/BlazorStandalone-CSharp/Program.cs diff --git a/src/Microsoft.AspNetCore.Blazor.Templates/content/BlazorStandalone-CSharp/Shared/MainLayout.cshtml b/blazor/src/Microsoft.AspNetCore.Blazor.Templates/content/BlazorStandalone-CSharp/Shared/MainLayout.cshtml similarity index 100% rename from src/Microsoft.AspNetCore.Blazor.Templates/content/BlazorStandalone-CSharp/Shared/MainLayout.cshtml rename to blazor/src/Microsoft.AspNetCore.Blazor.Templates/content/BlazorStandalone-CSharp/Shared/MainLayout.cshtml diff --git a/src/Microsoft.AspNetCore.Blazor.Templates/content/BlazorStandalone-CSharp/Shared/NavMenu.cshtml b/blazor/src/Microsoft.AspNetCore.Blazor.Templates/content/BlazorStandalone-CSharp/Shared/NavMenu.cshtml similarity index 100% rename from src/Microsoft.AspNetCore.Blazor.Templates/content/BlazorStandalone-CSharp/Shared/NavMenu.cshtml rename to blazor/src/Microsoft.AspNetCore.Blazor.Templates/content/BlazorStandalone-CSharp/Shared/NavMenu.cshtml diff --git a/src/Microsoft.AspNetCore.Blazor.Templates/content/BlazorStandalone-CSharp/Shared/SurveyPrompt.cshtml b/blazor/src/Microsoft.AspNetCore.Blazor.Templates/content/BlazorStandalone-CSharp/Shared/SurveyPrompt.cshtml similarity index 100% rename from src/Microsoft.AspNetCore.Blazor.Templates/content/BlazorStandalone-CSharp/Shared/SurveyPrompt.cshtml rename to blazor/src/Microsoft.AspNetCore.Blazor.Templates/content/BlazorStandalone-CSharp/Shared/SurveyPrompt.cshtml diff --git a/src/Microsoft.AspNetCore.Blazor.Templates/content/BlazorStandalone-CSharp/Startup.cs b/blazor/src/Microsoft.AspNetCore.Blazor.Templates/content/BlazorStandalone-CSharp/Startup.cs similarity index 100% rename from src/Microsoft.AspNetCore.Blazor.Templates/content/BlazorStandalone-CSharp/Startup.cs rename to blazor/src/Microsoft.AspNetCore.Blazor.Templates/content/BlazorStandalone-CSharp/Startup.cs diff --git a/src/Microsoft.AspNetCore.Blazor.Templates/content/BlazorStandalone-CSharp/_ViewImports.cshtml b/blazor/src/Microsoft.AspNetCore.Blazor.Templates/content/BlazorStandalone-CSharp/_ViewImports.cshtml similarity index 100% rename from src/Microsoft.AspNetCore.Blazor.Templates/content/BlazorStandalone-CSharp/_ViewImports.cshtml rename to blazor/src/Microsoft.AspNetCore.Blazor.Templates/content/BlazorStandalone-CSharp/_ViewImports.cshtml diff --git a/src/Microsoft.AspNetCore.Blazor.Templates/content/BlazorStandalone-CSharp/wwwroot/css/bootstrap/bootstrap.min.css b/blazor/src/Microsoft.AspNetCore.Blazor.Templates/content/BlazorStandalone-CSharp/wwwroot/css/bootstrap/bootstrap.min.css similarity index 100% rename from src/Microsoft.AspNetCore.Blazor.Templates/content/BlazorStandalone-CSharp/wwwroot/css/bootstrap/bootstrap.min.css rename to blazor/src/Microsoft.AspNetCore.Blazor.Templates/content/BlazorStandalone-CSharp/wwwroot/css/bootstrap/bootstrap.min.css diff --git a/src/Microsoft.AspNetCore.Blazor.Templates/content/BlazorStandalone-CSharp/wwwroot/css/bootstrap/bootstrap.min.css.map b/blazor/src/Microsoft.AspNetCore.Blazor.Templates/content/BlazorStandalone-CSharp/wwwroot/css/bootstrap/bootstrap.min.css.map similarity index 100% rename from src/Microsoft.AspNetCore.Blazor.Templates/content/BlazorStandalone-CSharp/wwwroot/css/bootstrap/bootstrap.min.css.map rename to blazor/src/Microsoft.AspNetCore.Blazor.Templates/content/BlazorStandalone-CSharp/wwwroot/css/bootstrap/bootstrap.min.css.map diff --git a/src/Microsoft.AspNetCore.Blazor.Templates/content/BlazorStandalone-CSharp/wwwroot/css/open-iconic/FONT-LICENSE b/blazor/src/Microsoft.AspNetCore.Blazor.Templates/content/BlazorStandalone-CSharp/wwwroot/css/open-iconic/FONT-LICENSE similarity index 100% rename from src/Microsoft.AspNetCore.Blazor.Templates/content/BlazorStandalone-CSharp/wwwroot/css/open-iconic/FONT-LICENSE rename to blazor/src/Microsoft.AspNetCore.Blazor.Templates/content/BlazorStandalone-CSharp/wwwroot/css/open-iconic/FONT-LICENSE diff --git a/src/Microsoft.AspNetCore.Blazor.Templates/content/BlazorStandalone-CSharp/wwwroot/css/open-iconic/ICON-LICENSE b/blazor/src/Microsoft.AspNetCore.Blazor.Templates/content/BlazorStandalone-CSharp/wwwroot/css/open-iconic/ICON-LICENSE similarity index 100% rename from src/Microsoft.AspNetCore.Blazor.Templates/content/BlazorStandalone-CSharp/wwwroot/css/open-iconic/ICON-LICENSE rename to blazor/src/Microsoft.AspNetCore.Blazor.Templates/content/BlazorStandalone-CSharp/wwwroot/css/open-iconic/ICON-LICENSE diff --git a/src/Microsoft.AspNetCore.Blazor.Templates/content/BlazorStandalone-CSharp/wwwroot/css/open-iconic/README.md b/blazor/src/Microsoft.AspNetCore.Blazor.Templates/content/BlazorStandalone-CSharp/wwwroot/css/open-iconic/README.md similarity index 100% rename from src/Microsoft.AspNetCore.Blazor.Templates/content/BlazorStandalone-CSharp/wwwroot/css/open-iconic/README.md rename to blazor/src/Microsoft.AspNetCore.Blazor.Templates/content/BlazorStandalone-CSharp/wwwroot/css/open-iconic/README.md diff --git a/src/Microsoft.AspNetCore.Blazor.Templates/content/BlazorStandalone-CSharp/wwwroot/css/open-iconic/font/css/open-iconic-bootstrap.min.css b/blazor/src/Microsoft.AspNetCore.Blazor.Templates/content/BlazorStandalone-CSharp/wwwroot/css/open-iconic/font/css/open-iconic-bootstrap.min.css similarity index 100% rename from src/Microsoft.AspNetCore.Blazor.Templates/content/BlazorStandalone-CSharp/wwwroot/css/open-iconic/font/css/open-iconic-bootstrap.min.css rename to blazor/src/Microsoft.AspNetCore.Blazor.Templates/content/BlazorStandalone-CSharp/wwwroot/css/open-iconic/font/css/open-iconic-bootstrap.min.css diff --git a/src/Microsoft.AspNetCore.Blazor.Templates/content/BlazorStandalone-CSharp/wwwroot/css/open-iconic/font/fonts/open-iconic.eot b/blazor/src/Microsoft.AspNetCore.Blazor.Templates/content/BlazorStandalone-CSharp/wwwroot/css/open-iconic/font/fonts/open-iconic.eot similarity index 100% rename from src/Microsoft.AspNetCore.Blazor.Templates/content/BlazorStandalone-CSharp/wwwroot/css/open-iconic/font/fonts/open-iconic.eot rename to blazor/src/Microsoft.AspNetCore.Blazor.Templates/content/BlazorStandalone-CSharp/wwwroot/css/open-iconic/font/fonts/open-iconic.eot diff --git a/src/Microsoft.AspNetCore.Blazor.Templates/content/BlazorStandalone-CSharp/wwwroot/css/open-iconic/font/fonts/open-iconic.otf b/blazor/src/Microsoft.AspNetCore.Blazor.Templates/content/BlazorStandalone-CSharp/wwwroot/css/open-iconic/font/fonts/open-iconic.otf similarity index 100% rename from src/Microsoft.AspNetCore.Blazor.Templates/content/BlazorStandalone-CSharp/wwwroot/css/open-iconic/font/fonts/open-iconic.otf rename to blazor/src/Microsoft.AspNetCore.Blazor.Templates/content/BlazorStandalone-CSharp/wwwroot/css/open-iconic/font/fonts/open-iconic.otf diff --git a/src/Microsoft.AspNetCore.Blazor.Templates/content/BlazorStandalone-CSharp/wwwroot/css/open-iconic/font/fonts/open-iconic.svg b/blazor/src/Microsoft.AspNetCore.Blazor.Templates/content/BlazorStandalone-CSharp/wwwroot/css/open-iconic/font/fonts/open-iconic.svg similarity index 100% rename from src/Microsoft.AspNetCore.Blazor.Templates/content/BlazorStandalone-CSharp/wwwroot/css/open-iconic/font/fonts/open-iconic.svg rename to blazor/src/Microsoft.AspNetCore.Blazor.Templates/content/BlazorStandalone-CSharp/wwwroot/css/open-iconic/font/fonts/open-iconic.svg diff --git a/src/Microsoft.AspNetCore.Blazor.Templates/content/BlazorStandalone-CSharp/wwwroot/css/open-iconic/font/fonts/open-iconic.ttf b/blazor/src/Microsoft.AspNetCore.Blazor.Templates/content/BlazorStandalone-CSharp/wwwroot/css/open-iconic/font/fonts/open-iconic.ttf similarity index 100% rename from src/Microsoft.AspNetCore.Blazor.Templates/content/BlazorStandalone-CSharp/wwwroot/css/open-iconic/font/fonts/open-iconic.ttf rename to blazor/src/Microsoft.AspNetCore.Blazor.Templates/content/BlazorStandalone-CSharp/wwwroot/css/open-iconic/font/fonts/open-iconic.ttf diff --git a/src/Microsoft.AspNetCore.Blazor.Templates/content/BlazorStandalone-CSharp/wwwroot/css/open-iconic/font/fonts/open-iconic.woff b/blazor/src/Microsoft.AspNetCore.Blazor.Templates/content/BlazorStandalone-CSharp/wwwroot/css/open-iconic/font/fonts/open-iconic.woff similarity index 100% rename from src/Microsoft.AspNetCore.Blazor.Templates/content/BlazorStandalone-CSharp/wwwroot/css/open-iconic/font/fonts/open-iconic.woff rename to blazor/src/Microsoft.AspNetCore.Blazor.Templates/content/BlazorStandalone-CSharp/wwwroot/css/open-iconic/font/fonts/open-iconic.woff diff --git a/src/Microsoft.AspNetCore.Blazor.Templates/content/BlazorStandalone-CSharp/wwwroot/css/site.css b/blazor/src/Microsoft.AspNetCore.Blazor.Templates/content/BlazorStandalone-CSharp/wwwroot/css/site.css similarity index 100% rename from src/Microsoft.AspNetCore.Blazor.Templates/content/BlazorStandalone-CSharp/wwwroot/css/site.css rename to blazor/src/Microsoft.AspNetCore.Blazor.Templates/content/BlazorStandalone-CSharp/wwwroot/css/site.css diff --git a/src/Microsoft.AspNetCore.Blazor.Templates/content/BlazorStandalone-CSharp/wwwroot/index.html b/blazor/src/Microsoft.AspNetCore.Blazor.Templates/content/BlazorStandalone-CSharp/wwwroot/index.html similarity index 100% rename from src/Microsoft.AspNetCore.Blazor.Templates/content/BlazorStandalone-CSharp/wwwroot/index.html rename to blazor/src/Microsoft.AspNetCore.Blazor.Templates/content/BlazorStandalone-CSharp/wwwroot/index.html diff --git a/src/Microsoft.AspNetCore.Blazor.Templates/content/BlazorStandalone-CSharp/wwwroot/sample-data/weather.json b/blazor/src/Microsoft.AspNetCore.Blazor.Templates/content/BlazorStandalone-CSharp/wwwroot/sample-data/weather.json similarity index 100% rename from src/Microsoft.AspNetCore.Blazor.Templates/content/BlazorStandalone-CSharp/wwwroot/sample-data/weather.json rename to blazor/src/Microsoft.AspNetCore.Blazor.Templates/content/BlazorStandalone-CSharp/wwwroot/sample-data/weather.json diff --git a/src/Microsoft.AspNetCore.Blazor.Templates/content/Directory.Build.props b/blazor/src/Microsoft.AspNetCore.Blazor.Templates/content/Directory.Build.props similarity index 63% rename from src/Microsoft.AspNetCore.Blazor.Templates/content/Directory.Build.props rename to blazor/src/Microsoft.AspNetCore.Blazor.Templates/content/Directory.Build.props index e267256b..817f88a4 100644 --- a/src/Microsoft.AspNetCore.Blazor.Templates/content/Directory.Build.props +++ b/blazor/src/Microsoft.AspNetCore.Blazor.Templates/content/Directory.Build.props @@ -1,4 +1,4 @@ - + diff --git a/src/Microsoft.AspNetCore.Blazor.Templates/content/Directory.Build.targets b/blazor/src/Microsoft.AspNetCore.Blazor.Templates/content/Directory.Build.targets similarity index 100% rename from src/Microsoft.AspNetCore.Blazor.Templates/content/Directory.Build.targets rename to blazor/src/Microsoft.AspNetCore.Blazor.Templates/content/Directory.Build.targets diff --git a/src/mono/.gitignore b/blazor/src/mono/.gitignore similarity index 100% rename from src/mono/.gitignore rename to blazor/src/mono/.gitignore diff --git a/src/mono/Directory.Build.props b/blazor/src/mono/Directory.Build.props similarity index 100% rename from src/mono/Directory.Build.props rename to blazor/src/mono/Directory.Build.props diff --git a/src/mono/HowToUpgradeMono.md b/blazor/src/mono/HowToUpgradeMono.md similarity index 100% rename from src/mono/HowToUpgradeMono.md rename to blazor/src/mono/HowToUpgradeMono.md diff --git a/src/mono/HowToUpgradeMonoLinker.md b/blazor/src/mono/HowToUpgradeMonoLinker.md similarity index 100% rename from src/mono/HowToUpgradeMonoLinker.md rename to blazor/src/mono/HowToUpgradeMonoLinker.md diff --git a/src/mono/bclwipe/System.Net.Http.txt b/blazor/src/mono/bclwipe/System.Net.Http.txt similarity index 100% rename from src/mono/bclwipe/System.Net.Http.txt rename to blazor/src/mono/bclwipe/System.Net.Http.txt diff --git a/src/mono/bclwipe/mscorlib.txt b/blazor/src/mono/bclwipe/mscorlib.txt similarity index 100% rename from src/mono/bclwipe/mscorlib.txt rename to blazor/src/mono/bclwipe/mscorlib.txt diff --git a/src/mono/incoming/bcl/Facades/Microsoft.Win32.Primitives.dll b/blazor/src/mono/incoming/bcl/Facades/Microsoft.Win32.Primitives.dll similarity index 100% rename from src/mono/incoming/bcl/Facades/Microsoft.Win32.Primitives.dll rename to blazor/src/mono/incoming/bcl/Facades/Microsoft.Win32.Primitives.dll diff --git a/src/mono/incoming/bcl/Facades/Microsoft.Win32.Registry.AccessControl.dll b/blazor/src/mono/incoming/bcl/Facades/Microsoft.Win32.Registry.AccessControl.dll similarity index 100% rename from src/mono/incoming/bcl/Facades/Microsoft.Win32.Registry.AccessControl.dll rename to blazor/src/mono/incoming/bcl/Facades/Microsoft.Win32.Registry.AccessControl.dll diff --git a/src/mono/incoming/bcl/Facades/Microsoft.Win32.Registry.dll b/blazor/src/mono/incoming/bcl/Facades/Microsoft.Win32.Registry.dll similarity index 100% rename from src/mono/incoming/bcl/Facades/Microsoft.Win32.Registry.dll rename to blazor/src/mono/incoming/bcl/Facades/Microsoft.Win32.Registry.dll diff --git a/src/mono/incoming/bcl/Facades/System.AppContext.dll b/blazor/src/mono/incoming/bcl/Facades/System.AppContext.dll similarity index 100% rename from src/mono/incoming/bcl/Facades/System.AppContext.dll rename to blazor/src/mono/incoming/bcl/Facades/System.AppContext.dll diff --git a/src/mono/incoming/bcl/Facades/System.Buffers.dll b/blazor/src/mono/incoming/bcl/Facades/System.Buffers.dll similarity index 100% rename from src/mono/incoming/bcl/Facades/System.Buffers.dll rename to blazor/src/mono/incoming/bcl/Facades/System.Buffers.dll diff --git a/src/mono/incoming/bcl/Facades/System.Collections.Concurrent.dll b/blazor/src/mono/incoming/bcl/Facades/System.Collections.Concurrent.dll similarity index 100% rename from src/mono/incoming/bcl/Facades/System.Collections.Concurrent.dll rename to blazor/src/mono/incoming/bcl/Facades/System.Collections.Concurrent.dll diff --git a/src/mono/incoming/bcl/Facades/System.Collections.NonGeneric.dll b/blazor/src/mono/incoming/bcl/Facades/System.Collections.NonGeneric.dll similarity index 100% rename from src/mono/incoming/bcl/Facades/System.Collections.NonGeneric.dll rename to blazor/src/mono/incoming/bcl/Facades/System.Collections.NonGeneric.dll diff --git a/src/mono/incoming/bcl/Facades/System.Collections.Specialized.dll b/blazor/src/mono/incoming/bcl/Facades/System.Collections.Specialized.dll similarity index 100% rename from src/mono/incoming/bcl/Facades/System.Collections.Specialized.dll rename to blazor/src/mono/incoming/bcl/Facades/System.Collections.Specialized.dll diff --git a/src/mono/incoming/bcl/Facades/System.Collections.dll b/blazor/src/mono/incoming/bcl/Facades/System.Collections.dll similarity index 100% rename from src/mono/incoming/bcl/Facades/System.Collections.dll rename to blazor/src/mono/incoming/bcl/Facades/System.Collections.dll diff --git a/src/mono/incoming/bcl/Facades/System.ComponentModel.Annotations.dll b/blazor/src/mono/incoming/bcl/Facades/System.ComponentModel.Annotations.dll similarity index 100% rename from src/mono/incoming/bcl/Facades/System.ComponentModel.Annotations.dll rename to blazor/src/mono/incoming/bcl/Facades/System.ComponentModel.Annotations.dll diff --git a/src/mono/incoming/bcl/Facades/System.ComponentModel.EventBasedAsync.dll b/blazor/src/mono/incoming/bcl/Facades/System.ComponentModel.EventBasedAsync.dll similarity index 100% rename from src/mono/incoming/bcl/Facades/System.ComponentModel.EventBasedAsync.dll rename to blazor/src/mono/incoming/bcl/Facades/System.ComponentModel.EventBasedAsync.dll diff --git a/src/mono/incoming/bcl/Facades/System.ComponentModel.Primitives.dll b/blazor/src/mono/incoming/bcl/Facades/System.ComponentModel.Primitives.dll similarity index 100% rename from src/mono/incoming/bcl/Facades/System.ComponentModel.Primitives.dll rename to blazor/src/mono/incoming/bcl/Facades/System.ComponentModel.Primitives.dll diff --git a/src/mono/incoming/bcl/Facades/System.ComponentModel.TypeConverter.dll b/blazor/src/mono/incoming/bcl/Facades/System.ComponentModel.TypeConverter.dll similarity index 100% rename from src/mono/incoming/bcl/Facades/System.ComponentModel.TypeConverter.dll rename to blazor/src/mono/incoming/bcl/Facades/System.ComponentModel.TypeConverter.dll diff --git a/src/mono/incoming/bcl/Facades/System.ComponentModel.dll b/blazor/src/mono/incoming/bcl/Facades/System.ComponentModel.dll similarity index 100% rename from src/mono/incoming/bcl/Facades/System.ComponentModel.dll rename to blazor/src/mono/incoming/bcl/Facades/System.ComponentModel.dll diff --git a/src/mono/incoming/bcl/Facades/System.Console.dll b/blazor/src/mono/incoming/bcl/Facades/System.Console.dll similarity index 100% rename from src/mono/incoming/bcl/Facades/System.Console.dll rename to blazor/src/mono/incoming/bcl/Facades/System.Console.dll diff --git a/src/mono/incoming/bcl/Facades/System.Data.Common.dll b/blazor/src/mono/incoming/bcl/Facades/System.Data.Common.dll similarity index 100% rename from src/mono/incoming/bcl/Facades/System.Data.Common.dll rename to blazor/src/mono/incoming/bcl/Facades/System.Data.Common.dll diff --git a/src/mono/incoming/bcl/Facades/System.Data.SqlClient.dll b/blazor/src/mono/incoming/bcl/Facades/System.Data.SqlClient.dll similarity index 100% rename from src/mono/incoming/bcl/Facades/System.Data.SqlClient.dll rename to blazor/src/mono/incoming/bcl/Facades/System.Data.SqlClient.dll diff --git a/src/mono/incoming/bcl/Facades/System.Diagnostics.Contracts.dll b/blazor/src/mono/incoming/bcl/Facades/System.Diagnostics.Contracts.dll similarity index 100% rename from src/mono/incoming/bcl/Facades/System.Diagnostics.Contracts.dll rename to blazor/src/mono/incoming/bcl/Facades/System.Diagnostics.Contracts.dll diff --git a/src/mono/incoming/bcl/Facades/System.Diagnostics.Debug.dll b/blazor/src/mono/incoming/bcl/Facades/System.Diagnostics.Debug.dll similarity index 100% rename from src/mono/incoming/bcl/Facades/System.Diagnostics.Debug.dll rename to blazor/src/mono/incoming/bcl/Facades/System.Diagnostics.Debug.dll diff --git a/src/mono/incoming/bcl/Facades/System.Diagnostics.FileVersionInfo.dll b/blazor/src/mono/incoming/bcl/Facades/System.Diagnostics.FileVersionInfo.dll similarity index 100% rename from src/mono/incoming/bcl/Facades/System.Diagnostics.FileVersionInfo.dll rename to blazor/src/mono/incoming/bcl/Facades/System.Diagnostics.FileVersionInfo.dll diff --git a/src/mono/incoming/bcl/Facades/System.Diagnostics.Process.dll b/blazor/src/mono/incoming/bcl/Facades/System.Diagnostics.Process.dll similarity index 100% rename from src/mono/incoming/bcl/Facades/System.Diagnostics.Process.dll rename to blazor/src/mono/incoming/bcl/Facades/System.Diagnostics.Process.dll diff --git a/src/mono/incoming/bcl/Facades/System.Diagnostics.StackTrace.dll b/blazor/src/mono/incoming/bcl/Facades/System.Diagnostics.StackTrace.dll similarity index 100% rename from src/mono/incoming/bcl/Facades/System.Diagnostics.StackTrace.dll rename to blazor/src/mono/incoming/bcl/Facades/System.Diagnostics.StackTrace.dll diff --git a/src/mono/incoming/bcl/Facades/System.Diagnostics.TextWriterTraceListener.dll b/blazor/src/mono/incoming/bcl/Facades/System.Diagnostics.TextWriterTraceListener.dll similarity index 100% rename from src/mono/incoming/bcl/Facades/System.Diagnostics.TextWriterTraceListener.dll rename to blazor/src/mono/incoming/bcl/Facades/System.Diagnostics.TextWriterTraceListener.dll diff --git a/src/mono/incoming/bcl/Facades/System.Diagnostics.Tools.dll b/blazor/src/mono/incoming/bcl/Facades/System.Diagnostics.Tools.dll similarity index 100% rename from src/mono/incoming/bcl/Facades/System.Diagnostics.Tools.dll rename to blazor/src/mono/incoming/bcl/Facades/System.Diagnostics.Tools.dll diff --git a/src/mono/incoming/bcl/Facades/System.Diagnostics.TraceEvent.dll b/blazor/src/mono/incoming/bcl/Facades/System.Diagnostics.TraceEvent.dll similarity index 100% rename from src/mono/incoming/bcl/Facades/System.Diagnostics.TraceEvent.dll rename to blazor/src/mono/incoming/bcl/Facades/System.Diagnostics.TraceEvent.dll diff --git a/src/mono/incoming/bcl/Facades/System.Diagnostics.TraceSource.dll b/blazor/src/mono/incoming/bcl/Facades/System.Diagnostics.TraceSource.dll similarity index 100% rename from src/mono/incoming/bcl/Facades/System.Diagnostics.TraceSource.dll rename to blazor/src/mono/incoming/bcl/Facades/System.Diagnostics.TraceSource.dll diff --git a/src/mono/incoming/bcl/Facades/System.Diagnostics.Tracing.dll b/blazor/src/mono/incoming/bcl/Facades/System.Diagnostics.Tracing.dll similarity index 100% rename from src/mono/incoming/bcl/Facades/System.Diagnostics.Tracing.dll rename to blazor/src/mono/incoming/bcl/Facades/System.Diagnostics.Tracing.dll diff --git a/src/mono/incoming/bcl/Facades/System.Drawing.Common.dll b/blazor/src/mono/incoming/bcl/Facades/System.Drawing.Common.dll similarity index 100% rename from src/mono/incoming/bcl/Facades/System.Drawing.Common.dll rename to blazor/src/mono/incoming/bcl/Facades/System.Drawing.Common.dll diff --git a/src/mono/incoming/bcl/Facades/System.Drawing.Primitives.dll b/blazor/src/mono/incoming/bcl/Facades/System.Drawing.Primitives.dll similarity index 100% rename from src/mono/incoming/bcl/Facades/System.Drawing.Primitives.dll rename to blazor/src/mono/incoming/bcl/Facades/System.Drawing.Primitives.dll diff --git a/src/mono/incoming/bcl/Facades/System.Dynamic.Runtime.dll b/blazor/src/mono/incoming/bcl/Facades/System.Dynamic.Runtime.dll similarity index 100% rename from src/mono/incoming/bcl/Facades/System.Dynamic.Runtime.dll rename to blazor/src/mono/incoming/bcl/Facades/System.Dynamic.Runtime.dll diff --git a/src/mono/incoming/bcl/Facades/System.Globalization.Calendars.dll b/blazor/src/mono/incoming/bcl/Facades/System.Globalization.Calendars.dll similarity index 100% rename from src/mono/incoming/bcl/Facades/System.Globalization.Calendars.dll rename to blazor/src/mono/incoming/bcl/Facades/System.Globalization.Calendars.dll diff --git a/src/mono/incoming/bcl/Facades/System.Globalization.Extensions.dll b/blazor/src/mono/incoming/bcl/Facades/System.Globalization.Extensions.dll similarity index 100% rename from src/mono/incoming/bcl/Facades/System.Globalization.Extensions.dll rename to blazor/src/mono/incoming/bcl/Facades/System.Globalization.Extensions.dll diff --git a/src/mono/incoming/bcl/Facades/System.Globalization.dll b/blazor/src/mono/incoming/bcl/Facades/System.Globalization.dll similarity index 100% rename from src/mono/incoming/bcl/Facades/System.Globalization.dll rename to blazor/src/mono/incoming/bcl/Facades/System.Globalization.dll diff --git a/src/mono/incoming/bcl/Facades/System.IO.Compression.ZipFile.dll b/blazor/src/mono/incoming/bcl/Facades/System.IO.Compression.ZipFile.dll similarity index 100% rename from src/mono/incoming/bcl/Facades/System.IO.Compression.ZipFile.dll rename to blazor/src/mono/incoming/bcl/Facades/System.IO.Compression.ZipFile.dll diff --git a/src/mono/incoming/bcl/Facades/System.IO.FileSystem.AccessControl.dll b/blazor/src/mono/incoming/bcl/Facades/System.IO.FileSystem.AccessControl.dll similarity index 100% rename from src/mono/incoming/bcl/Facades/System.IO.FileSystem.AccessControl.dll rename to blazor/src/mono/incoming/bcl/Facades/System.IO.FileSystem.AccessControl.dll diff --git a/src/mono/incoming/bcl/Facades/System.IO.FileSystem.DriveInfo.dll b/blazor/src/mono/incoming/bcl/Facades/System.IO.FileSystem.DriveInfo.dll similarity index 100% rename from src/mono/incoming/bcl/Facades/System.IO.FileSystem.DriveInfo.dll rename to blazor/src/mono/incoming/bcl/Facades/System.IO.FileSystem.DriveInfo.dll diff --git a/src/mono/incoming/bcl/Facades/System.IO.FileSystem.Primitives.dll b/blazor/src/mono/incoming/bcl/Facades/System.IO.FileSystem.Primitives.dll similarity index 100% rename from src/mono/incoming/bcl/Facades/System.IO.FileSystem.Primitives.dll rename to blazor/src/mono/incoming/bcl/Facades/System.IO.FileSystem.Primitives.dll diff --git a/src/mono/incoming/bcl/Facades/System.IO.FileSystem.Watcher.dll b/blazor/src/mono/incoming/bcl/Facades/System.IO.FileSystem.Watcher.dll similarity index 100% rename from src/mono/incoming/bcl/Facades/System.IO.FileSystem.Watcher.dll rename to blazor/src/mono/incoming/bcl/Facades/System.IO.FileSystem.Watcher.dll diff --git a/src/mono/incoming/bcl/Facades/System.IO.FileSystem.dll b/blazor/src/mono/incoming/bcl/Facades/System.IO.FileSystem.dll similarity index 100% rename from src/mono/incoming/bcl/Facades/System.IO.FileSystem.dll rename to blazor/src/mono/incoming/bcl/Facades/System.IO.FileSystem.dll diff --git a/src/mono/incoming/bcl/Facades/System.IO.IsolatedStorage.dll b/blazor/src/mono/incoming/bcl/Facades/System.IO.IsolatedStorage.dll similarity index 100% rename from src/mono/incoming/bcl/Facades/System.IO.IsolatedStorage.dll rename to blazor/src/mono/incoming/bcl/Facades/System.IO.IsolatedStorage.dll diff --git a/src/mono/incoming/bcl/Facades/System.IO.MemoryMappedFiles.dll b/blazor/src/mono/incoming/bcl/Facades/System.IO.MemoryMappedFiles.dll similarity index 100% rename from src/mono/incoming/bcl/Facades/System.IO.MemoryMappedFiles.dll rename to blazor/src/mono/incoming/bcl/Facades/System.IO.MemoryMappedFiles.dll diff --git a/src/mono/incoming/bcl/Facades/System.IO.Pipes.dll b/blazor/src/mono/incoming/bcl/Facades/System.IO.Pipes.dll similarity index 100% rename from src/mono/incoming/bcl/Facades/System.IO.Pipes.dll rename to blazor/src/mono/incoming/bcl/Facades/System.IO.Pipes.dll diff --git a/src/mono/incoming/bcl/Facades/System.IO.UnmanagedMemoryStream.dll b/blazor/src/mono/incoming/bcl/Facades/System.IO.UnmanagedMemoryStream.dll similarity index 100% rename from src/mono/incoming/bcl/Facades/System.IO.UnmanagedMemoryStream.dll rename to blazor/src/mono/incoming/bcl/Facades/System.IO.UnmanagedMemoryStream.dll diff --git a/src/mono/incoming/bcl/Facades/System.IO.dll b/blazor/src/mono/incoming/bcl/Facades/System.IO.dll similarity index 100% rename from src/mono/incoming/bcl/Facades/System.IO.dll rename to blazor/src/mono/incoming/bcl/Facades/System.IO.dll diff --git a/src/mono/incoming/bcl/Facades/System.Linq.Expressions.dll b/blazor/src/mono/incoming/bcl/Facades/System.Linq.Expressions.dll similarity index 100% rename from src/mono/incoming/bcl/Facades/System.Linq.Expressions.dll rename to blazor/src/mono/incoming/bcl/Facades/System.Linq.Expressions.dll diff --git a/src/mono/incoming/bcl/Facades/System.Linq.Parallel.dll b/blazor/src/mono/incoming/bcl/Facades/System.Linq.Parallel.dll similarity index 100% rename from src/mono/incoming/bcl/Facades/System.Linq.Parallel.dll rename to blazor/src/mono/incoming/bcl/Facades/System.Linq.Parallel.dll diff --git a/src/mono/incoming/bcl/Facades/System.Linq.Queryable.dll b/blazor/src/mono/incoming/bcl/Facades/System.Linq.Queryable.dll similarity index 100% rename from src/mono/incoming/bcl/Facades/System.Linq.Queryable.dll rename to blazor/src/mono/incoming/bcl/Facades/System.Linq.Queryable.dll diff --git a/src/mono/incoming/bcl/Facades/System.Linq.dll b/blazor/src/mono/incoming/bcl/Facades/System.Linq.dll similarity index 100% rename from src/mono/incoming/bcl/Facades/System.Linq.dll rename to blazor/src/mono/incoming/bcl/Facades/System.Linq.dll diff --git a/src/mono/incoming/bcl/Facades/System.Memory.dll b/blazor/src/mono/incoming/bcl/Facades/System.Memory.dll similarity index 100% rename from src/mono/incoming/bcl/Facades/System.Memory.dll rename to blazor/src/mono/incoming/bcl/Facades/System.Memory.dll diff --git a/src/mono/incoming/bcl/Facades/System.Net.AuthenticationManager.dll b/blazor/src/mono/incoming/bcl/Facades/System.Net.AuthenticationManager.dll similarity index 100% rename from src/mono/incoming/bcl/Facades/System.Net.AuthenticationManager.dll rename to blazor/src/mono/incoming/bcl/Facades/System.Net.AuthenticationManager.dll diff --git a/src/mono/incoming/bcl/Facades/System.Net.Cache.dll b/blazor/src/mono/incoming/bcl/Facades/System.Net.Cache.dll similarity index 100% rename from src/mono/incoming/bcl/Facades/System.Net.Cache.dll rename to blazor/src/mono/incoming/bcl/Facades/System.Net.Cache.dll diff --git a/src/mono/incoming/bcl/Facades/System.Net.HttpListener.dll b/blazor/src/mono/incoming/bcl/Facades/System.Net.HttpListener.dll similarity index 100% rename from src/mono/incoming/bcl/Facades/System.Net.HttpListener.dll rename to blazor/src/mono/incoming/bcl/Facades/System.Net.HttpListener.dll diff --git a/src/mono/incoming/bcl/Facades/System.Net.Mail.dll b/blazor/src/mono/incoming/bcl/Facades/System.Net.Mail.dll similarity index 100% rename from src/mono/incoming/bcl/Facades/System.Net.Mail.dll rename to blazor/src/mono/incoming/bcl/Facades/System.Net.Mail.dll diff --git a/src/mono/incoming/bcl/Facades/System.Net.NameResolution.dll b/blazor/src/mono/incoming/bcl/Facades/System.Net.NameResolution.dll similarity index 100% rename from src/mono/incoming/bcl/Facades/System.Net.NameResolution.dll rename to blazor/src/mono/incoming/bcl/Facades/System.Net.NameResolution.dll diff --git a/src/mono/incoming/bcl/Facades/System.Net.NetworkInformation.dll b/blazor/src/mono/incoming/bcl/Facades/System.Net.NetworkInformation.dll similarity index 100% rename from src/mono/incoming/bcl/Facades/System.Net.NetworkInformation.dll rename to blazor/src/mono/incoming/bcl/Facades/System.Net.NetworkInformation.dll diff --git a/src/mono/incoming/bcl/Facades/System.Net.Ping.dll b/blazor/src/mono/incoming/bcl/Facades/System.Net.Ping.dll similarity index 100% rename from src/mono/incoming/bcl/Facades/System.Net.Ping.dll rename to blazor/src/mono/incoming/bcl/Facades/System.Net.Ping.dll diff --git a/src/mono/incoming/bcl/Facades/System.Net.Primitives.dll b/blazor/src/mono/incoming/bcl/Facades/System.Net.Primitives.dll similarity index 100% rename from src/mono/incoming/bcl/Facades/System.Net.Primitives.dll rename to blazor/src/mono/incoming/bcl/Facades/System.Net.Primitives.dll diff --git a/src/mono/incoming/bcl/Facades/System.Net.Requests.dll b/blazor/src/mono/incoming/bcl/Facades/System.Net.Requests.dll similarity index 100% rename from src/mono/incoming/bcl/Facades/System.Net.Requests.dll rename to blazor/src/mono/incoming/bcl/Facades/System.Net.Requests.dll diff --git a/src/mono/incoming/bcl/Facades/System.Net.Security.dll b/blazor/src/mono/incoming/bcl/Facades/System.Net.Security.dll similarity index 100% rename from src/mono/incoming/bcl/Facades/System.Net.Security.dll rename to blazor/src/mono/incoming/bcl/Facades/System.Net.Security.dll diff --git a/src/mono/incoming/bcl/Facades/System.Net.ServicePoint.dll b/blazor/src/mono/incoming/bcl/Facades/System.Net.ServicePoint.dll similarity index 100% rename from src/mono/incoming/bcl/Facades/System.Net.ServicePoint.dll rename to blazor/src/mono/incoming/bcl/Facades/System.Net.ServicePoint.dll diff --git a/src/mono/incoming/bcl/Facades/System.Net.Sockets.dll b/blazor/src/mono/incoming/bcl/Facades/System.Net.Sockets.dll similarity index 100% rename from src/mono/incoming/bcl/Facades/System.Net.Sockets.dll rename to blazor/src/mono/incoming/bcl/Facades/System.Net.Sockets.dll diff --git a/src/mono/incoming/bcl/Facades/System.Net.Utilities.dll b/blazor/src/mono/incoming/bcl/Facades/System.Net.Utilities.dll similarity index 100% rename from src/mono/incoming/bcl/Facades/System.Net.Utilities.dll rename to blazor/src/mono/incoming/bcl/Facades/System.Net.Utilities.dll diff --git a/src/mono/incoming/bcl/Facades/System.Net.WebHeaderCollection.dll b/blazor/src/mono/incoming/bcl/Facades/System.Net.WebHeaderCollection.dll similarity index 100% rename from src/mono/incoming/bcl/Facades/System.Net.WebHeaderCollection.dll rename to blazor/src/mono/incoming/bcl/Facades/System.Net.WebHeaderCollection.dll diff --git a/src/mono/incoming/bcl/Facades/System.Net.WebSockets.Client.dll b/blazor/src/mono/incoming/bcl/Facades/System.Net.WebSockets.Client.dll similarity index 100% rename from src/mono/incoming/bcl/Facades/System.Net.WebSockets.Client.dll rename to blazor/src/mono/incoming/bcl/Facades/System.Net.WebSockets.Client.dll diff --git a/src/mono/incoming/bcl/Facades/System.Net.WebSockets.dll b/blazor/src/mono/incoming/bcl/Facades/System.Net.WebSockets.dll similarity index 100% rename from src/mono/incoming/bcl/Facades/System.Net.WebSockets.dll rename to blazor/src/mono/incoming/bcl/Facades/System.Net.WebSockets.dll diff --git a/src/mono/incoming/bcl/Facades/System.ObjectModel.dll b/blazor/src/mono/incoming/bcl/Facades/System.ObjectModel.dll similarity index 100% rename from src/mono/incoming/bcl/Facades/System.ObjectModel.dll rename to blazor/src/mono/incoming/bcl/Facades/System.ObjectModel.dll diff --git a/src/mono/incoming/bcl/Facades/System.Reflection.DispatchProxy.dll b/blazor/src/mono/incoming/bcl/Facades/System.Reflection.DispatchProxy.dll similarity index 100% rename from src/mono/incoming/bcl/Facades/System.Reflection.DispatchProxy.dll rename to blazor/src/mono/incoming/bcl/Facades/System.Reflection.DispatchProxy.dll diff --git a/src/mono/incoming/bcl/Facades/System.Reflection.Emit.ILGeneration.dll b/blazor/src/mono/incoming/bcl/Facades/System.Reflection.Emit.ILGeneration.dll similarity index 100% rename from src/mono/incoming/bcl/Facades/System.Reflection.Emit.ILGeneration.dll rename to blazor/src/mono/incoming/bcl/Facades/System.Reflection.Emit.ILGeneration.dll diff --git a/src/mono/incoming/bcl/Facades/System.Reflection.Emit.Lightweight.dll b/blazor/src/mono/incoming/bcl/Facades/System.Reflection.Emit.Lightweight.dll similarity index 100% rename from src/mono/incoming/bcl/Facades/System.Reflection.Emit.Lightweight.dll rename to blazor/src/mono/incoming/bcl/Facades/System.Reflection.Emit.Lightweight.dll diff --git a/src/mono/incoming/bcl/Facades/System.Reflection.Emit.dll b/blazor/src/mono/incoming/bcl/Facades/System.Reflection.Emit.dll similarity index 100% rename from src/mono/incoming/bcl/Facades/System.Reflection.Emit.dll rename to blazor/src/mono/incoming/bcl/Facades/System.Reflection.Emit.dll diff --git a/src/mono/incoming/bcl/Facades/System.Reflection.Extensions.dll b/blazor/src/mono/incoming/bcl/Facades/System.Reflection.Extensions.dll similarity index 100% rename from src/mono/incoming/bcl/Facades/System.Reflection.Extensions.dll rename to blazor/src/mono/incoming/bcl/Facades/System.Reflection.Extensions.dll diff --git a/src/mono/incoming/bcl/Facades/System.Reflection.Primitives.dll b/blazor/src/mono/incoming/bcl/Facades/System.Reflection.Primitives.dll similarity index 100% rename from src/mono/incoming/bcl/Facades/System.Reflection.Primitives.dll rename to blazor/src/mono/incoming/bcl/Facades/System.Reflection.Primitives.dll diff --git a/src/mono/incoming/bcl/Facades/System.Reflection.TypeExtensions.dll b/blazor/src/mono/incoming/bcl/Facades/System.Reflection.TypeExtensions.dll similarity index 100% rename from src/mono/incoming/bcl/Facades/System.Reflection.TypeExtensions.dll rename to blazor/src/mono/incoming/bcl/Facades/System.Reflection.TypeExtensions.dll diff --git a/src/mono/incoming/bcl/Facades/System.Reflection.dll b/blazor/src/mono/incoming/bcl/Facades/System.Reflection.dll similarity index 100% rename from src/mono/incoming/bcl/Facades/System.Reflection.dll rename to blazor/src/mono/incoming/bcl/Facades/System.Reflection.dll diff --git a/src/mono/incoming/bcl/Facades/System.Resources.Reader.dll b/blazor/src/mono/incoming/bcl/Facades/System.Resources.Reader.dll similarity index 100% rename from src/mono/incoming/bcl/Facades/System.Resources.Reader.dll rename to blazor/src/mono/incoming/bcl/Facades/System.Resources.Reader.dll diff --git a/src/mono/incoming/bcl/Facades/System.Resources.ReaderWriter.dll b/blazor/src/mono/incoming/bcl/Facades/System.Resources.ReaderWriter.dll similarity index 100% rename from src/mono/incoming/bcl/Facades/System.Resources.ReaderWriter.dll rename to blazor/src/mono/incoming/bcl/Facades/System.Resources.ReaderWriter.dll diff --git a/src/mono/incoming/bcl/Facades/System.Resources.ResourceManager.dll b/blazor/src/mono/incoming/bcl/Facades/System.Resources.ResourceManager.dll similarity index 100% rename from src/mono/incoming/bcl/Facades/System.Resources.ResourceManager.dll rename to blazor/src/mono/incoming/bcl/Facades/System.Resources.ResourceManager.dll diff --git a/src/mono/incoming/bcl/Facades/System.Resources.Writer.dll b/blazor/src/mono/incoming/bcl/Facades/System.Resources.Writer.dll similarity index 100% rename from src/mono/incoming/bcl/Facades/System.Resources.Writer.dll rename to blazor/src/mono/incoming/bcl/Facades/System.Resources.Writer.dll diff --git a/src/mono/incoming/bcl/Facades/System.Runtime.CompilerServices.VisualC.dll b/blazor/src/mono/incoming/bcl/Facades/System.Runtime.CompilerServices.VisualC.dll similarity index 100% rename from src/mono/incoming/bcl/Facades/System.Runtime.CompilerServices.VisualC.dll rename to blazor/src/mono/incoming/bcl/Facades/System.Runtime.CompilerServices.VisualC.dll diff --git a/src/mono/incoming/bcl/Facades/System.Runtime.Extensions.dll b/blazor/src/mono/incoming/bcl/Facades/System.Runtime.Extensions.dll similarity index 100% rename from src/mono/incoming/bcl/Facades/System.Runtime.Extensions.dll rename to blazor/src/mono/incoming/bcl/Facades/System.Runtime.Extensions.dll diff --git a/src/mono/incoming/bcl/Facades/System.Runtime.Handles.dll b/blazor/src/mono/incoming/bcl/Facades/System.Runtime.Handles.dll similarity index 100% rename from src/mono/incoming/bcl/Facades/System.Runtime.Handles.dll rename to blazor/src/mono/incoming/bcl/Facades/System.Runtime.Handles.dll diff --git a/src/mono/incoming/bcl/Facades/System.Runtime.InteropServices.RuntimeInformation.dll b/blazor/src/mono/incoming/bcl/Facades/System.Runtime.InteropServices.RuntimeInformation.dll similarity index 100% rename from src/mono/incoming/bcl/Facades/System.Runtime.InteropServices.RuntimeInformation.dll rename to blazor/src/mono/incoming/bcl/Facades/System.Runtime.InteropServices.RuntimeInformation.dll diff --git a/src/mono/incoming/bcl/Facades/System.Runtime.InteropServices.WindowsRuntime.dll b/blazor/src/mono/incoming/bcl/Facades/System.Runtime.InteropServices.WindowsRuntime.dll similarity index 100% rename from src/mono/incoming/bcl/Facades/System.Runtime.InteropServices.WindowsRuntime.dll rename to blazor/src/mono/incoming/bcl/Facades/System.Runtime.InteropServices.WindowsRuntime.dll diff --git a/src/mono/incoming/bcl/Facades/System.Runtime.InteropServices.dll b/blazor/src/mono/incoming/bcl/Facades/System.Runtime.InteropServices.dll similarity index 100% rename from src/mono/incoming/bcl/Facades/System.Runtime.InteropServices.dll rename to blazor/src/mono/incoming/bcl/Facades/System.Runtime.InteropServices.dll diff --git a/src/mono/incoming/bcl/Facades/System.Runtime.Loader.dll b/blazor/src/mono/incoming/bcl/Facades/System.Runtime.Loader.dll similarity index 100% rename from src/mono/incoming/bcl/Facades/System.Runtime.Loader.dll rename to blazor/src/mono/incoming/bcl/Facades/System.Runtime.Loader.dll diff --git a/src/mono/incoming/bcl/Facades/System.Runtime.Numerics.dll b/blazor/src/mono/incoming/bcl/Facades/System.Runtime.Numerics.dll similarity index 100% rename from src/mono/incoming/bcl/Facades/System.Runtime.Numerics.dll rename to blazor/src/mono/incoming/bcl/Facades/System.Runtime.Numerics.dll diff --git a/src/mono/incoming/bcl/Facades/System.Runtime.Serialization.Formatters.dll b/blazor/src/mono/incoming/bcl/Facades/System.Runtime.Serialization.Formatters.dll similarity index 100% rename from src/mono/incoming/bcl/Facades/System.Runtime.Serialization.Formatters.dll rename to blazor/src/mono/incoming/bcl/Facades/System.Runtime.Serialization.Formatters.dll diff --git a/src/mono/incoming/bcl/Facades/System.Runtime.Serialization.Json.dll b/blazor/src/mono/incoming/bcl/Facades/System.Runtime.Serialization.Json.dll similarity index 100% rename from src/mono/incoming/bcl/Facades/System.Runtime.Serialization.Json.dll rename to blazor/src/mono/incoming/bcl/Facades/System.Runtime.Serialization.Json.dll diff --git a/src/mono/incoming/bcl/Facades/System.Runtime.Serialization.Primitives.dll b/blazor/src/mono/incoming/bcl/Facades/System.Runtime.Serialization.Primitives.dll similarity index 100% rename from src/mono/incoming/bcl/Facades/System.Runtime.Serialization.Primitives.dll rename to blazor/src/mono/incoming/bcl/Facades/System.Runtime.Serialization.Primitives.dll diff --git a/src/mono/incoming/bcl/Facades/System.Runtime.Serialization.Xml.dll b/blazor/src/mono/incoming/bcl/Facades/System.Runtime.Serialization.Xml.dll similarity index 100% rename from src/mono/incoming/bcl/Facades/System.Runtime.Serialization.Xml.dll rename to blazor/src/mono/incoming/bcl/Facades/System.Runtime.Serialization.Xml.dll diff --git a/src/mono/incoming/bcl/Facades/System.Runtime.dll b/blazor/src/mono/incoming/bcl/Facades/System.Runtime.dll similarity index 100% rename from src/mono/incoming/bcl/Facades/System.Runtime.dll rename to blazor/src/mono/incoming/bcl/Facades/System.Runtime.dll diff --git a/src/mono/incoming/bcl/Facades/System.Security.AccessControl.dll b/blazor/src/mono/incoming/bcl/Facades/System.Security.AccessControl.dll similarity index 100% rename from src/mono/incoming/bcl/Facades/System.Security.AccessControl.dll rename to blazor/src/mono/incoming/bcl/Facades/System.Security.AccessControl.dll diff --git a/src/mono/incoming/bcl/Facades/System.Security.Claims.dll b/blazor/src/mono/incoming/bcl/Facades/System.Security.Claims.dll similarity index 100% rename from src/mono/incoming/bcl/Facades/System.Security.Claims.dll rename to blazor/src/mono/incoming/bcl/Facades/System.Security.Claims.dll diff --git a/src/mono/incoming/bcl/Facades/System.Security.Cryptography.Algorithms.dll b/blazor/src/mono/incoming/bcl/Facades/System.Security.Cryptography.Algorithms.dll similarity index 100% rename from src/mono/incoming/bcl/Facades/System.Security.Cryptography.Algorithms.dll rename to blazor/src/mono/incoming/bcl/Facades/System.Security.Cryptography.Algorithms.dll diff --git a/src/mono/incoming/bcl/Facades/System.Security.Cryptography.Cng.dll b/blazor/src/mono/incoming/bcl/Facades/System.Security.Cryptography.Cng.dll similarity index 100% rename from src/mono/incoming/bcl/Facades/System.Security.Cryptography.Cng.dll rename to blazor/src/mono/incoming/bcl/Facades/System.Security.Cryptography.Cng.dll diff --git a/src/mono/incoming/bcl/Facades/System.Security.Cryptography.Csp.dll b/blazor/src/mono/incoming/bcl/Facades/System.Security.Cryptography.Csp.dll similarity index 100% rename from src/mono/incoming/bcl/Facades/System.Security.Cryptography.Csp.dll rename to blazor/src/mono/incoming/bcl/Facades/System.Security.Cryptography.Csp.dll diff --git a/src/mono/incoming/bcl/Facades/System.Security.Cryptography.DeriveBytes.dll b/blazor/src/mono/incoming/bcl/Facades/System.Security.Cryptography.DeriveBytes.dll similarity index 100% rename from src/mono/incoming/bcl/Facades/System.Security.Cryptography.DeriveBytes.dll rename to blazor/src/mono/incoming/bcl/Facades/System.Security.Cryptography.DeriveBytes.dll diff --git a/src/mono/incoming/bcl/Facades/System.Security.Cryptography.Encoding.dll b/blazor/src/mono/incoming/bcl/Facades/System.Security.Cryptography.Encoding.dll similarity index 100% rename from src/mono/incoming/bcl/Facades/System.Security.Cryptography.Encoding.dll rename to blazor/src/mono/incoming/bcl/Facades/System.Security.Cryptography.Encoding.dll diff --git a/src/mono/incoming/bcl/Facades/System.Security.Cryptography.Encryption.Aes.dll b/blazor/src/mono/incoming/bcl/Facades/System.Security.Cryptography.Encryption.Aes.dll similarity index 100% rename from src/mono/incoming/bcl/Facades/System.Security.Cryptography.Encryption.Aes.dll rename to blazor/src/mono/incoming/bcl/Facades/System.Security.Cryptography.Encryption.Aes.dll diff --git a/src/mono/incoming/bcl/Facades/System.Security.Cryptography.Encryption.ECDiffieHellman.dll b/blazor/src/mono/incoming/bcl/Facades/System.Security.Cryptography.Encryption.ECDiffieHellman.dll similarity index 100% rename from src/mono/incoming/bcl/Facades/System.Security.Cryptography.Encryption.ECDiffieHellman.dll rename to blazor/src/mono/incoming/bcl/Facades/System.Security.Cryptography.Encryption.ECDiffieHellman.dll diff --git a/src/mono/incoming/bcl/Facades/System.Security.Cryptography.Encryption.ECDsa.dll b/blazor/src/mono/incoming/bcl/Facades/System.Security.Cryptography.Encryption.ECDsa.dll similarity index 100% rename from src/mono/incoming/bcl/Facades/System.Security.Cryptography.Encryption.ECDsa.dll rename to blazor/src/mono/incoming/bcl/Facades/System.Security.Cryptography.Encryption.ECDsa.dll diff --git a/src/mono/incoming/bcl/Facades/System.Security.Cryptography.Encryption.dll b/blazor/src/mono/incoming/bcl/Facades/System.Security.Cryptography.Encryption.dll similarity index 100% rename from src/mono/incoming/bcl/Facades/System.Security.Cryptography.Encryption.dll rename to blazor/src/mono/incoming/bcl/Facades/System.Security.Cryptography.Encryption.dll diff --git a/src/mono/incoming/bcl/Facades/System.Security.Cryptography.Hashing.Algorithms.dll b/blazor/src/mono/incoming/bcl/Facades/System.Security.Cryptography.Hashing.Algorithms.dll similarity index 100% rename from src/mono/incoming/bcl/Facades/System.Security.Cryptography.Hashing.Algorithms.dll rename to blazor/src/mono/incoming/bcl/Facades/System.Security.Cryptography.Hashing.Algorithms.dll diff --git a/src/mono/incoming/bcl/Facades/System.Security.Cryptography.Hashing.dll b/blazor/src/mono/incoming/bcl/Facades/System.Security.Cryptography.Hashing.dll similarity index 100% rename from src/mono/incoming/bcl/Facades/System.Security.Cryptography.Hashing.dll rename to blazor/src/mono/incoming/bcl/Facades/System.Security.Cryptography.Hashing.dll diff --git a/src/mono/incoming/bcl/Facades/System.Security.Cryptography.OpenSsl.dll b/blazor/src/mono/incoming/bcl/Facades/System.Security.Cryptography.OpenSsl.dll similarity index 100% rename from src/mono/incoming/bcl/Facades/System.Security.Cryptography.OpenSsl.dll rename to blazor/src/mono/incoming/bcl/Facades/System.Security.Cryptography.OpenSsl.dll diff --git a/src/mono/incoming/bcl/Facades/System.Security.Cryptography.Pkcs.dll b/blazor/src/mono/incoming/bcl/Facades/System.Security.Cryptography.Pkcs.dll similarity index 100% rename from src/mono/incoming/bcl/Facades/System.Security.Cryptography.Pkcs.dll rename to blazor/src/mono/incoming/bcl/Facades/System.Security.Cryptography.Pkcs.dll diff --git a/src/mono/incoming/bcl/Facades/System.Security.Cryptography.Primitives.dll b/blazor/src/mono/incoming/bcl/Facades/System.Security.Cryptography.Primitives.dll similarity index 100% rename from src/mono/incoming/bcl/Facades/System.Security.Cryptography.Primitives.dll rename to blazor/src/mono/incoming/bcl/Facades/System.Security.Cryptography.Primitives.dll diff --git a/src/mono/incoming/bcl/Facades/System.Security.Cryptography.ProtectedData.dll b/blazor/src/mono/incoming/bcl/Facades/System.Security.Cryptography.ProtectedData.dll similarity index 100% rename from src/mono/incoming/bcl/Facades/System.Security.Cryptography.ProtectedData.dll rename to blazor/src/mono/incoming/bcl/Facades/System.Security.Cryptography.ProtectedData.dll diff --git a/src/mono/incoming/bcl/Facades/System.Security.Cryptography.RSA.dll b/blazor/src/mono/incoming/bcl/Facades/System.Security.Cryptography.RSA.dll similarity index 100% rename from src/mono/incoming/bcl/Facades/System.Security.Cryptography.RSA.dll rename to blazor/src/mono/incoming/bcl/Facades/System.Security.Cryptography.RSA.dll diff --git a/src/mono/incoming/bcl/Facades/System.Security.Cryptography.RandomNumberGenerator.dll b/blazor/src/mono/incoming/bcl/Facades/System.Security.Cryptography.RandomNumberGenerator.dll similarity index 100% rename from src/mono/incoming/bcl/Facades/System.Security.Cryptography.RandomNumberGenerator.dll rename to blazor/src/mono/incoming/bcl/Facades/System.Security.Cryptography.RandomNumberGenerator.dll diff --git a/src/mono/incoming/bcl/Facades/System.Security.Cryptography.X509Certificates.dll b/blazor/src/mono/incoming/bcl/Facades/System.Security.Cryptography.X509Certificates.dll similarity index 100% rename from src/mono/incoming/bcl/Facades/System.Security.Cryptography.X509Certificates.dll rename to blazor/src/mono/incoming/bcl/Facades/System.Security.Cryptography.X509Certificates.dll diff --git a/src/mono/incoming/bcl/Facades/System.Security.Principal.Windows.dll b/blazor/src/mono/incoming/bcl/Facades/System.Security.Principal.Windows.dll similarity index 100% rename from src/mono/incoming/bcl/Facades/System.Security.Principal.Windows.dll rename to blazor/src/mono/incoming/bcl/Facades/System.Security.Principal.Windows.dll diff --git a/src/mono/incoming/bcl/Facades/System.Security.Principal.dll b/blazor/src/mono/incoming/bcl/Facades/System.Security.Principal.dll similarity index 100% rename from src/mono/incoming/bcl/Facades/System.Security.Principal.dll rename to blazor/src/mono/incoming/bcl/Facades/System.Security.Principal.dll diff --git a/src/mono/incoming/bcl/Facades/System.Security.SecureString.dll b/blazor/src/mono/incoming/bcl/Facades/System.Security.SecureString.dll similarity index 100% rename from src/mono/incoming/bcl/Facades/System.Security.SecureString.dll rename to blazor/src/mono/incoming/bcl/Facades/System.Security.SecureString.dll diff --git a/src/mono/incoming/bcl/Facades/System.ServiceModel.Duplex.dll b/blazor/src/mono/incoming/bcl/Facades/System.ServiceModel.Duplex.dll similarity index 100% rename from src/mono/incoming/bcl/Facades/System.ServiceModel.Duplex.dll rename to blazor/src/mono/incoming/bcl/Facades/System.ServiceModel.Duplex.dll diff --git a/src/mono/incoming/bcl/Facades/System.ServiceModel.Http.dll b/blazor/src/mono/incoming/bcl/Facades/System.ServiceModel.Http.dll similarity index 100% rename from src/mono/incoming/bcl/Facades/System.ServiceModel.Http.dll rename to blazor/src/mono/incoming/bcl/Facades/System.ServiceModel.Http.dll diff --git a/src/mono/incoming/bcl/Facades/System.ServiceModel.NetTcp.dll b/blazor/src/mono/incoming/bcl/Facades/System.ServiceModel.NetTcp.dll similarity index 100% rename from src/mono/incoming/bcl/Facades/System.ServiceModel.NetTcp.dll rename to blazor/src/mono/incoming/bcl/Facades/System.ServiceModel.NetTcp.dll diff --git a/src/mono/incoming/bcl/Facades/System.ServiceModel.Primitives.dll b/blazor/src/mono/incoming/bcl/Facades/System.ServiceModel.Primitives.dll similarity index 100% rename from src/mono/incoming/bcl/Facades/System.ServiceModel.Primitives.dll rename to blazor/src/mono/incoming/bcl/Facades/System.ServiceModel.Primitives.dll diff --git a/src/mono/incoming/bcl/Facades/System.ServiceModel.Security.dll b/blazor/src/mono/incoming/bcl/Facades/System.ServiceModel.Security.dll similarity index 100% rename from src/mono/incoming/bcl/Facades/System.ServiceModel.Security.dll rename to blazor/src/mono/incoming/bcl/Facades/System.ServiceModel.Security.dll diff --git a/src/mono/incoming/bcl/Facades/System.ServiceProcess.ServiceController.dll b/blazor/src/mono/incoming/bcl/Facades/System.ServiceProcess.ServiceController.dll similarity index 100% rename from src/mono/incoming/bcl/Facades/System.ServiceProcess.ServiceController.dll rename to blazor/src/mono/incoming/bcl/Facades/System.ServiceProcess.ServiceController.dll diff --git a/src/mono/incoming/bcl/Facades/System.Text.Encoding.CodePages.dll b/blazor/src/mono/incoming/bcl/Facades/System.Text.Encoding.CodePages.dll similarity index 100% rename from src/mono/incoming/bcl/Facades/System.Text.Encoding.CodePages.dll rename to blazor/src/mono/incoming/bcl/Facades/System.Text.Encoding.CodePages.dll diff --git a/src/mono/incoming/bcl/Facades/System.Text.Encoding.Extensions.dll b/blazor/src/mono/incoming/bcl/Facades/System.Text.Encoding.Extensions.dll similarity index 100% rename from src/mono/incoming/bcl/Facades/System.Text.Encoding.Extensions.dll rename to blazor/src/mono/incoming/bcl/Facades/System.Text.Encoding.Extensions.dll diff --git a/src/mono/incoming/bcl/Facades/System.Text.Encoding.dll b/blazor/src/mono/incoming/bcl/Facades/System.Text.Encoding.dll similarity index 100% rename from src/mono/incoming/bcl/Facades/System.Text.Encoding.dll rename to blazor/src/mono/incoming/bcl/Facades/System.Text.Encoding.dll diff --git a/src/mono/incoming/bcl/Facades/System.Text.RegularExpressions.dll b/blazor/src/mono/incoming/bcl/Facades/System.Text.RegularExpressions.dll similarity index 100% rename from src/mono/incoming/bcl/Facades/System.Text.RegularExpressions.dll rename to blazor/src/mono/incoming/bcl/Facades/System.Text.RegularExpressions.dll diff --git a/src/mono/incoming/bcl/Facades/System.Threading.AccessControl.dll b/blazor/src/mono/incoming/bcl/Facades/System.Threading.AccessControl.dll similarity index 100% rename from src/mono/incoming/bcl/Facades/System.Threading.AccessControl.dll rename to blazor/src/mono/incoming/bcl/Facades/System.Threading.AccessControl.dll diff --git a/src/mono/incoming/bcl/Facades/System.Threading.Overlapped.dll b/blazor/src/mono/incoming/bcl/Facades/System.Threading.Overlapped.dll similarity index 100% rename from src/mono/incoming/bcl/Facades/System.Threading.Overlapped.dll rename to blazor/src/mono/incoming/bcl/Facades/System.Threading.Overlapped.dll diff --git a/src/mono/incoming/bcl/Facades/System.Threading.Tasks.Extensions.dll b/blazor/src/mono/incoming/bcl/Facades/System.Threading.Tasks.Extensions.dll similarity index 100% rename from src/mono/incoming/bcl/Facades/System.Threading.Tasks.Extensions.dll rename to blazor/src/mono/incoming/bcl/Facades/System.Threading.Tasks.Extensions.dll diff --git a/src/mono/incoming/bcl/Facades/System.Threading.Tasks.Parallel.dll b/blazor/src/mono/incoming/bcl/Facades/System.Threading.Tasks.Parallel.dll similarity index 100% rename from src/mono/incoming/bcl/Facades/System.Threading.Tasks.Parallel.dll rename to blazor/src/mono/incoming/bcl/Facades/System.Threading.Tasks.Parallel.dll diff --git a/src/mono/incoming/bcl/Facades/System.Threading.Tasks.dll b/blazor/src/mono/incoming/bcl/Facades/System.Threading.Tasks.dll similarity index 100% rename from src/mono/incoming/bcl/Facades/System.Threading.Tasks.dll rename to blazor/src/mono/incoming/bcl/Facades/System.Threading.Tasks.dll diff --git a/src/mono/incoming/bcl/Facades/System.Threading.Thread.dll b/blazor/src/mono/incoming/bcl/Facades/System.Threading.Thread.dll similarity index 100% rename from src/mono/incoming/bcl/Facades/System.Threading.Thread.dll rename to blazor/src/mono/incoming/bcl/Facades/System.Threading.Thread.dll diff --git a/src/mono/incoming/bcl/Facades/System.Threading.ThreadPool.dll b/blazor/src/mono/incoming/bcl/Facades/System.Threading.ThreadPool.dll similarity index 100% rename from src/mono/incoming/bcl/Facades/System.Threading.ThreadPool.dll rename to blazor/src/mono/incoming/bcl/Facades/System.Threading.ThreadPool.dll diff --git a/src/mono/incoming/bcl/Facades/System.Threading.Timer.dll b/blazor/src/mono/incoming/bcl/Facades/System.Threading.Timer.dll similarity index 100% rename from src/mono/incoming/bcl/Facades/System.Threading.Timer.dll rename to blazor/src/mono/incoming/bcl/Facades/System.Threading.Timer.dll diff --git a/src/mono/incoming/bcl/Facades/System.Threading.dll b/blazor/src/mono/incoming/bcl/Facades/System.Threading.dll similarity index 100% rename from src/mono/incoming/bcl/Facades/System.Threading.dll rename to blazor/src/mono/incoming/bcl/Facades/System.Threading.dll diff --git a/src/mono/incoming/bcl/Facades/System.ValueTuple.dll b/blazor/src/mono/incoming/bcl/Facades/System.ValueTuple.dll similarity index 100% rename from src/mono/incoming/bcl/Facades/System.ValueTuple.dll rename to blazor/src/mono/incoming/bcl/Facades/System.ValueTuple.dll diff --git a/src/mono/incoming/bcl/Facades/System.Xml.ReaderWriter.dll b/blazor/src/mono/incoming/bcl/Facades/System.Xml.ReaderWriter.dll similarity index 100% rename from src/mono/incoming/bcl/Facades/System.Xml.ReaderWriter.dll rename to blazor/src/mono/incoming/bcl/Facades/System.Xml.ReaderWriter.dll diff --git a/src/mono/incoming/bcl/Facades/System.Xml.XDocument.dll b/blazor/src/mono/incoming/bcl/Facades/System.Xml.XDocument.dll similarity index 100% rename from src/mono/incoming/bcl/Facades/System.Xml.XDocument.dll rename to blazor/src/mono/incoming/bcl/Facades/System.Xml.XDocument.dll diff --git a/src/mono/incoming/bcl/Facades/System.Xml.XPath.XDocument.dll b/blazor/src/mono/incoming/bcl/Facades/System.Xml.XPath.XDocument.dll similarity index 100% rename from src/mono/incoming/bcl/Facades/System.Xml.XPath.XDocument.dll rename to blazor/src/mono/incoming/bcl/Facades/System.Xml.XPath.XDocument.dll diff --git a/src/mono/incoming/bcl/Facades/System.Xml.XPath.XmlDocument.dll b/blazor/src/mono/incoming/bcl/Facades/System.Xml.XPath.XmlDocument.dll similarity index 100% rename from src/mono/incoming/bcl/Facades/System.Xml.XPath.XmlDocument.dll rename to blazor/src/mono/incoming/bcl/Facades/System.Xml.XPath.XmlDocument.dll diff --git a/src/mono/incoming/bcl/Facades/System.Xml.XPath.dll b/blazor/src/mono/incoming/bcl/Facades/System.Xml.XPath.dll similarity index 100% rename from src/mono/incoming/bcl/Facades/System.Xml.XPath.dll rename to blazor/src/mono/incoming/bcl/Facades/System.Xml.XPath.dll diff --git a/src/mono/incoming/bcl/Facades/System.Xml.XmlDocument.dll b/blazor/src/mono/incoming/bcl/Facades/System.Xml.XmlDocument.dll similarity index 100% rename from src/mono/incoming/bcl/Facades/System.Xml.XmlDocument.dll rename to blazor/src/mono/incoming/bcl/Facades/System.Xml.XmlDocument.dll diff --git a/src/mono/incoming/bcl/Facades/System.Xml.XmlSerializer.dll b/blazor/src/mono/incoming/bcl/Facades/System.Xml.XmlSerializer.dll similarity index 100% rename from src/mono/incoming/bcl/Facades/System.Xml.XmlSerializer.dll rename to blazor/src/mono/incoming/bcl/Facades/System.Xml.XmlSerializer.dll diff --git a/src/mono/incoming/bcl/Facades/System.Xml.Xsl.Primitives.dll b/blazor/src/mono/incoming/bcl/Facades/System.Xml.Xsl.Primitives.dll similarity index 100% rename from src/mono/incoming/bcl/Facades/System.Xml.Xsl.Primitives.dll rename to blazor/src/mono/incoming/bcl/Facades/System.Xml.Xsl.Primitives.dll diff --git a/src/mono/incoming/bcl/Facades/netstandard.dll b/blazor/src/mono/incoming/bcl/Facades/netstandard.dll similarity index 100% rename from src/mono/incoming/bcl/Facades/netstandard.dll rename to blazor/src/mono/incoming/bcl/Facades/netstandard.dll diff --git a/src/mono/incoming/bcl/I18N.CJK.dll b/blazor/src/mono/incoming/bcl/I18N.CJK.dll similarity index 100% rename from src/mono/incoming/bcl/I18N.CJK.dll rename to blazor/src/mono/incoming/bcl/I18N.CJK.dll diff --git a/src/mono/incoming/bcl/I18N.MidEast.dll b/blazor/src/mono/incoming/bcl/I18N.MidEast.dll similarity index 100% rename from src/mono/incoming/bcl/I18N.MidEast.dll rename to blazor/src/mono/incoming/bcl/I18N.MidEast.dll diff --git a/src/mono/incoming/bcl/I18N.Other.dll b/blazor/src/mono/incoming/bcl/I18N.Other.dll similarity index 100% rename from src/mono/incoming/bcl/I18N.Other.dll rename to blazor/src/mono/incoming/bcl/I18N.Other.dll diff --git a/src/mono/incoming/bcl/I18N.Rare.dll b/blazor/src/mono/incoming/bcl/I18N.Rare.dll similarity index 100% rename from src/mono/incoming/bcl/I18N.Rare.dll rename to blazor/src/mono/incoming/bcl/I18N.Rare.dll diff --git a/src/mono/incoming/bcl/I18N.West.dll b/blazor/src/mono/incoming/bcl/I18N.West.dll similarity index 100% rename from src/mono/incoming/bcl/I18N.West.dll rename to blazor/src/mono/incoming/bcl/I18N.West.dll diff --git a/src/mono/incoming/bcl/I18N.dll b/blazor/src/mono/incoming/bcl/I18N.dll similarity index 100% rename from src/mono/incoming/bcl/I18N.dll rename to blazor/src/mono/incoming/bcl/I18N.dll diff --git a/src/mono/incoming/bcl/Microsoft.CSharp.dll b/blazor/src/mono/incoming/bcl/Microsoft.CSharp.dll similarity index 100% rename from src/mono/incoming/bcl/Microsoft.CSharp.dll rename to blazor/src/mono/incoming/bcl/Microsoft.CSharp.dll diff --git a/src/mono/incoming/bcl/Mono.Cecil.dll b/blazor/src/mono/incoming/bcl/Mono.Cecil.dll similarity index 100% rename from src/mono/incoming/bcl/Mono.Cecil.dll rename to blazor/src/mono/incoming/bcl/Mono.Cecil.dll diff --git a/src/mono/incoming/bcl/Mono.Data.Sqlite.dll b/blazor/src/mono/incoming/bcl/Mono.Data.Sqlite.dll similarity index 100% rename from src/mono/incoming/bcl/Mono.Data.Sqlite.dll rename to blazor/src/mono/incoming/bcl/Mono.Data.Sqlite.dll diff --git a/src/mono/incoming/bcl/Mono.Data.Tds.dll b/blazor/src/mono/incoming/bcl/Mono.Data.Tds.dll similarity index 100% rename from src/mono/incoming/bcl/Mono.Data.Tds.dll rename to blazor/src/mono/incoming/bcl/Mono.Data.Tds.dll diff --git a/src/mono/incoming/bcl/Mono.Security.dll b/blazor/src/mono/incoming/bcl/Mono.Security.dll similarity index 100% rename from src/mono/incoming/bcl/Mono.Security.dll rename to blazor/src/mono/incoming/bcl/Mono.Security.dll diff --git a/src/mono/incoming/bcl/System.ComponentModel.Composition.dll b/blazor/src/mono/incoming/bcl/System.ComponentModel.Composition.dll similarity index 100% rename from src/mono/incoming/bcl/System.ComponentModel.Composition.dll rename to blazor/src/mono/incoming/bcl/System.ComponentModel.Composition.dll diff --git a/src/mono/incoming/bcl/System.ComponentModel.DataAnnotations.dll b/blazor/src/mono/incoming/bcl/System.ComponentModel.DataAnnotations.dll similarity index 100% rename from src/mono/incoming/bcl/System.ComponentModel.DataAnnotations.dll rename to blazor/src/mono/incoming/bcl/System.ComponentModel.DataAnnotations.dll diff --git a/src/mono/incoming/bcl/System.Core.dll b/blazor/src/mono/incoming/bcl/System.Core.dll similarity index 100% rename from src/mono/incoming/bcl/System.Core.dll rename to blazor/src/mono/incoming/bcl/System.Core.dll diff --git a/src/mono/incoming/bcl/System.Data.Services.Client.dll b/blazor/src/mono/incoming/bcl/System.Data.Services.Client.dll similarity index 100% rename from src/mono/incoming/bcl/System.Data.Services.Client.dll rename to blazor/src/mono/incoming/bcl/System.Data.Services.Client.dll diff --git a/src/mono/incoming/bcl/System.Data.dll b/blazor/src/mono/incoming/bcl/System.Data.dll similarity index 100% rename from src/mono/incoming/bcl/System.Data.dll rename to blazor/src/mono/incoming/bcl/System.Data.dll diff --git a/src/mono/incoming/bcl/System.Drawing.dll b/blazor/src/mono/incoming/bcl/System.Drawing.dll similarity index 100% rename from src/mono/incoming/bcl/System.Drawing.dll rename to blazor/src/mono/incoming/bcl/System.Drawing.dll diff --git a/src/mono/incoming/bcl/System.IO.Compression.FileSystem.dll b/blazor/src/mono/incoming/bcl/System.IO.Compression.FileSystem.dll similarity index 100% rename from src/mono/incoming/bcl/System.IO.Compression.FileSystem.dll rename to blazor/src/mono/incoming/bcl/System.IO.Compression.FileSystem.dll diff --git a/src/mono/incoming/bcl/System.IO.Compression.dll b/blazor/src/mono/incoming/bcl/System.IO.Compression.dll similarity index 100% rename from src/mono/incoming/bcl/System.IO.Compression.dll rename to blazor/src/mono/incoming/bcl/System.IO.Compression.dll diff --git a/src/mono/incoming/bcl/System.IdentityModel.dll b/blazor/src/mono/incoming/bcl/System.IdentityModel.dll similarity index 100% rename from src/mono/incoming/bcl/System.IdentityModel.dll rename to blazor/src/mono/incoming/bcl/System.IdentityModel.dll diff --git a/src/mono/incoming/bcl/System.Json.dll b/blazor/src/mono/incoming/bcl/System.Json.dll similarity index 100% rename from src/mono/incoming/bcl/System.Json.dll rename to blazor/src/mono/incoming/bcl/System.Json.dll diff --git a/src/mono/incoming/bcl/System.Net.Http.WinHttpHandler.dll b/blazor/src/mono/incoming/bcl/System.Net.Http.WinHttpHandler.dll similarity index 100% rename from src/mono/incoming/bcl/System.Net.Http.WinHttpHandler.dll rename to blazor/src/mono/incoming/bcl/System.Net.Http.WinHttpHandler.dll diff --git a/src/mono/incoming/bcl/System.Net.Http.dll b/blazor/src/mono/incoming/bcl/System.Net.Http.dll similarity index 100% rename from src/mono/incoming/bcl/System.Net.Http.dll rename to blazor/src/mono/incoming/bcl/System.Net.Http.dll diff --git a/src/mono/incoming/bcl/System.Net.dll b/blazor/src/mono/incoming/bcl/System.Net.dll similarity index 100% rename from src/mono/incoming/bcl/System.Net.dll rename to blazor/src/mono/incoming/bcl/System.Net.dll diff --git a/src/mono/incoming/bcl/System.Numerics.Vectors.dll b/blazor/src/mono/incoming/bcl/System.Numerics.Vectors.dll similarity index 100% rename from src/mono/incoming/bcl/System.Numerics.Vectors.dll rename to blazor/src/mono/incoming/bcl/System.Numerics.Vectors.dll diff --git a/src/mono/incoming/bcl/System.Numerics.dll b/blazor/src/mono/incoming/bcl/System.Numerics.dll similarity index 100% rename from src/mono/incoming/bcl/System.Numerics.dll rename to blazor/src/mono/incoming/bcl/System.Numerics.dll diff --git a/src/mono/incoming/bcl/System.Reflection.Context.dll b/blazor/src/mono/incoming/bcl/System.Reflection.Context.dll similarity index 100% rename from src/mono/incoming/bcl/System.Reflection.Context.dll rename to blazor/src/mono/incoming/bcl/System.Reflection.Context.dll diff --git a/src/mono/incoming/bcl/System.Runtime.CompilerServices.Unsafe.dll b/blazor/src/mono/incoming/bcl/System.Runtime.CompilerServices.Unsafe.dll similarity index 100% rename from src/mono/incoming/bcl/System.Runtime.CompilerServices.Unsafe.dll rename to blazor/src/mono/incoming/bcl/System.Runtime.CompilerServices.Unsafe.dll diff --git a/src/mono/incoming/bcl/System.Runtime.Serialization.dll b/blazor/src/mono/incoming/bcl/System.Runtime.Serialization.dll similarity index 100% rename from src/mono/incoming/bcl/System.Runtime.Serialization.dll rename to blazor/src/mono/incoming/bcl/System.Runtime.Serialization.dll diff --git a/src/mono/incoming/bcl/System.Security.dll b/blazor/src/mono/incoming/bcl/System.Security.dll similarity index 100% rename from src/mono/incoming/bcl/System.Security.dll rename to blazor/src/mono/incoming/bcl/System.Security.dll diff --git a/src/mono/incoming/bcl/System.ServiceModel.Internals.dll b/blazor/src/mono/incoming/bcl/System.ServiceModel.Internals.dll similarity index 100% rename from src/mono/incoming/bcl/System.ServiceModel.Internals.dll rename to blazor/src/mono/incoming/bcl/System.ServiceModel.Internals.dll diff --git a/src/mono/incoming/bcl/System.ServiceModel.Web.dll b/blazor/src/mono/incoming/bcl/System.ServiceModel.Web.dll similarity index 100% rename from src/mono/incoming/bcl/System.ServiceModel.Web.dll rename to blazor/src/mono/incoming/bcl/System.ServiceModel.Web.dll diff --git a/src/mono/incoming/bcl/System.ServiceModel.dll b/blazor/src/mono/incoming/bcl/System.ServiceModel.dll similarity index 100% rename from src/mono/incoming/bcl/System.ServiceModel.dll rename to blazor/src/mono/incoming/bcl/System.ServiceModel.dll diff --git a/src/mono/incoming/bcl/System.Transactions.dll b/blazor/src/mono/incoming/bcl/System.Transactions.dll similarity index 100% rename from src/mono/incoming/bcl/System.Transactions.dll rename to blazor/src/mono/incoming/bcl/System.Transactions.dll diff --git a/src/mono/incoming/bcl/System.Web.Services.dll b/blazor/src/mono/incoming/bcl/System.Web.Services.dll similarity index 100% rename from src/mono/incoming/bcl/System.Web.Services.dll rename to blazor/src/mono/incoming/bcl/System.Web.Services.dll diff --git a/src/mono/incoming/bcl/System.Windows.dll b/blazor/src/mono/incoming/bcl/System.Windows.dll similarity index 100% rename from src/mono/incoming/bcl/System.Windows.dll rename to blazor/src/mono/incoming/bcl/System.Windows.dll diff --git a/src/mono/incoming/bcl/System.Xml.Linq.dll b/blazor/src/mono/incoming/bcl/System.Xml.Linq.dll similarity index 100% rename from src/mono/incoming/bcl/System.Xml.Linq.dll rename to blazor/src/mono/incoming/bcl/System.Xml.Linq.dll diff --git a/src/mono/incoming/bcl/System.Xml.Serialization.dll b/blazor/src/mono/incoming/bcl/System.Xml.Serialization.dll similarity index 100% rename from src/mono/incoming/bcl/System.Xml.Serialization.dll rename to blazor/src/mono/incoming/bcl/System.Xml.Serialization.dll diff --git a/src/mono/incoming/bcl/System.Xml.dll b/blazor/src/mono/incoming/bcl/System.Xml.dll similarity index 100% rename from src/mono/incoming/bcl/System.Xml.dll rename to blazor/src/mono/incoming/bcl/System.Xml.dll diff --git a/src/mono/incoming/bcl/System.dll b/blazor/src/mono/incoming/bcl/System.dll similarity index 100% rename from src/mono/incoming/bcl/System.dll rename to blazor/src/mono/incoming/bcl/System.dll diff --git a/src/mono/incoming/bcl/mscorlib.dll b/blazor/src/mono/incoming/bcl/mscorlib.dll similarity index 100% rename from src/mono/incoming/bcl/mscorlib.dll rename to blazor/src/mono/incoming/bcl/mscorlib.dll diff --git a/src/mono/incoming/wasm/mono.js b/blazor/src/mono/incoming/wasm/mono.js similarity index 100% rename from src/mono/incoming/wasm/mono.js rename to blazor/src/mono/incoming/wasm/mono.js diff --git a/src/mono/incoming/wasm/mono.wasm b/blazor/src/mono/incoming/wasm/mono.wasm similarity index 100% rename from src/mono/incoming/wasm/mono.wasm rename to blazor/src/mono/incoming/wasm/mono.wasm diff --git a/src/mono/mono.csproj b/blazor/src/mono/mono.csproj similarity index 100% rename from src/mono/mono.csproj rename to blazor/src/mono/mono.csproj diff --git a/src/mono/tools/binaries/illink/Mono.Cecil.Mdb.dll b/blazor/src/mono/tools/binaries/illink/Mono.Cecil.Mdb.dll similarity index 100% rename from src/mono/tools/binaries/illink/Mono.Cecil.Mdb.dll rename to blazor/src/mono/tools/binaries/illink/Mono.Cecil.Mdb.dll diff --git a/src/mono/tools/binaries/illink/Mono.Cecil.Pdb.dll b/blazor/src/mono/tools/binaries/illink/Mono.Cecil.Pdb.dll similarity index 100% rename from src/mono/tools/binaries/illink/Mono.Cecil.Pdb.dll rename to blazor/src/mono/tools/binaries/illink/Mono.Cecil.Pdb.dll diff --git a/src/mono/tools/binaries/illink/Mono.Cecil.dll b/blazor/src/mono/tools/binaries/illink/Mono.Cecil.dll similarity index 100% rename from src/mono/tools/binaries/illink/Mono.Cecil.dll rename to blazor/src/mono/tools/binaries/illink/Mono.Cecil.dll diff --git a/src/mono/tools/binaries/illink/illink.deps.json b/blazor/src/mono/tools/binaries/illink/illink.deps.json similarity index 100% rename from src/mono/tools/binaries/illink/illink.deps.json rename to blazor/src/mono/tools/binaries/illink/illink.deps.json diff --git a/src/mono/tools/binaries/illink/illink.dll b/blazor/src/mono/tools/binaries/illink/illink.dll similarity index 100% rename from src/mono/tools/binaries/illink/illink.dll rename to blazor/src/mono/tools/binaries/illink/illink.dll diff --git a/src/mono/tools/binaries/illink/illink.runtimeconfig.json b/blazor/src/mono/tools/binaries/illink/illink.runtimeconfig.json similarity index 100% rename from src/mono/tools/binaries/illink/illink.runtimeconfig.json rename to blazor/src/mono/tools/binaries/illink/illink.runtimeconfig.json diff --git a/tooling/Microsoft.VisualStudio.BlazorExtension/AboutDialogInfoAttribute.cs b/blazor/tooling/Microsoft.VisualStudio.BlazorExtension/AboutDialogInfoAttribute.cs similarity index 100% rename from tooling/Microsoft.VisualStudio.BlazorExtension/AboutDialogInfoAttribute.cs rename to blazor/tooling/Microsoft.VisualStudio.BlazorExtension/AboutDialogInfoAttribute.cs diff --git a/tooling/Microsoft.VisualStudio.BlazorExtension/AutoRebuild/AutoRebuildService.cs b/blazor/tooling/Microsoft.VisualStudio.BlazorExtension/AutoRebuild/AutoRebuildService.cs similarity index 100% rename from tooling/Microsoft.VisualStudio.BlazorExtension/AutoRebuild/AutoRebuildService.cs rename to blazor/tooling/Microsoft.VisualStudio.BlazorExtension/AutoRebuild/AutoRebuildService.cs diff --git a/tooling/Microsoft.VisualStudio.BlazorExtension/AutoRebuild/BuildEventsWatcher.cs b/blazor/tooling/Microsoft.VisualStudio.BlazorExtension/AutoRebuild/BuildEventsWatcher.cs similarity index 100% rename from tooling/Microsoft.VisualStudio.BlazorExtension/AutoRebuild/BuildEventsWatcher.cs rename to blazor/tooling/Microsoft.VisualStudio.BlazorExtension/AutoRebuild/BuildEventsWatcher.cs diff --git a/tooling/Microsoft.VisualStudio.BlazorExtension/AutoRebuild/StreamProtocolExtensions.cs b/blazor/tooling/Microsoft.VisualStudio.BlazorExtension/AutoRebuild/StreamProtocolExtensions.cs similarity index 100% rename from tooling/Microsoft.VisualStudio.BlazorExtension/AutoRebuild/StreamProtocolExtensions.cs rename to blazor/tooling/Microsoft.VisualStudio.BlazorExtension/AutoRebuild/StreamProtocolExtensions.cs diff --git a/tooling/Microsoft.VisualStudio.BlazorExtension/BlazorPackage.cs b/blazor/tooling/Microsoft.VisualStudio.BlazorExtension/BlazorPackage.cs similarity index 100% rename from tooling/Microsoft.VisualStudio.BlazorExtension/BlazorPackage.cs rename to blazor/tooling/Microsoft.VisualStudio.BlazorExtension/BlazorPackage.cs diff --git a/tooling/Microsoft.VisualStudio.BlazorExtension/CodeSnippets.pkgdef b/blazor/tooling/Microsoft.VisualStudio.BlazorExtension/CodeSnippets.pkgdef similarity index 100% rename from tooling/Microsoft.VisualStudio.BlazorExtension/CodeSnippets.pkgdef rename to blazor/tooling/Microsoft.VisualStudio.BlazorExtension/CodeSnippets.pkgdef diff --git a/tooling/Microsoft.VisualStudio.BlazorExtension/CodeSnippets/Blazor/para.snippet b/blazor/tooling/Microsoft.VisualStudio.BlazorExtension/CodeSnippets/Blazor/para.snippet similarity index 100% rename from tooling/Microsoft.VisualStudio.BlazorExtension/CodeSnippets/Blazor/para.snippet rename to blazor/tooling/Microsoft.VisualStudio.BlazorExtension/CodeSnippets/Blazor/para.snippet diff --git a/tooling/Microsoft.VisualStudio.BlazorExtension/Content/WebConfiguration.png b/blazor/tooling/Microsoft.VisualStudio.BlazorExtension/Content/WebConfiguration.png similarity index 100% rename from tooling/Microsoft.VisualStudio.BlazorExtension/Content/WebConfiguration.png rename to blazor/tooling/Microsoft.VisualStudio.BlazorExtension/Content/WebConfiguration.png diff --git a/tooling/Microsoft.VisualStudio.BlazorExtension/Microsoft.VisualStudio.BlazorExtension.csproj b/blazor/tooling/Microsoft.VisualStudio.BlazorExtension/Microsoft.VisualStudio.BlazorExtension.csproj similarity index 97% rename from tooling/Microsoft.VisualStudio.BlazorExtension/Microsoft.VisualStudio.BlazorExtension.csproj rename to blazor/tooling/Microsoft.VisualStudio.BlazorExtension/Microsoft.VisualStudio.BlazorExtension.csproj index 1fb23635..a29866fa 100644 --- a/tooling/Microsoft.VisualStudio.BlazorExtension/Microsoft.VisualStudio.BlazorExtension.csproj +++ b/blazor/tooling/Microsoft.VisualStudio.BlazorExtension/Microsoft.VisualStudio.BlazorExtension.csproj @@ -7,11 +7,11 @@ false false - $(MSBuildThisFileDirectory)..\..\ + $(MSBuildThisFileDirectory)..\..\..\ - + - + true - ..\..\build\Key.snk + ..\..\..\build\Key.snk + + + + + - + diff --git a/samples/HostedInAspNet.Client/HostedInAspNet.Client.csproj b/samples/HostedInAspNet.Client/HostedInAspNet.Client.csproj deleted file mode 100644 index fbec52a7..00000000 --- a/samples/HostedInAspNet.Client/HostedInAspNet.Client.csproj +++ /dev/null @@ -1,16 +0,0 @@ - - - - netstandard2.0 - Exe - - - - - - - - - - - diff --git a/samples/HostedInAspNet.Client/Properties/launchSettings.json b/samples/HostedInAspNet.Client/Properties/launchSettings.json deleted file mode 100644 index 887df278..00000000 --- a/samples/HostedInAspNet.Client/Properties/launchSettings.json +++ /dev/null @@ -1,27 +0,0 @@ -{ - "iisSettings": { - "windowsAuthentication": false, - "anonymousAuthentication": true, - "iisExpress": { - "applicationUrl": "http://localhost:56433/", - "sslPort": 0 - } - }, - "profiles": { - "IIS Express": { - "commandName": "IISExpress", - "launchBrowser": true, - "environmentVariables": { - "ASPNETCORE_ENVIRONMENT": "Development" - } - }, - "HostedInAspNet.Client": { - "commandName": "Project", - "launchBrowser": true, - "environmentVariables": { - "ASPNETCORE_ENVIRONMENT": "Development" - }, - "applicationUrl": "http://localhost:56434/" - } - } -} \ No newline at end of file diff --git a/samples/HostedInAspNet.Server/Properties/launchSettings.json b/samples/HostedInAspNet.Server/Properties/launchSettings.json deleted file mode 100644 index 2d087e97..00000000 --- a/samples/HostedInAspNet.Server/Properties/launchSettings.json +++ /dev/null @@ -1,27 +0,0 @@ -{ - "iisSettings": { - "windowsAuthentication": false, - "anonymousAuthentication": true, - "iisExpress": { - "applicationUrl": "http://localhost:56484/", - "sslPort": 0 - } - }, - "profiles": { - "IIS Express": { - "commandName": "IISExpress", - "launchBrowser": true, - "environmentVariables": { - "ASPNETCORE_ENVIRONMENT": "Development" - } - }, - "HostedInAspNet.Server": { - "commandName": "Project", - "launchBrowser": true, - "environmentVariables": { - "ASPNETCORE_ENVIRONMENT": "Development" - }, - "applicationUrl": "http://localhost:56485/" - } - } -} diff --git a/samples/MonoSanity/Properties/launchSettings.json b/samples/MonoSanity/Properties/launchSettings.json deleted file mode 100644 index ef6819c0..00000000 --- a/samples/MonoSanity/Properties/launchSettings.json +++ /dev/null @@ -1,27 +0,0 @@ -{ - "iisSettings": { - "windowsAuthentication": false, - "anonymousAuthentication": true, - "iisExpress": { - "applicationUrl": "http://localhost:50885/", - "sslPort": 0 - } - }, - "profiles": { - "IIS Express": { - "commandName": "IISExpress", - "launchBrowser": true, - "environmentVariables": { - "ASPNETCORE_ENVIRONMENT": "Development" - } - }, - "MonoSanity": { - "commandName": "Project", - "launchBrowser": true, - "environmentVariables": { - "ASPNETCORE_ENVIRONMENT": "Development" - }, - "applicationUrl": "http://localhost:50886/" - } - } -} diff --git a/samples/ServerSideBlazor.Client/ServerSideBlazor.Client.csproj b/samples/ServerSideBlazor.Client/ServerSideBlazor.Client.csproj index 7e4854df..1dcf3e91 100644 --- a/samples/ServerSideBlazor.Client/ServerSideBlazor.Client.csproj +++ b/samples/ServerSideBlazor.Client/ServerSideBlazor.Client.csproj @@ -6,11 +6,11 @@ - - + + - + \ No newline at end of file diff --git a/samples/ServerSideBlazor.Server/ServerSideBlazor.Server.csproj b/samples/ServerSideBlazor.Server/ServerSideBlazor.Server.csproj index 006fed48..38d7a8c2 100644 --- a/samples/ServerSideBlazor.Server/ServerSideBlazor.Server.csproj +++ b/samples/ServerSideBlazor.Server/ServerSideBlazor.Server.csproj @@ -10,7 +10,7 @@ - + diff --git a/samples/StandaloneApp/Properties/launchSettings.json b/samples/StandaloneApp/Properties/launchSettings.json deleted file mode 100644 index d8ef188b..00000000 --- a/samples/StandaloneApp/Properties/launchSettings.json +++ /dev/null @@ -1,27 +0,0 @@ -{ - "iisSettings": { - "windowsAuthentication": false, - "anonymousAuthentication": true, - "iisExpress": { - "applicationUrl": "http://localhost:5000/", - "sslPort": 0 - } - }, - "profiles": { - "IIS Express": { - "commandName": "IISExpress", - "launchBrowser": true, - "environmentVariables": { - "ASPNETCORE_ENVIRONMENT": "Development" - } - }, - "StandaloneApp": { - "commandName": "Project", - "launchBrowser": true, - "environmentVariables": { - "ASPNETCORE_ENVIRONMENT": "Development" - }, - "applicationUrl": "http://localhost:5000/" - } - } -} diff --git a/src/Microsoft.AspNetCore.Blazor.Analyzers/ComponentParametersShouldNotBePublicAnalyzer.cs b/src/Microsoft.AspNetCore.Components.Analyzers/ComponentParametersShouldNotBePublicAnalyzer.cs similarity index 100% rename from src/Microsoft.AspNetCore.Blazor.Analyzers/ComponentParametersShouldNotBePublicAnalyzer.cs rename to src/Microsoft.AspNetCore.Components.Analyzers/ComponentParametersShouldNotBePublicAnalyzer.cs diff --git a/src/Microsoft.AspNetCore.Blazor.Analyzers/ComponentParametersShouldNotBePublicCodeFixProvider.cs b/src/Microsoft.AspNetCore.Components.Analyzers/ComponentParametersShouldNotBePublicCodeFixProvider.cs similarity index 100% rename from src/Microsoft.AspNetCore.Blazor.Analyzers/ComponentParametersShouldNotBePublicCodeFixProvider.cs rename to src/Microsoft.AspNetCore.Components.Analyzers/ComponentParametersShouldNotBePublicCodeFixProvider.cs diff --git a/src/Microsoft.AspNetCore.Blazor.Analyzers/Microsoft.AspNetCore.Blazor.Analyzers.csproj b/src/Microsoft.AspNetCore.Components.Analyzers/Microsoft.AspNetCore.Blazor.Analyzers.csproj similarity index 100% rename from src/Microsoft.AspNetCore.Blazor.Analyzers/Microsoft.AspNetCore.Blazor.Analyzers.csproj rename to src/Microsoft.AspNetCore.Components.Analyzers/Microsoft.AspNetCore.Blazor.Analyzers.csproj diff --git a/src/Microsoft.AspNetCore.Blazor.Analyzers/Resources.Designer.cs b/src/Microsoft.AspNetCore.Components.Analyzers/Resources.Designer.cs similarity index 100% rename from src/Microsoft.AspNetCore.Blazor.Analyzers/Resources.Designer.cs rename to src/Microsoft.AspNetCore.Components.Analyzers/Resources.Designer.cs diff --git a/src/Microsoft.AspNetCore.Blazor.Analyzers/Resources.resx b/src/Microsoft.AspNetCore.Components.Analyzers/Resources.resx similarity index 100% rename from src/Microsoft.AspNetCore.Blazor.Analyzers/Resources.resx rename to src/Microsoft.AspNetCore.Components.Analyzers/Resources.resx diff --git a/src/Microsoft.AspNetCore.Blazor.Browser.JS/.gitignore b/src/Microsoft.AspNetCore.Components.Browser.JS/.gitignore similarity index 100% rename from src/Microsoft.AspNetCore.Blazor.Browser.JS/.gitignore rename to src/Microsoft.AspNetCore.Components.Browser.JS/.gitignore diff --git a/src/Microsoft.AspNetCore.Blazor.Browser.JS/Microsoft.AspNetCore.Blazor.Browser.JS.csproj b/src/Microsoft.AspNetCore.Components.Browser.JS/Microsoft.AspNetCore.Blazor.Browser.JS.csproj similarity index 86% rename from src/Microsoft.AspNetCore.Blazor.Browser.JS/Microsoft.AspNetCore.Blazor.Browser.JS.csproj rename to src/Microsoft.AspNetCore.Components.Browser.JS/Microsoft.AspNetCore.Blazor.Browser.JS.csproj index 8f689bc3..cf51e808 100644 --- a/src/Microsoft.AspNetCore.Blazor.Browser.JS/Microsoft.AspNetCore.Blazor.Browser.JS.csproj +++ b/src/Microsoft.AspNetCore.Components.Browser.JS/Microsoft.AspNetCore.Blazor.Browser.JS.csproj @@ -12,13 +12,13 @@ - + - + diff --git a/src/Microsoft.AspNetCore.Blazor.Browser.JS/package-lock.json b/src/Microsoft.AspNetCore.Components.Browser.JS/package-lock.json similarity index 86% rename from src/Microsoft.AspNetCore.Blazor.Browser.JS/package-lock.json rename to src/Microsoft.AspNetCore.Components.Browser.JS/package-lock.json index 2be91b31..900f191d 100644 --- a/src/Microsoft.AspNetCore.Blazor.Browser.JS/package-lock.json +++ b/src/Microsoft.AspNetCore.Components.Browser.JS/package-lock.json @@ -16,7 +16,7 @@ "integrity": "sha512-Q/rSs/UDzw0iwhqZILzMMP0m/lTVNSQDS9aNkBTkt8aAAKAEMriCMTy0Ahx9xPuMTzFtyPRjNgEZfEkWUHajcg==", "dev": true, "requires": { - "msgpack5": "^4.0.2" + "msgpack5": "4.2.0" } }, "@types/emscripten": { @@ -25,7 +25,7 @@ "integrity": "sha512-6OaHAsknBA6M2gKszMZXunqFofGXCCk4UCXHMdzd3qtBpndSHuM2JgxBE9M3APyl/DlENt4FEe0C7mJwbcC/ZA==", "dev": true, "requires": { - "@types/webassembly-js-api": "*" + "@types/webassembly-js-api": "0.0.1" } }, "@types/webassembly-js-api": { @@ -43,8 +43,8 @@ "@webassemblyjs/helper-module-context": "1.5.12", "@webassemblyjs/helper-wasm-bytecode": "1.5.12", "@webassemblyjs/wast-parser": "1.5.12", - "debug": "^3.1.0", - "mamacro": "^0.0.3" + "debug": "3.1.0", + "mamacro": "0.0.3" }, "dependencies": { "debug": { @@ -76,7 +76,7 @@ "integrity": "sha512-tJNUjttL5CxiiS/KLxT4/Zk0Nbl/poFhztFxktb46zoQEUWaGHR9ZJ0SnvE7DbFX5PY5JNJDMZ0Li4lm246fWw==", "dev": true, "requires": { - "debug": "^3.1.0" + "debug": "3.1.0" }, "dependencies": { "debug": { @@ -111,8 +111,8 @@ "integrity": "sha512-SCXR8hPI4JOG3cdy9HAO8W5/VQ68YXG/Hfs7qDf1cd64zWuMNshyEour5NYnLMVkrrtc0XzfVS/MdeV94woFHA==", "dev": true, "requires": { - "debug": "^3.1.0", - "mamacro": "^0.0.3" + "debug": "3.1.0", + "mamacro": "0.0.3" }, "dependencies": { "debug": { @@ -142,7 +142,7 @@ "@webassemblyjs/helper-buffer": "1.5.12", "@webassemblyjs/helper-wasm-bytecode": "1.5.12", "@webassemblyjs/wasm-gen": "1.5.12", - "debug": "^3.1.0" + "debug": "3.1.0" }, "dependencies": { "debug": { @@ -162,7 +162,7 @@ "integrity": "sha512-F+PEv9QBzPi1ThLBouUJbuxhEr+Sy/oua1ftXFKHiaYYS5Z9tKPvK/hgCxlSdq+RY4MSG15jU2JYb/K5pkoybg==", "dev": true, "requires": { - "ieee754": "^1.1.11" + "ieee754": "1.1.12" } }, "@webassemblyjs/leb128": { @@ -171,7 +171,7 @@ "integrity": "sha512-cCOx/LVGiWyCwVrVlvGmTdnwHzIP4+zflLjGkZxWpYCpdNax9krVIJh1Pm7O86Ox/c5PrJpbvZU1cZLxndlPEw==", "dev": true, "requires": { - "leb": "^0.3.0" + "leb": "0.3.0" } }, "@webassemblyjs/utf8": { @@ -194,7 +194,7 @@ "@webassemblyjs/wasm-opt": "1.5.12", "@webassemblyjs/wasm-parser": "1.5.12", "@webassemblyjs/wast-printer": "1.5.12", - "debug": "^3.1.0" + "debug": "3.1.0" }, "dependencies": { "debug": { @@ -231,7 +231,7 @@ "@webassemblyjs/helper-buffer": "1.5.12", "@webassemblyjs/wasm-gen": "1.5.12", "@webassemblyjs/wasm-parser": "1.5.12", - "debug": "^3.1.0" + "debug": "3.1.0" }, "dependencies": { "debug": { @@ -270,8 +270,8 @@ "@webassemblyjs/helper-api-error": "1.5.12", "@webassemblyjs/helper-code-frame": "1.5.12", "@webassemblyjs/helper-fsm": "1.5.12", - "long": "^3.2.0", - "mamacro": "^0.0.3" + "long": "3.2.0", + "mamacro": "0.0.3" } }, "@webassemblyjs/wast-printer": { @@ -282,7 +282,7 @@ "requires": { "@webassemblyjs/ast": "1.5.12", "@webassemblyjs/wast-parser": "1.5.12", - "long": "^3.2.0" + "long": "3.2.0" } }, "acorn": { @@ -297,7 +297,7 @@ "integrity": "sha512-zVWV8Z8lislJoOKKqdNMOB+s6+XV5WERty8MnKBeFgwA+19XJjJHs2RP5dzM57FftIs+jQnRToLiWazKr6sSWg==", "dev": true, "requires": { - "acorn": "^5.0.0" + "acorn": "5.7.1" } }, "ajv": { @@ -306,10 +306,10 @@ "integrity": "sha512-pgZos1vgOHDiC7gKNbZW8eKvCnNXARv2oqrGQT7Hzbq5Azp7aZG6DJzADnkuSq7RH6qkXp4J/m68yPX/2uBHyQ==", "dev": true, "requires": { - "fast-deep-equal": "^2.0.1", - "fast-json-stable-stringify": "^2.0.0", - "json-schema-traverse": "^0.4.1", - "uri-js": "^4.2.1" + "fast-deep-equal": "2.0.1", + "fast-json-stable-stringify": "2.0.0", + "json-schema-traverse": "0.4.1", + "uri-js": "4.2.2" } }, "ajv-keywords": { @@ -336,7 +336,7 @@ "integrity": "sha512-VT0ZI6kZRdTh8YyJw3SMbYm/u+NqfsAxEpWO0Pf9sq8/e94WxxOpPKx9FR1FlyCtOVDNOQ+8ntlqFxiRc+r5qA==", "dev": true, "requires": { - "color-convert": "^1.9.0" + "color-convert": "1.9.2" } }, "anymatch": { @@ -345,8 +345,8 @@ "integrity": "sha512-5teOsQWABXHHBFP9y3skS5P3d/WfWXpv3FUpy+LorMrNYaT9pI4oLMQX7jzQ2KklNpGpWHzdCXTDT2Y3XGlZBw==", "dev": true, "requires": { - "micromatch": "^3.1.4", - "normalize-path": "^2.1.1" + "micromatch": "3.1.10", + "normalize-path": "2.1.1" } }, "aproba": { @@ -385,9 +385,9 @@ "integrity": "sha512-p32cOF5q0Zqs9uBiONKYLm6BClCoBCM5O9JfeUSlnQLBTxYdTK+pW+nXflm8UkKd2UYlEbYz5qEi0JuZR9ckSw==", "dev": true, "requires": { - "bn.js": "^4.0.0", - "inherits": "^2.0.1", - "minimalistic-assert": "^1.0.0" + "bn.js": "4.11.8", + "inherits": "2.0.3", + "minimalistic-assert": "1.0.1" } }, "assert": { @@ -446,13 +446,13 @@ "integrity": "sha512-5T6P4xPgpp0YDFvSWwEZ4NoE3aM4QBQXDzmVbraCkFj8zHM+mba8SyqB5DbZWyR7mYHo6Y7BdQo3MoA4m0TeQg==", "dev": true, "requires": { - "cache-base": "^1.0.1", - "class-utils": "^0.3.5", - "component-emitter": "^1.2.1", - "define-property": "^1.0.0", - "isobject": "^3.0.1", - "mixin-deep": "^1.2.0", - "pascalcase": "^0.1.1" + "cache-base": "1.0.1", + "class-utils": "0.3.6", + "component-emitter": "1.2.1", + "define-property": "1.0.0", + "isobject": "3.0.1", + "mixin-deep": "1.3.1", + "pascalcase": "0.1.1" }, "dependencies": { "define-property": { @@ -461,7 +461,7 @@ "integrity": "sha1-dp66rz9KY6rTr56NMEybvnm/sOY=", "dev": true, "requires": { - "is-descriptor": "^1.0.0" + "is-descriptor": "1.0.2" } }, "is-accessor-descriptor": { @@ -470,7 +470,7 @@ "integrity": "sha512-m5hnHTkcVsPfqx3AKlyttIPb7J+XykHvJP2B9bZDjlhLIoEq4XoK64Vg7boZlVWYK6LUY94dYPEE7Lh0ZkZKcQ==", "dev": true, "requires": { - "kind-of": "^6.0.0" + "kind-of": "6.0.2" } }, "is-data-descriptor": { @@ -479,7 +479,7 @@ "integrity": "sha512-jbRXy1FmtAoCjQkVmIVYwuuqDFUbaOeDjmed1tOGPrsMhtJA4rD9tkgA0F1qJ3gRFRXcHYVkdeaP50Q5rE/jLQ==", "dev": true, "requires": { - "kind-of": "^6.0.0" + "kind-of": "6.0.2" } }, "is-descriptor": { @@ -488,9 +488,9 @@ "integrity": "sha512-2eis5WqQGV7peooDyLmNEPUrps9+SXX5c9pL3xEB+4e9HnGuDa7mB7kHxHw4CbqS9k1T2hOH3miL8n8WtiYVtg==", "dev": true, "requires": { - "is-accessor-descriptor": "^1.0.0", - "is-data-descriptor": "^1.0.0", - "kind-of": "^6.0.2" + "is-accessor-descriptor": "1.0.0", + "is-data-descriptor": "1.0.0", + "kind-of": "6.0.2" } } } @@ -519,8 +519,8 @@ "integrity": "sha512-FrMgLukB9jujvJ92p5TA0hcKIHtInVXXhxD7qgAuV7k0cbPt9USZmOYnhDXH6IsnGeIUglX42TSBV7Gn4q5sbQ==", "dev": true, "requires": { - "readable-stream": "^2.3.5", - "safe-buffer": "^5.1.1" + "readable-stream": "2.3.6", + "safe-buffer": "5.1.2" } }, "bluebird": { @@ -541,7 +541,7 @@ "integrity": "sha512-iCuPHDFgrHX7H2vEI/5xpz07zSHB00TpugqhmYtVmMO6518mCuRMoOYFldEBl0g187ufozdaHgWKcYFb61qGiA==", "dev": true, "requires": { - "balanced-match": "^1.0.0", + "balanced-match": "1.0.0", "concat-map": "0.0.1" } }, @@ -551,16 +551,16 @@ "integrity": "sha512-aNdbnj9P8PjdXU4ybaWLK2IF3jc/EoDYbC7AazW6to3TRsfXxscC9UXOB5iDiEQrkyIbWp2SLQda4+QAa7nc3w==", "dev": true, "requires": { - "arr-flatten": "^1.1.0", - "array-unique": "^0.3.2", - "extend-shallow": "^2.0.1", - "fill-range": "^4.0.0", - "isobject": "^3.0.1", - "repeat-element": "^1.1.2", - "snapdragon": "^0.8.1", - "snapdragon-node": "^2.0.1", - "split-string": "^3.0.2", - "to-regex": "^3.0.1" + "arr-flatten": "1.1.0", + "array-unique": "0.3.2", + "extend-shallow": "2.0.1", + "fill-range": "4.0.0", + "isobject": "3.0.1", + "repeat-element": "1.1.2", + "snapdragon": "0.8.2", + "snapdragon-node": "2.1.1", + "split-string": "3.1.0", + "to-regex": "3.0.2" }, "dependencies": { "extend-shallow": { @@ -569,7 +569,7 @@ "integrity": "sha1-Ua99YUrZqfYQ6huvu5idaxxWiQ8=", "dev": true, "requires": { - "is-extendable": "^0.1.0" + "is-extendable": "0.1.1" } } } @@ -586,12 +586,12 @@ "integrity": "sha512-+7CHXqGuspUn/Sl5aO7Ea0xWGAtETPXNSAjHo48JfLdPWcMng33Xe4znFvQweqc/uzk5zSOI3H52CYnjCfb5hA==", "dev": true, "requires": { - "buffer-xor": "^1.0.3", - "cipher-base": "^1.0.0", - "create-hash": "^1.1.0", - "evp_bytestokey": "^1.0.3", - "inherits": "^2.0.1", - "safe-buffer": "^5.0.1" + "buffer-xor": "1.0.3", + "cipher-base": "1.0.4", + "create-hash": "1.2.0", + "evp_bytestokey": "1.0.3", + "inherits": "2.0.3", + "safe-buffer": "5.1.2" } }, "browserify-cipher": { @@ -600,9 +600,9 @@ "integrity": "sha512-sPhkz0ARKbf4rRQt2hTpAHqn47X3llLkUGn+xEJzLjwY8LRs2p0v7ljvI5EyoRO/mexrNunNECisZs+gw2zz1w==", "dev": true, "requires": { - "browserify-aes": "^1.0.4", - "browserify-des": "^1.0.0", - "evp_bytestokey": "^1.0.0" + "browserify-aes": "1.2.0", + "browserify-des": "1.0.1", + "evp_bytestokey": "1.0.3" } }, "browserify-des": { @@ -611,9 +611,9 @@ "integrity": "sha512-zy0Cobe3hhgpiOM32Tj7KQ3Vl91m0njwsjzZQK1L+JDf11dzP9qIvjreVinsvXrgfjhStXwUWAEpB9D7Gwmayw==", "dev": true, "requires": { - "cipher-base": "^1.0.1", - "des.js": "^1.0.0", - "inherits": "^2.0.1" + "cipher-base": "1.0.4", + "des.js": "1.0.0", + "inherits": "2.0.3" } }, "browserify-rsa": { @@ -622,8 +622,8 @@ "integrity": "sha1-IeCr+vbyApzy+vsTNWenAdQTVSQ=", "dev": true, "requires": { - "bn.js": "^4.1.0", - "randombytes": "^2.0.1" + "bn.js": "4.11.8", + "randombytes": "2.0.6" } }, "browserify-sign": { @@ -632,13 +632,13 @@ "integrity": "sha1-qk62jl17ZYuqa/alfmMMvXqT0pg=", "dev": true, "requires": { - "bn.js": "^4.1.1", - "browserify-rsa": "^4.0.0", - "create-hash": "^1.1.0", - "create-hmac": "^1.1.2", - "elliptic": "^6.0.0", - "inherits": "^2.0.1", - "parse-asn1": "^5.0.0" + "bn.js": "4.11.8", + "browserify-rsa": "4.0.1", + "create-hash": "1.2.0", + "create-hmac": "1.1.7", + "elliptic": "6.4.0", + "inherits": "2.0.3", + "parse-asn1": "5.1.1" } }, "browserify-zlib": { @@ -647,7 +647,7 @@ "integrity": "sha512-Z942RysHXmJrhqk88FmKBVq/v5tqmSkDz7p54G/MGyjMnCFFnC79XWNbg+Vta8W6Wb2qtSZTSxIGkJrRpCFEiA==", "dev": true, "requires": { - "pako": "~1.0.5" + "pako": "1.0.6" } }, "buffer": { @@ -656,9 +656,9 @@ "integrity": "sha1-bRu2AbB6TvztlwlBMgkwJ8lbwpg=", "dev": true, "requires": { - "base64-js": "^1.0.2", - "ieee754": "^1.1.4", - "isarray": "^1.0.0" + "base64-js": "1.3.0", + "ieee754": "1.1.12", + "isarray": "1.0.0" } }, "buffer-from": { @@ -685,19 +685,19 @@ "integrity": "sha512-Dph0MzuH+rTQzGPNT9fAnrPmMmjKfST6trxJeK7NQuHRaVw24VzPRWTmg9MpcwOVQZO0E1FBICUlFeNaKPIfHA==", "dev": true, "requires": { - "bluebird": "^3.5.1", - "chownr": "^1.0.1", - "glob": "^7.1.2", - "graceful-fs": "^4.1.11", - "lru-cache": "^4.1.1", - "mississippi": "^2.0.0", - "mkdirp": "^0.5.1", - "move-concurrently": "^1.0.1", - "promise-inflight": "^1.0.1", - "rimraf": "^2.6.2", - "ssri": "^5.2.4", - "unique-filename": "^1.1.0", - "y18n": "^4.0.0" + "bluebird": "3.5.1", + "chownr": "1.0.1", + "glob": "7.1.2", + "graceful-fs": "4.1.11", + "lru-cache": "4.1.3", + "mississippi": "2.0.0", + "mkdirp": "0.5.1", + "move-concurrently": "1.0.1", + "promise-inflight": "1.0.1", + "rimraf": "2.6.2", + "ssri": "5.3.0", + "unique-filename": "1.1.0", + "y18n": "4.0.0" } }, "cache-base": { @@ -706,15 +706,15 @@ "integrity": "sha512-AKcdTnFSWATd5/GCPRxr2ChwIJ85CeyrEyjRHlKxQ56d4XJMGym0uAiKn0xbLOGOl3+yRpOTi484dVCEc5AUzQ==", "dev": true, "requires": { - "collection-visit": "^1.0.0", - "component-emitter": "^1.2.1", - "get-value": "^2.0.6", - "has-value": "^1.0.0", - "isobject": "^3.0.1", - "set-value": "^2.0.0", - "to-object-path": "^0.3.0", - "union-value": "^1.0.0", - "unset-value": "^1.0.0" + "collection-visit": "1.0.0", + "component-emitter": "1.2.1", + "get-value": "2.0.6", + "has-value": "1.0.0", + "isobject": "3.0.1", + "set-value": "2.0.0", + "to-object-path": "0.3.0", + "union-value": "1.0.0", + "unset-value": "1.0.0" } }, "camelcase": { @@ -729,9 +729,9 @@ "integrity": "sha512-ObN6h1v2fTJSmUXoS3nMQ92LbDK9be4TV+6G+omQlGJFdcUX5heKi1LZ1YnRMIgwTLEj3E24bT6tYni50rlCfQ==", "dev": true, "requires": { - "ansi-styles": "^3.2.1", - "escape-string-regexp": "^1.0.5", - "supports-color": "^5.3.0" + "ansi-styles": "3.2.1", + "escape-string-regexp": "1.0.5", + "supports-color": "5.4.0" } }, "chardet": { @@ -746,19 +746,19 @@ "integrity": "sha512-z9n7yt9rOvIJrMhvDtDictKrkFHeihkNl6uWMmZlmL6tJtX9Cs+87oK+teBx+JIgzvbX3yZHT3eF8vpbDxHJXQ==", "dev": true, "requires": { - "anymatch": "^2.0.0", - "async-each": "^1.0.0", - "braces": "^2.3.0", - "fsevents": "^1.2.2", - "glob-parent": "^3.1.0", - "inherits": "^2.0.1", - "is-binary-path": "^1.0.0", - "is-glob": "^4.0.0", - "lodash.debounce": "^4.0.8", - "normalize-path": "^2.1.1", - "path-is-absolute": "^1.0.0", - "readdirp": "^2.0.0", - "upath": "^1.0.5" + "anymatch": "2.0.0", + "async-each": "1.0.1", + "braces": "2.3.2", + "fsevents": "1.2.4", + "glob-parent": "3.1.0", + "inherits": "2.0.3", + "is-binary-path": "1.0.1", + "is-glob": "4.0.0", + "lodash.debounce": "4.0.8", + "normalize-path": "2.1.1", + "path-is-absolute": "1.0.1", + "readdirp": "2.1.0", + "upath": "1.1.0" } }, "chownr": { @@ -773,7 +773,7 @@ "integrity": "sha512-xDbVgyfDTT2piup/h8dK/y4QZfJRSa73bw1WZ8b4XM1o7fsFubUVGYcE+1ANtOzJJELGpYoG2961z0Z6OAld9A==", "dev": true, "requires": { - "tslib": "^1.9.0" + "tslib": "1.9.2" } }, "cipher-base": { @@ -782,8 +782,8 @@ "integrity": "sha512-Kkht5ye6ZGmwv40uUDZztayT2ThLQGfnj/T71N/XzeZeo3nf8foyW7zGTsPYkEya3m5f3cAypH+qe7YOrM1U2Q==", "dev": true, "requires": { - "inherits": "^2.0.1", - "safe-buffer": "^5.0.1" + "inherits": "2.0.3", + "safe-buffer": "5.1.2" } }, "class-utils": { @@ -792,10 +792,10 @@ "integrity": "sha512-qOhPa/Fj7s6TY8H8esGu5QNpMMQxz79h+urzrNYN6mn+9BnxlDGf5QZ+XeCDsxSjPqsSR56XOZOJmpeurnLMeg==", "dev": true, "requires": { - "arr-union": "^3.1.0", - "define-property": "^0.2.5", - "isobject": "^3.0.0", - "static-extend": "^0.1.1" + "arr-union": "3.1.0", + "define-property": "0.2.5", + "isobject": "3.0.1", + "static-extend": "0.1.2" }, "dependencies": { "define-property": { @@ -804,7 +804,7 @@ "integrity": "sha1-w1se+RjsPJkPmlvFe+BKrOxcgRY=", "dev": true, "requires": { - "is-descriptor": "^0.1.0" + "is-descriptor": "0.1.6" } } } @@ -815,7 +815,7 @@ "integrity": "sha1-s12sN2R5+sw+lHR9QdDQ9SOP/LU=", "dev": true, "requires": { - "restore-cursor": "^2.0.0" + "restore-cursor": "2.0.0" } }, "cli-width": { @@ -830,9 +830,9 @@ "integrity": "sha512-4FG+RSG9DL7uEwRUZXZn3SS34DiDPfzP0VOiEwtUWlE+AR2EIg+hSyvrIgUUfhdgR/UkAeW2QHgeP+hWrXs7jQ==", "dev": true, "requires": { - "string-width": "^2.1.1", - "strip-ansi": "^4.0.0", - "wrap-ansi": "^2.0.0" + "string-width": "2.1.1", + "strip-ansi": "4.0.0", + "wrap-ansi": "2.1.0" } }, "code-point-at": { @@ -847,8 +847,8 @@ "integrity": "sha1-S8A3PBZLwykbTTaMgpzxqApZ3KA=", "dev": true, "requires": { - "map-visit": "^1.0.0", - "object-visit": "^1.0.0" + "map-visit": "1.0.0", + "object-visit": "1.0.1" } }, "color-convert": { @@ -896,10 +896,10 @@ "integrity": "sha512-27HBghJxjiZtIk3Ycvn/4kbJk/1uZuJFfuPEns6LaEvpvG1f0hTea8lilrouyo9mVc2GWdcEZ8OLoGmSADlrCw==", "dev": true, "requires": { - "buffer-from": "^1.0.0", - "inherits": "^2.0.3", - "readable-stream": "^2.2.2", - "typedarray": "^0.0.6" + "buffer-from": "1.1.0", + "inherits": "2.0.3", + "readable-stream": "2.3.6", + "typedarray": "0.0.6" } }, "console-browserify": { @@ -908,7 +908,7 @@ "integrity": "sha1-8CQcRXMKn8YyOyBtvzjtx0HQuxA=", "dev": true, "requires": { - "date-now": "^0.1.4" + "date-now": "0.1.4" } }, "constants-browserify": { @@ -923,12 +923,12 @@ "integrity": "sha512-f2domd9fsVDFtaFcbaRZuYXwtdmnzqbADSwhSWYxYB/Q8zsdUUFMXVRwXGDMWmbEzAn1kdRrtI1T/KTFOL4X2A==", "dev": true, "requires": { - "aproba": "^1.1.1", - "fs-write-stream-atomic": "^1.0.8", - "iferr": "^0.1.5", - "mkdirp": "^0.5.1", - "rimraf": "^2.5.4", - "run-queue": "^1.0.0" + "aproba": "1.2.0", + "fs-write-stream-atomic": "1.0.10", + "iferr": "0.1.5", + "mkdirp": "0.5.1", + "rimraf": "2.6.2", + "run-queue": "1.0.3" } }, "copy-descriptor": { @@ -949,8 +949,8 @@ "integrity": "sha512-GbEHQPMOswGpKXM9kCWVrremUcBmjteUaQ01T9rkKCPDXfUHX0IoP9LpHYo2NPFampa4e+/pFDc3jQdxrxQLaw==", "dev": true, "requires": { - "bn.js": "^4.1.0", - "elliptic": "^6.0.0" + "bn.js": "4.11.8", + "elliptic": "6.4.0" } }, "create-hash": { @@ -959,11 +959,11 @@ "integrity": "sha512-z00bCGNHDG8mHAkP7CtT1qVu+bFQUPjYq/4Iv3C3kWjTFV10zIjfSoeqXo9Asws8gwSHDGj/hl2u4OGIjapeCg==", "dev": true, "requires": { - "cipher-base": "^1.0.1", - "inherits": "^2.0.1", - "md5.js": "^1.3.4", - "ripemd160": "^2.0.1", - "sha.js": "^2.4.0" + "cipher-base": "1.0.4", + "inherits": "2.0.3", + "md5.js": "1.3.4", + "ripemd160": "2.0.2", + "sha.js": "2.4.11" } }, "create-hmac": { @@ -972,12 +972,12 @@ "integrity": "sha512-MJG9liiZ+ogc4TzUwuvbER1JRdgvUFSB5+VR/g5h82fGaIRWMWddtKBHi7/sVhfjQZ6SehlyhvQYrcYkaUIpLg==", "dev": true, "requires": { - "cipher-base": "^1.0.3", - "create-hash": "^1.1.0", - "inherits": "^2.0.1", - "ripemd160": "^2.0.0", - "safe-buffer": "^5.0.1", - "sha.js": "^2.4.8" + "cipher-base": "1.0.4", + "create-hash": "1.2.0", + "inherits": "2.0.3", + "ripemd160": "2.0.2", + "safe-buffer": "5.1.2", + "sha.js": "2.4.11" } }, "cross-spawn": { @@ -986,11 +986,11 @@ "integrity": "sha512-eTVLrBSt7fjbDygz805pMnstIs2VTBNkRm0qxZd+M7A5XDdxVRWO5MxGBXZhjY4cqLYLdtrGqRf8mBPmzwSpWQ==", "dev": true, "requires": { - "nice-try": "^1.0.4", - "path-key": "^2.0.1", - "semver": "^5.5.0", - "shebang-command": "^1.2.0", - "which": "^1.2.9" + "nice-try": "1.0.4", + "path-key": "2.0.1", + "semver": "5.5.0", + "shebang-command": "1.2.0", + "which": "1.3.1" } }, "crypto-browserify": { @@ -999,17 +999,17 @@ "integrity": "sha512-fz4spIh+znjO2VjL+IdhEpRJ3YN6sMzITSBijk6FK2UvTqruSQW+/cCZTSNsMiZNvUeq0CqurF+dAbyiGOY6Wg==", "dev": true, "requires": { - "browserify-cipher": "^1.0.0", - "browserify-sign": "^4.0.0", - "create-ecdh": "^4.0.0", - "create-hash": "^1.1.0", - "create-hmac": "^1.1.0", - "diffie-hellman": "^5.0.0", - "inherits": "^2.0.1", - "pbkdf2": "^3.0.3", - "public-encrypt": "^4.0.0", - "randombytes": "^2.0.0", - "randomfill": "^1.0.3" + "browserify-cipher": "1.0.1", + "browserify-sign": "4.0.4", + "create-ecdh": "4.0.3", + "create-hash": "1.2.0", + "create-hmac": "1.1.7", + "diffie-hellman": "5.0.3", + "inherits": "2.0.3", + "pbkdf2": "3.0.16", + "public-encrypt": "4.0.2", + "randombytes": "2.0.6", + "randomfill": "1.0.4" } }, "cyclist": { @@ -1051,8 +1051,8 @@ "integrity": "sha512-jwK2UV4cnPpbcG7+VRARKTZPUWowwXA8bzH5NP6ud0oeAxyYPuGZUAC7hMugpCdz4BeSZl2Dl9k66CHJ/46ZYQ==", "dev": true, "requires": { - "is-descriptor": "^1.0.2", - "isobject": "^3.0.1" + "is-descriptor": "1.0.2", + "isobject": "3.0.1" }, "dependencies": { "is-accessor-descriptor": { @@ -1061,7 +1061,7 @@ "integrity": "sha512-m5hnHTkcVsPfqx3AKlyttIPb7J+XykHvJP2B9bZDjlhLIoEq4XoK64Vg7boZlVWYK6LUY94dYPEE7Lh0ZkZKcQ==", "dev": true, "requires": { - "kind-of": "^6.0.0" + "kind-of": "6.0.2" } }, "is-data-descriptor": { @@ -1070,7 +1070,7 @@ "integrity": "sha512-jbRXy1FmtAoCjQkVmIVYwuuqDFUbaOeDjmed1tOGPrsMhtJA4rD9tkgA0F1qJ3gRFRXcHYVkdeaP50Q5rE/jLQ==", "dev": true, "requires": { - "kind-of": "^6.0.0" + "kind-of": "6.0.2" } }, "is-descriptor": { @@ -1079,9 +1079,9 @@ "integrity": "sha512-2eis5WqQGV7peooDyLmNEPUrps9+SXX5c9pL3xEB+4e9HnGuDa7mB7kHxHw4CbqS9k1T2hOH3miL8n8WtiYVtg==", "dev": true, "requires": { - "is-accessor-descriptor": "^1.0.0", - "is-data-descriptor": "^1.0.0", - "kind-of": "^6.0.2" + "is-accessor-descriptor": "1.0.0", + "is-data-descriptor": "1.0.0", + "kind-of": "6.0.2" } } } @@ -1092,8 +1092,8 @@ "integrity": "sha1-wHTS4qpqipoH29YfmhXCzYPsjsw=", "dev": true, "requires": { - "inherits": "^2.0.1", - "minimalistic-assert": "^1.0.0" + "inherits": "2.0.3", + "minimalistic-assert": "1.0.1" } }, "diffie-hellman": { @@ -1102,9 +1102,9 @@ "integrity": "sha512-kqag/Nl+f3GwyK25fhUMYj81BUOrZ9IuJsjIcDE5icNM9FJHAVm3VcUDxdLPoQtTuUylWm6ZIknYJwwaPxsUzg==", "dev": true, "requires": { - "bn.js": "^4.1.0", - "miller-rabin": "^4.0.0", - "randombytes": "^2.0.0" + "bn.js": "4.11.8", + "miller-rabin": "4.0.1", + "randombytes": "2.0.6" } }, "domain-browser": { @@ -1119,10 +1119,10 @@ "integrity": "sha512-fO3Di4tBKJpYTFHAxTU00BcfWMY9w24r/x21a6rZRbsD/ToUgGxsMbiGRmB7uVAXeGKXD9MwiLZa5E97EVgIRQ==", "dev": true, "requires": { - "end-of-stream": "^1.0.0", - "inherits": "^2.0.1", - "readable-stream": "^2.0.0", - "stream-shift": "^1.0.0" + "end-of-stream": "1.4.1", + "inherits": "2.0.3", + "readable-stream": "2.3.6", + "stream-shift": "1.0.0" } }, "elliptic": { @@ -1131,13 +1131,13 @@ "integrity": "sha1-ysmvh2LIWDYYcAPI3+GT5eLq5d8=", "dev": true, "requires": { - "bn.js": "^4.4.0", - "brorand": "^1.0.1", - "hash.js": "^1.0.0", - "hmac-drbg": "^1.0.0", - "inherits": "^2.0.1", - "minimalistic-assert": "^1.0.0", - "minimalistic-crypto-utils": "^1.0.0" + "bn.js": "4.11.8", + "brorand": "1.1.0", + "hash.js": "1.1.4", + "hmac-drbg": "1.0.1", + "inherits": "2.0.3", + "minimalistic-assert": "1.0.1", + "minimalistic-crypto-utils": "1.0.1" } }, "emojis-list": { @@ -1152,7 +1152,7 @@ "integrity": "sha512-1MkrZNvWTKCaigbn+W15elq2BB/L22nqrSY5DKlo3X6+vclJm8Bb5djXJBmEX6fS3+zCh/F4VBK5Z2KxJt4s2Q==", "dev": true, "requires": { - "once": "^1.4.0" + "once": "1.4.0" } }, "enhanced-resolve": { @@ -1161,9 +1161,9 @@ "integrity": "sha512-jox/62b2GofV1qTUQTMPEJSDIGycS43evqYzD/KVtEb9OCoki9cnacUPxCrZa7JfPzZSYOCZhu9O9luaMxAX8g==", "dev": true, "requires": { - "graceful-fs": "^4.1.2", - "memory-fs": "^0.4.0", - "tapable": "^1.0.0" + "graceful-fs": "4.1.11", + "memory-fs": "0.4.1", + "tapable": "1.0.0" } }, "errno": { @@ -1172,7 +1172,7 @@ "integrity": "sha512-MfrRBDWzIWifgq6tJj60gkAwtLNb6sQPlcFrSOflcP1aFmmruKQ2wRnze/8V6kgyz7H3FF8Npzv78mZ7XLLflg==", "dev": true, "requires": { - "prr": "~1.0.1" + "prr": "1.0.1" } }, "escape-string-regexp": { @@ -1187,8 +1187,8 @@ "integrity": "sha1-PWPD7f2gLgbgGkUq2IyqzHzctug=", "dev": true, "requires": { - "esrecurse": "^4.1.0", - "estraverse": "^4.1.1" + "esrecurse": "4.2.1", + "estraverse": "4.2.0" } }, "esrecurse": { @@ -1197,7 +1197,7 @@ "integrity": "sha512-64RBB++fIOAXPw3P9cy89qfMlvZEXZkqqJkjqqXIvzP5ezRZjW+lPWjw35UX/3EhUPFYbg5ER4JYgDw4007/DQ==", "dev": true, "requires": { - "estraverse": "^4.1.0" + "estraverse": "4.2.0" } }, "estraverse": { @@ -1218,8 +1218,8 @@ "integrity": "sha512-/f2Go4TognH/KvCISP7OUsHn85hT9nUkxxA9BEWxFn+Oj9o8ZNLm/40hdlgSLyuOimsrTKLUMEorQexp/aPQeA==", "dev": true, "requires": { - "md5.js": "^1.3.4", - "safe-buffer": "^5.1.1" + "md5.js": "1.3.4", + "safe-buffer": "5.1.2" } }, "execa": { @@ -1228,13 +1228,13 @@ "integrity": "sha1-lEvs00zEHuMqY6n68nrVpl/Fl3c=", "dev": true, "requires": { - "cross-spawn": "^5.0.1", - "get-stream": "^3.0.0", - "is-stream": "^1.1.0", - "npm-run-path": "^2.0.0", - "p-finally": "^1.0.0", - "signal-exit": "^3.0.0", - "strip-eof": "^1.0.0" + "cross-spawn": "5.1.0", + "get-stream": "3.0.0", + "is-stream": "1.1.0", + "npm-run-path": "2.0.2", + "p-finally": "1.0.0", + "signal-exit": "3.0.2", + "strip-eof": "1.0.0" }, "dependencies": { "cross-spawn": { @@ -1243,9 +1243,9 @@ "integrity": "sha1-6L0O/uWPz/b4+UUQoKVUu/ojVEk=", "dev": true, "requires": { - "lru-cache": "^4.0.1", - "shebang-command": "^1.2.0", - "which": "^1.2.9" + "lru-cache": "4.1.3", + "shebang-command": "1.2.0", + "which": "1.3.1" } } } @@ -1256,13 +1256,13 @@ "integrity": "sha1-t3c14xXOMPa27/D4OwQVGiJEliI=", "dev": true, "requires": { - "debug": "^2.3.3", - "define-property": "^0.2.5", - "extend-shallow": "^2.0.1", - "posix-character-classes": "^0.1.0", - "regex-not": "^1.0.0", - "snapdragon": "^0.8.1", - "to-regex": "^3.0.1" + "debug": "2.6.9", + "define-property": "0.2.5", + "extend-shallow": "2.0.1", + "posix-character-classes": "0.1.1", + "regex-not": "1.0.2", + "snapdragon": "0.8.2", + "to-regex": "3.0.2" }, "dependencies": { "define-property": { @@ -1271,7 +1271,7 @@ "integrity": "sha1-w1se+RjsPJkPmlvFe+BKrOxcgRY=", "dev": true, "requires": { - "is-descriptor": "^0.1.0" + "is-descriptor": "0.1.6" } }, "extend-shallow": { @@ -1280,7 +1280,7 @@ "integrity": "sha1-Ua99YUrZqfYQ6huvu5idaxxWiQ8=", "dev": true, "requires": { - "is-extendable": "^0.1.0" + "is-extendable": "0.1.1" } } } @@ -1291,8 +1291,8 @@ "integrity": "sha1-Jqcarwc7OfshJxcnRhMcJwQCjbg=", "dev": true, "requires": { - "assign-symbols": "^1.0.0", - "is-extendable": "^1.0.1" + "assign-symbols": "1.0.0", + "is-extendable": "1.0.1" }, "dependencies": { "is-extendable": { @@ -1301,7 +1301,7 @@ "integrity": "sha512-arnXMxT1hhoKo9k1LZdmlNyJdDDfy2v0fXjFlmok4+i8ul/6WlbVge9bhM74OpNPQPMGUToDtz+KXa1PneJxOA==", "dev": true, "requires": { - "is-plain-object": "^2.0.4" + "is-plain-object": "2.0.4" } } } @@ -1312,9 +1312,9 @@ "integrity": "sha512-mpkfj0FEdxrIhOC04zk85X7StNtr0yXnG7zCb+8ikO8OJi2jsHh5YGoknNTyXgsbHOf1WOOcVU3kPFWT2WgCkQ==", "dev": true, "requires": { - "chardet": "^0.5.0", - "iconv-lite": "^0.4.22", - "tmp": "^0.0.33" + "chardet": "0.5.0", + "iconv-lite": "0.4.23", + "tmp": "0.0.33" } }, "extglob": { @@ -1323,14 +1323,14 @@ "integrity": "sha512-Nmb6QXkELsuBr24CJSkilo6UHHgbekK5UiZgfE6UHD3Eb27YC6oD+bhcT+tJ6cl8dmsgdQxnWlcry8ksBIBLpw==", "dev": true, "requires": { - "array-unique": "^0.3.2", - "define-property": "^1.0.0", - "expand-brackets": "^2.1.4", - "extend-shallow": "^2.0.1", - "fragment-cache": "^0.2.1", - "regex-not": "^1.0.0", - "snapdragon": "^0.8.1", - "to-regex": "^3.0.1" + "array-unique": "0.3.2", + "define-property": "1.0.0", + "expand-brackets": "2.1.4", + "extend-shallow": "2.0.1", + "fragment-cache": "0.2.1", + "regex-not": "1.0.2", + "snapdragon": "0.8.2", + "to-regex": "3.0.2" }, "dependencies": { "define-property": { @@ -1339,7 +1339,7 @@ "integrity": "sha1-dp66rz9KY6rTr56NMEybvnm/sOY=", "dev": true, "requires": { - "is-descriptor": "^1.0.0" + "is-descriptor": "1.0.2" } }, "extend-shallow": { @@ -1348,7 +1348,7 @@ "integrity": "sha1-Ua99YUrZqfYQ6huvu5idaxxWiQ8=", "dev": true, "requires": { - "is-extendable": "^0.1.0" + "is-extendable": "0.1.1" } }, "is-accessor-descriptor": { @@ -1357,7 +1357,7 @@ "integrity": "sha512-m5hnHTkcVsPfqx3AKlyttIPb7J+XykHvJP2B9bZDjlhLIoEq4XoK64Vg7boZlVWYK6LUY94dYPEE7Lh0ZkZKcQ==", "dev": true, "requires": { - "kind-of": "^6.0.0" + "kind-of": "6.0.2" } }, "is-data-descriptor": { @@ -1366,7 +1366,7 @@ "integrity": "sha512-jbRXy1FmtAoCjQkVmIVYwuuqDFUbaOeDjmed1tOGPrsMhtJA4rD9tkgA0F1qJ3gRFRXcHYVkdeaP50Q5rE/jLQ==", "dev": true, "requires": { - "kind-of": "^6.0.0" + "kind-of": "6.0.2" } }, "is-descriptor": { @@ -1375,9 +1375,9 @@ "integrity": "sha512-2eis5WqQGV7peooDyLmNEPUrps9+SXX5c9pL3xEB+4e9HnGuDa7mB7kHxHw4CbqS9k1T2hOH3miL8n8WtiYVtg==", "dev": true, "requires": { - "is-accessor-descriptor": "^1.0.0", - "is-data-descriptor": "^1.0.0", - "kind-of": "^6.0.2" + "is-accessor-descriptor": "1.0.0", + "is-data-descriptor": "1.0.0", + "kind-of": "6.0.2" } } } @@ -1400,7 +1400,7 @@ "integrity": "sha1-OrGi0qYsi/tDGgyUy3l6L84nyWI=", "dev": true, "requires": { - "escape-string-regexp": "^1.0.5" + "escape-string-regexp": "1.0.5" } }, "fill-range": { @@ -1409,10 +1409,10 @@ "integrity": "sha1-1USBHUKPmOsGpj3EAtJAPDKMOPc=", "dev": true, "requires": { - "extend-shallow": "^2.0.1", - "is-number": "^3.0.0", - "repeat-string": "^1.6.1", - "to-regex-range": "^2.1.0" + "extend-shallow": "2.0.1", + "is-number": "3.0.0", + "repeat-string": "1.6.1", + "to-regex-range": "2.1.1" }, "dependencies": { "extend-shallow": { @@ -1421,7 +1421,7 @@ "integrity": "sha1-Ua99YUrZqfYQ6huvu5idaxxWiQ8=", "dev": true, "requires": { - "is-extendable": "^0.1.0" + "is-extendable": "0.1.1" } } } @@ -1432,9 +1432,9 @@ "integrity": "sha1-kojj6ePMN0hxfTnq3hfPcfww7m8=", "dev": true, "requires": { - "commondir": "^1.0.1", - "make-dir": "^1.0.0", - "pkg-dir": "^2.0.0" + "commondir": "1.0.1", + "make-dir": "1.3.0", + "pkg-dir": "2.0.0" } }, "find-up": { @@ -1443,7 +1443,7 @@ "integrity": "sha1-RdG35QbHF93UgndaK3eSCjwMV6c=", "dev": true, "requires": { - "locate-path": "^2.0.0" + "locate-path": "2.0.0" } }, "flush-write-stream": { @@ -1452,8 +1452,8 @@ "integrity": "sha512-calZMC10u0FMUqoiunI2AiGIIUtUIvifNwkHhNupZH4cbNnW1Itkoh/Nf5HFYmDrwWPjrUxpkZT0KhuCq0jmGw==", "dev": true, "requires": { - "inherits": "^2.0.1", - "readable-stream": "^2.0.4" + "inherits": "2.0.3", + "readable-stream": "2.3.6" } }, "for-in": { @@ -1468,7 +1468,7 @@ "integrity": "sha1-QpD60n8T6Jvn8zeZxrxaCr//DRk=", "dev": true, "requires": { - "map-cache": "^0.2.2" + "map-cache": "0.2.2" } }, "from2": { @@ -1477,8 +1477,8 @@ "integrity": "sha1-i/tVAr3kpNNs/e6gB/zKIdfjgq8=", "dev": true, "requires": { - "inherits": "^2.0.1", - "readable-stream": "^2.0.0" + "inherits": "2.0.3", + "readable-stream": "2.3.6" } }, "fs-write-stream-atomic": { @@ -1487,10 +1487,10 @@ "integrity": "sha1-tH31NJPvkR33VzHnCp3tAYnbQMk=", "dev": true, "requires": { - "graceful-fs": "^4.1.2", - "iferr": "^0.1.5", - "imurmurhash": "^0.1.4", - "readable-stream": "1 || 2" + "graceful-fs": "4.1.11", + "iferr": "0.1.5", + "imurmurhash": "0.1.4", + "readable-stream": "2.3.6" } }, "fs.realpath": { @@ -1506,8 +1506,8 @@ "dev": true, "optional": true, "requires": { - "nan": "^2.9.2", - "node-pre-gyp": "^0.10.0" + "nan": "2.10.0", + "node-pre-gyp": "0.10.0" }, "dependencies": { "abbrev": { @@ -2066,12 +2066,12 @@ "integrity": "sha512-MJTUg1kjuLeQCJ+ccE4Vpa6kKVXkPYJ2mOCQyUuKLcLQsdrMCpBPUi8qVE6+YuaJkozeA9NusTAw3hLr8Xe5EQ==", "dev": true, "requires": { - "fs.realpath": "^1.0.0", - "inflight": "^1.0.4", - "inherits": "2", - "minimatch": "^3.0.4", - "once": "^1.3.0", - "path-is-absolute": "^1.0.0" + "fs.realpath": "1.0.0", + "inflight": "1.0.6", + "inherits": "2.0.3", + "minimatch": "3.0.4", + "once": "1.4.0", + "path-is-absolute": "1.0.1" } }, "glob-parent": { @@ -2080,8 +2080,8 @@ "integrity": "sha1-nmr2KZ2NO9K9QEMIMr0RPfkGxa4=", "dev": true, "requires": { - "is-glob": "^3.1.0", - "path-dirname": "^1.0.0" + "is-glob": "3.1.0", + "path-dirname": "1.0.2" }, "dependencies": { "is-glob": { @@ -2090,7 +2090,7 @@ "integrity": "sha1-e6WuJCF4BKxwcHuWkiVnSGzD6Eo=", "dev": true, "requires": { - "is-extglob": "^2.1.0" + "is-extglob": "2.1.1" } } } @@ -2119,9 +2119,9 @@ "integrity": "sha1-GLKB2lhbHFxR3vJMkw7SmgvmsXc=", "dev": true, "requires": { - "get-value": "^2.0.6", - "has-values": "^1.0.0", - "isobject": "^3.0.0" + "get-value": "2.0.6", + "has-values": "1.0.0", + "isobject": "3.0.1" } }, "has-values": { @@ -2130,8 +2130,8 @@ "integrity": "sha1-lbC2P+whRmGab+V/51Yo1aOe/k8=", "dev": true, "requires": { - "is-number": "^3.0.0", - "kind-of": "^4.0.0" + "is-number": "3.0.0", + "kind-of": "4.0.0" }, "dependencies": { "kind-of": { @@ -2140,7 +2140,7 @@ "integrity": "sha1-IIE989cSkosgc3hpGkUGb65y3Vc=", "dev": true, "requires": { - "is-buffer": "^1.1.5" + "is-buffer": "1.1.6" } } } @@ -2151,8 +2151,8 @@ "integrity": "sha1-X8hoaEfs1zSZQDMZprCj8/auSRg=", "dev": true, "requires": { - "inherits": "^2.0.1", - "safe-buffer": "^5.0.1" + "inherits": "2.0.3", + "safe-buffer": "5.1.2" } }, "hash.js": { @@ -2161,8 +2161,8 @@ "integrity": "sha512-A6RlQvvZEtFS5fLU43IDu0QUmBy+fDO9VMdTXvufKwIkt/rFfvICAViCax5fbDO4zdNzaC3/27ZhKUok5bAJyw==", "dev": true, "requires": { - "inherits": "^2.0.3", - "minimalistic-assert": "^1.0.0" + "inherits": "2.0.3", + "minimalistic-assert": "1.0.1" } }, "hmac-drbg": { @@ -2171,9 +2171,9 @@ "integrity": "sha1-0nRXAQJabHdabFRXk+1QL8DGSaE=", "dev": true, "requires": { - "hash.js": "^1.0.3", - "minimalistic-assert": "^1.0.0", - "minimalistic-crypto-utils": "^1.0.1" + "hash.js": "1.1.4", + "minimalistic-assert": "1.0.1", + "minimalistic-crypto-utils": "1.0.1" } }, "https-browserify": { @@ -2188,7 +2188,7 @@ "integrity": "sha512-neyTUVFtahjf0mB3dZT77u+8O0QB89jFdnBkd5P1JgYPbPaia3gXXOVL2fq8VyU2gMMD7SaN7QukTB/pmXYvDA==", "dev": true, "requires": { - "safer-buffer": ">= 2.1.2 < 3" + "safer-buffer": "2.1.2" } }, "ieee754": { @@ -2209,8 +2209,8 @@ "integrity": "sha512-vAaZHieK9qjGo58agRBg+bhHX3hoTZU/Oa3GESWLz7t1U62fk63aHuDJJEteXoDeTCcPmUT+z38gkHPZkkmpmQ==", "dev": true, "requires": { - "pkg-dir": "^2.0.0", - "resolve-cwd": "^2.0.0" + "pkg-dir": "2.0.0", + "resolve-cwd": "2.0.0" } }, "imurmurhash": { @@ -2231,8 +2231,8 @@ "integrity": "sha1-Sb1jMdfQLQwJvJEKEHW6gWW1bfk=", "dev": true, "requires": { - "once": "^1.3.0", - "wrappy": "1" + "once": "1.4.0", + "wrappy": "1.0.2" } }, "inherits": { @@ -2247,19 +2247,19 @@ "integrity": "sha512-tISQWRwtcAgrz+SHPhTH7d3e73k31gsOy6i1csonLc0u1dVK/wYvuOnFeiWqC5OXFIYbmrIFInef31wbT8MEJg==", "dev": true, "requires": { - "ansi-escapes": "^3.0.0", - "chalk": "^2.0.0", - "cli-cursor": "^2.1.0", - "cli-width": "^2.0.0", - "external-editor": "^3.0.0", - "figures": "^2.0.0", - "lodash": "^4.3.0", + "ansi-escapes": "3.1.0", + "chalk": "2.4.1", + "cli-cursor": "2.1.0", + "cli-width": "2.2.0", + "external-editor": "3.0.0", + "figures": "2.0.0", + "lodash": "4.17.10", "mute-stream": "0.0.7", - "run-async": "^2.2.0", - "rxjs": "^6.1.0", - "string-width": "^2.1.0", - "strip-ansi": "^4.0.0", - "through": "^2.3.6" + "run-async": "2.3.0", + "rxjs": "6.2.1", + "string-width": "2.1.1", + "strip-ansi": "4.0.0", + "through": "2.3.8" } }, "interpret": { @@ -2280,7 +2280,7 @@ "integrity": "sha1-qeEss66Nh2cn7u84Q/igiXtcmNY=", "dev": true, "requires": { - "kind-of": "^3.0.2" + "kind-of": "3.2.2" }, "dependencies": { "kind-of": { @@ -2289,7 +2289,7 @@ "integrity": "sha1-MeohpzS6ubuw8yRm2JOupR5KPGQ=", "dev": true, "requires": { - "is-buffer": "^1.1.5" + "is-buffer": "1.1.6" } } } @@ -2300,7 +2300,7 @@ "integrity": "sha1-dfFmQrSA8YenEcgUFh/TpKdlWJg=", "dev": true, "requires": { - "binary-extensions": "^1.0.0" + "binary-extensions": "1.11.0" } }, "is-buffer": { @@ -2315,7 +2315,7 @@ "integrity": "sha1-C17mSDiOLIYCgueT8YVv7D8wG1Y=", "dev": true, "requires": { - "kind-of": "^3.0.2" + "kind-of": "3.2.2" }, "dependencies": { "kind-of": { @@ -2324,7 +2324,7 @@ "integrity": "sha1-MeohpzS6ubuw8yRm2JOupR5KPGQ=", "dev": true, "requires": { - "is-buffer": "^1.1.5" + "is-buffer": "1.1.6" } } } @@ -2335,9 +2335,9 @@ "integrity": "sha512-avDYr0SB3DwO9zsMov0gKCESFYqCnE4hq/4z3TdUlukEy5t9C0YRq7HLrsN52NAcqXKaepeCD0n+B0arnVG3Hg==", "dev": true, "requires": { - "is-accessor-descriptor": "^0.1.6", - "is-data-descriptor": "^0.1.4", - "kind-of": "^5.0.0" + "is-accessor-descriptor": "0.1.6", + "is-data-descriptor": "0.1.4", + "kind-of": "5.1.0" }, "dependencies": { "kind-of": { @@ -2372,7 +2372,7 @@ "integrity": "sha1-lSHHaEXMJhCoUgPd8ICpWML/q8A=", "dev": true, "requires": { - "is-extglob": "^2.1.1" + "is-extglob": "2.1.1" } }, "is-number": { @@ -2381,7 +2381,7 @@ "integrity": "sha1-JP1iAaR4LPUFYcgQJ2r8fRLXEZU=", "dev": true, "requires": { - "kind-of": "^3.0.2" + "kind-of": "3.2.2" }, "dependencies": { "kind-of": { @@ -2390,7 +2390,7 @@ "integrity": "sha1-MeohpzS6ubuw8yRm2JOupR5KPGQ=", "dev": true, "requires": { - "is-buffer": "^1.1.5" + "is-buffer": "1.1.6" } } } @@ -2401,7 +2401,7 @@ "integrity": "sha512-OTiixgpZAT1M4NHgS5IguFp/Vz2VI3U7Goh4/HA1adtwyLtSBrxYlcSYkhpAE07s4fKEcjrFxyvtQBND4vFQyQ==", "dev": true, "requires": { - "is-number": "^4.0.0" + "is-number": "4.0.0" }, "dependencies": { "is-number": { @@ -2418,7 +2418,7 @@ "integrity": "sha512-h5PpgXkWitc38BBMYawTYMWJHFZJVnBquFE57xFpjB8pJFiF6gZ+bU+WyI/yqXiFR5mdLsgYNaPe8uao6Uv9Og==", "dev": true, "requires": { - "isobject": "^3.0.1" + "isobject": "3.0.1" } }, "is-promise": { @@ -2487,7 +2487,7 @@ "integrity": "sha1-MIrMr6C8SDo4Z7S28rlQYlHRuDU=", "dev": true, "requires": { - "invert-kv": "^1.0.0" + "invert-kv": "1.0.0" } }, "leb": { @@ -2508,9 +2508,9 @@ "integrity": "sha1-yYrvSIvM7aL/teLeZG1qdUQp9c0=", "dev": true, "requires": { - "big.js": "^3.1.3", - "emojis-list": "^2.0.0", - "json5": "^0.5.0" + "big.js": "3.2.0", + "emojis-list": "2.1.0", + "json5": "0.5.1" } }, "locate-path": { @@ -2519,8 +2519,8 @@ "integrity": "sha1-K1aLJl7slExtnA3pw9u7ygNUzY4=", "dev": true, "requires": { - "p-locate": "^2.0.0", - "path-exists": "^3.0.0" + "p-locate": "2.0.0", + "path-exists": "3.0.0" } }, "lodash": { @@ -2547,8 +2547,8 @@ "integrity": "sha512-fFEhvcgzuIoJVUF8fYr5KR0YqxD238zgObTps31YdADwPPAp82a4M8TrckkWyx7ekNlf9aBcVn81cFwwXngrJA==", "dev": true, "requires": { - "pseudomap": "^1.0.2", - "yallist": "^2.1.2" + "pseudomap": "1.0.2", + "yallist": "2.1.2" } }, "make-dir": { @@ -2557,7 +2557,7 @@ "integrity": "sha512-2w31R7SJtieJJnQtGc7RVL2StM2vGYVfqUOvUDxH6bC6aJTxPxTF0GnIgCyu7tjockiUWAYQRbxa7vKn34s5sQ==", "dev": true, "requires": { - "pify": "^3.0.0" + "pify": "3.0.0" } }, "mamacro": { @@ -2578,7 +2578,7 @@ "integrity": "sha1-7Nyo8TFE5mDxtb1B8S80edmN+48=", "dev": true, "requires": { - "object-visit": "^1.0.0" + "object-visit": "1.0.1" } }, "md5.js": { @@ -2587,8 +2587,8 @@ "integrity": "sha1-6b296UogpawYsENA/Fdk1bCdkB0=", "dev": true, "requires": { - "hash-base": "^3.0.0", - "inherits": "^2.0.1" + "hash-base": "3.0.4", + "inherits": "2.0.3" } }, "mem": { @@ -2597,7 +2597,7 @@ "integrity": "sha1-Xt1StIXKHZAP5kiVUFOZoN+kX3Y=", "dev": true, "requires": { - "mimic-fn": "^1.0.0" + "mimic-fn": "1.2.0" } }, "memory-fs": { @@ -2606,8 +2606,8 @@ "integrity": "sha1-OpoguEYlI+RHz7x+i7gO1me/xVI=", "dev": true, "requires": { - "errno": "^0.1.3", - "readable-stream": "^2.0.1" + "errno": "0.1.7", + "readable-stream": "2.3.6" } }, "micromatch": { @@ -2616,19 +2616,19 @@ "integrity": "sha512-MWikgl9n9M3w+bpsY3He8L+w9eF9338xRl8IAO5viDizwSzziFEyUzo2xrrloB64ADbTf8uA8vRqqttDTOmccg==", "dev": true, "requires": { - "arr-diff": "^4.0.0", - "array-unique": "^0.3.2", - "braces": "^2.3.1", - "define-property": "^2.0.2", - "extend-shallow": "^3.0.2", - "extglob": "^2.0.4", - "fragment-cache": "^0.2.1", - "kind-of": "^6.0.2", - "nanomatch": "^1.2.9", - "object.pick": "^1.3.0", - "regex-not": "^1.0.0", - "snapdragon": "^0.8.1", - "to-regex": "^3.0.2" + "arr-diff": "4.0.0", + "array-unique": "0.3.2", + "braces": "2.3.2", + "define-property": "2.0.2", + "extend-shallow": "3.0.2", + "extglob": "2.0.4", + "fragment-cache": "0.2.1", + "kind-of": "6.0.2", + "nanomatch": "1.2.9", + "object.pick": "1.3.0", + "regex-not": "1.0.2", + "snapdragon": "0.8.2", + "to-regex": "3.0.2" } }, "miller-rabin": { @@ -2637,8 +2637,8 @@ "integrity": "sha512-115fLhvZVqWwHPbClyntxEVfVDfl9DLLTuJvq3g2O/Oxi8AiNouAHvDSzHS0viUJc+V5vm3eq91Xwqn9dp4jRA==", "dev": true, "requires": { - "bn.js": "^4.0.0", - "brorand": "^1.0.1" + "bn.js": "4.11.8", + "brorand": "1.1.0" } }, "mimic-fn": { @@ -2665,7 +2665,7 @@ "integrity": "sha512-yJHVQEhyqPLUTgt9B83PXu6W3rx4MvvHvSUvToogpwoGDOUQ+yDrR0HRot+yOCdCO7u4hX3pWft6kWBBcqh0UA==", "dev": true, "requires": { - "brace-expansion": "^1.1.7" + "brace-expansion": "1.1.11" } }, "mississippi": { @@ -2674,16 +2674,16 @@ "integrity": "sha512-zHo8v+otD1J10j/tC+VNoGK9keCuByhKovAvdn74dmxJl9+mWHnx6EMsDN4lgRoMI/eYo2nchAxniIbUPb5onw==", "dev": true, "requires": { - "concat-stream": "^1.5.0", - "duplexify": "^3.4.2", - "end-of-stream": "^1.1.0", - "flush-write-stream": "^1.0.0", - "from2": "^2.1.0", - "parallel-transform": "^1.1.0", - "pump": "^2.0.1", - "pumpify": "^1.3.3", - "stream-each": "^1.1.0", - "through2": "^2.0.0" + "concat-stream": "1.6.2", + "duplexify": "3.6.0", + "end-of-stream": "1.4.1", + "flush-write-stream": "1.0.3", + "from2": "2.3.0", + "parallel-transform": "1.1.0", + "pump": "2.0.1", + "pumpify": "1.5.1", + "stream-each": "1.2.2", + "through2": "2.0.3" } }, "mixin-deep": { @@ -2692,8 +2692,8 @@ "integrity": "sha512-8ZItLHeEgaqEvd5lYBXfm4EZSFCX29Jb9K+lAHhDKzReKBQKj3R+7NOF6tjqYi9t4oI8VUfaWITJQm86wnXGNQ==", "dev": true, "requires": { - "for-in": "^1.0.2", - "is-extendable": "^1.0.1" + "for-in": "1.0.2", + "is-extendable": "1.0.1" }, "dependencies": { "is-extendable": { @@ -2702,7 +2702,7 @@ "integrity": "sha512-arnXMxT1hhoKo9k1LZdmlNyJdDDfy2v0fXjFlmok4+i8ul/6WlbVge9bhM74OpNPQPMGUToDtz+KXa1PneJxOA==", "dev": true, "requires": { - "is-plain-object": "^2.0.4" + "is-plain-object": "2.0.4" } } } @@ -2730,12 +2730,12 @@ "integrity": "sha1-viwAX9oy4LKa8fBdfEszIUxwH5I=", "dev": true, "requires": { - "aproba": "^1.1.1", - "copy-concurrently": "^1.0.0", - "fs-write-stream-atomic": "^1.0.8", - "mkdirp": "^0.5.1", - "rimraf": "^2.5.4", - "run-queue": "^1.0.3" + "aproba": "1.2.0", + "copy-concurrently": "1.0.5", + "fs-write-stream-atomic": "1.0.10", + "mkdirp": "0.5.1", + "rimraf": "2.6.2", + "run-queue": "1.0.3" } }, "ms": { @@ -2750,10 +2750,10 @@ "integrity": "sha512-tQkRlwO4f3/E8Kq5qm6PcVw+J+K4+U/XNqeD9Ebo1qVsrjkcKb2FfmdtuuIslw42CGT+K3ZVKAvKfSPp3QRplQ==", "dev": true, "requires": { - "bl": "^2.0.0", - "inherits": "^2.0.3", - "readable-stream": "^2.3.6", - "safe-buffer": "^5.1.2" + "bl": "2.0.1", + "inherits": "2.0.3", + "readable-stream": "2.3.6", + "safe-buffer": "5.1.2" } }, "mute-stream": { @@ -2775,18 +2775,18 @@ "integrity": "sha512-n8R9bS8yQ6eSXaV6jHUpKzD8gLsin02w1HSFiegwrs9E098Ylhw5jdyKPaYqvHknHaSCKTPp7C8dGCQ0q9koXA==", "dev": true, "requires": { - "arr-diff": "^4.0.0", - "array-unique": "^0.3.2", - "define-property": "^2.0.2", - "extend-shallow": "^3.0.2", - "fragment-cache": "^0.2.1", - "is-odd": "^2.0.0", - "is-windows": "^1.0.2", - "kind-of": "^6.0.2", - "object.pick": "^1.3.0", - "regex-not": "^1.0.0", - "snapdragon": "^0.8.1", - "to-regex": "^3.0.1" + "arr-diff": "4.0.0", + "array-unique": "0.3.2", + "define-property": "2.0.2", + "extend-shallow": "3.0.2", + "fragment-cache": "0.2.1", + "is-odd": "2.0.0", + "is-windows": "1.0.2", + "kind-of": "6.0.2", + "object.pick": "1.3.0", + "regex-not": "1.0.2", + "snapdragon": "0.8.2", + "to-regex": "3.0.2" } }, "neo-async": { @@ -2807,28 +2807,28 @@ "integrity": "sha512-5AzFzdoIMb89hBGMZglEegffzgRg+ZFoUmisQ8HI4j1KDdpx13J0taNp2y9xPbur6W61gepGDDotGBVQ7mfUCg==", "dev": true, "requires": { - "assert": "^1.1.1", - "browserify-zlib": "^0.2.0", - "buffer": "^4.3.0", - "console-browserify": "^1.1.0", - "constants-browserify": "^1.0.0", - "crypto-browserify": "^3.11.0", - "domain-browser": "^1.1.1", - "events": "^1.0.0", - "https-browserify": "^1.0.0", - "os-browserify": "^0.3.0", + "assert": "1.4.1", + "browserify-zlib": "0.2.0", + "buffer": "4.9.1", + "console-browserify": "1.1.0", + "constants-browserify": "1.0.0", + "crypto-browserify": "3.12.0", + "domain-browser": "1.2.0", + "events": "1.1.1", + "https-browserify": "1.0.0", + "os-browserify": "0.3.0", "path-browserify": "0.0.0", - "process": "^0.11.10", - "punycode": "^1.2.4", - "querystring-es3": "^0.2.0", - "readable-stream": "^2.3.3", - "stream-browserify": "^2.0.1", - "stream-http": "^2.7.2", - "string_decoder": "^1.0.0", - "timers-browserify": "^2.0.4", + "process": "0.11.10", + "punycode": "1.4.1", + "querystring-es3": "0.2.1", + "readable-stream": "2.3.6", + "stream-browserify": "2.0.1", + "stream-http": "2.8.3", + "string_decoder": "1.1.1", + "timers-browserify": "2.0.10", "tty-browserify": "0.0.0", - "url": "^0.11.0", - "util": "^0.10.3", + "url": "0.11.0", + "util": "0.10.4", "vm-browserify": "0.0.4" }, "dependencies": { @@ -2846,7 +2846,7 @@ "integrity": "sha1-GrKLVW4Zg2Oowab35vogE3/mrtk=", "dev": true, "requires": { - "remove-trailing-separator": "^1.0.1" + "remove-trailing-separator": "1.1.0" } }, "npm-run-path": { @@ -2855,7 +2855,7 @@ "integrity": "sha1-NakjLfo11wZ7TLLd8jV7GHFTbF8=", "dev": true, "requires": { - "path-key": "^2.0.0" + "path-key": "2.0.1" } }, "number-is-nan": { @@ -2870,9 +2870,9 @@ "integrity": "sha1-fn2Fi3gb18mRpBupde04EnVOmYw=", "dev": true, "requires": { - "copy-descriptor": "^0.1.0", - "define-property": "^0.2.5", - "kind-of": "^3.0.3" + "copy-descriptor": "0.1.1", + "define-property": "0.2.5", + "kind-of": "3.2.2" }, "dependencies": { "define-property": { @@ -2881,7 +2881,7 @@ "integrity": "sha1-w1se+RjsPJkPmlvFe+BKrOxcgRY=", "dev": true, "requires": { - "is-descriptor": "^0.1.0" + "is-descriptor": "0.1.6" } }, "kind-of": { @@ -2890,7 +2890,7 @@ "integrity": "sha1-MeohpzS6ubuw8yRm2JOupR5KPGQ=", "dev": true, "requires": { - "is-buffer": "^1.1.5" + "is-buffer": "1.1.6" } } } @@ -2901,7 +2901,7 @@ "integrity": "sha1-95xEk68MU3e1n+OdOV5BBC3QRbs=", "dev": true, "requires": { - "isobject": "^3.0.0" + "isobject": "3.0.1" } }, "object.pick": { @@ -2910,7 +2910,7 @@ "integrity": "sha1-h6EKxMFpS9Lhy/U1kaZhQftd10c=", "dev": true, "requires": { - "isobject": "^3.0.1" + "isobject": "3.0.1" } }, "once": { @@ -2919,7 +2919,7 @@ "integrity": "sha1-WDsap3WWHUsROsF9nFC6753Xa9E=", "dev": true, "requires": { - "wrappy": "1" + "wrappy": "1.0.2" } }, "onetime": { @@ -2928,7 +2928,7 @@ "integrity": "sha1-BnQoIw/WdEOyeUsiu6UotoZ5YtQ=", "dev": true, "requires": { - "mimic-fn": "^1.0.0" + "mimic-fn": "1.2.0" } }, "os-browserify": { @@ -2943,9 +2943,9 @@ "integrity": "sha512-3sslG3zJbEYcaC4YVAvDorjGxc7tv6KVATnLPZONiljsUncvihe9BQoVCEs0RZ1kmf4Hk9OBqlZfJZWI4GanKA==", "dev": true, "requires": { - "execa": "^0.7.0", - "lcid": "^1.0.0", - "mem": "^1.1.0" + "execa": "0.7.0", + "lcid": "1.0.0", + "mem": "1.1.0" } }, "os-tmpdir": { @@ -2966,7 +2966,7 @@ "integrity": "sha512-vvcXsLAJ9Dr5rQOPk7toZQZJApBl2K4J6dANSsEuh6QI41JYcsS/qhTGa9ErIUUgK3WNQoJYvylxvjqmiqEA9Q==", "dev": true, "requires": { - "p-try": "^1.0.0" + "p-try": "1.0.0" } }, "p-locate": { @@ -2975,7 +2975,7 @@ "integrity": "sha1-IKAQOyIqcMj9OcwuWAaA893l7EM=", "dev": true, "requires": { - "p-limit": "^1.1.0" + "p-limit": "1.3.0" } }, "p-try": { @@ -2996,9 +2996,9 @@ "integrity": "sha1-1BDwZbBdojCB/NEPKIVMKb2jOwY=", "dev": true, "requires": { - "cyclist": "~0.2.2", - "inherits": "^2.0.3", - "readable-stream": "^2.1.5" + "cyclist": "0.2.2", + "inherits": "2.0.3", + "readable-stream": "2.3.6" } }, "parse-asn1": { @@ -3007,11 +3007,11 @@ "integrity": "sha512-KPx7flKXg775zZpnp9SxJlz00gTd4BmJ2yJufSc44gMCRrRQ7NSzAcSJQfifuOLgW6bEi+ftrALtsgALeB2Adw==", "dev": true, "requires": { - "asn1.js": "^4.0.0", - "browserify-aes": "^1.0.0", - "create-hash": "^1.1.0", - "evp_bytestokey": "^1.0.0", - "pbkdf2": "^3.0.3" + "asn1.js": "4.10.1", + "browserify-aes": "1.2.0", + "create-hash": "1.2.0", + "evp_bytestokey": "1.0.3", + "pbkdf2": "3.0.16" } }, "pascalcase": { @@ -3056,11 +3056,11 @@ "integrity": "sha512-y4CXP3thSxqf7c0qmOF+9UeOTrifiVTIM+u7NWlq+PRsHbr7r7dpCmvzrZxa96JJUNi0Y5w9VqG5ZNeCVMoDcA==", "dev": true, "requires": { - "create-hash": "^1.1.2", - "create-hmac": "^1.1.4", - "ripemd160": "^2.0.1", - "safe-buffer": "^5.0.1", - "sha.js": "^2.4.8" + "create-hash": "1.2.0", + "create-hmac": "1.1.7", + "ripemd160": "2.0.2", + "safe-buffer": "5.1.2", + "sha.js": "2.4.11" } }, "pify": { @@ -3075,7 +3075,7 @@ "integrity": "sha1-9tXREJ4Z1j7fQo4L1X4Sd3YVM0s=", "dev": true, "requires": { - "find-up": "^2.1.0" + "find-up": "2.1.0" } }, "posix-character-classes": { @@ -3120,11 +3120,11 @@ "integrity": "sha512-4kJ5Esocg8X3h8YgJsKAuoesBgB7mqH3eowiDzMUPKiRDDE7E/BqqZD1hnTByIaAFiwAw246YEltSq7tdrOH0Q==", "dev": true, "requires": { - "bn.js": "^4.1.0", - "browserify-rsa": "^4.0.0", - "create-hash": "^1.1.0", - "parse-asn1": "^5.0.0", - "randombytes": "^2.0.1" + "bn.js": "4.11.8", + "browserify-rsa": "4.0.1", + "create-hash": "1.2.0", + "parse-asn1": "5.1.1", + "randombytes": "2.0.6" } }, "pump": { @@ -3133,8 +3133,8 @@ "integrity": "sha512-ruPMNRkN3MHP1cWJc9OWr+T/xDP0jhXYCLfJcBuX54hhfIBnaQmAUMfDcG4DM5UMWByBbJY69QSphm3jtDKIkA==", "dev": true, "requires": { - "end-of-stream": "^1.1.0", - "once": "^1.3.1" + "end-of-stream": "1.4.1", + "once": "1.4.0" } }, "pumpify": { @@ -3143,9 +3143,9 @@ "integrity": "sha512-oClZI37HvuUJJxSKKrC17bZ9Cu0ZYhEAGPsPUy9KlMUmv9dKX2o77RUmq7f3XjIxbwyGwYzbzQ1L2Ks8sIradQ==", "dev": true, "requires": { - "duplexify": "^3.6.0", - "inherits": "^2.0.3", - "pump": "^2.0.0" + "duplexify": "3.6.0", + "inherits": "2.0.3", + "pump": "2.0.1" } }, "punycode": { @@ -3172,7 +3172,7 @@ "integrity": "sha512-CIQ5OFxf4Jou6uOKe9t1AOgqpeU5fd70A8NPdHSGeYXqXsPe6peOwI0cUl88RWZ6sP1vPMV3avd/R6cZ5/sP1A==", "dev": true, "requires": { - "safe-buffer": "^5.1.0" + "safe-buffer": "5.1.2" } }, "randomfill": { @@ -3181,8 +3181,8 @@ "integrity": "sha512-87lcbR8+MhcWcUiQ+9e+Rwx8MyR2P7qnt15ynUlbm3TU/fjbgz4GsvfSUDTemtCCtVCqb4ZcEFlyPNTh9bBTLw==", "dev": true, "requires": { - "randombytes": "^2.0.5", - "safe-buffer": "^5.1.0" + "randombytes": "2.0.6", + "safe-buffer": "5.1.2" } }, "readable-stream": { @@ -3191,13 +3191,13 @@ "integrity": "sha512-tQtKA9WIAhBF3+VLAseyMqZeBjW0AHJoxOtYqSUZNJxauErmLbVm2FW1y+J/YA9dUrAC39ITejlZWhVIwawkKw==", "dev": true, "requires": { - "core-util-is": "~1.0.0", - "inherits": "~2.0.3", - "isarray": "~1.0.0", - "process-nextick-args": "~2.0.0", - "safe-buffer": "~5.1.1", - "string_decoder": "~1.1.1", - "util-deprecate": "~1.0.1" + "core-util-is": "1.0.2", + "inherits": "2.0.3", + "isarray": "1.0.0", + "process-nextick-args": "2.0.0", + "safe-buffer": "5.1.2", + "string_decoder": "1.1.1", + "util-deprecate": "1.0.2" } }, "readdirp": { @@ -3206,10 +3206,10 @@ "integrity": "sha1-TtCtBg3zBzMAxIRANz9y0cxkLXg=", "dev": true, "requires": { - "graceful-fs": "^4.1.2", - "minimatch": "^3.0.2", - "readable-stream": "^2.0.2", - "set-immediate-shim": "^1.0.1" + "graceful-fs": "4.1.11", + "minimatch": "3.0.4", + "readable-stream": "2.3.6", + "set-immediate-shim": "1.0.1" } }, "regex-not": { @@ -3218,8 +3218,8 @@ "integrity": "sha512-J6SDjUgDxQj5NusnOtdFxDwN/+HWykR8GELwctJ7mdqhcyy1xEc4SRFHUXvxTp661YaVKAjfRLZ9cCqS6tn32A==", "dev": true, "requires": { - "extend-shallow": "^3.0.2", - "safe-regex": "^1.1.0" + "extend-shallow": "3.0.2", + "safe-regex": "1.1.0" } }, "remove-trailing-separator": { @@ -3258,7 +3258,7 @@ "integrity": "sha1-AKn3OHVW4nA46uIyyqNypqWbZlo=", "dev": true, "requires": { - "resolve-from": "^3.0.0" + "resolve-from": "3.0.0" } }, "resolve-from": { @@ -3279,8 +3279,8 @@ "integrity": "sha1-n37ih/gv0ybU/RYpI9YhKe7g368=", "dev": true, "requires": { - "onetime": "^2.0.0", - "signal-exit": "^3.0.2" + "onetime": "2.0.1", + "signal-exit": "3.0.2" } }, "ret": { @@ -3295,7 +3295,7 @@ "integrity": "sha512-lreewLK/BlghmxtfH36YYVg1i8IAce4TI7oao75I1g245+6BctqTVQiBP3YUJ9C6DQOXJmkYR9X9fCLtCOJc5w==", "dev": true, "requires": { - "glob": "^7.0.5" + "glob": "7.1.2" } }, "ripemd160": { @@ -3304,8 +3304,8 @@ "integrity": "sha512-ii4iagi25WusVoiC4B4lq7pbXfAp3D9v5CwfkY33vffw2+pkDjY1D8GaN7spsxvCSx8dkPqOZCEZyfxcmJG2IA==", "dev": true, "requires": { - "hash-base": "^3.0.0", - "inherits": "^2.0.1" + "hash-base": "3.0.4", + "inherits": "2.0.3" } }, "run-async": { @@ -3314,7 +3314,7 @@ "integrity": "sha1-A3GrSuC91yDUFm19/aZP96RFpsA=", "dev": true, "requires": { - "is-promise": "^2.1.0" + "is-promise": "2.1.0" } }, "run-queue": { @@ -3323,7 +3323,7 @@ "integrity": "sha1-6Eg5bwV9Ij8kOGkkYY4laUFh7Ec=", "dev": true, "requires": { - "aproba": "^1.1.1" + "aproba": "1.2.0" } }, "rxjs": { @@ -3332,7 +3332,7 @@ "integrity": "sha512-OwMxHxmnmHTUpgO+V7dZChf3Tixf4ih95cmXjzzadULziVl/FKhHScGLj4goEw9weePVOH2Q0+GcCBUhKCZc/g==", "dev": true, "requires": { - "tslib": "^1.9.0" + "tslib": "1.9.2" } }, "safe-buffer": { @@ -3347,7 +3347,7 @@ "integrity": "sha1-QKNmnzsHfR6UPURinhV91IAjvy4=", "dev": true, "requires": { - "ret": "~0.1.10" + "ret": "0.1.15" } }, "safer-buffer": { @@ -3362,8 +3362,8 @@ "integrity": "sha512-yYrjb9TX2k/J1Y5UNy3KYdZq10xhYcF8nMpAW6o3hy6Q8WSIEf9lJHG/ePnOBfziPM3fvQwfOwa13U/Fh8qTfA==", "dev": true, "requires": { - "ajv": "^6.1.0", - "ajv-keywords": "^3.1.0" + "ajv": "6.5.1", + "ajv-keywords": "3.2.0" } }, "semver": { @@ -3396,10 +3396,10 @@ "integrity": "sha512-hw0yxk9GT/Hr5yJEYnHNKYXkIA8mVJgd9ditYZCe16ZczcaELYYcfvaXesNACk2O8O0nTiPQcQhGUQj8JLzeeg==", "dev": true, "requires": { - "extend-shallow": "^2.0.1", - "is-extendable": "^0.1.1", - "is-plain-object": "^2.0.3", - "split-string": "^3.0.1" + "extend-shallow": "2.0.1", + "is-extendable": "0.1.1", + "is-plain-object": "2.0.4", + "split-string": "3.1.0" }, "dependencies": { "extend-shallow": { @@ -3408,7 +3408,7 @@ "integrity": "sha1-Ua99YUrZqfYQ6huvu5idaxxWiQ8=", "dev": true, "requires": { - "is-extendable": "^0.1.0" + "is-extendable": "0.1.1" } } } @@ -3425,8 +3425,8 @@ "integrity": "sha512-QMEp5B7cftE7APOjk5Y6xgrbWu+WkLVQwk8JNjZ8nKRciZaByEW6MubieAiToS7+dwvrjGhH8jRXz3MVd0AYqQ==", "dev": true, "requires": { - "inherits": "^2.0.1", - "safe-buffer": "^5.0.1" + "inherits": "2.0.3", + "safe-buffer": "5.1.2" } }, "shebang-command": { @@ -3435,7 +3435,7 @@ "integrity": "sha1-RKrGW2lbAzmJaMOfNj/uXer98eo=", "dev": true, "requires": { - "shebang-regex": "^1.0.0" + "shebang-regex": "1.0.0" } }, "shebang-regex": { @@ -3456,14 +3456,14 @@ "integrity": "sha512-FtyOnWN/wCHTVXOMwvSv26d+ko5vWlIDD6zoUJ7LW8vh+ZBC8QdljveRP+crNrtBwioEUWy/4dMtbBjA4ioNlg==", "dev": true, "requires": { - "base": "^0.11.1", - "debug": "^2.2.0", - "define-property": "^0.2.5", - "extend-shallow": "^2.0.1", - "map-cache": "^0.2.2", - "source-map": "^0.5.6", - "source-map-resolve": "^0.5.0", - "use": "^3.1.0" + "base": "0.11.2", + "debug": "2.6.9", + "define-property": "0.2.5", + "extend-shallow": "2.0.1", + "map-cache": "0.2.2", + "source-map": "0.5.7", + "source-map-resolve": "0.5.2", + "use": "3.1.0" }, "dependencies": { "define-property": { @@ -3472,7 +3472,7 @@ "integrity": "sha1-w1se+RjsPJkPmlvFe+BKrOxcgRY=", "dev": true, "requires": { - "is-descriptor": "^0.1.0" + "is-descriptor": "0.1.6" } }, "extend-shallow": { @@ -3481,7 +3481,7 @@ "integrity": "sha1-Ua99YUrZqfYQ6huvu5idaxxWiQ8=", "dev": true, "requires": { - "is-extendable": "^0.1.0" + "is-extendable": "0.1.1" } } } @@ -3492,9 +3492,9 @@ "integrity": "sha512-O27l4xaMYt/RSQ5TR3vpWCAB5Kb/czIcqUFOM/C4fYcLnbZUc1PkjTAMjof2pBWaSTwOUd6qUHcFGVGj7aIwnw==", "dev": true, "requires": { - "define-property": "^1.0.0", - "isobject": "^3.0.0", - "snapdragon-util": "^3.0.1" + "define-property": "1.0.0", + "isobject": "3.0.1", + "snapdragon-util": "3.0.1" }, "dependencies": { "define-property": { @@ -3503,7 +3503,7 @@ "integrity": "sha1-dp66rz9KY6rTr56NMEybvnm/sOY=", "dev": true, "requires": { - "is-descriptor": "^1.0.0" + "is-descriptor": "1.0.2" } }, "is-accessor-descriptor": { @@ -3512,7 +3512,7 @@ "integrity": "sha512-m5hnHTkcVsPfqx3AKlyttIPb7J+XykHvJP2B9bZDjlhLIoEq4XoK64Vg7boZlVWYK6LUY94dYPEE7Lh0ZkZKcQ==", "dev": true, "requires": { - "kind-of": "^6.0.0" + "kind-of": "6.0.2" } }, "is-data-descriptor": { @@ -3521,7 +3521,7 @@ "integrity": "sha512-jbRXy1FmtAoCjQkVmIVYwuuqDFUbaOeDjmed1tOGPrsMhtJA4rD9tkgA0F1qJ3gRFRXcHYVkdeaP50Q5rE/jLQ==", "dev": true, "requires": { - "kind-of": "^6.0.0" + "kind-of": "6.0.2" } }, "is-descriptor": { @@ -3530,9 +3530,9 @@ "integrity": "sha512-2eis5WqQGV7peooDyLmNEPUrps9+SXX5c9pL3xEB+4e9HnGuDa7mB7kHxHw4CbqS9k1T2hOH3miL8n8WtiYVtg==", "dev": true, "requires": { - "is-accessor-descriptor": "^1.0.0", - "is-data-descriptor": "^1.0.0", - "kind-of": "^6.0.2" + "is-accessor-descriptor": "1.0.0", + "is-data-descriptor": "1.0.0", + "kind-of": "6.0.2" } } } @@ -3543,7 +3543,7 @@ "integrity": "sha512-mbKkMdQKsjX4BAL4bRYTj21edOf8cN7XHdYUJEe+Zn99hVEYcMvKPct1IqNe7+AZPirn8BCDOQBHQZknqmKlZQ==", "dev": true, "requires": { - "kind-of": "^3.2.0" + "kind-of": "3.2.2" }, "dependencies": { "kind-of": { @@ -3552,7 +3552,7 @@ "integrity": "sha1-MeohpzS6ubuw8yRm2JOupR5KPGQ=", "dev": true, "requires": { - "is-buffer": "^1.1.5" + "is-buffer": "1.1.6" } } } @@ -3575,11 +3575,11 @@ "integrity": "sha512-MjqsvNwyz1s0k81Goz/9vRBe9SZdB09Bdw+/zYyO+3CuPk6fouTaxscHkgtE8jKvf01kVfl8riHzERQ/kefaSA==", "dev": true, "requires": { - "atob": "^2.1.1", - "decode-uri-component": "^0.2.0", - "resolve-url": "^0.2.1", - "source-map-url": "^0.4.0", - "urix": "^0.1.0" + "atob": "2.1.1", + "decode-uri-component": "0.2.0", + "resolve-url": "0.2.1", + "source-map-url": "0.4.0", + "urix": "0.1.0" } }, "source-map-url": { @@ -3594,7 +3594,7 @@ "integrity": "sha512-NzNVhJDYpwceVVii8/Hu6DKfD2G+NrQHlS/V/qgv763EYudVwEcMQNxd2lh+0VrUByXN/oJkl5grOhYWvQUYiw==", "dev": true, "requires": { - "extend-shallow": "^3.0.0" + "extend-shallow": "3.0.2" } }, "ssri": { @@ -3603,7 +3603,7 @@ "integrity": "sha512-XRSIPqLij52MtgoQavH/x/dU1qVKtWUAAZeOHsR9c2Ddi4XerFy3mc1alf+dLJKl9EUIm/Ht+EowFkTUOA6GAQ==", "dev": true, "requires": { - "safe-buffer": "^5.1.1" + "safe-buffer": "5.1.2" } }, "static-extend": { @@ -3612,8 +3612,8 @@ "integrity": "sha1-YICcOcv/VTNyJv1eC1IPNB8ftcY=", "dev": true, "requires": { - "define-property": "^0.2.5", - "object-copy": "^0.1.0" + "define-property": "0.2.5", + "object-copy": "0.1.0" }, "dependencies": { "define-property": { @@ -3622,7 +3622,7 @@ "integrity": "sha1-w1se+RjsPJkPmlvFe+BKrOxcgRY=", "dev": true, "requires": { - "is-descriptor": "^0.1.0" + "is-descriptor": "0.1.6" } } } @@ -3633,8 +3633,8 @@ "integrity": "sha1-ZiZu5fm9uZQKTkUUyvtDu3Hlyds=", "dev": true, "requires": { - "inherits": "~2.0.1", - "readable-stream": "^2.0.2" + "inherits": "2.0.3", + "readable-stream": "2.3.6" } }, "stream-each": { @@ -3643,8 +3643,8 @@ "integrity": "sha512-mc1dbFhGBxvTM3bIWmAAINbqiuAk9TATcfIQC8P+/+HJefgaiTlMn2dHvkX8qlI12KeYKSQ1Ua9RrIqrn1VPoA==", "dev": true, "requires": { - "end-of-stream": "^1.1.0", - "stream-shift": "^1.0.0" + "end-of-stream": "1.4.1", + "stream-shift": "1.0.0" } }, "stream-http": { @@ -3653,11 +3653,11 @@ "integrity": "sha512-+TSkfINHDo4J+ZobQLWiMouQYB+UVYFttRA94FpEzzJ7ZdqcL4uUUQ7WkdkI4DSozGmgBUE/a47L+38PenXhUw==", "dev": true, "requires": { - "builtin-status-codes": "^3.0.0", - "inherits": "^2.0.1", - "readable-stream": "^2.3.6", - "to-arraybuffer": "^1.0.0", - "xtend": "^4.0.0" + "builtin-status-codes": "3.0.0", + "inherits": "2.0.3", + "readable-stream": "2.3.6", + "to-arraybuffer": "1.0.1", + "xtend": "4.0.1" } }, "stream-shift": { @@ -3672,8 +3672,8 @@ "integrity": "sha512-nOqH59deCq9SRHlxq1Aw85Jnt4w6KvLKqWVik6oA9ZklXLNIOlqg4F2yrT1MVaTjAqvVwdfeZ7w7aCvJD7ugkw==", "dev": true, "requires": { - "is-fullwidth-code-point": "^2.0.0", - "strip-ansi": "^4.0.0" + "is-fullwidth-code-point": "2.0.0", + "strip-ansi": "4.0.0" } }, "string_decoder": { @@ -3682,7 +3682,7 @@ "integrity": "sha512-n/ShnvDi6FHbbVfviro+WojiFzv+s8MPMHBczVePfUpDJLwoLT0ht1l4YwBCbi8pJAveEEdnkHyPyTP/mzRfwg==", "dev": true, "requires": { - "safe-buffer": "~5.1.0" + "safe-buffer": "5.1.2" } }, "strip-ansi": { @@ -3691,7 +3691,7 @@ "integrity": "sha1-qEeQIusaw2iocTibY1JixQXuNo8=", "dev": true, "requires": { - "ansi-regex": "^3.0.0" + "ansi-regex": "3.0.0" } }, "strip-eof": { @@ -3706,7 +3706,7 @@ "integrity": "sha512-zjaXglF5nnWpsq470jSv6P9DwPvgLkuapYmfDm3JWOm0vkNTVF2tI4UrN2r6jH1qM/uc/WtxYY1hYoA2dOKj5w==", "dev": true, "requires": { - "has-flag": "^3.0.0" + "has-flag": "3.0.0" } }, "tapable": { @@ -3727,8 +3727,8 @@ "integrity": "sha1-AARWmzfHx0ujnEPzzteNGtlBQL4=", "dev": true, "requires": { - "readable-stream": "^2.1.5", - "xtend": "~4.0.1" + "readable-stream": "2.3.6", + "xtend": "4.0.1" } }, "timers-browserify": { @@ -3737,7 +3737,7 @@ "integrity": "sha512-YvC1SV1XdOUaL6gx5CoGroT3Gu49pK9+TZ38ErPldOWW4j49GI1HKs9DV+KGq/w6y+LZ72W1c8cKz2vzY+qpzg==", "dev": true, "requires": { - "setimmediate": "^1.0.4" + "setimmediate": "1.0.5" } }, "tmp": { @@ -3746,7 +3746,7 @@ "integrity": "sha512-jRCJlojKnZ3addtTOjdIqoRuPEKBvNXcGYqzO6zWZX8KfKEpnGY5jfggJQ3EjKuu8D4bJRr0y+cYJFmYbImXGw==", "dev": true, "requires": { - "os-tmpdir": "~1.0.2" + "os-tmpdir": "1.0.2" } }, "to-arraybuffer": { @@ -3761,7 +3761,7 @@ "integrity": "sha1-KXWIt7Dn4KwI4E5nL4XB9JmeF68=", "dev": true, "requires": { - "kind-of": "^3.0.2" + "kind-of": "3.2.2" }, "dependencies": { "kind-of": { @@ -3770,7 +3770,7 @@ "integrity": "sha1-MeohpzS6ubuw8yRm2JOupR5KPGQ=", "dev": true, "requires": { - "is-buffer": "^1.1.5" + "is-buffer": "1.1.6" } } } @@ -3781,10 +3781,10 @@ "integrity": "sha512-FWtleNAtZ/Ki2qtqej2CXTOayOH9bHDQF+Q48VpWyDXjbYxA4Yz8iDB31zXOBUlOHHKidDbqGVrTUvQMPmBGBw==", "dev": true, "requires": { - "define-property": "^2.0.2", - "extend-shallow": "^3.0.2", - "regex-not": "^1.0.2", - "safe-regex": "^1.1.0" + "define-property": "2.0.2", + "extend-shallow": "3.0.2", + "regex-not": "1.0.2", + "safe-regex": "1.1.0" } }, "to-regex-range": { @@ -3793,8 +3793,8 @@ "integrity": "sha1-fIDBe53+vlmeJzZ+DU3VWQFB2zg=", "dev": true, "requires": { - "is-number": "^3.0.0", - "repeat-string": "^1.6.1" + "is-number": "3.0.0", + "repeat-string": "1.6.1" } }, "ts-loader": { @@ -3803,11 +3803,11 @@ "integrity": "sha512-PvL6jgVEt4RurczrTOR8uI6uRmKRfRXiv3CyMRX8+MSQLlbedfbXtbJIdkhdpbqrsumb+Lc3qrxfmXHCmODyAg==", "dev": true, "requires": { - "chalk": "^2.3.0", - "enhanced-resolve": "^4.0.0", - "loader-utils": "^1.0.2", - "micromatch": "^3.1.4", - "semver": "^5.0.1" + "chalk": "2.4.1", + "enhanced-resolve": "4.0.0", + "loader-utils": "1.1.0", + "micromatch": "3.1.10", + "semver": "5.5.0" } }, "tslib": { @@ -3840,8 +3840,8 @@ "integrity": "sha512-r+MU0rfv4L/0eeW3xZrd16t4NZfK8Ld4SWVglYBb7ez5uXFWHuVRs6xCTrf1yirs9a4j4Y27nn7SRfO6v67XsQ==", "dev": true, "requires": { - "commander": "~2.13.0", - "source-map": "~0.6.1" + "commander": "2.13.0", + "source-map": "0.6.1" }, "dependencies": { "source-map": { @@ -3858,14 +3858,14 @@ "integrity": "sha512-hIQJ1yxAPhEA2yW/i7Fr+SXZVMp+VEI3d42RTHBgQd2yhp/1UdBcR3QEWPV5ahBxlqQDMEMTuTEvDHSFINfwSw==", "dev": true, "requires": { - "cacache": "^10.0.4", - "find-cache-dir": "^1.0.0", - "schema-utils": "^0.4.5", - "serialize-javascript": "^1.4.0", - "source-map": "^0.6.1", - "uglify-es": "^3.3.4", - "webpack-sources": "^1.1.0", - "worker-farm": "^1.5.2" + "cacache": "10.0.4", + "find-cache-dir": "1.0.0", + "schema-utils": "0.4.5", + "serialize-javascript": "1.5.0", + "source-map": "0.6.1", + "uglify-es": "3.3.9", + "webpack-sources": "1.1.0", + "worker-farm": "1.6.0" }, "dependencies": { "source-map": { @@ -3882,10 +3882,10 @@ "integrity": "sha1-XHHDTLW61dzr4+oM0IIHulqhrqQ=", "dev": true, "requires": { - "arr-union": "^3.1.0", - "get-value": "^2.0.6", - "is-extendable": "^0.1.1", - "set-value": "^0.4.3" + "arr-union": "3.1.0", + "get-value": "2.0.6", + "is-extendable": "0.1.1", + "set-value": "0.4.3" }, "dependencies": { "extend-shallow": { @@ -3894,7 +3894,7 @@ "integrity": "sha1-Ua99YUrZqfYQ6huvu5idaxxWiQ8=", "dev": true, "requires": { - "is-extendable": "^0.1.0" + "is-extendable": "0.1.1" } }, "set-value": { @@ -3903,10 +3903,10 @@ "integrity": "sha1-fbCPnT0i3H945Trzw79GZuzfzPE=", "dev": true, "requires": { - "extend-shallow": "^2.0.1", - "is-extendable": "^0.1.1", - "is-plain-object": "^2.0.1", - "to-object-path": "^0.3.0" + "extend-shallow": "2.0.1", + "is-extendable": "0.1.1", + "is-plain-object": "2.0.4", + "to-object-path": "0.3.0" } } } @@ -3917,7 +3917,7 @@ "integrity": "sha1-0F8v5AMlYIcfMOk8vnNe6iAVFPM=", "dev": true, "requires": { - "unique-slug": "^2.0.0" + "unique-slug": "2.0.0" } }, "unique-slug": { @@ -3926,7 +3926,7 @@ "integrity": "sha1-22Z258fMBimHj/GWCXx4hVrp9Ks=", "dev": true, "requires": { - "imurmurhash": "^0.1.4" + "imurmurhash": "0.1.4" } }, "unset-value": { @@ -3935,8 +3935,8 @@ "integrity": "sha1-g3aHP30jNRef+x5vw6jtDfyKtVk=", "dev": true, "requires": { - "has-value": "^0.3.1", - "isobject": "^3.0.0" + "has-value": "0.3.1", + "isobject": "3.0.1" }, "dependencies": { "has-value": { @@ -3945,9 +3945,9 @@ "integrity": "sha1-ex9YutpiyoJ+wKIHgCVlSEWZXh8=", "dev": true, "requires": { - "get-value": "^2.0.3", - "has-values": "^0.1.4", - "isobject": "^2.0.0" + "get-value": "2.0.6", + "has-values": "0.1.4", + "isobject": "2.1.0" }, "dependencies": { "isobject": { @@ -3981,7 +3981,7 @@ "integrity": "sha512-KY9Frmirql91X2Qgjry0Wd4Y+YTdrdZheS8TFwvkbLWf/G5KNJDCh6pKL5OZctEW4+0Baa5idK2ZQuELRwPznQ==", "dev": true, "requires": { - "punycode": "^2.1.0" + "punycode": "2.1.1" } }, "urix": { @@ -4014,7 +4014,7 @@ "integrity": "sha512-6UJEQM/L+mzC3ZJNM56Q4DFGLX/evKGRg15UJHGB9X5j5Z3AFbgZvjUh2yq/UJUY4U5dh7Fal++XbNg1uzpRAw==", "dev": true, "requires": { - "kind-of": "^6.0.2" + "kind-of": "6.0.2" } }, "util": { @@ -4053,9 +4053,9 @@ "integrity": "sha512-i6dHe3EyLjMmDlU1/bGQpEw25XSjkJULPuAVKCbNRefQVq48yXKUpwg538F7AZTf9kyr57zj++pQFltUa5H7yA==", "dev": true, "requires": { - "chokidar": "^2.0.2", - "graceful-fs": "^4.1.2", - "neo-async": "^2.5.0" + "chokidar": "2.0.4", + "graceful-fs": "4.1.11", + "neo-async": "2.5.1" } }, "webpack": { @@ -4069,26 +4069,26 @@ "@webassemblyjs/wasm-edit": "1.5.12", "@webassemblyjs/wasm-opt": "1.5.12", "@webassemblyjs/wasm-parser": "1.5.12", - "acorn": "^5.6.2", - "acorn-dynamic-import": "^3.0.0", - "ajv": "^6.1.0", - "ajv-keywords": "^3.1.0", - "chrome-trace-event": "^1.0.0", - "enhanced-resolve": "^4.0.0", - "eslint-scope": "^3.7.1", - "json-parse-better-errors": "^1.0.2", - "loader-runner": "^2.3.0", - "loader-utils": "^1.1.0", - "memory-fs": "~0.4.1", - "micromatch": "^3.1.8", - "mkdirp": "~0.5.0", - "neo-async": "^2.5.0", - "node-libs-browser": "^2.0.0", - "schema-utils": "^0.4.4", - "tapable": "^1.0.0", - "uglifyjs-webpack-plugin": "^1.2.4", - "watchpack": "^1.5.0", - "webpack-sources": "^1.0.1" + "acorn": "5.7.1", + "acorn-dynamic-import": "3.0.0", + "ajv": "6.5.1", + "ajv-keywords": "3.2.0", + "chrome-trace-event": "1.0.0", + "enhanced-resolve": "4.0.0", + "eslint-scope": "3.7.1", + "json-parse-better-errors": "1.0.2", + "loader-runner": "2.3.0", + "loader-utils": "1.1.0", + "memory-fs": "0.4.1", + "micromatch": "3.1.10", + "mkdirp": "0.5.1", + "neo-async": "2.5.1", + "node-libs-browser": "2.1.0", + "schema-utils": "0.4.5", + "tapable": "1.0.0", + "uglifyjs-webpack-plugin": "1.2.5", + "watchpack": "1.6.0", + "webpack-sources": "1.1.0" } }, "webpack-cli": { @@ -4097,17 +4097,17 @@ "integrity": "sha512-KnRLJ0BUaYRqrhAMb9dv3gzdmhmgIMKo0FmdsnmfqbPGtLnnZ6tORZAvmmKfr+A0VgiVpqC60Gv7Ofg0R2CHtQ==", "dev": true, "requires": { - "chalk": "^2.4.1", - "cross-spawn": "^6.0.5", - "enhanced-resolve": "^4.0.0", - "global-modules-path": "^2.1.0", - "import-local": "^1.0.0", - "inquirer": "^6.0.0", - "interpret": "^1.1.0", - "loader-utils": "^1.1.0", - "supports-color": "^5.4.0", - "v8-compile-cache": "^2.0.0", - "yargs": "^11.1.0" + "chalk": "2.4.1", + "cross-spawn": "6.0.5", + "enhanced-resolve": "4.0.0", + "global-modules-path": "2.1.0", + "import-local": "1.0.0", + "inquirer": "6.0.0", + "interpret": "1.1.0", + "loader-utils": "1.1.0", + "supports-color": "5.4.0", + "v8-compile-cache": "2.0.0", + "yargs": "11.1.0" } }, "webpack-sources": { @@ -4116,8 +4116,8 @@ "integrity": "sha512-aqYp18kPphgoO5c/+NaUvEeACtZjMESmDChuD3NBciVpah3XpMEU9VAAtIaB1BsfJWWTSdv8Vv1m3T0aRk2dUw==", "dev": true, "requires": { - "source-list-map": "^2.0.0", - "source-map": "~0.6.1" + "source-list-map": "2.0.0", + "source-map": "0.6.1" }, "dependencies": { "source-map": { @@ -4134,7 +4134,7 @@ "integrity": "sha512-HxJdYWq1MTIQbJ3nw0cqssHoTNU267KlrDuGZ1WYlxDStUtKUhOaJmh112/TZmHxxUfuJqPXSOm7tDyas0OSIQ==", "dev": true, "requires": { - "isexe": "^2.0.0" + "isexe": "2.0.0" } }, "which-module": { @@ -4149,7 +4149,7 @@ "integrity": "sha512-6w+3tHbM87WnSWnENBUvA2pxJPLhQUg5LKwUQHq3r+XPhIM+Gh2R5ycbwPCyuGbNg+lPgdcnQUhuC02kJCvffQ==", "dev": true, "requires": { - "errno": "~0.1.7" + "errno": "0.1.7" } }, "wrap-ansi": { @@ -4158,8 +4158,8 @@ "integrity": "sha1-2Pw9KE3QV5T+hJc8rs3Rz4JP3YU=", "dev": true, "requires": { - "string-width": "^1.0.1", - "strip-ansi": "^3.0.1" + "string-width": "1.0.2", + "strip-ansi": "3.0.1" }, "dependencies": { "ansi-regex": { @@ -4174,7 +4174,7 @@ "integrity": "sha1-754xOG8DGn8NZDr4L95QxFfvAMs=", "dev": true, "requires": { - "number-is-nan": "^1.0.0" + "number-is-nan": "1.0.1" } }, "string-width": { @@ -4183,9 +4183,9 @@ "integrity": "sha1-EYvfW4zcUaKn5w0hHgfisLmxB9M=", "dev": true, "requires": { - "code-point-at": "^1.0.0", - "is-fullwidth-code-point": "^1.0.0", - "strip-ansi": "^3.0.0" + "code-point-at": "1.1.0", + "is-fullwidth-code-point": "1.0.0", + "strip-ansi": "3.0.1" } }, "strip-ansi": { @@ -4194,7 +4194,7 @@ "integrity": "sha1-ajhfuIU9lS1f8F0Oiq+UJ43GPc8=", "dev": true, "requires": { - "ansi-regex": "^2.0.0" + "ansi-regex": "2.1.1" } } } @@ -4229,18 +4229,18 @@ "integrity": "sha512-NwW69J42EsCSanF8kyn5upxvjp5ds+t3+udGBeTbFnERA+lF541DDpMawzo4z6W/QrzNM18D+BPMiOBibnFV5A==", "dev": true, "requires": { - "cliui": "^4.0.0", - "decamelize": "^1.1.1", - "find-up": "^2.1.0", - "get-caller-file": "^1.0.1", - "os-locale": "^2.0.0", - "require-directory": "^2.1.1", - "require-main-filename": "^1.0.1", - "set-blocking": "^2.0.0", - "string-width": "^2.0.0", - "which-module": "^2.0.0", - "y18n": "^3.2.1", - "yargs-parser": "^9.0.2" + "cliui": "4.1.0", + "decamelize": "1.2.0", + "find-up": "2.1.0", + "get-caller-file": "1.0.2", + "os-locale": "2.1.0", + "require-directory": "2.1.1", + "require-main-filename": "1.0.1", + "set-blocking": "2.0.0", + "string-width": "2.1.1", + "which-module": "2.0.0", + "y18n": "3.2.1", + "yargs-parser": "9.0.2" }, "dependencies": { "y18n": { @@ -4257,7 +4257,7 @@ "integrity": "sha1-nM9qQ0YP5O1Aqbto9I1DuKaMwHc=", "dev": true, "requires": { - "camelcase": "^4.1.0" + "camelcase": "4.1.0" } } } diff --git a/src/Microsoft.AspNetCore.Blazor.Browser.JS/package.json b/src/Microsoft.AspNetCore.Components.Browser.JS/package.json similarity index 100% rename from src/Microsoft.AspNetCore.Blazor.Browser.JS/package.json rename to src/Microsoft.AspNetCore.Components.Browser.JS/package.json diff --git a/src/Microsoft.AspNetCore.Blazor.Browser.JS/src/Boot.Server.ts b/src/Microsoft.AspNetCore.Components.Browser.JS/src/Boot.Server.ts similarity index 100% rename from src/Microsoft.AspNetCore.Blazor.Browser.JS/src/Boot.Server.ts rename to src/Microsoft.AspNetCore.Components.Browser.JS/src/Boot.Server.ts diff --git a/src/Microsoft.AspNetCore.Blazor.Browser.JS/src/Boot.WebAssembly.ts b/src/Microsoft.AspNetCore.Components.Browser.JS/src/Boot.WebAssembly.ts similarity index 100% rename from src/Microsoft.AspNetCore.Blazor.Browser.JS/src/Boot.WebAssembly.ts rename to src/Microsoft.AspNetCore.Components.Browser.JS/src/Boot.WebAssembly.ts diff --git a/src/Microsoft.AspNetCore.Blazor.Browser.JS/src/BootCommon.ts b/src/Microsoft.AspNetCore.Components.Browser.JS/src/BootCommon.ts similarity index 100% rename from src/Microsoft.AspNetCore.Blazor.Browser.JS/src/BootCommon.ts rename to src/Microsoft.AspNetCore.Components.Browser.JS/src/BootCommon.ts diff --git a/src/Microsoft.AspNetCore.Blazor.Browser.JS/src/Environment.ts b/src/Microsoft.AspNetCore.Components.Browser.JS/src/Environment.ts similarity index 100% rename from src/Microsoft.AspNetCore.Blazor.Browser.JS/src/Environment.ts rename to src/Microsoft.AspNetCore.Components.Browser.JS/src/Environment.ts diff --git a/src/Microsoft.AspNetCore.Blazor.Browser.JS/src/GlobalExports.ts b/src/Microsoft.AspNetCore.Components.Browser.JS/src/GlobalExports.ts similarity index 100% rename from src/Microsoft.AspNetCore.Blazor.Browser.JS/src/GlobalExports.ts rename to src/Microsoft.AspNetCore.Components.Browser.JS/src/GlobalExports.ts diff --git a/src/Microsoft.AspNetCore.Blazor.Browser.JS/src/Platform/Mono/MonoDebugger.ts b/src/Microsoft.AspNetCore.Components.Browser.JS/src/Platform/Mono/MonoDebugger.ts similarity index 100% rename from src/Microsoft.AspNetCore.Blazor.Browser.JS/src/Platform/Mono/MonoDebugger.ts rename to src/Microsoft.AspNetCore.Components.Browser.JS/src/Platform/Mono/MonoDebugger.ts diff --git a/src/Microsoft.AspNetCore.Blazor.Browser.JS/src/Platform/Mono/MonoPlatform.ts b/src/Microsoft.AspNetCore.Components.Browser.JS/src/Platform/Mono/MonoPlatform.ts similarity index 100% rename from src/Microsoft.AspNetCore.Blazor.Browser.JS/src/Platform/Mono/MonoPlatform.ts rename to src/Microsoft.AspNetCore.Components.Browser.JS/src/Platform/Mono/MonoPlatform.ts diff --git a/src/Microsoft.AspNetCore.Blazor.Browser.JS/src/Platform/Mono/MonoTypes.d.ts b/src/Microsoft.AspNetCore.Components.Browser.JS/src/Platform/Mono/MonoTypes.d.ts similarity index 100% rename from src/Microsoft.AspNetCore.Blazor.Browser.JS/src/Platform/Mono/MonoTypes.d.ts rename to src/Microsoft.AspNetCore.Components.Browser.JS/src/Platform/Mono/MonoTypes.d.ts diff --git a/src/Microsoft.AspNetCore.Blazor.Browser.JS/src/Platform/Platform.ts b/src/Microsoft.AspNetCore.Components.Browser.JS/src/Platform/Platform.ts similarity index 100% rename from src/Microsoft.AspNetCore.Blazor.Browser.JS/src/Platform/Platform.ts rename to src/Microsoft.AspNetCore.Components.Browser.JS/src/Platform/Platform.ts diff --git a/src/Microsoft.AspNetCore.Blazor.Browser.JS/src/Platform/Url.ts b/src/Microsoft.AspNetCore.Components.Browser.JS/src/Platform/Url.ts similarity index 100% rename from src/Microsoft.AspNetCore.Blazor.Browser.JS/src/Platform/Url.ts rename to src/Microsoft.AspNetCore.Components.Browser.JS/src/Platform/Url.ts diff --git a/src/Microsoft.AspNetCore.Blazor.Browser.JS/src/Rendering/BrowserRenderer.ts b/src/Microsoft.AspNetCore.Components.Browser.JS/src/Rendering/BrowserRenderer.ts similarity index 100% rename from src/Microsoft.AspNetCore.Blazor.Browser.JS/src/Rendering/BrowserRenderer.ts rename to src/Microsoft.AspNetCore.Components.Browser.JS/src/Rendering/BrowserRenderer.ts diff --git a/src/Microsoft.AspNetCore.Blazor.Browser.JS/src/Rendering/ElementReferenceCapture.ts b/src/Microsoft.AspNetCore.Components.Browser.JS/src/Rendering/ElementReferenceCapture.ts similarity index 100% rename from src/Microsoft.AspNetCore.Blazor.Browser.JS/src/Rendering/ElementReferenceCapture.ts rename to src/Microsoft.AspNetCore.Components.Browser.JS/src/Rendering/ElementReferenceCapture.ts diff --git a/src/Microsoft.AspNetCore.Blazor.Browser.JS/src/Rendering/EventDelegator.ts b/src/Microsoft.AspNetCore.Components.Browser.JS/src/Rendering/EventDelegator.ts similarity index 100% rename from src/Microsoft.AspNetCore.Blazor.Browser.JS/src/Rendering/EventDelegator.ts rename to src/Microsoft.AspNetCore.Components.Browser.JS/src/Rendering/EventDelegator.ts diff --git a/src/Microsoft.AspNetCore.Blazor.Browser.JS/src/Rendering/EventForDotNet.ts b/src/Microsoft.AspNetCore.Components.Browser.JS/src/Rendering/EventForDotNet.ts similarity index 100% rename from src/Microsoft.AspNetCore.Blazor.Browser.JS/src/Rendering/EventForDotNet.ts rename to src/Microsoft.AspNetCore.Components.Browser.JS/src/Rendering/EventForDotNet.ts diff --git a/src/Microsoft.AspNetCore.Blazor.Browser.JS/src/Rendering/LogicalElements.ts b/src/Microsoft.AspNetCore.Components.Browser.JS/src/Rendering/LogicalElements.ts similarity index 100% rename from src/Microsoft.AspNetCore.Blazor.Browser.JS/src/Rendering/LogicalElements.ts rename to src/Microsoft.AspNetCore.Components.Browser.JS/src/Rendering/LogicalElements.ts diff --git a/src/Microsoft.AspNetCore.Blazor.Browser.JS/src/Rendering/RenderBatch/OutOfProcessRenderBatch.ts b/src/Microsoft.AspNetCore.Components.Browser.JS/src/Rendering/RenderBatch/OutOfProcessRenderBatch.ts similarity index 100% rename from src/Microsoft.AspNetCore.Blazor.Browser.JS/src/Rendering/RenderBatch/OutOfProcessRenderBatch.ts rename to src/Microsoft.AspNetCore.Components.Browser.JS/src/Rendering/RenderBatch/OutOfProcessRenderBatch.ts diff --git a/src/Microsoft.AspNetCore.Blazor.Browser.JS/src/Rendering/RenderBatch/RenderBatch.ts b/src/Microsoft.AspNetCore.Components.Browser.JS/src/Rendering/RenderBatch/RenderBatch.ts similarity index 100% rename from src/Microsoft.AspNetCore.Blazor.Browser.JS/src/Rendering/RenderBatch/RenderBatch.ts rename to src/Microsoft.AspNetCore.Components.Browser.JS/src/Rendering/RenderBatch/RenderBatch.ts diff --git a/src/Microsoft.AspNetCore.Blazor.Browser.JS/src/Rendering/RenderBatch/SharedMemoryRenderBatch.ts b/src/Microsoft.AspNetCore.Components.Browser.JS/src/Rendering/RenderBatch/SharedMemoryRenderBatch.ts similarity index 100% rename from src/Microsoft.AspNetCore.Blazor.Browser.JS/src/Rendering/RenderBatch/SharedMemoryRenderBatch.ts rename to src/Microsoft.AspNetCore.Components.Browser.JS/src/Rendering/RenderBatch/SharedMemoryRenderBatch.ts diff --git a/src/Microsoft.AspNetCore.Blazor.Browser.JS/src/Rendering/RenderBatch/Utf8Decoder.ts b/src/Microsoft.AspNetCore.Components.Browser.JS/src/Rendering/RenderBatch/Utf8Decoder.ts similarity index 100% rename from src/Microsoft.AspNetCore.Blazor.Browser.JS/src/Rendering/RenderBatch/Utf8Decoder.ts rename to src/Microsoft.AspNetCore.Components.Browser.JS/src/Rendering/RenderBatch/Utf8Decoder.ts diff --git a/src/Microsoft.AspNetCore.Blazor.Browser.JS/src/Rendering/Renderer.ts b/src/Microsoft.AspNetCore.Components.Browser.JS/src/Rendering/Renderer.ts similarity index 100% rename from src/Microsoft.AspNetCore.Blazor.Browser.JS/src/Rendering/Renderer.ts rename to src/Microsoft.AspNetCore.Components.Browser.JS/src/Rendering/Renderer.ts diff --git a/src/Microsoft.AspNetCore.Blazor.Browser.JS/src/Services/Http.ts b/src/Microsoft.AspNetCore.Components.Browser.JS/src/Services/Http.ts similarity index 100% rename from src/Microsoft.AspNetCore.Blazor.Browser.JS/src/Services/Http.ts rename to src/Microsoft.AspNetCore.Components.Browser.JS/src/Services/Http.ts diff --git a/src/Microsoft.AspNetCore.Blazor.Browser.JS/src/Services/UriHelper.ts b/src/Microsoft.AspNetCore.Components.Browser.JS/src/Services/UriHelper.ts similarity index 100% rename from src/Microsoft.AspNetCore.Blazor.Browser.JS/src/Services/UriHelper.ts rename to src/Microsoft.AspNetCore.Components.Browser.JS/src/Services/UriHelper.ts diff --git a/src/Microsoft.AspNetCore.Blazor.Browser.JS/tsconfig.json b/src/Microsoft.AspNetCore.Components.Browser.JS/tsconfig.json similarity index 100% rename from src/Microsoft.AspNetCore.Blazor.Browser.JS/tsconfig.json rename to src/Microsoft.AspNetCore.Components.Browser.JS/tsconfig.json diff --git a/src/Microsoft.AspNetCore.Blazor.Browser.JS/webpack.config.js b/src/Microsoft.AspNetCore.Components.Browser.JS/webpack.config.js similarity index 100% rename from src/Microsoft.AspNetCore.Blazor.Browser.JS/webpack.config.js rename to src/Microsoft.AspNetCore.Components.Browser.JS/webpack.config.js diff --git a/src/Microsoft.AspNetCore.Blazor.Browser/Builder/BlazorApplicationBuilderExtensions.cs b/src/Microsoft.AspNetCore.Components.Browser/Builder/BlazorApplicationBuilderExtensions.cs similarity index 100% rename from src/Microsoft.AspNetCore.Blazor.Browser/Builder/BlazorApplicationBuilderExtensions.cs rename to src/Microsoft.AspNetCore.Components.Browser/Builder/BlazorApplicationBuilderExtensions.cs diff --git a/src/Microsoft.AspNetCore.Blazor.Browser/Builder/IBlazorApplicationBuilder.cs b/src/Microsoft.AspNetCore.Components.Browser/Builder/IBlazorApplicationBuilder.cs similarity index 100% rename from src/Microsoft.AspNetCore.Blazor.Browser/Builder/IBlazorApplicationBuilder.cs rename to src/Microsoft.AspNetCore.Components.Browser/Builder/IBlazorApplicationBuilder.cs diff --git a/src/Microsoft.AspNetCore.Blazor.Browser/Builder/WebAssemblyBlazorApplicationBuilder.cs b/src/Microsoft.AspNetCore.Components.Browser/Builder/WebAssemblyBlazorApplicationBuilder.cs similarity index 100% rename from src/Microsoft.AspNetCore.Blazor.Browser/Builder/WebAssemblyBlazorApplicationBuilder.cs rename to src/Microsoft.AspNetCore.Components.Browser/Builder/WebAssemblyBlazorApplicationBuilder.cs diff --git a/src/Microsoft.AspNetCore.Blazor.Browser/Hosting/BlazorWebAssemblyHost.cs b/src/Microsoft.AspNetCore.Components.Browser/Hosting/BlazorWebAssemblyHost.cs similarity index 100% rename from src/Microsoft.AspNetCore.Blazor.Browser/Hosting/BlazorWebAssemblyHost.cs rename to src/Microsoft.AspNetCore.Components.Browser/Hosting/BlazorWebAssemblyHost.cs diff --git a/src/Microsoft.AspNetCore.Blazor.Browser/Hosting/ConventionBasedStartup.cs b/src/Microsoft.AspNetCore.Components.Browser/Hosting/ConventionBasedStartup.cs similarity index 100% rename from src/Microsoft.AspNetCore.Blazor.Browser/Hosting/ConventionBasedStartup.cs rename to src/Microsoft.AspNetCore.Components.Browser/Hosting/ConventionBasedStartup.cs diff --git a/src/Microsoft.AspNetCore.Blazor.Browser/Hosting/IBlazorStartup.cs b/src/Microsoft.AspNetCore.Components.Browser/Hosting/IBlazorStartup.cs similarity index 100% rename from src/Microsoft.AspNetCore.Blazor.Browser/Hosting/IBlazorStartup.cs rename to src/Microsoft.AspNetCore.Components.Browser/Hosting/IBlazorStartup.cs diff --git a/src/Microsoft.AspNetCore.Blazor.Browser/Hosting/IWebAssemblyHost.cs b/src/Microsoft.AspNetCore.Components.Browser/Hosting/IWebAssemblyHost.cs similarity index 100% rename from src/Microsoft.AspNetCore.Blazor.Browser/Hosting/IWebAssemblyHost.cs rename to src/Microsoft.AspNetCore.Components.Browser/Hosting/IWebAssemblyHost.cs diff --git a/src/Microsoft.AspNetCore.Blazor.Browser/Hosting/IWebAssemblyHostBuilder.cs b/src/Microsoft.AspNetCore.Components.Browser/Hosting/IWebAssemblyHostBuilder.cs similarity index 100% rename from src/Microsoft.AspNetCore.Blazor.Browser/Hosting/IWebAssemblyHostBuilder.cs rename to src/Microsoft.AspNetCore.Components.Browser/Hosting/IWebAssemblyHostBuilder.cs diff --git a/src/Microsoft.AspNetCore.Blazor.Browser/Hosting/WebAssemblyHost.cs b/src/Microsoft.AspNetCore.Components.Browser/Hosting/WebAssemblyHost.cs similarity index 100% rename from src/Microsoft.AspNetCore.Blazor.Browser/Hosting/WebAssemblyHost.cs rename to src/Microsoft.AspNetCore.Components.Browser/Hosting/WebAssemblyHost.cs diff --git a/src/Microsoft.AspNetCore.Blazor.Browser/Hosting/WebAssemblyHostBuilder.cs b/src/Microsoft.AspNetCore.Components.Browser/Hosting/WebAssemblyHostBuilder.cs similarity index 100% rename from src/Microsoft.AspNetCore.Blazor.Browser/Hosting/WebAssemblyHostBuilder.cs rename to src/Microsoft.AspNetCore.Components.Browser/Hosting/WebAssemblyHostBuilder.cs diff --git a/src/Microsoft.AspNetCore.Blazor.Browser/Hosting/WebAssemblyHostBuilderContext.cs b/src/Microsoft.AspNetCore.Components.Browser/Hosting/WebAssemblyHostBuilderContext.cs similarity index 100% rename from src/Microsoft.AspNetCore.Blazor.Browser/Hosting/WebAssemblyHostBuilderContext.cs rename to src/Microsoft.AspNetCore.Components.Browser/Hosting/WebAssemblyHostBuilderContext.cs diff --git a/src/Microsoft.AspNetCore.Blazor.Browser/Hosting/WebAssemblyHostBuilderExtensions.cs b/src/Microsoft.AspNetCore.Components.Browser/Hosting/WebAssemblyHostBuilderExtensions.cs similarity index 100% rename from src/Microsoft.AspNetCore.Blazor.Browser/Hosting/WebAssemblyHostBuilderExtensions.cs rename to src/Microsoft.AspNetCore.Components.Browser/Hosting/WebAssemblyHostBuilderExtensions.cs diff --git a/src/Microsoft.AspNetCore.Blazor.Browser/Hosting/WebAssemblyHostExtensions.cs b/src/Microsoft.AspNetCore.Components.Browser/Hosting/WebAssemblyHostExtensions.cs similarity index 100% rename from src/Microsoft.AspNetCore.Blazor.Browser/Hosting/WebAssemblyHostExtensions.cs rename to src/Microsoft.AspNetCore.Components.Browser/Hosting/WebAssemblyHostExtensions.cs diff --git a/src/Microsoft.AspNetCore.Blazor.Browser/Http/BrowserHttpMessageHandler.cs b/src/Microsoft.AspNetCore.Components.Browser/Http/BrowserHttpMessageHandler.cs similarity index 100% rename from src/Microsoft.AspNetCore.Blazor.Browser/Http/BrowserHttpMessageHandler.cs rename to src/Microsoft.AspNetCore.Components.Browser/Http/BrowserHttpMessageHandler.cs diff --git a/src/Microsoft.AspNetCore.Blazor.Browser/Http/FetchCredentialsOption.cs b/src/Microsoft.AspNetCore.Components.Browser/Http/FetchCredentialsOption.cs similarity index 100% rename from src/Microsoft.AspNetCore.Blazor.Browser/Http/FetchCredentialsOption.cs rename to src/Microsoft.AspNetCore.Components.Browser/Http/FetchCredentialsOption.cs diff --git a/src/Microsoft.AspNetCore.Blazor.Browser/Microsoft.AspNetCore.Blazor.Browser.csproj b/src/Microsoft.AspNetCore.Components.Browser/Microsoft.AspNetCore.Blazor.Browser.csproj similarity index 80% rename from src/Microsoft.AspNetCore.Blazor.Browser/Microsoft.AspNetCore.Blazor.Browser.csproj rename to src/Microsoft.AspNetCore.Components.Browser/Microsoft.AspNetCore.Blazor.Browser.csproj index 38d29a7a..ee2db15d 100644 --- a/src/Microsoft.AspNetCore.Blazor.Browser/Microsoft.AspNetCore.Blazor.Browser.csproj +++ b/src/Microsoft.AspNetCore.Components.Browser/Microsoft.AspNetCore.Blazor.Browser.csproj @@ -9,7 +9,7 @@ - + diff --git a/src/Microsoft.AspNetCore.Blazor.Browser/Properties/AssemblyInfo.cs b/src/Microsoft.AspNetCore.Components.Browser/Properties/AssemblyInfo.cs similarity index 100% rename from src/Microsoft.AspNetCore.Blazor.Browser/Properties/AssemblyInfo.cs rename to src/Microsoft.AspNetCore.Components.Browser/Properties/AssemblyInfo.cs diff --git a/src/Microsoft.AspNetCore.Blazor.Browser/Rendering/BrowserRenderer.cs b/src/Microsoft.AspNetCore.Components.Browser/Rendering/BrowserRenderer.cs similarity index 100% rename from src/Microsoft.AspNetCore.Blazor.Browser/Rendering/BrowserRenderer.cs rename to src/Microsoft.AspNetCore.Components.Browser/Rendering/BrowserRenderer.cs diff --git a/src/Microsoft.AspNetCore.Blazor.Browser/Rendering/BrowserRendererEventDispatcher.cs b/src/Microsoft.AspNetCore.Components.Browser/Rendering/BrowserRendererEventDispatcher.cs similarity index 100% rename from src/Microsoft.AspNetCore.Blazor.Browser/Rendering/BrowserRendererEventDispatcher.cs rename to src/Microsoft.AspNetCore.Components.Browser/Rendering/BrowserRendererEventDispatcher.cs diff --git a/src/Microsoft.AspNetCore.Blazor.Browser/Rendering/RendererRegistry.cs b/src/Microsoft.AspNetCore.Components.Browser/Rendering/RendererRegistry.cs similarity index 100% rename from src/Microsoft.AspNetCore.Blazor.Browser/Rendering/RendererRegistry.cs rename to src/Microsoft.AspNetCore.Components.Browser/Rendering/RendererRegistry.cs diff --git a/src/Microsoft.AspNetCore.Blazor.Browser/Services/ActivateMonoJSRuntime.cs b/src/Microsoft.AspNetCore.Components.Browser/Services/ActivateMonoJSRuntime.cs similarity index 100% rename from src/Microsoft.AspNetCore.Blazor.Browser/Services/ActivateMonoJSRuntime.cs rename to src/Microsoft.AspNetCore.Components.Browser/Services/ActivateMonoJSRuntime.cs diff --git a/src/Microsoft.AspNetCore.Blazor.Browser/Services/BrowserServiceProvider.cs b/src/Microsoft.AspNetCore.Components.Browser/Services/BrowserServiceProvider.cs similarity index 100% rename from src/Microsoft.AspNetCore.Blazor.Browser/Services/BrowserServiceProvider.cs rename to src/Microsoft.AspNetCore.Components.Browser/Services/BrowserServiceProvider.cs diff --git a/src/Microsoft.AspNetCore.Blazor.Browser/Services/BrowserUriHelper.cs b/src/Microsoft.AspNetCore.Components.Browser/Services/BrowserUriHelper.cs similarity index 100% rename from src/Microsoft.AspNetCore.Blazor.Browser/Services/BrowserUriHelper.cs rename to src/Microsoft.AspNetCore.Components.Browser/Services/BrowserUriHelper.cs diff --git a/src/Microsoft.AspNetCore.Blazor.Browser/Services/BrowserUriHelperInterop.cs b/src/Microsoft.AspNetCore.Components.Browser/Services/BrowserUriHelperInterop.cs similarity index 100% rename from src/Microsoft.AspNetCore.Blazor.Browser/Services/BrowserUriHelperInterop.cs rename to src/Microsoft.AspNetCore.Components.Browser/Services/BrowserUriHelperInterop.cs diff --git a/src/Microsoft.AspNetCore.Blazor.Build/Cli/Commands/ResolveRuntimeDependenciesCommand.cs b/src/Microsoft.AspNetCore.Components.Build/Cli/Commands/ResolveRuntimeDependenciesCommand.cs similarity index 100% rename from src/Microsoft.AspNetCore.Blazor.Build/Cli/Commands/ResolveRuntimeDependenciesCommand.cs rename to src/Microsoft.AspNetCore.Components.Build/Cli/Commands/ResolveRuntimeDependenciesCommand.cs diff --git a/src/Microsoft.AspNetCore.Blazor.Build/Cli/Commands/WriteBootJsonCommand.cs b/src/Microsoft.AspNetCore.Components.Build/Cli/Commands/WriteBootJsonCommand.cs similarity index 100% rename from src/Microsoft.AspNetCore.Blazor.Build/Cli/Commands/WriteBootJsonCommand.cs rename to src/Microsoft.AspNetCore.Components.Build/Cli/Commands/WriteBootJsonCommand.cs diff --git a/src/Microsoft.AspNetCore.Blazor.Build/Cli/Program.cs b/src/Microsoft.AspNetCore.Components.Build/Cli/Program.cs similarity index 100% rename from src/Microsoft.AspNetCore.Blazor.Build/Cli/Program.cs rename to src/Microsoft.AspNetCore.Components.Build/Cli/Program.cs diff --git a/src/Microsoft.AspNetCore.Blazor.Build/Core/BootJsonWriter.cs b/src/Microsoft.AspNetCore.Components.Build/Core/BootJsonWriter.cs similarity index 100% rename from src/Microsoft.AspNetCore.Blazor.Build/Core/BootJsonWriter.cs rename to src/Microsoft.AspNetCore.Components.Build/Core/BootJsonWriter.cs diff --git a/src/Microsoft.AspNetCore.Blazor.Build/Core/EmbeddedResources/EmbeddedResourceInfo.cs b/src/Microsoft.AspNetCore.Components.Build/Core/EmbeddedResources/EmbeddedResourceInfo.cs similarity index 100% rename from src/Microsoft.AspNetCore.Blazor.Build/Core/EmbeddedResources/EmbeddedResourceInfo.cs rename to src/Microsoft.AspNetCore.Components.Build/Core/EmbeddedResources/EmbeddedResourceInfo.cs diff --git a/src/Microsoft.AspNetCore.Blazor.Build/Core/EmbeddedResources/EmbeddedResourceKind.cs b/src/Microsoft.AspNetCore.Components.Build/Core/EmbeddedResources/EmbeddedResourceKind.cs similarity index 100% rename from src/Microsoft.AspNetCore.Blazor.Build/Core/EmbeddedResources/EmbeddedResourceKind.cs rename to src/Microsoft.AspNetCore.Components.Build/Core/EmbeddedResources/EmbeddedResourceKind.cs diff --git a/src/Microsoft.AspNetCore.Blazor.Build/Core/EmbeddedResources/EmbeddedResourcesProcessor.cs b/src/Microsoft.AspNetCore.Components.Build/Core/EmbeddedResources/EmbeddedResourcesProcessor.cs similarity index 100% rename from src/Microsoft.AspNetCore.Blazor.Build/Core/EmbeddedResources/EmbeddedResourcesProcessor.cs rename to src/Microsoft.AspNetCore.Components.Build/Core/EmbeddedResources/EmbeddedResourcesProcessor.cs diff --git a/src/Microsoft.AspNetCore.Blazor.Build/Core/RuntimeDependenciesResolver.cs b/src/Microsoft.AspNetCore.Components.Build/Core/RuntimeDependenciesResolver.cs similarity index 100% rename from src/Microsoft.AspNetCore.Blazor.Build/Core/RuntimeDependenciesResolver.cs rename to src/Microsoft.AspNetCore.Components.Build/Core/RuntimeDependenciesResolver.cs diff --git a/src/Microsoft.AspNetCore.Blazor.Build/Microsoft.AspNetCore.Blazor.Build.csproj b/src/Microsoft.AspNetCore.Components.Build/Microsoft.AspNetCore.Blazor.Build.csproj similarity index 82% rename from src/Microsoft.AspNetCore.Blazor.Build/Microsoft.AspNetCore.Blazor.Build.csproj rename to src/Microsoft.AspNetCore.Components.Build/Microsoft.AspNetCore.Blazor.Build.csproj index 428dc7f5..7a80697e 100644 --- a/src/Microsoft.AspNetCore.Blazor.Build/Microsoft.AspNetCore.Blazor.Build.csproj +++ b/src/Microsoft.AspNetCore.Components.Build/Microsoft.AspNetCore.Blazor.Build.csproj @@ -38,10 +38,10 @@ - - - - + + + + diff --git a/src/Microsoft.AspNetCore.Blazor.Build/Microsoft.AspNetCore.Blazor.Build.nuspec b/src/Microsoft.AspNetCore.Components.Build/Microsoft.AspNetCore.Blazor.Build.nuspec similarity index 81% rename from src/Microsoft.AspNetCore.Blazor.Build/Microsoft.AspNetCore.Blazor.Build.nuspec rename to src/Microsoft.AspNetCore.Components.Build/Microsoft.AspNetCore.Blazor.Build.nuspec index 68f6574c..08c6f7ac 100644 --- a/src/Microsoft.AspNetCore.Blazor.Build/Microsoft.AspNetCore.Blazor.Build.nuspec +++ b/src/Microsoft.AspNetCore.Components.Build/Microsoft.AspNetCore.Blazor.Build.nuspec @@ -19,8 +19,8 @@ - - - + + + diff --git a/src/Microsoft.AspNetCore.Blazor.Build/Properties/AssemblyInfo.cs b/src/Microsoft.AspNetCore.Components.Build/Properties/AssemblyInfo.cs similarity index 100% rename from src/Microsoft.AspNetCore.Blazor.Build/Properties/AssemblyInfo.cs rename to src/Microsoft.AspNetCore.Components.Build/Properties/AssemblyInfo.cs diff --git a/src/Microsoft.AspNetCore.Blazor.Build/ReferenceFromSource.props b/src/Microsoft.AspNetCore.Components.Build/ReferenceFromSource.props similarity index 80% rename from src/Microsoft.AspNetCore.Blazor.Build/ReferenceFromSource.props rename to src/Microsoft.AspNetCore.Components.Build/ReferenceFromSource.props index 501e48fd..01c8e109 100644 --- a/src/Microsoft.AspNetCore.Blazor.Build/ReferenceFromSource.props +++ b/src/Microsoft.AspNetCore.Components.Build/ReferenceFromSource.props @@ -10,12 +10,12 @@ --> true - $(MSBuildThisFileDirectory)../mono/ + $(MSBuildThisFileDirectory)../../blazor/src/mono/ $(BlazorMonoRuntimeBasePath)tools/binaries/illink/illink.dll $(BlazorMonoRuntimeBasePath)dist/bcl/ $(BlazorMonoRuntimeBasePath)dist/bcl/Facades/ $(BlazorMonoRuntimeBasePath)dist/wasm/ - $(MSBuildThisFileDirectory)../Microsoft.AspNetCore.Blazor.Browser.JS/dist/blazor.*.js + $(MSBuildThisFileDirectory)../Microsoft.AspNetCore.Components.Browser.JS/dist/blazor.*.js @@ -27,7 +27,7 @@ - + given that the packed version of this project wouldn't add a .dll reference) --> - - + + diff --git a/src/Microsoft.AspNetCore.Blazor.Build/build/netstandard1.0/Microsoft.AspNetCore.Blazor.Build.props b/src/Microsoft.AspNetCore.Components.Build/build/netstandard1.0/Microsoft.AspNetCore.Blazor.Build.props similarity index 100% rename from src/Microsoft.AspNetCore.Blazor.Build/build/netstandard1.0/Microsoft.AspNetCore.Blazor.Build.props rename to src/Microsoft.AspNetCore.Components.Build/build/netstandard1.0/Microsoft.AspNetCore.Blazor.Build.props diff --git a/src/Microsoft.AspNetCore.Blazor.Build/build/netstandard1.0/Microsoft.AspNetCore.Blazor.Build.targets b/src/Microsoft.AspNetCore.Components.Build/build/netstandard1.0/Microsoft.AspNetCore.Blazor.Build.targets similarity index 100% rename from src/Microsoft.AspNetCore.Blazor.Build/build/netstandard1.0/Microsoft.AspNetCore.Blazor.Build.targets rename to src/Microsoft.AspNetCore.Components.Build/build/netstandard1.0/Microsoft.AspNetCore.Blazor.Build.targets diff --git a/src/Microsoft.AspNetCore.Blazor.Build/targets/All.props b/src/Microsoft.AspNetCore.Components.Build/targets/All.props similarity index 100% rename from src/Microsoft.AspNetCore.Blazor.Build/targets/All.props rename to src/Microsoft.AspNetCore.Components.Build/targets/All.props diff --git a/src/Microsoft.AspNetCore.Blazor.Build/targets/All.targets b/src/Microsoft.AspNetCore.Components.Build/targets/All.targets similarity index 100% rename from src/Microsoft.AspNetCore.Blazor.Build/targets/All.targets rename to src/Microsoft.AspNetCore.Components.Build/targets/All.targets diff --git a/src/Microsoft.AspNetCore.Blazor.Build/targets/Blazor.MonoRuntime.props b/src/Microsoft.AspNetCore.Components.Build/targets/Blazor.MonoRuntime.props similarity index 100% rename from src/Microsoft.AspNetCore.Blazor.Build/targets/Blazor.MonoRuntime.props rename to src/Microsoft.AspNetCore.Components.Build/targets/Blazor.MonoRuntime.props diff --git a/src/Microsoft.AspNetCore.Blazor.Build/targets/Blazor.MonoRuntime.targets b/src/Microsoft.AspNetCore.Components.Build/targets/Blazor.MonoRuntime.targets similarity index 100% rename from src/Microsoft.AspNetCore.Blazor.Build/targets/Blazor.MonoRuntime.targets rename to src/Microsoft.AspNetCore.Components.Build/targets/Blazor.MonoRuntime.targets diff --git a/src/Microsoft.AspNetCore.Blazor.Build/targets/BuiltInBclLinkerDescriptor.xml b/src/Microsoft.AspNetCore.Components.Build/targets/BuiltInBclLinkerDescriptor.xml similarity index 100% rename from src/Microsoft.AspNetCore.Blazor.Build/targets/BuiltInBclLinkerDescriptor.xml rename to src/Microsoft.AspNetCore.Components.Build/targets/BuiltInBclLinkerDescriptor.xml diff --git a/src/Microsoft.AspNetCore.Blazor.Build/targets/Publish.targets b/src/Microsoft.AspNetCore.Components.Build/targets/Publish.targets similarity index 100% rename from src/Microsoft.AspNetCore.Blazor.Build/targets/Publish.targets rename to src/Microsoft.AspNetCore.Components.Build/targets/Publish.targets diff --git a/src/Microsoft.AspNetCore.Blazor.Build/targets/RazorCompilation.targets b/src/Microsoft.AspNetCore.Components.Build/targets/RazorCompilation.targets similarity index 100% rename from src/Microsoft.AspNetCore.Blazor.Build/targets/RazorCompilation.targets rename to src/Microsoft.AspNetCore.Components.Build/targets/RazorCompilation.targets diff --git a/src/Microsoft.AspNetCore.Blazor.Build/targets/Standalone.Web.config b/src/Microsoft.AspNetCore.Components.Build/targets/Standalone.Web.config similarity index 100% rename from src/Microsoft.AspNetCore.Blazor.Build/targets/Standalone.Web.config rename to src/Microsoft.AspNetCore.Components.Build/targets/Standalone.Web.config diff --git a/src/Microsoft.AspNetCore.Blazor.Razor.Extensions/BindLoweringPass.cs b/src/Microsoft.AspNetCore.Components.Razor.Extensions/BindLoweringPass.cs similarity index 100% rename from src/Microsoft.AspNetCore.Blazor.Razor.Extensions/BindLoweringPass.cs rename to src/Microsoft.AspNetCore.Components.Razor.Extensions/BindLoweringPass.cs diff --git a/src/Microsoft.AspNetCore.Blazor.Razor.Extensions/BindTagHelperDescriptorProvider.cs b/src/Microsoft.AspNetCore.Components.Razor.Extensions/BindTagHelperDescriptorProvider.cs similarity index 100% rename from src/Microsoft.AspNetCore.Blazor.Razor.Extensions/BindTagHelperDescriptorProvider.cs rename to src/Microsoft.AspNetCore.Components.Razor.Extensions/BindTagHelperDescriptorProvider.cs diff --git a/src/Microsoft.AspNetCore.Blazor.Razor.Extensions/BlazorCSharpLoweringPhase.cs b/src/Microsoft.AspNetCore.Components.Razor.Extensions/BlazorCSharpLoweringPhase.cs similarity index 100% rename from src/Microsoft.AspNetCore.Blazor.Razor.Extensions/BlazorCSharpLoweringPhase.cs rename to src/Microsoft.AspNetCore.Components.Razor.Extensions/BlazorCSharpLoweringPhase.cs diff --git a/src/Microsoft.AspNetCore.Blazor.Razor.Extensions/BlazorCodeTarget.cs b/src/Microsoft.AspNetCore.Components.Razor.Extensions/BlazorCodeTarget.cs similarity index 100% rename from src/Microsoft.AspNetCore.Blazor.Razor.Extensions/BlazorCodeTarget.cs rename to src/Microsoft.AspNetCore.Components.Razor.Extensions/BlazorCodeTarget.cs diff --git a/src/Microsoft.AspNetCore.Blazor.Razor.Extensions/BlazorDesignTimeNodeWriter.cs b/src/Microsoft.AspNetCore.Components.Razor.Extensions/BlazorDesignTimeNodeWriter.cs similarity index 100% rename from src/Microsoft.AspNetCore.Blazor.Razor.Extensions/BlazorDesignTimeNodeWriter.cs rename to src/Microsoft.AspNetCore.Components.Razor.Extensions/BlazorDesignTimeNodeWriter.cs diff --git a/src/Microsoft.AspNetCore.Blazor.Razor.Extensions/BlazorDiagnosticFactory.cs b/src/Microsoft.AspNetCore.Components.Razor.Extensions/BlazorDiagnosticFactory.cs similarity index 100% rename from src/Microsoft.AspNetCore.Blazor.Razor.Extensions/BlazorDiagnosticFactory.cs rename to src/Microsoft.AspNetCore.Components.Razor.Extensions/BlazorDiagnosticFactory.cs diff --git a/src/Microsoft.AspNetCore.Blazor.Razor.Extensions/BlazorExtensionInitializer.cs b/src/Microsoft.AspNetCore.Components.Razor.Extensions/BlazorExtensionInitializer.cs similarity index 100% rename from src/Microsoft.AspNetCore.Blazor.Razor.Extensions/BlazorExtensionInitializer.cs rename to src/Microsoft.AspNetCore.Components.Razor.Extensions/BlazorExtensionInitializer.cs diff --git a/src/Microsoft.AspNetCore.Blazor.Razor.Extensions/BlazorImportProjectFeature.cs b/src/Microsoft.AspNetCore.Components.Razor.Extensions/BlazorImportProjectFeature.cs similarity index 100% rename from src/Microsoft.AspNetCore.Blazor.Razor.Extensions/BlazorImportProjectFeature.cs rename to src/Microsoft.AspNetCore.Components.Razor.Extensions/BlazorImportProjectFeature.cs diff --git a/src/Microsoft.AspNetCore.Blazor.Razor.Extensions/BlazorMetadata.cs b/src/Microsoft.AspNetCore.Components.Razor.Extensions/BlazorMetadata.cs similarity index 100% rename from src/Microsoft.AspNetCore.Blazor.Razor.Extensions/BlazorMetadata.cs rename to src/Microsoft.AspNetCore.Components.Razor.Extensions/BlazorMetadata.cs diff --git a/src/Microsoft.AspNetCore.Blazor.Razor.Extensions/BlazorNodeWriter.cs b/src/Microsoft.AspNetCore.Components.Razor.Extensions/BlazorNodeWriter.cs similarity index 100% rename from src/Microsoft.AspNetCore.Blazor.Razor.Extensions/BlazorNodeWriter.cs rename to src/Microsoft.AspNetCore.Components.Razor.Extensions/BlazorNodeWriter.cs diff --git a/src/Microsoft.AspNetCore.Blazor.Razor.Extensions/BlazorRuntimeNodeWriter.cs b/src/Microsoft.AspNetCore.Components.Razor.Extensions/BlazorRuntimeNodeWriter.cs similarity index 100% rename from src/Microsoft.AspNetCore.Blazor.Razor.Extensions/BlazorRuntimeNodeWriter.cs rename to src/Microsoft.AspNetCore.Components.Razor.Extensions/BlazorRuntimeNodeWriter.cs diff --git a/src/Microsoft.AspNetCore.Blazor.Razor.Extensions/BlazorTemplateTargetExtension.cs b/src/Microsoft.AspNetCore.Components.Razor.Extensions/BlazorTemplateTargetExtension.cs similarity index 100% rename from src/Microsoft.AspNetCore.Blazor.Razor.Extensions/BlazorTemplateTargetExtension.cs rename to src/Microsoft.AspNetCore.Components.Razor.Extensions/BlazorTemplateTargetExtension.cs diff --git a/src/Microsoft.AspNetCore.Blazor.Razor.Extensions/CSharpIdentifier.cs b/src/Microsoft.AspNetCore.Components.Razor.Extensions/CSharpIdentifier.cs similarity index 100% rename from src/Microsoft.AspNetCore.Blazor.Razor.Extensions/CSharpIdentifier.cs rename to src/Microsoft.AspNetCore.Components.Razor.Extensions/CSharpIdentifier.cs diff --git a/src/Microsoft.AspNetCore.Blazor.Razor.Extensions/ChildContentDiagnosticPass.cs b/src/Microsoft.AspNetCore.Components.Razor.Extensions/ChildContentDiagnosticPass.cs similarity index 100% rename from src/Microsoft.AspNetCore.Blazor.Razor.Extensions/ChildContentDiagnosticPass.cs rename to src/Microsoft.AspNetCore.Components.Razor.Extensions/ChildContentDiagnosticPass.cs diff --git a/src/Microsoft.AspNetCore.Blazor.Razor.Extensions/CodeWriterExtensions.cs b/src/Microsoft.AspNetCore.Components.Razor.Extensions/CodeWriterExtensions.cs similarity index 100% rename from src/Microsoft.AspNetCore.Blazor.Razor.Extensions/CodeWriterExtensions.cs rename to src/Microsoft.AspNetCore.Components.Razor.Extensions/CodeWriterExtensions.cs diff --git a/src/Microsoft.AspNetCore.Blazor.Razor.Extensions/ComplexAttributeContentPass.cs b/src/Microsoft.AspNetCore.Components.Razor.Extensions/ComplexAttributeContentPass.cs similarity index 100% rename from src/Microsoft.AspNetCore.Blazor.Razor.Extensions/ComplexAttributeContentPass.cs rename to src/Microsoft.AspNetCore.Components.Razor.Extensions/ComplexAttributeContentPass.cs diff --git a/src/Microsoft.AspNetCore.Blazor.Razor.Extensions/ComponentAttributeExtensionNode.cs b/src/Microsoft.AspNetCore.Components.Razor.Extensions/ComponentAttributeExtensionNode.cs similarity index 100% rename from src/Microsoft.AspNetCore.Blazor.Razor.Extensions/ComponentAttributeExtensionNode.cs rename to src/Microsoft.AspNetCore.Components.Razor.Extensions/ComponentAttributeExtensionNode.cs diff --git a/src/Microsoft.AspNetCore.Blazor.Razor.Extensions/ComponentChildContentIntermediateNode.cs b/src/Microsoft.AspNetCore.Components.Razor.Extensions/ComponentChildContentIntermediateNode.cs similarity index 100% rename from src/Microsoft.AspNetCore.Blazor.Razor.Extensions/ComponentChildContentIntermediateNode.cs rename to src/Microsoft.AspNetCore.Components.Razor.Extensions/ComponentChildContentIntermediateNode.cs diff --git a/src/Microsoft.AspNetCore.Blazor.Razor.Extensions/ComponentDocumentClassifierPass.cs b/src/Microsoft.AspNetCore.Components.Razor.Extensions/ComponentDocumentClassifierPass.cs similarity index 100% rename from src/Microsoft.AspNetCore.Blazor.Razor.Extensions/ComponentDocumentClassifierPass.cs rename to src/Microsoft.AspNetCore.Components.Razor.Extensions/ComponentDocumentClassifierPass.cs diff --git a/src/Microsoft.AspNetCore.Blazor.Razor.Extensions/ComponentDocumentRewritePass.cs b/src/Microsoft.AspNetCore.Components.Razor.Extensions/ComponentDocumentRewritePass.cs similarity index 100% rename from src/Microsoft.AspNetCore.Blazor.Razor.Extensions/ComponentDocumentRewritePass.cs rename to src/Microsoft.AspNetCore.Components.Razor.Extensions/ComponentDocumentRewritePass.cs diff --git a/src/Microsoft.AspNetCore.Blazor.Razor.Extensions/ComponentExtensionNode.cs b/src/Microsoft.AspNetCore.Components.Razor.Extensions/ComponentExtensionNode.cs similarity index 100% rename from src/Microsoft.AspNetCore.Blazor.Razor.Extensions/ComponentExtensionNode.cs rename to src/Microsoft.AspNetCore.Components.Razor.Extensions/ComponentExtensionNode.cs diff --git a/src/Microsoft.AspNetCore.Blazor.Razor.Extensions/ComponentLoweringPass.cs b/src/Microsoft.AspNetCore.Components.Razor.Extensions/ComponentLoweringPass.cs similarity index 100% rename from src/Microsoft.AspNetCore.Blazor.Razor.Extensions/ComponentLoweringPass.cs rename to src/Microsoft.AspNetCore.Components.Razor.Extensions/ComponentLoweringPass.cs diff --git a/src/Microsoft.AspNetCore.Blazor.Razor.Extensions/ComponentTagHelperDescriptorProvider.cs b/src/Microsoft.AspNetCore.Components.Razor.Extensions/ComponentTagHelperDescriptorProvider.cs similarity index 100% rename from src/Microsoft.AspNetCore.Blazor.Razor.Extensions/ComponentTagHelperDescriptorProvider.cs rename to src/Microsoft.AspNetCore.Components.Razor.Extensions/ComponentTagHelperDescriptorProvider.cs diff --git a/src/Microsoft.AspNetCore.Blazor.Razor.Extensions/ComponentTypeArgumentExtensionNode.cs b/src/Microsoft.AspNetCore.Components.Razor.Extensions/ComponentTypeArgumentExtensionNode.cs similarity index 100% rename from src/Microsoft.AspNetCore.Blazor.Razor.Extensions/ComponentTypeArgumentExtensionNode.cs rename to src/Microsoft.AspNetCore.Components.Razor.Extensions/ComponentTypeArgumentExtensionNode.cs diff --git a/src/Microsoft.AspNetCore.Blazor.Razor.Extensions/ComponentTypeInferenceMethodIntermediateNode.cs b/src/Microsoft.AspNetCore.Components.Razor.Extensions/ComponentTypeInferenceMethodIntermediateNode.cs similarity index 100% rename from src/Microsoft.AspNetCore.Blazor.Razor.Extensions/ComponentTypeInferenceMethodIntermediateNode.cs rename to src/Microsoft.AspNetCore.Components.Razor.Extensions/ComponentTypeInferenceMethodIntermediateNode.cs diff --git a/src/Microsoft.AspNetCore.Blazor.Razor.Extensions/DocumentIntermediateNodeExtensions.cs b/src/Microsoft.AspNetCore.Components.Razor.Extensions/DocumentIntermediateNodeExtensions.cs similarity index 100% rename from src/Microsoft.AspNetCore.Blazor.Razor.Extensions/DocumentIntermediateNodeExtensions.cs rename to src/Microsoft.AspNetCore.Components.Razor.Extensions/DocumentIntermediateNodeExtensions.cs diff --git a/src/Microsoft.AspNetCore.Blazor.Razor.Extensions/EliminateMethodBodyPass.cs b/src/Microsoft.AspNetCore.Components.Razor.Extensions/EliminateMethodBodyPass.cs similarity index 100% rename from src/Microsoft.AspNetCore.Blazor.Razor.Extensions/EliminateMethodBodyPass.cs rename to src/Microsoft.AspNetCore.Components.Razor.Extensions/EliminateMethodBodyPass.cs diff --git a/src/Microsoft.AspNetCore.Blazor.Razor.Extensions/EventHandlerLoweringPass.cs b/src/Microsoft.AspNetCore.Components.Razor.Extensions/EventHandlerLoweringPass.cs similarity index 100% rename from src/Microsoft.AspNetCore.Blazor.Razor.Extensions/EventHandlerLoweringPass.cs rename to src/Microsoft.AspNetCore.Components.Razor.Extensions/EventHandlerLoweringPass.cs diff --git a/src/Microsoft.AspNetCore.Blazor.Razor.Extensions/EventHandlerTagHelperDescriptorProvider.cs b/src/Microsoft.AspNetCore.Components.Razor.Extensions/EventHandlerTagHelperDescriptorProvider.cs similarity index 100% rename from src/Microsoft.AspNetCore.Blazor.Razor.Extensions/EventHandlerTagHelperDescriptorProvider.cs rename to src/Microsoft.AspNetCore.Components.Razor.Extensions/EventHandlerTagHelperDescriptorProvider.cs diff --git a/src/Microsoft.AspNetCore.Blazor.Razor.Extensions/GenericComponentPass.cs b/src/Microsoft.AspNetCore.Components.Razor.Extensions/GenericComponentPass.cs similarity index 100% rename from src/Microsoft.AspNetCore.Blazor.Razor.Extensions/GenericComponentPass.cs rename to src/Microsoft.AspNetCore.Components.Razor.Extensions/GenericComponentPass.cs diff --git a/src/Microsoft.AspNetCore.Blazor.Razor.Extensions/GenericTypeNameRewriter.cs b/src/Microsoft.AspNetCore.Components.Razor.Extensions/GenericTypeNameRewriter.cs similarity index 100% rename from src/Microsoft.AspNetCore.Blazor.Razor.Extensions/GenericTypeNameRewriter.cs rename to src/Microsoft.AspNetCore.Components.Razor.Extensions/GenericTypeNameRewriter.cs diff --git a/src/Microsoft.AspNetCore.Blazor.Razor.Extensions/GlobalQualifiedTypeNameRewriter.cs b/src/Microsoft.AspNetCore.Components.Razor.Extensions/GlobalQualifiedTypeNameRewriter.cs similarity index 100% rename from src/Microsoft.AspNetCore.Blazor.Razor.Extensions/GlobalQualifiedTypeNameRewriter.cs rename to src/Microsoft.AspNetCore.Components.Razor.Extensions/GlobalQualifiedTypeNameRewriter.cs diff --git a/src/Microsoft.AspNetCore.Blazor.Razor.Extensions/HtmlBlockIntermediateNode.cs b/src/Microsoft.AspNetCore.Components.Razor.Extensions/HtmlBlockIntermediateNode.cs similarity index 100% rename from src/Microsoft.AspNetCore.Blazor.Razor.Extensions/HtmlBlockIntermediateNode.cs rename to src/Microsoft.AspNetCore.Components.Razor.Extensions/HtmlBlockIntermediateNode.cs diff --git a/src/Microsoft.AspNetCore.Blazor.Razor.Extensions/HtmlBlockPass.cs b/src/Microsoft.AspNetCore.Components.Razor.Extensions/HtmlBlockPass.cs similarity index 100% rename from src/Microsoft.AspNetCore.Blazor.Razor.Extensions/HtmlBlockPass.cs rename to src/Microsoft.AspNetCore.Components.Razor.Extensions/HtmlBlockPass.cs diff --git a/src/Microsoft.AspNetCore.Blazor.Razor.Extensions/HtmlElementIntermediateNode.cs b/src/Microsoft.AspNetCore.Components.Razor.Extensions/HtmlElementIntermediateNode.cs similarity index 100% rename from src/Microsoft.AspNetCore.Blazor.Razor.Extensions/HtmlElementIntermediateNode.cs rename to src/Microsoft.AspNetCore.Components.Razor.Extensions/HtmlElementIntermediateNode.cs diff --git a/src/Microsoft.AspNetCore.Blazor.Razor.Extensions/ImplementsDirective.cs b/src/Microsoft.AspNetCore.Components.Razor.Extensions/ImplementsDirective.cs similarity index 100% rename from src/Microsoft.AspNetCore.Blazor.Razor.Extensions/ImplementsDirective.cs rename to src/Microsoft.AspNetCore.Components.Razor.Extensions/ImplementsDirective.cs diff --git a/src/Microsoft.AspNetCore.Blazor.Razor.Extensions/ImplementsDirectivePass.cs b/src/Microsoft.AspNetCore.Components.Razor.Extensions/ImplementsDirectivePass.cs similarity index 100% rename from src/Microsoft.AspNetCore.Blazor.Razor.Extensions/ImplementsDirectivePass.cs rename to src/Microsoft.AspNetCore.Components.Razor.Extensions/ImplementsDirectivePass.cs diff --git a/src/Microsoft.AspNetCore.Blazor.Razor.Extensions/InjectDirective.cs b/src/Microsoft.AspNetCore.Components.Razor.Extensions/InjectDirective.cs similarity index 100% rename from src/Microsoft.AspNetCore.Blazor.Razor.Extensions/InjectDirective.cs rename to src/Microsoft.AspNetCore.Components.Razor.Extensions/InjectDirective.cs diff --git a/src/Microsoft.AspNetCore.Blazor.Razor.Extensions/LayoutDirective.cs b/src/Microsoft.AspNetCore.Components.Razor.Extensions/LayoutDirective.cs similarity index 100% rename from src/Microsoft.AspNetCore.Blazor.Razor.Extensions/LayoutDirective.cs rename to src/Microsoft.AspNetCore.Components.Razor.Extensions/LayoutDirective.cs diff --git a/src/Microsoft.AspNetCore.Blazor.Razor.Extensions/LayoutDirectivePass.cs b/src/Microsoft.AspNetCore.Components.Razor.Extensions/LayoutDirectivePass.cs similarity index 100% rename from src/Microsoft.AspNetCore.Blazor.Razor.Extensions/LayoutDirectivePass.cs rename to src/Microsoft.AspNetCore.Components.Razor.Extensions/LayoutDirectivePass.cs diff --git a/src/Microsoft.AspNetCore.Blazor.Razor.Extensions/Microsoft.AspNetCore.Blazor.Razor.Extensions.csproj b/src/Microsoft.AspNetCore.Components.Razor.Extensions/Microsoft.AspNetCore.Blazor.Razor.Extensions.csproj similarity index 100% rename from src/Microsoft.AspNetCore.Blazor.Razor.Extensions/Microsoft.AspNetCore.Blazor.Razor.Extensions.csproj rename to src/Microsoft.AspNetCore.Components.Razor.Extensions/Microsoft.AspNetCore.Blazor.Razor.Extensions.csproj diff --git a/src/Microsoft.AspNetCore.Blazor.Razor.Extensions/PageDirective.cs b/src/Microsoft.AspNetCore.Components.Razor.Extensions/PageDirective.cs similarity index 100% rename from src/Microsoft.AspNetCore.Blazor.Razor.Extensions/PageDirective.cs rename to src/Microsoft.AspNetCore.Components.Razor.Extensions/PageDirective.cs diff --git a/src/Microsoft.AspNetCore.Blazor.Razor.Extensions/PageDirectivePass.cs b/src/Microsoft.AspNetCore.Components.Razor.Extensions/PageDirectivePass.cs similarity index 100% rename from src/Microsoft.AspNetCore.Blazor.Razor.Extensions/PageDirectivePass.cs rename to src/Microsoft.AspNetCore.Components.Razor.Extensions/PageDirectivePass.cs diff --git a/src/Microsoft.AspNetCore.Blazor.Razor.Extensions/Properties/AssemblyInfo.cs b/src/Microsoft.AspNetCore.Components.Razor.Extensions/Properties/AssemblyInfo.cs similarity index 100% rename from src/Microsoft.AspNetCore.Blazor.Razor.Extensions/Properties/AssemblyInfo.cs rename to src/Microsoft.AspNetCore.Components.Razor.Extensions/Properties/AssemblyInfo.cs diff --git a/src/Microsoft.AspNetCore.Blazor.Razor.Extensions/RazorCompilerException.cs b/src/Microsoft.AspNetCore.Components.Razor.Extensions/RazorCompilerException.cs similarity index 100% rename from src/Microsoft.AspNetCore.Blazor.Razor.Extensions/RazorCompilerException.cs rename to src/Microsoft.AspNetCore.Components.Razor.Extensions/RazorCompilerException.cs diff --git a/src/Microsoft.AspNetCore.Blazor.Razor.Extensions/RefExtensionNode.cs b/src/Microsoft.AspNetCore.Components.Razor.Extensions/RefExtensionNode.cs similarity index 100% rename from src/Microsoft.AspNetCore.Blazor.Razor.Extensions/RefExtensionNode.cs rename to src/Microsoft.AspNetCore.Components.Razor.Extensions/RefExtensionNode.cs diff --git a/src/Microsoft.AspNetCore.Blazor.Razor.Extensions/RefLoweringPass.cs b/src/Microsoft.AspNetCore.Components.Razor.Extensions/RefLoweringPass.cs similarity index 100% rename from src/Microsoft.AspNetCore.Blazor.Razor.Extensions/RefLoweringPass.cs rename to src/Microsoft.AspNetCore.Components.Razor.Extensions/RefLoweringPass.cs diff --git a/src/Microsoft.AspNetCore.Blazor.Razor.Extensions/RefTagHelperDescriptorProvider.cs b/src/Microsoft.AspNetCore.Components.Razor.Extensions/RefTagHelperDescriptorProvider.cs similarity index 100% rename from src/Microsoft.AspNetCore.Blazor.Razor.Extensions/RefTagHelperDescriptorProvider.cs rename to src/Microsoft.AspNetCore.Components.Razor.Extensions/RefTagHelperDescriptorProvider.cs diff --git a/src/Microsoft.AspNetCore.Blazor.Razor.Extensions/Resources.Designer.cs b/src/Microsoft.AspNetCore.Components.Razor.Extensions/Resources.Designer.cs similarity index 100% rename from src/Microsoft.AspNetCore.Blazor.Razor.Extensions/Resources.Designer.cs rename to src/Microsoft.AspNetCore.Components.Razor.Extensions/Resources.Designer.cs diff --git a/src/Microsoft.AspNetCore.Blazor.Razor.Extensions/Resources.resx b/src/Microsoft.AspNetCore.Components.Razor.Extensions/Resources.resx similarity index 100% rename from src/Microsoft.AspNetCore.Blazor.Razor.Extensions/Resources.resx rename to src/Microsoft.AspNetCore.Components.Razor.Extensions/Resources.resx diff --git a/src/Microsoft.AspNetCore.Blazor.Razor.Extensions/RouteAttributeExtensionNode.cs b/src/Microsoft.AspNetCore.Components.Razor.Extensions/RouteAttributeExtensionNode.cs similarity index 100% rename from src/Microsoft.AspNetCore.Blazor.Razor.Extensions/RouteAttributeExtensionNode.cs rename to src/Microsoft.AspNetCore.Components.Razor.Extensions/RouteAttributeExtensionNode.cs diff --git a/src/Microsoft.AspNetCore.Blazor.Razor.Extensions/ScopeStack.cs b/src/Microsoft.AspNetCore.Components.Razor.Extensions/ScopeStack.cs similarity index 100% rename from src/Microsoft.AspNetCore.Blazor.Razor.Extensions/ScopeStack.cs rename to src/Microsoft.AspNetCore.Components.Razor.Extensions/ScopeStack.cs diff --git a/src/Microsoft.AspNetCore.Blazor.Razor.Extensions/ScriptTagPass.cs b/src/Microsoft.AspNetCore.Components.Razor.Extensions/ScriptTagPass.cs similarity index 100% rename from src/Microsoft.AspNetCore.Blazor.Razor.Extensions/ScriptTagPass.cs rename to src/Microsoft.AspNetCore.Components.Razor.Extensions/ScriptTagPass.cs diff --git a/src/Microsoft.AspNetCore.Blazor.Razor.Extensions/TagHelperBoundAttributeDescriptorExtensions.cs b/src/Microsoft.AspNetCore.Components.Razor.Extensions/TagHelperBoundAttributeDescriptorExtensions.cs similarity index 100% rename from src/Microsoft.AspNetCore.Blazor.Razor.Extensions/TagHelperBoundAttributeDescriptorExtensions.cs rename to src/Microsoft.AspNetCore.Components.Razor.Extensions/TagHelperBoundAttributeDescriptorExtensions.cs diff --git a/src/Microsoft.AspNetCore.Blazor.Razor.Extensions/TagHelperDescriptorExtensions.cs b/src/Microsoft.AspNetCore.Components.Razor.Extensions/TagHelperDescriptorExtensions.cs similarity index 100% rename from src/Microsoft.AspNetCore.Blazor.Razor.Extensions/TagHelperDescriptorExtensions.cs rename to src/Microsoft.AspNetCore.Components.Razor.Extensions/TagHelperDescriptorExtensions.cs diff --git a/src/Microsoft.AspNetCore.Blazor.Razor.Extensions/TemplateDiagnosticPass.cs b/src/Microsoft.AspNetCore.Components.Razor.Extensions/TemplateDiagnosticPass.cs similarity index 100% rename from src/Microsoft.AspNetCore.Blazor.Razor.Extensions/TemplateDiagnosticPass.cs rename to src/Microsoft.AspNetCore.Components.Razor.Extensions/TemplateDiagnosticPass.cs diff --git a/src/Microsoft.AspNetCore.Blazor.Razor.Extensions/TrimWhitespacePass.cs b/src/Microsoft.AspNetCore.Components.Razor.Extensions/TrimWhitespacePass.cs similarity index 100% rename from src/Microsoft.AspNetCore.Blazor.Razor.Extensions/TrimWhitespacePass.cs rename to src/Microsoft.AspNetCore.Components.Razor.Extensions/TrimWhitespacePass.cs diff --git a/src/Microsoft.AspNetCore.Blazor.Razor.Extensions/TypeParamDirective.cs b/src/Microsoft.AspNetCore.Components.Razor.Extensions/TypeParamDirective.cs similarity index 100% rename from src/Microsoft.AspNetCore.Blazor.Razor.Extensions/TypeParamDirective.cs rename to src/Microsoft.AspNetCore.Components.Razor.Extensions/TypeParamDirective.cs diff --git a/src/Microsoft.AspNetCore.Blazor.Server/AutoRebuild/AutoRebuildExtensions.cs b/src/Microsoft.AspNetCore.Components.Server/AutoRebuild/AutoRebuildExtensions.cs similarity index 100% rename from src/Microsoft.AspNetCore.Blazor.Server/AutoRebuild/AutoRebuildExtensions.cs rename to src/Microsoft.AspNetCore.Components.Server/AutoRebuild/AutoRebuildExtensions.cs diff --git a/src/Microsoft.AspNetCore.Blazor.Server/AutoRebuild/IRebuildService.cs b/src/Microsoft.AspNetCore.Components.Server/AutoRebuild/IRebuildService.cs similarity index 100% rename from src/Microsoft.AspNetCore.Blazor.Server/AutoRebuild/IRebuildService.cs rename to src/Microsoft.AspNetCore.Components.Server/AutoRebuild/IRebuildService.cs diff --git a/src/Microsoft.AspNetCore.Blazor.Server/AutoRebuild/ProcessUtils.cs b/src/Microsoft.AspNetCore.Components.Server/AutoRebuild/ProcessUtils.cs similarity index 100% rename from src/Microsoft.AspNetCore.Blazor.Server/AutoRebuild/ProcessUtils.cs rename to src/Microsoft.AspNetCore.Components.Server/AutoRebuild/ProcessUtils.cs diff --git a/src/Microsoft.AspNetCore.Blazor.Server/AutoRebuild/StreamProtocolExtensions.cs b/src/Microsoft.AspNetCore.Components.Server/AutoRebuild/StreamProtocolExtensions.cs similarity index 100% rename from src/Microsoft.AspNetCore.Blazor.Server/AutoRebuild/StreamProtocolExtensions.cs rename to src/Microsoft.AspNetCore.Components.Server/AutoRebuild/StreamProtocolExtensions.cs diff --git a/src/Microsoft.AspNetCore.Blazor.Server/AutoRebuild/VSForWindowsRebuildService.cs b/src/Microsoft.AspNetCore.Components.Server/AutoRebuild/VSForWindowsRebuildService.cs similarity index 100% rename from src/Microsoft.AspNetCore.Blazor.Server/AutoRebuild/VSForWindowsRebuildService.cs rename to src/Microsoft.AspNetCore.Components.Server/AutoRebuild/VSForWindowsRebuildService.cs diff --git a/src/Microsoft.AspNetCore.Blazor.Server/BlazorConfig.cs b/src/Microsoft.AspNetCore.Components.Server/BlazorConfig.cs similarity index 100% rename from src/Microsoft.AspNetCore.Blazor.Server/BlazorConfig.cs rename to src/Microsoft.AspNetCore.Components.Server/BlazorConfig.cs diff --git a/src/Microsoft.AspNetCore.Blazor.Server/BlazorHub.cs b/src/Microsoft.AspNetCore.Components.Server/BlazorHub.cs similarity index 100% rename from src/Microsoft.AspNetCore.Blazor.Server/BlazorHub.cs rename to src/Microsoft.AspNetCore.Components.Server/BlazorHub.cs diff --git a/src/Microsoft.AspNetCore.Blazor.Server/BlazorOptions.cs b/src/Microsoft.AspNetCore.Components.Server/BlazorOptions.cs similarity index 100% rename from src/Microsoft.AspNetCore.Blazor.Server/BlazorOptions.cs rename to src/Microsoft.AspNetCore.Components.Server/BlazorOptions.cs diff --git a/src/Microsoft.AspNetCore.Blazor.Server/Builder/BlazorApplicationBuilderExtensions.cs b/src/Microsoft.AspNetCore.Components.Server/Builder/BlazorApplicationBuilderExtensions.cs similarity index 100% rename from src/Microsoft.AspNetCore.Blazor.Server/Builder/BlazorApplicationBuilderExtensions.cs rename to src/Microsoft.AspNetCore.Components.Server/Builder/BlazorApplicationBuilderExtensions.cs diff --git a/src/Microsoft.AspNetCore.Blazor.Server/Builder/ServerSideBlazorApplicationBuilder.cs b/src/Microsoft.AspNetCore.Components.Server/Builder/ServerSideBlazorApplicationBuilder.cs similarity index 100% rename from src/Microsoft.AspNetCore.Blazor.Server/Builder/ServerSideBlazorApplicationBuilder.cs rename to src/Microsoft.AspNetCore.Components.Server/Builder/ServerSideBlazorApplicationBuilder.cs diff --git a/src/Microsoft.AspNetCore.Blazor.Server/Builder/ServerSideBlazorApplicationBuilderExtensions.cs b/src/Microsoft.AspNetCore.Components.Server/Builder/ServerSideBlazorApplicationBuilderExtensions.cs similarity index 100% rename from src/Microsoft.AspNetCore.Blazor.Server/Builder/ServerSideBlazorApplicationBuilderExtensions.cs rename to src/Microsoft.AspNetCore.Components.Server/Builder/ServerSideBlazorApplicationBuilderExtensions.cs diff --git a/src/Microsoft.AspNetCore.Blazor.Server/Circuits/AutoCancelTaskCompletionSource.cs b/src/Microsoft.AspNetCore.Components.Server/Circuits/AutoCancelTaskCompletionSource.cs similarity index 100% rename from src/Microsoft.AspNetCore.Blazor.Server/Circuits/AutoCancelTaskCompletionSource.cs rename to src/Microsoft.AspNetCore.Components.Server/Circuits/AutoCancelTaskCompletionSource.cs diff --git a/src/Microsoft.AspNetCore.Blazor.Server/Circuits/Circuit.cs b/src/Microsoft.AspNetCore.Components.Server/Circuits/Circuit.cs similarity index 100% rename from src/Microsoft.AspNetCore.Blazor.Server/Circuits/Circuit.cs rename to src/Microsoft.AspNetCore.Components.Server/Circuits/Circuit.cs diff --git a/src/Microsoft.AspNetCore.Blazor.Server/Circuits/CircuitFactory.cs b/src/Microsoft.AspNetCore.Components.Server/Circuits/CircuitFactory.cs similarity index 100% rename from src/Microsoft.AspNetCore.Blazor.Server/Circuits/CircuitFactory.cs rename to src/Microsoft.AspNetCore.Components.Server/Circuits/CircuitFactory.cs diff --git a/src/Microsoft.AspNetCore.Blazor.Server/Circuits/CircuitHost.cs b/src/Microsoft.AspNetCore.Components.Server/Circuits/CircuitHost.cs similarity index 100% rename from src/Microsoft.AspNetCore.Blazor.Server/Circuits/CircuitHost.cs rename to src/Microsoft.AspNetCore.Components.Server/Circuits/CircuitHost.cs diff --git a/src/Microsoft.AspNetCore.Blazor.Server/Circuits/CircuitSynchronizationContext.cs b/src/Microsoft.AspNetCore.Components.Server/Circuits/CircuitSynchronizationContext.cs similarity index 100% rename from src/Microsoft.AspNetCore.Blazor.Server/Circuits/CircuitSynchronizationContext.cs rename to src/Microsoft.AspNetCore.Components.Server/Circuits/CircuitSynchronizationContext.cs diff --git a/src/Microsoft.AspNetCore.Blazor.Server/Circuits/DefaultCircuitAccessor.cs b/src/Microsoft.AspNetCore.Components.Server/Circuits/DefaultCircuitAccessor.cs similarity index 100% rename from src/Microsoft.AspNetCore.Blazor.Server/Circuits/DefaultCircuitAccessor.cs rename to src/Microsoft.AspNetCore.Components.Server/Circuits/DefaultCircuitAccessor.cs diff --git a/src/Microsoft.AspNetCore.Blazor.Server/Circuits/DefaultCircuitFactory.cs b/src/Microsoft.AspNetCore.Components.Server/Circuits/DefaultCircuitFactory.cs similarity index 100% rename from src/Microsoft.AspNetCore.Blazor.Server/Circuits/DefaultCircuitFactory.cs rename to src/Microsoft.AspNetCore.Components.Server/Circuits/DefaultCircuitFactory.cs diff --git a/src/Microsoft.AspNetCore.Blazor.Server/Circuits/DefaultCircuitFactoryOptions.cs b/src/Microsoft.AspNetCore.Components.Server/Circuits/DefaultCircuitFactoryOptions.cs similarity index 100% rename from src/Microsoft.AspNetCore.Blazor.Server/Circuits/DefaultCircuitFactoryOptions.cs rename to src/Microsoft.AspNetCore.Components.Server/Circuits/DefaultCircuitFactoryOptions.cs diff --git a/src/Microsoft.AspNetCore.Blazor.Server/Circuits/DefaultJSRuntimeAccessor.cs b/src/Microsoft.AspNetCore.Components.Server/Circuits/DefaultJSRuntimeAccessor.cs similarity index 100% rename from src/Microsoft.AspNetCore.Blazor.Server/Circuits/DefaultJSRuntimeAccessor.cs rename to src/Microsoft.AspNetCore.Components.Server/Circuits/DefaultJSRuntimeAccessor.cs diff --git a/src/Microsoft.AspNetCore.Blazor.Server/Circuits/ICircuitAccessor.cs b/src/Microsoft.AspNetCore.Components.Server/Circuits/ICircuitAccessor.cs similarity index 100% rename from src/Microsoft.AspNetCore.Blazor.Server/Circuits/ICircuitAccessor.cs rename to src/Microsoft.AspNetCore.Components.Server/Circuits/ICircuitAccessor.cs diff --git a/src/Microsoft.AspNetCore.Blazor.Server/Circuits/IJSRuntimeAccessor.cs b/src/Microsoft.AspNetCore.Components.Server/Circuits/IJSRuntimeAccessor.cs similarity index 100% rename from src/Microsoft.AspNetCore.Blazor.Server/Circuits/IJSRuntimeAccessor.cs rename to src/Microsoft.AspNetCore.Components.Server/Circuits/IJSRuntimeAccessor.cs diff --git a/src/Microsoft.AspNetCore.Blazor.Server/Circuits/MessagePackBufferStream.cs b/src/Microsoft.AspNetCore.Components.Server/Circuits/MessagePackBufferStream.cs similarity index 100% rename from src/Microsoft.AspNetCore.Blazor.Server/Circuits/MessagePackBufferStream.cs rename to src/Microsoft.AspNetCore.Components.Server/Circuits/MessagePackBufferStream.cs diff --git a/src/Microsoft.AspNetCore.Blazor.Server/Circuits/RemoteJSRuntime.cs b/src/Microsoft.AspNetCore.Components.Server/Circuits/RemoteJSRuntime.cs similarity index 100% rename from src/Microsoft.AspNetCore.Blazor.Server/Circuits/RemoteJSRuntime.cs rename to src/Microsoft.AspNetCore.Components.Server/Circuits/RemoteJSRuntime.cs diff --git a/src/Microsoft.AspNetCore.Blazor.Server/Circuits/RemoteRenderer.cs b/src/Microsoft.AspNetCore.Components.Server/Circuits/RemoteRenderer.cs similarity index 100% rename from src/Microsoft.AspNetCore.Blazor.Server/Circuits/RemoteRenderer.cs rename to src/Microsoft.AspNetCore.Components.Server/Circuits/RemoteRenderer.cs diff --git a/src/Microsoft.AspNetCore.Blazor.Server/Circuits/RemoteRendererException.cs b/src/Microsoft.AspNetCore.Components.Server/Circuits/RemoteRendererException.cs similarity index 100% rename from src/Microsoft.AspNetCore.Blazor.Server/Circuits/RemoteRendererException.cs rename to src/Microsoft.AspNetCore.Components.Server/Circuits/RemoteRendererException.cs diff --git a/src/Microsoft.AspNetCore.Blazor.Server/Circuits/RemoteUriHelper.cs b/src/Microsoft.AspNetCore.Components.Server/Circuits/RemoteUriHelper.cs similarity index 100% rename from src/Microsoft.AspNetCore.Blazor.Server/Circuits/RemoteUriHelper.cs rename to src/Microsoft.AspNetCore.Components.Server/Circuits/RemoteUriHelper.cs diff --git a/src/Microsoft.AspNetCore.Blazor.Server/Circuits/RenderBatchFormatterResolver.cs b/src/Microsoft.AspNetCore.Components.Server/Circuits/RenderBatchFormatterResolver.cs similarity index 100% rename from src/Microsoft.AspNetCore.Blazor.Server/Circuits/RenderBatchFormatterResolver.cs rename to src/Microsoft.AspNetCore.Components.Server/Circuits/RenderBatchFormatterResolver.cs diff --git a/src/Microsoft.AspNetCore.Blazor.Server/Circuits/RenderBatchWriter.cs b/src/Microsoft.AspNetCore.Components.Server/Circuits/RenderBatchWriter.cs similarity index 100% rename from src/Microsoft.AspNetCore.Blazor.Server/Circuits/RenderBatchWriter.cs rename to src/Microsoft.AspNetCore.Components.Server/Circuits/RenderBatchWriter.cs diff --git a/src/Microsoft.AspNetCore.Blazor.Server/DependencyInjection/ServerSideBlazorServiceCollectionExtensions.cs b/src/Microsoft.AspNetCore.Components.Server/DependencyInjection/ServerSideBlazorServiceCollectionExtensions.cs similarity index 100% rename from src/Microsoft.AspNetCore.Blazor.Server/DependencyInjection/ServerSideBlazorServiceCollectionExtensions.cs rename to src/Microsoft.AspNetCore.Components.Server/DependencyInjection/ServerSideBlazorServiceCollectionExtensions.cs diff --git a/src/Microsoft.AspNetCore.Blazor.Server/Microsoft.AspNetCore.Blazor.Server.csproj b/src/Microsoft.AspNetCore.Components.Server/Microsoft.AspNetCore.Blazor.Server.csproj similarity index 60% rename from src/Microsoft.AspNetCore.Blazor.Server/Microsoft.AspNetCore.Blazor.Server.csproj rename to src/Microsoft.AspNetCore.Components.Server/Microsoft.AspNetCore.Blazor.Server.csproj index 9126d4fc..73c90066 100644 --- a/src/Microsoft.AspNetCore.Blazor.Server/Microsoft.AspNetCore.Blazor.Server.csproj +++ b/src/Microsoft.AspNetCore.Components.Server/Microsoft.AspNetCore.Blazor.Server.csproj @@ -5,9 +5,9 @@ - - - + + + @@ -22,8 +22,8 @@ - - + + diff --git a/src/Microsoft.AspNetCore.Blazor.Server/MonoDebugProxy/MonoDebugProxyAppBuilderExtensions.cs b/src/Microsoft.AspNetCore.Components.Server/MonoDebugProxy/MonoDebugProxyAppBuilderExtensions.cs similarity index 100% rename from src/Microsoft.AspNetCore.Blazor.Server/MonoDebugProxy/MonoDebugProxyAppBuilderExtensions.cs rename to src/Microsoft.AspNetCore.Components.Server/MonoDebugProxy/MonoDebugProxyAppBuilderExtensions.cs diff --git a/src/Microsoft.AspNetCore.Blazor.Server/MonoDebugProxy/UpdateSources.cmd b/src/Microsoft.AspNetCore.Components.Server/MonoDebugProxy/UpdateSources.cmd similarity index 100% rename from src/Microsoft.AspNetCore.Blazor.Server/MonoDebugProxy/UpdateSources.cmd rename to src/Microsoft.AspNetCore.Components.Server/MonoDebugProxy/UpdateSources.cmd diff --git a/src/Microsoft.AspNetCore.Blazor.Server/MonoDebugProxy/ws-proxy/DebugStore.cs b/src/Microsoft.AspNetCore.Components.Server/MonoDebugProxy/ws-proxy/DebugStore.cs similarity index 100% rename from src/Microsoft.AspNetCore.Blazor.Server/MonoDebugProxy/ws-proxy/DebugStore.cs rename to src/Microsoft.AspNetCore.Components.Server/MonoDebugProxy/ws-proxy/DebugStore.cs diff --git a/src/Microsoft.AspNetCore.Blazor.Server/MonoDebugProxy/ws-proxy/MonoProxy.cs b/src/Microsoft.AspNetCore.Components.Server/MonoDebugProxy/ws-proxy/MonoProxy.cs similarity index 100% rename from src/Microsoft.AspNetCore.Blazor.Server/MonoDebugProxy/ws-proxy/MonoProxy.cs rename to src/Microsoft.AspNetCore.Components.Server/MonoDebugProxy/ws-proxy/MonoProxy.cs diff --git a/src/Microsoft.AspNetCore.Blazor.Server/MonoDebugProxy/ws-proxy/WsProxy.cs b/src/Microsoft.AspNetCore.Components.Server/MonoDebugProxy/ws-proxy/WsProxy.cs similarity index 100% rename from src/Microsoft.AspNetCore.Blazor.Server/MonoDebugProxy/ws-proxy/WsProxy.cs rename to src/Microsoft.AspNetCore.Components.Server/MonoDebugProxy/ws-proxy/WsProxy.cs diff --git a/src/Microsoft.AspNetCore.Blazor.Server/Properties/AssemblyInfo.cs b/src/Microsoft.AspNetCore.Components.Server/Properties/AssemblyInfo.cs similarity index 100% rename from src/Microsoft.AspNetCore.Blazor.Server/Properties/AssemblyInfo.cs rename to src/Microsoft.AspNetCore.Components.Server/Properties/AssemblyInfo.cs diff --git a/src/Microsoft.AspNetCore.Blazor.Server/WasmMediaTypeNames.cs b/src/Microsoft.AspNetCore.Components.Server/WasmMediaTypeNames.cs similarity index 100% rename from src/Microsoft.AspNetCore.Blazor.Server/WasmMediaTypeNames.cs rename to src/Microsoft.AspNetCore.Components.Server/WasmMediaTypeNames.cs diff --git a/src/Microsoft.AspNetCore.Blazor.TagHelperWorkaround/ITagHelper.cs b/src/Microsoft.AspNetCore.Components.TagHelperWorkaround/ITagHelper.cs similarity index 100% rename from src/Microsoft.AspNetCore.Blazor.TagHelperWorkaround/ITagHelper.cs rename to src/Microsoft.AspNetCore.Components.TagHelperWorkaround/ITagHelper.cs diff --git a/src/Microsoft.AspNetCore.Blazor.TagHelperWorkaround/Microsoft.AspNetCore.Blazor.TagHelperWorkaround.csproj b/src/Microsoft.AspNetCore.Components.TagHelperWorkaround/Microsoft.AspNetCore.Blazor.TagHelperWorkaround.csproj similarity index 100% rename from src/Microsoft.AspNetCore.Blazor.TagHelperWorkaround/Microsoft.AspNetCore.Blazor.TagHelperWorkaround.csproj rename to src/Microsoft.AspNetCore.Components.TagHelperWorkaround/Microsoft.AspNetCore.Blazor.TagHelperWorkaround.csproj diff --git a/src/Microsoft.AspNetCore.Blazor/Components/BindAttributes.cs b/src/Microsoft.AspNetCore.Components/Components/BindAttributes.cs similarity index 100% rename from src/Microsoft.AspNetCore.Blazor/Components/BindAttributes.cs rename to src/Microsoft.AspNetCore.Components/Components/BindAttributes.cs diff --git a/src/Microsoft.AspNetCore.Blazor/Components/BindElementAttribute.cs b/src/Microsoft.AspNetCore.Components/Components/BindElementAttribute.cs similarity index 100% rename from src/Microsoft.AspNetCore.Blazor/Components/BindElementAttribute.cs rename to src/Microsoft.AspNetCore.Components/Components/BindElementAttribute.cs diff --git a/src/Microsoft.AspNetCore.Blazor/Components/BindInputElementAttribute.cs b/src/Microsoft.AspNetCore.Components/Components/BindInputElementAttribute.cs similarity index 100% rename from src/Microsoft.AspNetCore.Blazor/Components/BindInputElementAttribute.cs rename to src/Microsoft.AspNetCore.Components/Components/BindInputElementAttribute.cs diff --git a/src/Microsoft.AspNetCore.Blazor/Components/BindMethods.cs b/src/Microsoft.AspNetCore.Components/Components/BindMethods.cs similarity index 100% rename from src/Microsoft.AspNetCore.Blazor/Components/BindMethods.cs rename to src/Microsoft.AspNetCore.Components/Components/BindMethods.cs diff --git a/src/Microsoft.AspNetCore.Blazor/Components/BlazorComponent.cs b/src/Microsoft.AspNetCore.Components/Components/BlazorComponent.cs similarity index 99% rename from src/Microsoft.AspNetCore.Blazor/Components/BlazorComponent.cs rename to src/Microsoft.AspNetCore.Components/Components/BlazorComponent.cs index c18ddf50..151ca90e 100644 --- a/src/Microsoft.AspNetCore.Blazor/Components/BlazorComponent.cs +++ b/src/Microsoft.AspNetCore.Components/Components/BlazorComponent.cs @@ -10,7 +10,7 @@ namespace Microsoft.AspNetCore.Blazor.Components // IMPORTANT // // Many of these names are used in code generation. Keep these in sync with the code generation code - // See: src/Microsoft.AspNetCore.Blazor.Razor.Extensions/BlazorApi.cs + // See: src/Microsoft.AspNetCore.Components.Razor.Extensions/BlazorApi.cs // Most of the developer-facing component lifecycle concepts are encapsulated in this // base class. The core Blazor rendering system doesn't know about them (it only knows diff --git a/src/Microsoft.AspNetCore.Blazor/Components/CascadingParameterAttribute.cs b/src/Microsoft.AspNetCore.Components/Components/CascadingParameterAttribute.cs similarity index 100% rename from src/Microsoft.AspNetCore.Blazor/Components/CascadingParameterAttribute.cs rename to src/Microsoft.AspNetCore.Components/Components/CascadingParameterAttribute.cs diff --git a/src/Microsoft.AspNetCore.Blazor/Components/CascadingParameterState.cs b/src/Microsoft.AspNetCore.Components/Components/CascadingParameterState.cs similarity index 100% rename from src/Microsoft.AspNetCore.Blazor/Components/CascadingParameterState.cs rename to src/Microsoft.AspNetCore.Components/Components/CascadingParameterState.cs diff --git a/src/Microsoft.AspNetCore.Blazor/Components/CascadingValue.cs b/src/Microsoft.AspNetCore.Components/Components/CascadingValue.cs similarity index 100% rename from src/Microsoft.AspNetCore.Blazor/Components/CascadingValue.cs rename to src/Microsoft.AspNetCore.Components/Components/CascadingValue.cs diff --git a/src/Microsoft.AspNetCore.Blazor/Components/ChangeDetection.cs b/src/Microsoft.AspNetCore.Components/Components/ChangeDetection.cs similarity index 100% rename from src/Microsoft.AspNetCore.Blazor/Components/ChangeDetection.cs rename to src/Microsoft.AspNetCore.Components/Components/ChangeDetection.cs diff --git a/src/Microsoft.AspNetCore.Blazor/Components/ComponentFactory.cs b/src/Microsoft.AspNetCore.Components/Components/ComponentFactory.cs similarity index 100% rename from src/Microsoft.AspNetCore.Blazor/Components/ComponentFactory.cs rename to src/Microsoft.AspNetCore.Components/Components/ComponentFactory.cs diff --git a/src/Microsoft.AspNetCore.Blazor/Components/ComponentResolver.cs b/src/Microsoft.AspNetCore.Components/Components/ComponentResolver.cs similarity index 100% rename from src/Microsoft.AspNetCore.Blazor/Components/ComponentResolver.cs rename to src/Microsoft.AspNetCore.Components/Components/ComponentResolver.cs diff --git a/src/Microsoft.AspNetCore.Blazor/Components/EventHandlerAttribute.cs b/src/Microsoft.AspNetCore.Components/Components/EventHandlerAttribute.cs similarity index 100% rename from src/Microsoft.AspNetCore.Blazor/Components/EventHandlerAttribute.cs rename to src/Microsoft.AspNetCore.Components/Components/EventHandlerAttribute.cs diff --git a/src/Microsoft.AspNetCore.Blazor/Components/EventHandlerInvoker.cs b/src/Microsoft.AspNetCore.Components/Components/EventHandlerInvoker.cs similarity index 100% rename from src/Microsoft.AspNetCore.Blazor/Components/EventHandlerInvoker.cs rename to src/Microsoft.AspNetCore.Components/Components/EventHandlerInvoker.cs diff --git a/src/Microsoft.AspNetCore.Blazor/Components/EventHandlers.cs b/src/Microsoft.AspNetCore.Components/Components/EventHandlers.cs similarity index 100% rename from src/Microsoft.AspNetCore.Blazor/Components/EventHandlers.cs rename to src/Microsoft.AspNetCore.Components/Components/EventHandlers.cs diff --git a/src/Microsoft.AspNetCore.Blazor/Components/ICascadingValueComponent.cs b/src/Microsoft.AspNetCore.Components/Components/ICascadingValueComponent.cs similarity index 100% rename from src/Microsoft.AspNetCore.Blazor/Components/ICascadingValueComponent.cs rename to src/Microsoft.AspNetCore.Components/Components/ICascadingValueComponent.cs diff --git a/src/Microsoft.AspNetCore.Blazor/Components/IComponent.cs b/src/Microsoft.AspNetCore.Components/Components/IComponent.cs similarity index 100% rename from src/Microsoft.AspNetCore.Blazor/Components/IComponent.cs rename to src/Microsoft.AspNetCore.Components/Components/IComponent.cs diff --git a/src/Microsoft.AspNetCore.Blazor/Components/IHandleAfterRender.cs b/src/Microsoft.AspNetCore.Components/Components/IHandleAfterRender.cs similarity index 100% rename from src/Microsoft.AspNetCore.Blazor/Components/IHandleAfterRender.cs rename to src/Microsoft.AspNetCore.Components/Components/IHandleAfterRender.cs diff --git a/src/Microsoft.AspNetCore.Blazor/Components/IHandleEvent.cs b/src/Microsoft.AspNetCore.Components/Components/IHandleEvent.cs similarity index 100% rename from src/Microsoft.AspNetCore.Blazor/Components/IHandleEvent.cs rename to src/Microsoft.AspNetCore.Components/Components/IHandleEvent.cs diff --git a/src/Microsoft.AspNetCore.Blazor/Components/InjectAttribute.cs b/src/Microsoft.AspNetCore.Components/Components/InjectAttribute.cs similarity index 100% rename from src/Microsoft.AspNetCore.Blazor/Components/InjectAttribute.cs rename to src/Microsoft.AspNetCore.Components/Components/InjectAttribute.cs diff --git a/src/Microsoft.AspNetCore.Blazor/Components/Parameter.cs b/src/Microsoft.AspNetCore.Components/Components/Parameter.cs similarity index 100% rename from src/Microsoft.AspNetCore.Blazor/Components/Parameter.cs rename to src/Microsoft.AspNetCore.Components/Components/Parameter.cs diff --git a/src/Microsoft.AspNetCore.Blazor/Components/ParameterAttribute.cs b/src/Microsoft.AspNetCore.Components/Components/ParameterAttribute.cs similarity index 100% rename from src/Microsoft.AspNetCore.Blazor/Components/ParameterAttribute.cs rename to src/Microsoft.AspNetCore.Components/Components/ParameterAttribute.cs diff --git a/src/Microsoft.AspNetCore.Blazor/Components/ParameterCollection.cs b/src/Microsoft.AspNetCore.Components/Components/ParameterCollection.cs similarity index 100% rename from src/Microsoft.AspNetCore.Blazor/Components/ParameterCollection.cs rename to src/Microsoft.AspNetCore.Components/Components/ParameterCollection.cs diff --git a/src/Microsoft.AspNetCore.Blazor/Components/ParameterCollectionExtensions.cs b/src/Microsoft.AspNetCore.Components/Components/ParameterCollectionExtensions.cs similarity index 100% rename from src/Microsoft.AspNetCore.Blazor/Components/ParameterCollectionExtensions.cs rename to src/Microsoft.AspNetCore.Components/Components/ParameterCollectionExtensions.cs diff --git a/src/Microsoft.AspNetCore.Blazor/Components/ParameterEnumerator.cs b/src/Microsoft.AspNetCore.Components/Components/ParameterEnumerator.cs similarity index 100% rename from src/Microsoft.AspNetCore.Blazor/Components/ParameterEnumerator.cs rename to src/Microsoft.AspNetCore.Components/Components/ParameterEnumerator.cs diff --git a/src/Microsoft.AspNetCore.Blazor/Components/RenderHandle.cs b/src/Microsoft.AspNetCore.Components/Components/RenderHandle.cs similarity index 100% rename from src/Microsoft.AspNetCore.Blazor/Components/RenderHandle.cs rename to src/Microsoft.AspNetCore.Components/Components/RenderHandle.cs diff --git a/src/Microsoft.AspNetCore.Blazor/Components/RouteAttribute.cs b/src/Microsoft.AspNetCore.Components/Components/RouteAttribute.cs similarity index 100% rename from src/Microsoft.AspNetCore.Blazor/Components/RouteAttribute.cs rename to src/Microsoft.AspNetCore.Components/Components/RouteAttribute.cs diff --git a/src/Microsoft.AspNetCore.Blazor/Components/RuntimeHelpers.cs b/src/Microsoft.AspNetCore.Components/Components/RuntimeHelpers.cs similarity index 100% rename from src/Microsoft.AspNetCore.Blazor/Components/RuntimeHelpers.cs rename to src/Microsoft.AspNetCore.Components/Components/RuntimeHelpers.cs diff --git a/src/Microsoft.AspNetCore.Blazor/ElementRef.cs b/src/Microsoft.AspNetCore.Components/ElementRef.cs similarity index 100% rename from src/Microsoft.AspNetCore.Blazor/ElementRef.cs rename to src/Microsoft.AspNetCore.Components/ElementRef.cs diff --git a/src/Microsoft.AspNetCore.Blazor/HttpClientJsonExtensions.cs b/src/Microsoft.AspNetCore.Components/HttpClientJsonExtensions.cs similarity index 100% rename from src/Microsoft.AspNetCore.Blazor/HttpClientJsonExtensions.cs rename to src/Microsoft.AspNetCore.Components/HttpClientJsonExtensions.cs diff --git a/src/Microsoft.AspNetCore.Blazor/Json/JsonUtil.cs b/src/Microsoft.AspNetCore.Components/Json/JsonUtil.cs similarity index 100% rename from src/Microsoft.AspNetCore.Blazor/Json/JsonUtil.cs rename to src/Microsoft.AspNetCore.Components/Json/JsonUtil.cs diff --git a/src/Microsoft.AspNetCore.Blazor/Layouts/BlazorLayoutComponent.cs b/src/Microsoft.AspNetCore.Components/Layouts/BlazorLayoutComponent.cs similarity index 100% rename from src/Microsoft.AspNetCore.Blazor/Layouts/BlazorLayoutComponent.cs rename to src/Microsoft.AspNetCore.Components/Layouts/BlazorLayoutComponent.cs diff --git a/src/Microsoft.AspNetCore.Blazor/Layouts/LayoutAttribute.cs b/src/Microsoft.AspNetCore.Components/Layouts/LayoutAttribute.cs similarity index 100% rename from src/Microsoft.AspNetCore.Blazor/Layouts/LayoutAttribute.cs rename to src/Microsoft.AspNetCore.Components/Layouts/LayoutAttribute.cs diff --git a/src/Microsoft.AspNetCore.Blazor/Layouts/LayoutDisplay.cs b/src/Microsoft.AspNetCore.Components/Layouts/LayoutDisplay.cs similarity index 100% rename from src/Microsoft.AspNetCore.Blazor/Layouts/LayoutDisplay.cs rename to src/Microsoft.AspNetCore.Components/Layouts/LayoutDisplay.cs diff --git a/src/Microsoft.AspNetCore.Blazor/MarkupString.cs b/src/Microsoft.AspNetCore.Components/MarkupString.cs similarity index 100% rename from src/Microsoft.AspNetCore.Blazor/MarkupString.cs rename to src/Microsoft.AspNetCore.Components/MarkupString.cs diff --git a/src/Microsoft.AspNetCore.Blazor/Microsoft.AspNetCore.Blazor.csproj b/src/Microsoft.AspNetCore.Components/Microsoft.AspNetCore.Blazor.csproj similarity index 100% rename from src/Microsoft.AspNetCore.Blazor/Microsoft.AspNetCore.Blazor.csproj rename to src/Microsoft.AspNetCore.Components/Microsoft.AspNetCore.Blazor.csproj diff --git a/src/Microsoft.AspNetCore.Blazor/PlatformInfo.cs b/src/Microsoft.AspNetCore.Components/PlatformInfo.cs similarity index 100% rename from src/Microsoft.AspNetCore.Blazor/PlatformInfo.cs rename to src/Microsoft.AspNetCore.Components/PlatformInfo.cs diff --git a/src/Microsoft.AspNetCore.Blazor/Properties/AssemblyInfo.cs b/src/Microsoft.AspNetCore.Components/Properties/AssemblyInfo.cs similarity index 100% rename from src/Microsoft.AspNetCore.Blazor/Properties/AssemblyInfo.cs rename to src/Microsoft.AspNetCore.Components/Properties/AssemblyInfo.cs diff --git a/src/Microsoft.AspNetCore.Blazor/Reflection/IPropertySetter.cs b/src/Microsoft.AspNetCore.Components/Reflection/IPropertySetter.cs similarity index 100% rename from src/Microsoft.AspNetCore.Blazor/Reflection/IPropertySetter.cs rename to src/Microsoft.AspNetCore.Components/Reflection/IPropertySetter.cs diff --git a/src/Microsoft.AspNetCore.Blazor/Reflection/MemberAssignment.cs b/src/Microsoft.AspNetCore.Components/Reflection/MemberAssignment.cs similarity index 100% rename from src/Microsoft.AspNetCore.Blazor/Reflection/MemberAssignment.cs rename to src/Microsoft.AspNetCore.Components/Reflection/MemberAssignment.cs diff --git a/src/Microsoft.AspNetCore.Blazor/RenderFragment.cs b/src/Microsoft.AspNetCore.Components/RenderFragment.cs similarity index 100% rename from src/Microsoft.AspNetCore.Blazor/RenderFragment.cs rename to src/Microsoft.AspNetCore.Components/RenderFragment.cs diff --git a/src/Microsoft.AspNetCore.Blazor/RenderTree/ArrayBuilder.cs b/src/Microsoft.AspNetCore.Components/RenderTree/ArrayBuilder.cs similarity index 100% rename from src/Microsoft.AspNetCore.Blazor/RenderTree/ArrayBuilder.cs rename to src/Microsoft.AspNetCore.Components/RenderTree/ArrayBuilder.cs diff --git a/src/Microsoft.AspNetCore.Blazor/RenderTree/ArrayRange.cs b/src/Microsoft.AspNetCore.Components/RenderTree/ArrayRange.cs similarity index 100% rename from src/Microsoft.AspNetCore.Blazor/RenderTree/ArrayRange.cs rename to src/Microsoft.AspNetCore.Components/RenderTree/ArrayRange.cs diff --git a/src/Microsoft.AspNetCore.Blazor/RenderTree/RenderTreeBuilder.cs b/src/Microsoft.AspNetCore.Components/RenderTree/RenderTreeBuilder.cs similarity index 99% rename from src/Microsoft.AspNetCore.Blazor/RenderTree/RenderTreeBuilder.cs rename to src/Microsoft.AspNetCore.Components/RenderTree/RenderTreeBuilder.cs index 5ffe4164..447fd9c9 100644 --- a/src/Microsoft.AspNetCore.Blazor/RenderTree/RenderTreeBuilder.cs +++ b/src/Microsoft.AspNetCore.Components/RenderTree/RenderTreeBuilder.cs @@ -12,7 +12,7 @@ namespace Microsoft.AspNetCore.Blazor.RenderTree // IMPORTANT // // Many of these names are used in code generation. Keep these in sync with the code generation code - // See: src/Microsoft.AspNetCore.Blazor.Razor.Extensions/BlazorApi.cs + // See: src/Microsoft.AspNetCore.Components.Razor.Extensions/BlazorApi.cs /// /// Provides methods for building a collection of entries. diff --git a/src/Microsoft.AspNetCore.Blazor/RenderTree/RenderTreeDiff.cs b/src/Microsoft.AspNetCore.Components/RenderTree/RenderTreeDiff.cs similarity index 100% rename from src/Microsoft.AspNetCore.Blazor/RenderTree/RenderTreeDiff.cs rename to src/Microsoft.AspNetCore.Components/RenderTree/RenderTreeDiff.cs diff --git a/src/Microsoft.AspNetCore.Blazor/RenderTree/RenderTreeDiffBuilder.cs b/src/Microsoft.AspNetCore.Components/RenderTree/RenderTreeDiffBuilder.cs similarity index 100% rename from src/Microsoft.AspNetCore.Blazor/RenderTree/RenderTreeDiffBuilder.cs rename to src/Microsoft.AspNetCore.Components/RenderTree/RenderTreeDiffBuilder.cs diff --git a/src/Microsoft.AspNetCore.Blazor/RenderTree/RenderTreeEdit.cs b/src/Microsoft.AspNetCore.Components/RenderTree/RenderTreeEdit.cs similarity index 100% rename from src/Microsoft.AspNetCore.Blazor/RenderTree/RenderTreeEdit.cs rename to src/Microsoft.AspNetCore.Components/RenderTree/RenderTreeEdit.cs diff --git a/src/Microsoft.AspNetCore.Blazor/RenderTree/RenderTreeEditType.cs b/src/Microsoft.AspNetCore.Components/RenderTree/RenderTreeEditType.cs similarity index 100% rename from src/Microsoft.AspNetCore.Blazor/RenderTree/RenderTreeEditType.cs rename to src/Microsoft.AspNetCore.Components/RenderTree/RenderTreeEditType.cs diff --git a/src/Microsoft.AspNetCore.Blazor/RenderTree/RenderTreeFrame.cs b/src/Microsoft.AspNetCore.Components/RenderTree/RenderTreeFrame.cs similarity index 100% rename from src/Microsoft.AspNetCore.Blazor/RenderTree/RenderTreeFrame.cs rename to src/Microsoft.AspNetCore.Components/RenderTree/RenderTreeFrame.cs diff --git a/src/Microsoft.AspNetCore.Blazor/RenderTree/RenderTreeFrameType.cs b/src/Microsoft.AspNetCore.Components/RenderTree/RenderTreeFrameType.cs similarity index 100% rename from src/Microsoft.AspNetCore.Blazor/RenderTree/RenderTreeFrameType.cs rename to src/Microsoft.AspNetCore.Components/RenderTree/RenderTreeFrameType.cs diff --git a/src/Microsoft.AspNetCore.Blazor/Rendering/ComponentState.cs b/src/Microsoft.AspNetCore.Components/Rendering/ComponentState.cs similarity index 100% rename from src/Microsoft.AspNetCore.Blazor/Rendering/ComponentState.cs rename to src/Microsoft.AspNetCore.Components/Rendering/ComponentState.cs diff --git a/src/Microsoft.AspNetCore.Blazor/Rendering/RenderBatch.cs b/src/Microsoft.AspNetCore.Components/Rendering/RenderBatch.cs similarity index 100% rename from src/Microsoft.AspNetCore.Blazor/Rendering/RenderBatch.cs rename to src/Microsoft.AspNetCore.Components/Rendering/RenderBatch.cs diff --git a/src/Microsoft.AspNetCore.Blazor/Rendering/RenderBatchBuilder.cs b/src/Microsoft.AspNetCore.Components/Rendering/RenderBatchBuilder.cs similarity index 100% rename from src/Microsoft.AspNetCore.Blazor/Rendering/RenderBatchBuilder.cs rename to src/Microsoft.AspNetCore.Components/Rendering/RenderBatchBuilder.cs diff --git a/src/Microsoft.AspNetCore.Blazor/Rendering/RenderQueueEntry.cs b/src/Microsoft.AspNetCore.Components/Rendering/RenderQueueEntry.cs similarity index 100% rename from src/Microsoft.AspNetCore.Blazor/Rendering/RenderQueueEntry.cs rename to src/Microsoft.AspNetCore.Components/Rendering/RenderQueueEntry.cs diff --git a/src/Microsoft.AspNetCore.Blazor/Rendering/Renderer.cs b/src/Microsoft.AspNetCore.Components/Rendering/Renderer.cs similarity index 100% rename from src/Microsoft.AspNetCore.Blazor/Rendering/Renderer.cs rename to src/Microsoft.AspNetCore.Components/Rendering/Renderer.cs diff --git a/src/Microsoft.AspNetCore.Blazor/Routing/NavLink.cs b/src/Microsoft.AspNetCore.Components/Routing/NavLink.cs similarity index 100% rename from src/Microsoft.AspNetCore.Blazor/Routing/NavLink.cs rename to src/Microsoft.AspNetCore.Components/Routing/NavLink.cs diff --git a/src/Microsoft.AspNetCore.Blazor/Routing/NavLinkMatch.cs b/src/Microsoft.AspNetCore.Components/Routing/NavLinkMatch.cs similarity index 100% rename from src/Microsoft.AspNetCore.Blazor/Routing/NavLinkMatch.cs rename to src/Microsoft.AspNetCore.Components/Routing/NavLinkMatch.cs diff --git a/src/Microsoft.AspNetCore.Blazor/Routing/RouteConstraint.cs b/src/Microsoft.AspNetCore.Components/Routing/RouteConstraint.cs similarity index 100% rename from src/Microsoft.AspNetCore.Blazor/Routing/RouteConstraint.cs rename to src/Microsoft.AspNetCore.Components/Routing/RouteConstraint.cs diff --git a/src/Microsoft.AspNetCore.Blazor/Routing/RouteContext.cs b/src/Microsoft.AspNetCore.Components/Routing/RouteContext.cs similarity index 100% rename from src/Microsoft.AspNetCore.Blazor/Routing/RouteContext.cs rename to src/Microsoft.AspNetCore.Components/Routing/RouteContext.cs diff --git a/src/Microsoft.AspNetCore.Blazor/Routing/RouteEntry.cs b/src/Microsoft.AspNetCore.Components/Routing/RouteEntry.cs similarity index 100% rename from src/Microsoft.AspNetCore.Blazor/Routing/RouteEntry.cs rename to src/Microsoft.AspNetCore.Components/Routing/RouteEntry.cs diff --git a/src/Microsoft.AspNetCore.Blazor/Routing/RouteTable.cs b/src/Microsoft.AspNetCore.Components/Routing/RouteTable.cs similarity index 100% rename from src/Microsoft.AspNetCore.Blazor/Routing/RouteTable.cs rename to src/Microsoft.AspNetCore.Components/Routing/RouteTable.cs diff --git a/src/Microsoft.AspNetCore.Blazor/Routing/RouteTemplate.cs b/src/Microsoft.AspNetCore.Components/Routing/RouteTemplate.cs similarity index 100% rename from src/Microsoft.AspNetCore.Blazor/Routing/RouteTemplate.cs rename to src/Microsoft.AspNetCore.Components/Routing/RouteTemplate.cs diff --git a/src/Microsoft.AspNetCore.Blazor/Routing/Router.cs b/src/Microsoft.AspNetCore.Components/Routing/Router.cs similarity index 100% rename from src/Microsoft.AspNetCore.Blazor/Routing/Router.cs rename to src/Microsoft.AspNetCore.Components/Routing/Router.cs diff --git a/src/Microsoft.AspNetCore.Blazor/Routing/TemplateParser.cs b/src/Microsoft.AspNetCore.Components/Routing/TemplateParser.cs similarity index 100% rename from src/Microsoft.AspNetCore.Blazor/Routing/TemplateParser.cs rename to src/Microsoft.AspNetCore.Components/Routing/TemplateParser.cs diff --git a/src/Microsoft.AspNetCore.Blazor/Routing/TemplateSegment.cs b/src/Microsoft.AspNetCore.Components/Routing/TemplateSegment.cs similarity index 100% rename from src/Microsoft.AspNetCore.Blazor/Routing/TemplateSegment.cs rename to src/Microsoft.AspNetCore.Components/Routing/TemplateSegment.cs diff --git a/src/Microsoft.AspNetCore.Blazor/Routing/TypeRouteConstraint.cs b/src/Microsoft.AspNetCore.Components/Routing/TypeRouteConstraint.cs similarity index 100% rename from src/Microsoft.AspNetCore.Blazor/Routing/TypeRouteConstraint.cs rename to src/Microsoft.AspNetCore.Components/Routing/TypeRouteConstraint.cs diff --git a/src/Microsoft.AspNetCore.Blazor/Services/IUriHelper.cs b/src/Microsoft.AspNetCore.Components/Services/IUriHelper.cs similarity index 100% rename from src/Microsoft.AspNetCore.Blazor/Services/IUriHelper.cs rename to src/Microsoft.AspNetCore.Components/Services/IUriHelper.cs diff --git a/src/Microsoft.AspNetCore.Blazor/Services/UriHelperBase.cs b/src/Microsoft.AspNetCore.Components/Services/UriHelperBase.cs similarity index 100% rename from src/Microsoft.AspNetCore.Blazor/Services/UriHelperBase.cs rename to src/Microsoft.AspNetCore.Components/Services/UriHelperBase.cs diff --git a/src/Microsoft.AspNetCore.Blazor/UIEventArgs.cs b/src/Microsoft.AspNetCore.Components/UIEventArgs.cs similarity index 100% rename from src/Microsoft.AspNetCore.Blazor/UIEventArgs.cs rename to src/Microsoft.AspNetCore.Components/UIEventArgs.cs diff --git a/src/Microsoft.AspNetCore.Blazor/UIEventArgsRenderTreeBuilderExtensions.cs b/src/Microsoft.AspNetCore.Components/UIEventArgsRenderTreeBuilderExtensions.cs similarity index 100% rename from src/Microsoft.AspNetCore.Blazor/UIEventArgsRenderTreeBuilderExtensions.cs rename to src/Microsoft.AspNetCore.Components/UIEventArgsRenderTreeBuilderExtensions.cs diff --git a/test/Microsoft.AspNetCore.Blazor.Analyzers.Test/ComponentParametersShouldNotBePublicTest.cs b/test/Microsoft.AspNetCore.Components.Analyzers.Test/ComponentParametersShouldNotBePublicTest.cs similarity index 100% rename from test/Microsoft.AspNetCore.Blazor.Analyzers.Test/ComponentParametersShouldNotBePublicTest.cs rename to test/Microsoft.AspNetCore.Components.Analyzers.Test/ComponentParametersShouldNotBePublicTest.cs diff --git a/test/Microsoft.AspNetCore.Blazor.Analyzers.Test/Helpers/CodeFixVerifier.Helper.cs b/test/Microsoft.AspNetCore.Components.Analyzers.Test/Helpers/CodeFixVerifier.Helper.cs similarity index 100% rename from test/Microsoft.AspNetCore.Blazor.Analyzers.Test/Helpers/CodeFixVerifier.Helper.cs rename to test/Microsoft.AspNetCore.Components.Analyzers.Test/Helpers/CodeFixVerifier.Helper.cs diff --git a/test/Microsoft.AspNetCore.Blazor.Analyzers.Test/Helpers/DiagnosticResult.cs b/test/Microsoft.AspNetCore.Components.Analyzers.Test/Helpers/DiagnosticResult.cs similarity index 100% rename from test/Microsoft.AspNetCore.Blazor.Analyzers.Test/Helpers/DiagnosticResult.cs rename to test/Microsoft.AspNetCore.Components.Analyzers.Test/Helpers/DiagnosticResult.cs diff --git a/test/Microsoft.AspNetCore.Blazor.Analyzers.Test/Helpers/DiagnosticVerifier.Helper.cs b/test/Microsoft.AspNetCore.Components.Analyzers.Test/Helpers/DiagnosticVerifier.Helper.cs similarity index 100% rename from test/Microsoft.AspNetCore.Blazor.Analyzers.Test/Helpers/DiagnosticVerifier.Helper.cs rename to test/Microsoft.AspNetCore.Components.Analyzers.Test/Helpers/DiagnosticVerifier.Helper.cs diff --git a/test/Microsoft.AspNetCore.Blazor.Analyzers.Test/Microsoft.AspNetCore.Blazor.Analyzers.Test.csproj b/test/Microsoft.AspNetCore.Components.Analyzers.Test/Microsoft.AspNetCore.Blazor.Analyzers.Test.csproj similarity index 68% rename from test/Microsoft.AspNetCore.Blazor.Analyzers.Test/Microsoft.AspNetCore.Blazor.Analyzers.Test.csproj rename to test/Microsoft.AspNetCore.Components.Analyzers.Test/Microsoft.AspNetCore.Blazor.Analyzers.Test.csproj index 4dd32bac..4715aa21 100644 --- a/test/Microsoft.AspNetCore.Blazor.Analyzers.Test/Microsoft.AspNetCore.Blazor.Analyzers.Test.csproj +++ b/test/Microsoft.AspNetCore.Components.Analyzers.Test/Microsoft.AspNetCore.Blazor.Analyzers.Test.csproj @@ -13,8 +13,8 @@ - - + + diff --git a/test/Microsoft.AspNetCore.Blazor.Analyzers.Test/Verifiers/CodeFixVerifier.cs b/test/Microsoft.AspNetCore.Components.Analyzers.Test/Verifiers/CodeFixVerifier.cs similarity index 100% rename from test/Microsoft.AspNetCore.Blazor.Analyzers.Test/Verifiers/CodeFixVerifier.cs rename to test/Microsoft.AspNetCore.Components.Analyzers.Test/Verifiers/CodeFixVerifier.cs diff --git a/test/Microsoft.AspNetCore.Blazor.Analyzers.Test/Verifiers/DiagnosticVerifier.cs b/test/Microsoft.AspNetCore.Components.Analyzers.Test/Verifiers/DiagnosticVerifier.cs similarity index 100% rename from test/Microsoft.AspNetCore.Blazor.Analyzers.Test/Verifiers/DiagnosticVerifier.cs rename to test/Microsoft.AspNetCore.Components.Analyzers.Test/Verifiers/DiagnosticVerifier.cs diff --git a/test/Microsoft.AspNetCore.Blazor.Browser.Test/BrowserUriHelperTest.cs b/test/Microsoft.AspNetCore.Components.Browser.Test/BrowserUriHelperTest.cs similarity index 100% rename from test/Microsoft.AspNetCore.Blazor.Browser.Test/BrowserUriHelperTest.cs rename to test/Microsoft.AspNetCore.Components.Browser.Test/BrowserUriHelperTest.cs diff --git a/test/Microsoft.AspNetCore.Blazor.Browser.Test/Hosting/ConventionBasedStartupTest.cs b/test/Microsoft.AspNetCore.Components.Browser.Test/Hosting/ConventionBasedStartupTest.cs similarity index 100% rename from test/Microsoft.AspNetCore.Blazor.Browser.Test/Hosting/ConventionBasedStartupTest.cs rename to test/Microsoft.AspNetCore.Components.Browser.Test/Hosting/ConventionBasedStartupTest.cs diff --git a/test/Microsoft.AspNetCore.Blazor.Browser.Test/Hosting/WebAssemblyHostBuilderTest.cs b/test/Microsoft.AspNetCore.Components.Browser.Test/Hosting/WebAssemblyHostBuilderTest.cs similarity index 100% rename from test/Microsoft.AspNetCore.Blazor.Browser.Test/Hosting/WebAssemblyHostBuilderTest.cs rename to test/Microsoft.AspNetCore.Components.Browser.Test/Hosting/WebAssemblyHostBuilderTest.cs diff --git a/test/Microsoft.AspNetCore.Blazor.Browser.Test/Hosting/WebAssemblyHostTest.cs b/test/Microsoft.AspNetCore.Components.Browser.Test/Hosting/WebAssemblyHostTest.cs similarity index 100% rename from test/Microsoft.AspNetCore.Blazor.Browser.Test/Hosting/WebAssemblyHostTest.cs rename to test/Microsoft.AspNetCore.Components.Browser.Test/Hosting/WebAssemblyHostTest.cs diff --git a/test/Microsoft.AspNetCore.Blazor.Browser.Test/Microsoft.AspNetCore.Blazor.Browser.Test.csproj b/test/Microsoft.AspNetCore.Components.Browser.Test/Microsoft.AspNetCore.Blazor.Browser.Test.csproj similarity index 82% rename from test/Microsoft.AspNetCore.Blazor.Browser.Test/Microsoft.AspNetCore.Blazor.Browser.Test.csproj rename to test/Microsoft.AspNetCore.Components.Browser.Test/Microsoft.AspNetCore.Blazor.Browser.Test.csproj index edcacc0c..72ac4bd1 100644 --- a/test/Microsoft.AspNetCore.Blazor.Browser.Test/Microsoft.AspNetCore.Blazor.Browser.Test.csproj +++ b/test/Microsoft.AspNetCore.Components.Browser.Test/Microsoft.AspNetCore.Blazor.Browser.Test.csproj @@ -14,7 +14,7 @@ - + diff --git a/test/Microsoft.AspNetCore.Blazor.Build.Test/BindRazorIntegrationTest.cs b/test/Microsoft.AspNetCore.Components.Build.Test/BindRazorIntegrationTest.cs similarity index 100% rename from test/Microsoft.AspNetCore.Blazor.Build.Test/BindRazorIntegrationTest.cs rename to test/Microsoft.AspNetCore.Components.Build.Test/BindRazorIntegrationTest.cs diff --git a/test/Microsoft.AspNetCore.Blazor.Build.Test/BootJsonWriterTest.cs b/test/Microsoft.AspNetCore.Components.Build.Test/BootJsonWriterTest.cs similarity index 100% rename from test/Microsoft.AspNetCore.Blazor.Build.Test/BootJsonWriterTest.cs rename to test/Microsoft.AspNetCore.Components.Build.Test/BootJsonWriterTest.cs diff --git a/test/Microsoft.AspNetCore.Blazor.Build.Test/ChildContentRazorIntegrationTest.cs b/test/Microsoft.AspNetCore.Components.Build.Test/ChildContentRazorIntegrationTest.cs similarity index 100% rename from test/Microsoft.AspNetCore.Blazor.Build.Test/ChildContentRazorIntegrationTest.cs rename to test/Microsoft.AspNetCore.Components.Build.Test/ChildContentRazorIntegrationTest.cs diff --git a/test/Microsoft.AspNetCore.Blazor.Build.Test/CodeGenerationTestBase.cs b/test/Microsoft.AspNetCore.Components.Build.Test/CodeGenerationTestBase.cs similarity index 100% rename from test/Microsoft.AspNetCore.Blazor.Build.Test/CodeGenerationTestBase.cs rename to test/Microsoft.AspNetCore.Components.Build.Test/CodeGenerationTestBase.cs diff --git a/test/Microsoft.AspNetCore.Blazor.Build.Test/ComponentDiscoveryRazorIntegrationTest.cs b/test/Microsoft.AspNetCore.Components.Build.Test/ComponentDiscoveryRazorIntegrationTest.cs similarity index 100% rename from test/Microsoft.AspNetCore.Blazor.Build.Test/ComponentDiscoveryRazorIntegrationTest.cs rename to test/Microsoft.AspNetCore.Components.Build.Test/ComponentDiscoveryRazorIntegrationTest.cs diff --git a/test/Microsoft.AspNetCore.Blazor.Build.Test/ComponentRenderingRazorIntegrationTest.cs b/test/Microsoft.AspNetCore.Components.Build.Test/ComponentRenderingRazorIntegrationTest.cs similarity index 100% rename from test/Microsoft.AspNetCore.Blazor.Build.Test/ComponentRenderingRazorIntegrationTest.cs rename to test/Microsoft.AspNetCore.Components.Build.Test/ComponentRenderingRazorIntegrationTest.cs diff --git a/test/Microsoft.AspNetCore.Blazor.Build.Test/DeclarationRazorIntegrationTest.cs b/test/Microsoft.AspNetCore.Components.Build.Test/DeclarationRazorIntegrationTest.cs similarity index 100% rename from test/Microsoft.AspNetCore.Blazor.Build.Test/DeclarationRazorIntegrationTest.cs rename to test/Microsoft.AspNetCore.Components.Build.Test/DeclarationRazorIntegrationTest.cs diff --git a/test/Microsoft.AspNetCore.Blazor.Build.Test/DesignTimeCodeGenerationTest.cs b/test/Microsoft.AspNetCore.Components.Build.Test/DesignTimeCodeGenerationTest.cs similarity index 100% rename from test/Microsoft.AspNetCore.Blazor.Build.Test/DesignTimeCodeGenerationTest.cs rename to test/Microsoft.AspNetCore.Components.Build.Test/DesignTimeCodeGenerationTest.cs diff --git a/test/Microsoft.AspNetCore.Blazor.Build.Test/DiagnosticRazorIntegrationTest.cs b/test/Microsoft.AspNetCore.Components.Build.Test/DiagnosticRazorIntegrationTest.cs similarity index 100% rename from test/Microsoft.AspNetCore.Blazor.Build.Test/DiagnosticRazorIntegrationTest.cs rename to test/Microsoft.AspNetCore.Components.Build.Test/DiagnosticRazorIntegrationTest.cs diff --git a/test/Microsoft.AspNetCore.Blazor.Build.Test/DirectiveRazorIntegrationTest.cs b/test/Microsoft.AspNetCore.Components.Build.Test/DirectiveRazorIntegrationTest.cs similarity index 100% rename from test/Microsoft.AspNetCore.Blazor.Build.Test/DirectiveRazorIntegrationTest.cs rename to test/Microsoft.AspNetCore.Components.Build.Test/DirectiveRazorIntegrationTest.cs diff --git a/test/Microsoft.AspNetCore.Blazor.Build.Test/FilePathRazorIntegrationTest.cs b/test/Microsoft.AspNetCore.Components.Build.Test/FilePathRazorIntegrationTest.cs similarity index 100% rename from test/Microsoft.AspNetCore.Blazor.Build.Test/FilePathRazorIntegrationTest.cs rename to test/Microsoft.AspNetCore.Components.Build.Test/FilePathRazorIntegrationTest.cs diff --git a/test/Microsoft.AspNetCore.Blazor.Build.Test/GenericComponentRazorIntegrationTest.cs b/test/Microsoft.AspNetCore.Components.Build.Test/GenericComponentRazorIntegrationTest.cs similarity index 100% rename from test/Microsoft.AspNetCore.Blazor.Build.Test/GenericComponentRazorIntegrationTest.cs rename to test/Microsoft.AspNetCore.Components.Build.Test/GenericComponentRazorIntegrationTest.cs diff --git a/test/Microsoft.AspNetCore.Blazor.Build.Test/Microsoft.AspNetCore.Blazor.Build.Test.csproj b/test/Microsoft.AspNetCore.Components.Build.Test/Microsoft.AspNetCore.Blazor.Build.Test.csproj similarity index 80% rename from test/Microsoft.AspNetCore.Blazor.Build.Test/Microsoft.AspNetCore.Blazor.Build.Test.csproj rename to test/Microsoft.AspNetCore.Components.Build.Test/Microsoft.AspNetCore.Blazor.Build.Test.csproj index 6aeb033c..77f41b63 100644 --- a/test/Microsoft.AspNetCore.Blazor.Build.Test/Microsoft.AspNetCore.Blazor.Build.Test.csproj +++ b/test/Microsoft.AspNetCore.Components.Build.Test/Microsoft.AspNetCore.Blazor.Build.Test.csproj @@ -27,8 +27,8 @@ - - + + @@ -40,7 +40,7 @@ - + diff --git a/test/Microsoft.AspNetCore.Blazor.Build.Test/Razor/InitializeTestFileAttribute.cs b/test/Microsoft.AspNetCore.Components.Build.Test/Razor/InitializeTestFileAttribute.cs similarity index 100% rename from test/Microsoft.AspNetCore.Blazor.Build.Test/Razor/InitializeTestFileAttribute.cs rename to test/Microsoft.AspNetCore.Components.Build.Test/Razor/InitializeTestFileAttribute.cs diff --git a/test/Microsoft.AspNetCore.Blazor.Build.Test/Razor/IntermediateNodeSerializer.cs b/test/Microsoft.AspNetCore.Components.Build.Test/Razor/IntermediateNodeSerializer.cs similarity index 100% rename from test/Microsoft.AspNetCore.Blazor.Build.Test/Razor/IntermediateNodeSerializer.cs rename to test/Microsoft.AspNetCore.Components.Build.Test/Razor/IntermediateNodeSerializer.cs diff --git a/test/Microsoft.AspNetCore.Blazor.Build.Test/Razor/IntermediateNodeVerifier.cs b/test/Microsoft.AspNetCore.Components.Build.Test/Razor/IntermediateNodeVerifier.cs similarity index 100% rename from test/Microsoft.AspNetCore.Blazor.Build.Test/Razor/IntermediateNodeVerifier.cs rename to test/Microsoft.AspNetCore.Components.Build.Test/Razor/IntermediateNodeVerifier.cs diff --git a/test/Microsoft.AspNetCore.Blazor.Build.Test/Razor/IntermediateNodeWriter.cs b/test/Microsoft.AspNetCore.Components.Build.Test/Razor/IntermediateNodeWriter.cs similarity index 100% rename from test/Microsoft.AspNetCore.Blazor.Build.Test/Razor/IntermediateNodeWriter.cs rename to test/Microsoft.AspNetCore.Components.Build.Test/Razor/IntermediateNodeWriter.cs diff --git a/test/Microsoft.AspNetCore.Blazor.Build.Test/Razor/NotFoundProjectItem.cs b/test/Microsoft.AspNetCore.Components.Build.Test/Razor/NotFoundProjectItem.cs similarity index 100% rename from test/Microsoft.AspNetCore.Blazor.Build.Test/Razor/NotFoundProjectItem.cs rename to test/Microsoft.AspNetCore.Components.Build.Test/Razor/NotFoundProjectItem.cs diff --git a/test/Microsoft.AspNetCore.Blazor.Build.Test/Razor/RazorDiagnosticSerializer.cs b/test/Microsoft.AspNetCore.Components.Build.Test/Razor/RazorDiagnosticSerializer.cs similarity index 100% rename from test/Microsoft.AspNetCore.Blazor.Build.Test/Razor/RazorDiagnosticSerializer.cs rename to test/Microsoft.AspNetCore.Components.Build.Test/Razor/RazorDiagnosticSerializer.cs diff --git a/test/Microsoft.AspNetCore.Blazor.Build.Test/Razor/SourceMappingsSerializer.cs b/test/Microsoft.AspNetCore.Components.Build.Test/Razor/SourceMappingsSerializer.cs similarity index 100% rename from test/Microsoft.AspNetCore.Blazor.Build.Test/Razor/SourceMappingsSerializer.cs rename to test/Microsoft.AspNetCore.Components.Build.Test/Razor/SourceMappingsSerializer.cs diff --git a/test/Microsoft.AspNetCore.Blazor.Build.Test/Razor/TestFile.cs b/test/Microsoft.AspNetCore.Components.Build.Test/Razor/TestFile.cs similarity index 100% rename from test/Microsoft.AspNetCore.Blazor.Build.Test/Razor/TestFile.cs rename to test/Microsoft.AspNetCore.Components.Build.Test/Razor/TestFile.cs diff --git a/test/Microsoft.AspNetCore.Blazor.Build.Test/Razor/TestProject.cs b/test/Microsoft.AspNetCore.Components.Build.Test/Razor/TestProject.cs similarity index 77% rename from test/Microsoft.AspNetCore.Blazor.Build.Test/Razor/TestProject.cs rename to test/Microsoft.AspNetCore.Components.Build.Test/Razor/TestProject.cs index dd0015aa..fcc73ee4 100644 --- a/test/Microsoft.AspNetCore.Blazor.Build.Test/Razor/TestProject.cs +++ b/test/Microsoft.AspNetCore.Components.Build.Test/Razor/TestProject.cs @@ -1,4 +1,4 @@ -// 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. using System; @@ -13,6 +13,15 @@ namespace Microsoft.AspNetCore.Razor.Language var solutionDir = GetSolutionRootDirectory("Blazor"); var assemblyName = type.Assembly.GetName().Name; + + // Temporary special case during code migration + // TODO: Remove this when all renames are finished + var componentsPrefix = "Microsoft.AspNetCore.Blazor."; + if (assemblyName.StartsWith(componentsPrefix)) + { + assemblyName = "Microsoft.AspNetCore.Components." + assemblyName.Substring(componentsPrefix.Length); + } + var projectDirectory = Path.Combine(solutionDir, "test", assemblyName); if (!Directory.Exists(projectDirectory)) { diff --git a/test/Microsoft.AspNetCore.Blazor.Build.Test/Razor/VirtualProjectFileSystem.cs b/test/Microsoft.AspNetCore.Components.Build.Test/Razor/VirtualProjectFileSystem.cs similarity index 100% rename from test/Microsoft.AspNetCore.Blazor.Build.Test/Razor/VirtualProjectFileSystem.cs rename to test/Microsoft.AspNetCore.Components.Build.Test/Razor/VirtualProjectFileSystem.cs diff --git a/test/Microsoft.AspNetCore.Blazor.Build.Test/Razor/VirtualProjectItem.cs b/test/Microsoft.AspNetCore.Components.Build.Test/Razor/VirtualProjectItem.cs similarity index 100% rename from test/Microsoft.AspNetCore.Blazor.Build.Test/Razor/VirtualProjectItem.cs rename to test/Microsoft.AspNetCore.Components.Build.Test/Razor/VirtualProjectItem.cs diff --git a/test/Microsoft.AspNetCore.Blazor.Build.Test/RazorBaselineIntegrationTestBase.cs b/test/Microsoft.AspNetCore.Components.Build.Test/RazorBaselineIntegrationTestBase.cs similarity index 100% rename from test/Microsoft.AspNetCore.Blazor.Build.Test/RazorBaselineIntegrationTestBase.cs rename to test/Microsoft.AspNetCore.Components.Build.Test/RazorBaselineIntegrationTestBase.cs diff --git a/test/Microsoft.AspNetCore.Blazor.Build.Test/RazorIntegrationTestBase.cs b/test/Microsoft.AspNetCore.Components.Build.Test/RazorIntegrationTestBase.cs similarity index 100% rename from test/Microsoft.AspNetCore.Blazor.Build.Test/RazorIntegrationTestBase.cs rename to test/Microsoft.AspNetCore.Components.Build.Test/RazorIntegrationTestBase.cs diff --git a/test/Microsoft.AspNetCore.Blazor.Build.Test/RenderingRazorIntegrationTest.cs b/test/Microsoft.AspNetCore.Components.Build.Test/RenderingRazorIntegrationTest.cs similarity index 100% rename from test/Microsoft.AspNetCore.Blazor.Build.Test/RenderingRazorIntegrationTest.cs rename to test/Microsoft.AspNetCore.Components.Build.Test/RenderingRazorIntegrationTest.cs diff --git a/test/Microsoft.AspNetCore.Blazor.Build.Test/RuntimeCodeGenerationTest.cs b/test/Microsoft.AspNetCore.Components.Build.Test/RuntimeCodeGenerationTest.cs similarity index 100% rename from test/Microsoft.AspNetCore.Blazor.Build.Test/RuntimeCodeGenerationTest.cs rename to test/Microsoft.AspNetCore.Components.Build.Test/RuntimeCodeGenerationTest.cs diff --git a/test/Microsoft.AspNetCore.Blazor.Build.Test/RuntimeDependenciesResolverTest.cs b/test/Microsoft.AspNetCore.Components.Build.Test/RuntimeDependenciesResolverTest.cs similarity index 96% rename from test/Microsoft.AspNetCore.Blazor.Build.Test/RuntimeDependenciesResolverTest.cs rename to test/Microsoft.AspNetCore.Components.Build.Test/RuntimeDependenciesResolverTest.cs index 37186c96..4b370797 100644 --- a/test/Microsoft.AspNetCore.Blazor.Build.Test/RuntimeDependenciesResolverTest.cs +++ b/test/Microsoft.AspNetCore.Components.Build.Test/RuntimeDependenciesResolverTest.cs @@ -35,8 +35,8 @@ namespace Microsoft.AspNetCore.Blazor.Build.Test var basePath = Path.GetDirectoryName(typeof(RuntimeDependenciesResolverTest).Assembly.Location); var bclLocations = new [] { - Path.Combine(basePath, "../../../../../src/mono/dist/bcl/"), - Path.Combine(basePath, "../../../../../src/mono/dist/bcl/Facades/"), + Path.Combine(basePath, "../../../../../blazor/src/mono/dist/bcl/"), + Path.Combine(basePath, "../../../../../blazor/src/mono/dist/bcl/Facades/"), }; var expectedContents = new[] diff --git a/test/Microsoft.AspNetCore.Blazor.Build.Test/TemplateRazorIntegrationTest.cs b/test/Microsoft.AspNetCore.Components.Build.Test/TemplateRazorIntegrationTest.cs similarity index 100% rename from test/Microsoft.AspNetCore.Blazor.Build.Test/TemplateRazorIntegrationTest.cs rename to test/Microsoft.AspNetCore.Components.Build.Test/TemplateRazorIntegrationTest.cs diff --git a/test/Microsoft.AspNetCore.Blazor.Build.Test/TestFiles/DesignTimeCodeGenerationTest/AsyncEventHandler_OnElement_ActionEventArgs_Lambda/TestComponent.codegen.cs b/test/Microsoft.AspNetCore.Components.Build.Test/TestFiles/DesignTimeCodeGenerationTest/AsyncEventHandler_OnElement_ActionEventArgs_Lambda/TestComponent.codegen.cs similarity index 100% rename from test/Microsoft.AspNetCore.Blazor.Build.Test/TestFiles/DesignTimeCodeGenerationTest/AsyncEventHandler_OnElement_ActionEventArgs_Lambda/TestComponent.codegen.cs rename to test/Microsoft.AspNetCore.Components.Build.Test/TestFiles/DesignTimeCodeGenerationTest/AsyncEventHandler_OnElement_ActionEventArgs_Lambda/TestComponent.codegen.cs diff --git a/test/Microsoft.AspNetCore.Blazor.Build.Test/TestFiles/DesignTimeCodeGenerationTest/AsyncEventHandler_OnElement_ActionEventArgs_Lambda/TestComponent.ir.txt b/test/Microsoft.AspNetCore.Components.Build.Test/TestFiles/DesignTimeCodeGenerationTest/AsyncEventHandler_OnElement_ActionEventArgs_Lambda/TestComponent.ir.txt similarity index 100% rename from test/Microsoft.AspNetCore.Blazor.Build.Test/TestFiles/DesignTimeCodeGenerationTest/AsyncEventHandler_OnElement_ActionEventArgs_Lambda/TestComponent.ir.txt rename to test/Microsoft.AspNetCore.Components.Build.Test/TestFiles/DesignTimeCodeGenerationTest/AsyncEventHandler_OnElement_ActionEventArgs_Lambda/TestComponent.ir.txt diff --git a/test/Microsoft.AspNetCore.Blazor.Build.Test/TestFiles/DesignTimeCodeGenerationTest/AsyncEventHandler_OnElement_ActionEventArgs_Lambda/TestComponent.mappings.txt b/test/Microsoft.AspNetCore.Components.Build.Test/TestFiles/DesignTimeCodeGenerationTest/AsyncEventHandler_OnElement_ActionEventArgs_Lambda/TestComponent.mappings.txt similarity index 100% rename from test/Microsoft.AspNetCore.Blazor.Build.Test/TestFiles/DesignTimeCodeGenerationTest/AsyncEventHandler_OnElement_ActionEventArgs_Lambda/TestComponent.mappings.txt rename to test/Microsoft.AspNetCore.Components.Build.Test/TestFiles/DesignTimeCodeGenerationTest/AsyncEventHandler_OnElement_ActionEventArgs_Lambda/TestComponent.mappings.txt diff --git a/test/Microsoft.AspNetCore.Blazor.Build.Test/TestFiles/DesignTimeCodeGenerationTest/AsyncEventHandler_OnElement_ActionEventArgs_MethodGroup/TestComponent.codegen.cs b/test/Microsoft.AspNetCore.Components.Build.Test/TestFiles/DesignTimeCodeGenerationTest/AsyncEventHandler_OnElement_ActionEventArgs_MethodGroup/TestComponent.codegen.cs similarity index 100% rename from test/Microsoft.AspNetCore.Blazor.Build.Test/TestFiles/DesignTimeCodeGenerationTest/AsyncEventHandler_OnElement_ActionEventArgs_MethodGroup/TestComponent.codegen.cs rename to test/Microsoft.AspNetCore.Components.Build.Test/TestFiles/DesignTimeCodeGenerationTest/AsyncEventHandler_OnElement_ActionEventArgs_MethodGroup/TestComponent.codegen.cs diff --git a/test/Microsoft.AspNetCore.Blazor.Build.Test/TestFiles/DesignTimeCodeGenerationTest/AsyncEventHandler_OnElement_ActionEventArgs_MethodGroup/TestComponent.ir.txt b/test/Microsoft.AspNetCore.Components.Build.Test/TestFiles/DesignTimeCodeGenerationTest/AsyncEventHandler_OnElement_ActionEventArgs_MethodGroup/TestComponent.ir.txt similarity index 100% rename from test/Microsoft.AspNetCore.Blazor.Build.Test/TestFiles/DesignTimeCodeGenerationTest/AsyncEventHandler_OnElement_ActionEventArgs_MethodGroup/TestComponent.ir.txt rename to test/Microsoft.AspNetCore.Components.Build.Test/TestFiles/DesignTimeCodeGenerationTest/AsyncEventHandler_OnElement_ActionEventArgs_MethodGroup/TestComponent.ir.txt diff --git a/test/Microsoft.AspNetCore.Blazor.Build.Test/TestFiles/DesignTimeCodeGenerationTest/AsyncEventHandler_OnElement_ActionEventArgs_MethodGroup/TestComponent.mappings.txt b/test/Microsoft.AspNetCore.Components.Build.Test/TestFiles/DesignTimeCodeGenerationTest/AsyncEventHandler_OnElement_ActionEventArgs_MethodGroup/TestComponent.mappings.txt similarity index 100% rename from test/Microsoft.AspNetCore.Blazor.Build.Test/TestFiles/DesignTimeCodeGenerationTest/AsyncEventHandler_OnElement_ActionEventArgs_MethodGroup/TestComponent.mappings.txt rename to test/Microsoft.AspNetCore.Components.Build.Test/TestFiles/DesignTimeCodeGenerationTest/AsyncEventHandler_OnElement_ActionEventArgs_MethodGroup/TestComponent.mappings.txt diff --git a/test/Microsoft.AspNetCore.Blazor.Build.Test/TestFiles/DesignTimeCodeGenerationTest/AsyncEventHandler_OnElement_Action_Lambda/TestComponent.codegen.cs b/test/Microsoft.AspNetCore.Components.Build.Test/TestFiles/DesignTimeCodeGenerationTest/AsyncEventHandler_OnElement_Action_Lambda/TestComponent.codegen.cs similarity index 100% rename from test/Microsoft.AspNetCore.Blazor.Build.Test/TestFiles/DesignTimeCodeGenerationTest/AsyncEventHandler_OnElement_Action_Lambda/TestComponent.codegen.cs rename to test/Microsoft.AspNetCore.Components.Build.Test/TestFiles/DesignTimeCodeGenerationTest/AsyncEventHandler_OnElement_Action_Lambda/TestComponent.codegen.cs diff --git a/test/Microsoft.AspNetCore.Blazor.Build.Test/TestFiles/DesignTimeCodeGenerationTest/AsyncEventHandler_OnElement_Action_Lambda/TestComponent.ir.txt b/test/Microsoft.AspNetCore.Components.Build.Test/TestFiles/DesignTimeCodeGenerationTest/AsyncEventHandler_OnElement_Action_Lambda/TestComponent.ir.txt similarity index 100% rename from test/Microsoft.AspNetCore.Blazor.Build.Test/TestFiles/DesignTimeCodeGenerationTest/AsyncEventHandler_OnElement_Action_Lambda/TestComponent.ir.txt rename to test/Microsoft.AspNetCore.Components.Build.Test/TestFiles/DesignTimeCodeGenerationTest/AsyncEventHandler_OnElement_Action_Lambda/TestComponent.ir.txt diff --git a/test/Microsoft.AspNetCore.Blazor.Build.Test/TestFiles/DesignTimeCodeGenerationTest/AsyncEventHandler_OnElement_Action_Lambda/TestComponent.mappings.txt b/test/Microsoft.AspNetCore.Components.Build.Test/TestFiles/DesignTimeCodeGenerationTest/AsyncEventHandler_OnElement_Action_Lambda/TestComponent.mappings.txt similarity index 100% rename from test/Microsoft.AspNetCore.Blazor.Build.Test/TestFiles/DesignTimeCodeGenerationTest/AsyncEventHandler_OnElement_Action_Lambda/TestComponent.mappings.txt rename to test/Microsoft.AspNetCore.Components.Build.Test/TestFiles/DesignTimeCodeGenerationTest/AsyncEventHandler_OnElement_Action_Lambda/TestComponent.mappings.txt diff --git a/test/Microsoft.AspNetCore.Blazor.Build.Test/TestFiles/DesignTimeCodeGenerationTest/AsyncEventHandler_OnElement_Action_MethodGroup/TestComponent.codegen.cs b/test/Microsoft.AspNetCore.Components.Build.Test/TestFiles/DesignTimeCodeGenerationTest/AsyncEventHandler_OnElement_Action_MethodGroup/TestComponent.codegen.cs similarity index 100% rename from test/Microsoft.AspNetCore.Blazor.Build.Test/TestFiles/DesignTimeCodeGenerationTest/AsyncEventHandler_OnElement_Action_MethodGroup/TestComponent.codegen.cs rename to test/Microsoft.AspNetCore.Components.Build.Test/TestFiles/DesignTimeCodeGenerationTest/AsyncEventHandler_OnElement_Action_MethodGroup/TestComponent.codegen.cs diff --git a/test/Microsoft.AspNetCore.Blazor.Build.Test/TestFiles/DesignTimeCodeGenerationTest/AsyncEventHandler_OnElement_Action_MethodGroup/TestComponent.ir.txt b/test/Microsoft.AspNetCore.Components.Build.Test/TestFiles/DesignTimeCodeGenerationTest/AsyncEventHandler_OnElement_Action_MethodGroup/TestComponent.ir.txt similarity index 100% rename from test/Microsoft.AspNetCore.Blazor.Build.Test/TestFiles/DesignTimeCodeGenerationTest/AsyncEventHandler_OnElement_Action_MethodGroup/TestComponent.ir.txt rename to test/Microsoft.AspNetCore.Components.Build.Test/TestFiles/DesignTimeCodeGenerationTest/AsyncEventHandler_OnElement_Action_MethodGroup/TestComponent.ir.txt diff --git a/test/Microsoft.AspNetCore.Blazor.Build.Test/TestFiles/DesignTimeCodeGenerationTest/AsyncEventHandler_OnElement_Action_MethodGroup/TestComponent.mappings.txt b/test/Microsoft.AspNetCore.Components.Build.Test/TestFiles/DesignTimeCodeGenerationTest/AsyncEventHandler_OnElement_Action_MethodGroup/TestComponent.mappings.txt similarity index 100% rename from test/Microsoft.AspNetCore.Blazor.Build.Test/TestFiles/DesignTimeCodeGenerationTest/AsyncEventHandler_OnElement_Action_MethodGroup/TestComponent.mappings.txt rename to test/Microsoft.AspNetCore.Components.Build.Test/TestFiles/DesignTimeCodeGenerationTest/AsyncEventHandler_OnElement_Action_MethodGroup/TestComponent.mappings.txt diff --git a/test/Microsoft.AspNetCore.Blazor.Build.Test/TestFiles/DesignTimeCodeGenerationTest/BindToComponent_SpecifiesValueAndChangeEvent_WithMatchingProperties/TestComponent.codegen.cs b/test/Microsoft.AspNetCore.Components.Build.Test/TestFiles/DesignTimeCodeGenerationTest/BindToComponent_SpecifiesValueAndChangeEvent_WithMatchingProperties/TestComponent.codegen.cs similarity index 97% rename from test/Microsoft.AspNetCore.Blazor.Build.Test/TestFiles/DesignTimeCodeGenerationTest/BindToComponent_SpecifiesValueAndChangeEvent_WithMatchingProperties/TestComponent.codegen.cs rename to test/Microsoft.AspNetCore.Components.Build.Test/TestFiles/DesignTimeCodeGenerationTest/BindToComponent_SpecifiesValueAndChangeEvent_WithMatchingProperties/TestComponent.codegen.cs index addfe4f2..3c6f9a50 100644 --- a/test/Microsoft.AspNetCore.Blazor.Build.Test/TestFiles/DesignTimeCodeGenerationTest/BindToComponent_SpecifiesValueAndChangeEvent_WithMatchingProperties/TestComponent.codegen.cs +++ b/test/Microsoft.AspNetCore.Components.Build.Test/TestFiles/DesignTimeCodeGenerationTest/BindToComponent_SpecifiesValueAndChangeEvent_WithMatchingProperties/TestComponent.codegen.cs @@ -1,51 +1,51 @@ -// -#pragma warning disable 1591 -namespace Test -{ - #line hidden - using System; - using System.Collections.Generic; - using System.Linq; - using System.Threading.Tasks; - using Microsoft.AspNetCore.Blazor; - using Microsoft.AspNetCore.Blazor.Components; - public class TestComponent : Microsoft.AspNetCore.Blazor.Components.BlazorComponent - { - #pragma warning disable 219 - private void __RazorDirectiveTokenHelpers__() { - ((System.Action)(() => { -global::System.Object __typeHelper = "*, TestAssembly"; - } - ))(); - } - #pragma warning restore 219 - #pragma warning disable 0414 - private static System.Object __o = null; - #pragma warning restore 0414 - #pragma warning disable 1998 - protected override void BuildRenderTree(Microsoft.AspNetCore.Blazor.RenderTree.RenderTreeBuilder builder) - { - base.BuildRenderTree(builder); - __o = Microsoft.AspNetCore.Blazor.Components.RuntimeHelpers.TypeCheck(Microsoft.AspNetCore.Blazor.Components.BindMethods.GetValue( -#line 2 "x:\dir\subdir\Test\TestComponent.cshtml" - ParentValue - -#line default -#line hidden - )); - __o = new System.Action( - __value => ParentValue = __value); - builder.AddAttribute(-1, "ChildContent", (Microsoft.AspNetCore.Blazor.RenderFragment)((builder2) => { - } - )); - } - #pragma warning restore 1998 -#line 3 "x:\dir\subdir\Test\TestComponent.cshtml" - - public int ParentValue { get; set; } = 42; - -#line default -#line hidden - } -} -#pragma warning restore 1591 +// +#pragma warning disable 1591 +namespace Test +{ + #line hidden + using System; + using System.Collections.Generic; + using System.Linq; + using System.Threading.Tasks; + using Microsoft.AspNetCore.Blazor; + using Microsoft.AspNetCore.Blazor.Components; + public class TestComponent : Microsoft.AspNetCore.Blazor.Components.BlazorComponent + { + #pragma warning disable 219 + private void __RazorDirectiveTokenHelpers__() { + ((System.Action)(() => { +global::System.Object __typeHelper = "*, TestAssembly"; + } + ))(); + } + #pragma warning restore 219 + #pragma warning disable 0414 + private static System.Object __o = null; + #pragma warning restore 0414 + #pragma warning disable 1998 + protected override void BuildRenderTree(Microsoft.AspNetCore.Blazor.RenderTree.RenderTreeBuilder builder) + { + base.BuildRenderTree(builder); + __o = Microsoft.AspNetCore.Blazor.Components.RuntimeHelpers.TypeCheck(Microsoft.AspNetCore.Blazor.Components.BindMethods.GetValue( +#line 2 "x:\dir\subdir\Test\TestComponent.cshtml" + ParentValue + +#line default +#line hidden + )); + __o = new System.Action( + __value => ParentValue = __value); + builder.AddAttribute(-1, "ChildContent", (Microsoft.AspNetCore.Blazor.RenderFragment)((builder2) => { + } + )); + } + #pragma warning restore 1998 +#line 3 "x:\dir\subdir\Test\TestComponent.cshtml" + + public int ParentValue { get; set; } = 42; + +#line default +#line hidden + } +} +#pragma warning restore 1591 diff --git a/test/Microsoft.AspNetCore.Blazor.Build.Test/TestFiles/DesignTimeCodeGenerationTest/BindToComponent_SpecifiesValueAndChangeEvent_WithMatchingProperties/TestComponent.ir.txt b/test/Microsoft.AspNetCore.Components.Build.Test/TestFiles/DesignTimeCodeGenerationTest/BindToComponent_SpecifiesValueAndChangeEvent_WithMatchingProperties/TestComponent.ir.txt similarity index 100% rename from test/Microsoft.AspNetCore.Blazor.Build.Test/TestFiles/DesignTimeCodeGenerationTest/BindToComponent_SpecifiesValueAndChangeEvent_WithMatchingProperties/TestComponent.ir.txt rename to test/Microsoft.AspNetCore.Components.Build.Test/TestFiles/DesignTimeCodeGenerationTest/BindToComponent_SpecifiesValueAndChangeEvent_WithMatchingProperties/TestComponent.ir.txt diff --git a/test/Microsoft.AspNetCore.Blazor.Build.Test/TestFiles/DesignTimeCodeGenerationTest/BindToComponent_SpecifiesValueAndChangeEvent_WithMatchingProperties/TestComponent.mappings.txt b/test/Microsoft.AspNetCore.Components.Build.Test/TestFiles/DesignTimeCodeGenerationTest/BindToComponent_SpecifiesValueAndChangeEvent_WithMatchingProperties/TestComponent.mappings.txt similarity index 96% rename from test/Microsoft.AspNetCore.Blazor.Build.Test/TestFiles/DesignTimeCodeGenerationTest/BindToComponent_SpecifiesValueAndChangeEvent_WithMatchingProperties/TestComponent.mappings.txt rename to test/Microsoft.AspNetCore.Components.Build.Test/TestFiles/DesignTimeCodeGenerationTest/BindToComponent_SpecifiesValueAndChangeEvent_WithMatchingProperties/TestComponent.mappings.txt index 3d978c33..8d1e9e64 100644 --- a/test/Microsoft.AspNetCore.Blazor.Build.Test/TestFiles/DesignTimeCodeGenerationTest/BindToComponent_SpecifiesValueAndChangeEvent_WithMatchingProperties/TestComponent.mappings.txt +++ b/test/Microsoft.AspNetCore.Components.Build.Test/TestFiles/DesignTimeCodeGenerationTest/BindToComponent_SpecifiesValueAndChangeEvent_WithMatchingProperties/TestComponent.mappings.txt @@ -1,19 +1,19 @@ -Source Location: (14:0,14 [15] x:\dir\subdir\Test\TestComponent.cshtml) -|*, TestAssembly| -Generated Location: (559:16,38 [15] ) -|*, TestAssembly| - -Source Location: (66:1,35 [11] x:\dir\subdir\Test\TestComponent.cshtml) -|ParentValue| -Generated Location: (1230:30,35 [11] ) -|ParentValue| - -Source Location: (95:2,12 [50] x:\dir\subdir\Test\TestComponent.cshtml) -| - public int ParentValue { get; set; } = 42; -| -Generated Location: (1650:43,12 [50] ) -| - public int ParentValue { get; set; } = 42; -| - +Source Location: (14:0,14 [15] x:\dir\subdir\Test\TestComponent.cshtml) +|*, TestAssembly| +Generated Location: (559:16,38 [15] ) +|*, TestAssembly| + +Source Location: (66:1,35 [11] x:\dir\subdir\Test\TestComponent.cshtml) +|ParentValue| +Generated Location: (1230:30,35 [11] ) +|ParentValue| + +Source Location: (95:2,12 [50] x:\dir\subdir\Test\TestComponent.cshtml) +| + public int ParentValue { get; set; } = 42; +| +Generated Location: (1650:43,12 [50] ) +| + public int ParentValue { get; set; } = 42; +| + diff --git a/test/Microsoft.AspNetCore.Blazor.Build.Test/TestFiles/DesignTimeCodeGenerationTest/BindToComponent_SpecifiesValueAndChangeEvent_WithoutMatchingProperties/TestComponent.codegen.cs b/test/Microsoft.AspNetCore.Components.Build.Test/TestFiles/DesignTimeCodeGenerationTest/BindToComponent_SpecifiesValueAndChangeEvent_WithoutMatchingProperties/TestComponent.codegen.cs similarity index 97% rename from test/Microsoft.AspNetCore.Blazor.Build.Test/TestFiles/DesignTimeCodeGenerationTest/BindToComponent_SpecifiesValueAndChangeEvent_WithoutMatchingProperties/TestComponent.codegen.cs rename to test/Microsoft.AspNetCore.Components.Build.Test/TestFiles/DesignTimeCodeGenerationTest/BindToComponent_SpecifiesValueAndChangeEvent_WithoutMatchingProperties/TestComponent.codegen.cs index 173e15e7..5687b842 100644 --- a/test/Microsoft.AspNetCore.Blazor.Build.Test/TestFiles/DesignTimeCodeGenerationTest/BindToComponent_SpecifiesValueAndChangeEvent_WithoutMatchingProperties/TestComponent.codegen.cs +++ b/test/Microsoft.AspNetCore.Components.Build.Test/TestFiles/DesignTimeCodeGenerationTest/BindToComponent_SpecifiesValueAndChangeEvent_WithoutMatchingProperties/TestComponent.codegen.cs @@ -1,50 +1,50 @@ -// -#pragma warning disable 1591 -namespace Test -{ - #line hidden - using System; - using System.Collections.Generic; - using System.Linq; - using System.Threading.Tasks; - using Microsoft.AspNetCore.Blazor; - using Microsoft.AspNetCore.Blazor.Components; - public class TestComponent : Microsoft.AspNetCore.Blazor.Components.BlazorComponent - { - #pragma warning disable 219 - private void __RazorDirectiveTokenHelpers__() { - ((System.Action)(() => { -global::System.Object __typeHelper = "*, TestAssembly"; - } - ))(); - } - #pragma warning restore 219 - #pragma warning disable 0414 - private static System.Object __o = null; - #pragma warning restore 0414 - #pragma warning disable 1998 - protected override void BuildRenderTree(Microsoft.AspNetCore.Blazor.RenderTree.RenderTreeBuilder builder) - { - base.BuildRenderTree(builder); - __o = Microsoft.AspNetCore.Blazor.Components.BindMethods.GetValue( -#line 2 "x:\dir\subdir\Test\TestComponent.cshtml" - ParentValue - -#line default -#line hidden - ); - __o = Microsoft.AspNetCore.Blazor.Components.BindMethods.SetValueHandler(__value => ParentValue = __value, ParentValue); - builder.AddAttribute(-1, "ChildContent", (Microsoft.AspNetCore.Blazor.RenderFragment)((builder2) => { - } - )); - } - #pragma warning restore 1998 -#line 3 "x:\dir\subdir\Test\TestComponent.cshtml" - - public int ParentValue { get; set; } = 42; - -#line default -#line hidden - } -} -#pragma warning restore 1591 +// +#pragma warning disable 1591 +namespace Test +{ + #line hidden + using System; + using System.Collections.Generic; + using System.Linq; + using System.Threading.Tasks; + using Microsoft.AspNetCore.Blazor; + using Microsoft.AspNetCore.Blazor.Components; + public class TestComponent : Microsoft.AspNetCore.Blazor.Components.BlazorComponent + { + #pragma warning disable 219 + private void __RazorDirectiveTokenHelpers__() { + ((System.Action)(() => { +global::System.Object __typeHelper = "*, TestAssembly"; + } + ))(); + } + #pragma warning restore 219 + #pragma warning disable 0414 + private static System.Object __o = null; + #pragma warning restore 0414 + #pragma warning disable 1998 + protected override void BuildRenderTree(Microsoft.AspNetCore.Blazor.RenderTree.RenderTreeBuilder builder) + { + base.BuildRenderTree(builder); + __o = Microsoft.AspNetCore.Blazor.Components.BindMethods.GetValue( +#line 2 "x:\dir\subdir\Test\TestComponent.cshtml" + ParentValue + +#line default +#line hidden + ); + __o = Microsoft.AspNetCore.Blazor.Components.BindMethods.SetValueHandler(__value => ParentValue = __value, ParentValue); + builder.AddAttribute(-1, "ChildContent", (Microsoft.AspNetCore.Blazor.RenderFragment)((builder2) => { + } + )); + } + #pragma warning restore 1998 +#line 3 "x:\dir\subdir\Test\TestComponent.cshtml" + + public int ParentValue { get; set; } = 42; + +#line default +#line hidden + } +} +#pragma warning restore 1591 diff --git a/test/Microsoft.AspNetCore.Blazor.Build.Test/TestFiles/DesignTimeCodeGenerationTest/BindToComponent_SpecifiesValueAndChangeEvent_WithoutMatchingProperties/TestComponent.ir.txt b/test/Microsoft.AspNetCore.Components.Build.Test/TestFiles/DesignTimeCodeGenerationTest/BindToComponent_SpecifiesValueAndChangeEvent_WithoutMatchingProperties/TestComponent.ir.txt similarity index 100% rename from test/Microsoft.AspNetCore.Blazor.Build.Test/TestFiles/DesignTimeCodeGenerationTest/BindToComponent_SpecifiesValueAndChangeEvent_WithoutMatchingProperties/TestComponent.ir.txt rename to test/Microsoft.AspNetCore.Components.Build.Test/TestFiles/DesignTimeCodeGenerationTest/BindToComponent_SpecifiesValueAndChangeEvent_WithoutMatchingProperties/TestComponent.ir.txt diff --git a/test/Microsoft.AspNetCore.Blazor.Build.Test/TestFiles/DesignTimeCodeGenerationTest/BindToComponent_SpecifiesValueAndChangeEvent_WithoutMatchingProperties/TestComponent.mappings.txt b/test/Microsoft.AspNetCore.Components.Build.Test/TestFiles/DesignTimeCodeGenerationTest/BindToComponent_SpecifiesValueAndChangeEvent_WithoutMatchingProperties/TestComponent.mappings.txt similarity index 96% rename from test/Microsoft.AspNetCore.Blazor.Build.Test/TestFiles/DesignTimeCodeGenerationTest/BindToComponent_SpecifiesValueAndChangeEvent_WithoutMatchingProperties/TestComponent.mappings.txt rename to test/Microsoft.AspNetCore.Components.Build.Test/TestFiles/DesignTimeCodeGenerationTest/BindToComponent_SpecifiesValueAndChangeEvent_WithoutMatchingProperties/TestComponent.mappings.txt index 89036ba6..c8932d87 100644 --- a/test/Microsoft.AspNetCore.Blazor.Build.Test/TestFiles/DesignTimeCodeGenerationTest/BindToComponent_SpecifiesValueAndChangeEvent_WithoutMatchingProperties/TestComponent.mappings.txt +++ b/test/Microsoft.AspNetCore.Components.Build.Test/TestFiles/DesignTimeCodeGenerationTest/BindToComponent_SpecifiesValueAndChangeEvent_WithoutMatchingProperties/TestComponent.mappings.txt @@ -1,19 +1,19 @@ -Source Location: (14:0,14 [15] x:\dir\subdir\Test\TestComponent.cshtml) -|*, TestAssembly| -Generated Location: (559:16,38 [15] ) -|*, TestAssembly| - -Source Location: (66:1,35 [11] x:\dir\subdir\Test\TestComponent.cshtml) -|ParentValue| -Generated Location: (1152:30,35 [11] ) -|ParentValue| - -Source Location: (95:2,12 [50] x:\dir\subdir\Test\TestComponent.cshtml) -| - public int ParentValue { get; set; } = 42; -| -Generated Location: (1605:42,12 [50] ) -| - public int ParentValue { get; set; } = 42; -| - +Source Location: (14:0,14 [15] x:\dir\subdir\Test\TestComponent.cshtml) +|*, TestAssembly| +Generated Location: (559:16,38 [15] ) +|*, TestAssembly| + +Source Location: (66:1,35 [11] x:\dir\subdir\Test\TestComponent.cshtml) +|ParentValue| +Generated Location: (1152:30,35 [11] ) +|ParentValue| + +Source Location: (95:2,12 [50] x:\dir\subdir\Test\TestComponent.cshtml) +| + public int ParentValue { get; set; } = 42; +| +Generated Location: (1605:42,12 [50] ) +| + public int ParentValue { get; set; } = 42; +| + diff --git a/test/Microsoft.AspNetCore.Blazor.Build.Test/TestFiles/DesignTimeCodeGenerationTest/BindToComponent_SpecifiesValue_WithMatchingProperties/TestComponent.codegen.cs b/test/Microsoft.AspNetCore.Components.Build.Test/TestFiles/DesignTimeCodeGenerationTest/BindToComponent_SpecifiesValue_WithMatchingProperties/TestComponent.codegen.cs similarity index 97% rename from test/Microsoft.AspNetCore.Blazor.Build.Test/TestFiles/DesignTimeCodeGenerationTest/BindToComponent_SpecifiesValue_WithMatchingProperties/TestComponent.codegen.cs rename to test/Microsoft.AspNetCore.Components.Build.Test/TestFiles/DesignTimeCodeGenerationTest/BindToComponent_SpecifiesValue_WithMatchingProperties/TestComponent.codegen.cs index ec158033..b109d04d 100644 --- a/test/Microsoft.AspNetCore.Blazor.Build.Test/TestFiles/DesignTimeCodeGenerationTest/BindToComponent_SpecifiesValue_WithMatchingProperties/TestComponent.codegen.cs +++ b/test/Microsoft.AspNetCore.Components.Build.Test/TestFiles/DesignTimeCodeGenerationTest/BindToComponent_SpecifiesValue_WithMatchingProperties/TestComponent.codegen.cs @@ -1,51 +1,51 @@ -// -#pragma warning disable 1591 -namespace Test -{ - #line hidden - using System; - using System.Collections.Generic; - using System.Linq; - using System.Threading.Tasks; - using Microsoft.AspNetCore.Blazor; - using Microsoft.AspNetCore.Blazor.Components; - public class TestComponent : Microsoft.AspNetCore.Blazor.Components.BlazorComponent - { - #pragma warning disable 219 - private void __RazorDirectiveTokenHelpers__() { - ((System.Action)(() => { -global::System.Object __typeHelper = "*, TestAssembly"; - } - ))(); - } - #pragma warning restore 219 - #pragma warning disable 0414 - private static System.Object __o = null; - #pragma warning restore 0414 - #pragma warning disable 1998 - protected override void BuildRenderTree(Microsoft.AspNetCore.Blazor.RenderTree.RenderTreeBuilder builder) - { - base.BuildRenderTree(builder); - __o = Microsoft.AspNetCore.Blazor.Components.RuntimeHelpers.TypeCheck(Microsoft.AspNetCore.Blazor.Components.BindMethods.GetValue( -#line 2 "x:\dir\subdir\Test\TestComponent.cshtml" - ParentValue - -#line default -#line hidden - )); - __o = new System.Action( - __value => ParentValue = __value); - builder.AddAttribute(-1, "ChildContent", (Microsoft.AspNetCore.Blazor.RenderFragment)((builder2) => { - } - )); - } - #pragma warning restore 1998 -#line 3 "x:\dir\subdir\Test\TestComponent.cshtml" - - public int ParentValue { get; set; } = 42; - -#line default -#line hidden - } -} -#pragma warning restore 1591 +// +#pragma warning disable 1591 +namespace Test +{ + #line hidden + using System; + using System.Collections.Generic; + using System.Linq; + using System.Threading.Tasks; + using Microsoft.AspNetCore.Blazor; + using Microsoft.AspNetCore.Blazor.Components; + public class TestComponent : Microsoft.AspNetCore.Blazor.Components.BlazorComponent + { + #pragma warning disable 219 + private void __RazorDirectiveTokenHelpers__() { + ((System.Action)(() => { +global::System.Object __typeHelper = "*, TestAssembly"; + } + ))(); + } + #pragma warning restore 219 + #pragma warning disable 0414 + private static System.Object __o = null; + #pragma warning restore 0414 + #pragma warning disable 1998 + protected override void BuildRenderTree(Microsoft.AspNetCore.Blazor.RenderTree.RenderTreeBuilder builder) + { + base.BuildRenderTree(builder); + __o = Microsoft.AspNetCore.Blazor.Components.RuntimeHelpers.TypeCheck(Microsoft.AspNetCore.Blazor.Components.BindMethods.GetValue( +#line 2 "x:\dir\subdir\Test\TestComponent.cshtml" + ParentValue + +#line default +#line hidden + )); + __o = new System.Action( + __value => ParentValue = __value); + builder.AddAttribute(-1, "ChildContent", (Microsoft.AspNetCore.Blazor.RenderFragment)((builder2) => { + } + )); + } + #pragma warning restore 1998 +#line 3 "x:\dir\subdir\Test\TestComponent.cshtml" + + public int ParentValue { get; set; } = 42; + +#line default +#line hidden + } +} +#pragma warning restore 1591 diff --git a/test/Microsoft.AspNetCore.Blazor.Build.Test/TestFiles/DesignTimeCodeGenerationTest/BindToComponent_SpecifiesValue_WithMatchingProperties/TestComponent.ir.txt b/test/Microsoft.AspNetCore.Components.Build.Test/TestFiles/DesignTimeCodeGenerationTest/BindToComponent_SpecifiesValue_WithMatchingProperties/TestComponent.ir.txt similarity index 100% rename from test/Microsoft.AspNetCore.Blazor.Build.Test/TestFiles/DesignTimeCodeGenerationTest/BindToComponent_SpecifiesValue_WithMatchingProperties/TestComponent.ir.txt rename to test/Microsoft.AspNetCore.Components.Build.Test/TestFiles/DesignTimeCodeGenerationTest/BindToComponent_SpecifiesValue_WithMatchingProperties/TestComponent.ir.txt diff --git a/test/Microsoft.AspNetCore.Blazor.Build.Test/TestFiles/DesignTimeCodeGenerationTest/BindToComponent_SpecifiesValue_WithMatchingProperties/TestComponent.mappings.txt b/test/Microsoft.AspNetCore.Components.Build.Test/TestFiles/DesignTimeCodeGenerationTest/BindToComponent_SpecifiesValue_WithMatchingProperties/TestComponent.mappings.txt similarity index 96% rename from test/Microsoft.AspNetCore.Blazor.Build.Test/TestFiles/DesignTimeCodeGenerationTest/BindToComponent_SpecifiesValue_WithMatchingProperties/TestComponent.mappings.txt rename to test/Microsoft.AspNetCore.Components.Build.Test/TestFiles/DesignTimeCodeGenerationTest/BindToComponent_SpecifiesValue_WithMatchingProperties/TestComponent.mappings.txt index d185903a..8ceeeaa7 100644 --- a/test/Microsoft.AspNetCore.Blazor.Build.Test/TestFiles/DesignTimeCodeGenerationTest/BindToComponent_SpecifiesValue_WithMatchingProperties/TestComponent.mappings.txt +++ b/test/Microsoft.AspNetCore.Components.Build.Test/TestFiles/DesignTimeCodeGenerationTest/BindToComponent_SpecifiesValue_WithMatchingProperties/TestComponent.mappings.txt @@ -1,19 +1,19 @@ -Source Location: (14:0,14 [15] x:\dir\subdir\Test\TestComponent.cshtml) -|*, TestAssembly| -Generated Location: (559:16,38 [15] ) -|*, TestAssembly| - -Source Location: (56:1,25 [11] x:\dir\subdir\Test\TestComponent.cshtml) -|ParentValue| -Generated Location: (1220:30,25 [11] ) -|ParentValue| - -Source Location: (85:2,12 [50] x:\dir\subdir\Test\TestComponent.cshtml) -| - public int ParentValue { get; set; } = 42; -| -Generated Location: (1640:43,12 [50] ) -| - public int ParentValue { get; set; } = 42; -| - +Source Location: (14:0,14 [15] x:\dir\subdir\Test\TestComponent.cshtml) +|*, TestAssembly| +Generated Location: (559:16,38 [15] ) +|*, TestAssembly| + +Source Location: (56:1,25 [11] x:\dir\subdir\Test\TestComponent.cshtml) +|ParentValue| +Generated Location: (1220:30,25 [11] ) +|ParentValue| + +Source Location: (85:2,12 [50] x:\dir\subdir\Test\TestComponent.cshtml) +| + public int ParentValue { get; set; } = 42; +| +Generated Location: (1640:43,12 [50] ) +| + public int ParentValue { get; set; } = 42; +| + diff --git a/test/Microsoft.AspNetCore.Blazor.Build.Test/TestFiles/DesignTimeCodeGenerationTest/BindToComponent_SpecifiesValue_WithoutMatchingProperties/TestComponent.codegen.cs b/test/Microsoft.AspNetCore.Components.Build.Test/TestFiles/DesignTimeCodeGenerationTest/BindToComponent_SpecifiesValue_WithoutMatchingProperties/TestComponent.codegen.cs similarity index 97% rename from test/Microsoft.AspNetCore.Blazor.Build.Test/TestFiles/DesignTimeCodeGenerationTest/BindToComponent_SpecifiesValue_WithoutMatchingProperties/TestComponent.codegen.cs rename to test/Microsoft.AspNetCore.Components.Build.Test/TestFiles/DesignTimeCodeGenerationTest/BindToComponent_SpecifiesValue_WithoutMatchingProperties/TestComponent.codegen.cs index 15f46bd2..4b8bad20 100644 --- a/test/Microsoft.AspNetCore.Blazor.Build.Test/TestFiles/DesignTimeCodeGenerationTest/BindToComponent_SpecifiesValue_WithoutMatchingProperties/TestComponent.codegen.cs +++ b/test/Microsoft.AspNetCore.Components.Build.Test/TestFiles/DesignTimeCodeGenerationTest/BindToComponent_SpecifiesValue_WithoutMatchingProperties/TestComponent.codegen.cs @@ -1,50 +1,50 @@ -// -#pragma warning disable 1591 -namespace Test -{ - #line hidden - using System; - using System.Collections.Generic; - using System.Linq; - using System.Threading.Tasks; - using Microsoft.AspNetCore.Blazor; - using Microsoft.AspNetCore.Blazor.Components; - public class TestComponent : Microsoft.AspNetCore.Blazor.Components.BlazorComponent - { - #pragma warning disable 219 - private void __RazorDirectiveTokenHelpers__() { - ((System.Action)(() => { -global::System.Object __typeHelper = "*, TestAssembly"; - } - ))(); - } - #pragma warning restore 219 - #pragma warning disable 0414 - private static System.Object __o = null; - #pragma warning restore 0414 - #pragma warning disable 1998 - protected override void BuildRenderTree(Microsoft.AspNetCore.Blazor.RenderTree.RenderTreeBuilder builder) - { - base.BuildRenderTree(builder); - __o = Microsoft.AspNetCore.Blazor.Components.BindMethods.GetValue( -#line 2 "x:\dir\subdir\Test\TestComponent.cshtml" - ParentValue - -#line default -#line hidden - ); - __o = Microsoft.AspNetCore.Blazor.Components.BindMethods.SetValueHandler(__value => ParentValue = __value, ParentValue); - builder.AddAttribute(-1, "ChildContent", (Microsoft.AspNetCore.Blazor.RenderFragment)((builder2) => { - } - )); - } - #pragma warning restore 1998 -#line 3 "x:\dir\subdir\Test\TestComponent.cshtml" - - public int ParentValue { get; set; } = 42; - -#line default -#line hidden - } -} -#pragma warning restore 1591 +// +#pragma warning disable 1591 +namespace Test +{ + #line hidden + using System; + using System.Collections.Generic; + using System.Linq; + using System.Threading.Tasks; + using Microsoft.AspNetCore.Blazor; + using Microsoft.AspNetCore.Blazor.Components; + public class TestComponent : Microsoft.AspNetCore.Blazor.Components.BlazorComponent + { + #pragma warning disable 219 + private void __RazorDirectiveTokenHelpers__() { + ((System.Action)(() => { +global::System.Object __typeHelper = "*, TestAssembly"; + } + ))(); + } + #pragma warning restore 219 + #pragma warning disable 0414 + private static System.Object __o = null; + #pragma warning restore 0414 + #pragma warning disable 1998 + protected override void BuildRenderTree(Microsoft.AspNetCore.Blazor.RenderTree.RenderTreeBuilder builder) + { + base.BuildRenderTree(builder); + __o = Microsoft.AspNetCore.Blazor.Components.BindMethods.GetValue( +#line 2 "x:\dir\subdir\Test\TestComponent.cshtml" + ParentValue + +#line default +#line hidden + ); + __o = Microsoft.AspNetCore.Blazor.Components.BindMethods.SetValueHandler(__value => ParentValue = __value, ParentValue); + builder.AddAttribute(-1, "ChildContent", (Microsoft.AspNetCore.Blazor.RenderFragment)((builder2) => { + } + )); + } + #pragma warning restore 1998 +#line 3 "x:\dir\subdir\Test\TestComponent.cshtml" + + public int ParentValue { get; set; } = 42; + +#line default +#line hidden + } +} +#pragma warning restore 1591 diff --git a/test/Microsoft.AspNetCore.Blazor.Build.Test/TestFiles/DesignTimeCodeGenerationTest/BindToComponent_SpecifiesValue_WithoutMatchingProperties/TestComponent.ir.txt b/test/Microsoft.AspNetCore.Components.Build.Test/TestFiles/DesignTimeCodeGenerationTest/BindToComponent_SpecifiesValue_WithoutMatchingProperties/TestComponent.ir.txt similarity index 100% rename from test/Microsoft.AspNetCore.Blazor.Build.Test/TestFiles/DesignTimeCodeGenerationTest/BindToComponent_SpecifiesValue_WithoutMatchingProperties/TestComponent.ir.txt rename to test/Microsoft.AspNetCore.Components.Build.Test/TestFiles/DesignTimeCodeGenerationTest/BindToComponent_SpecifiesValue_WithoutMatchingProperties/TestComponent.ir.txt diff --git a/test/Microsoft.AspNetCore.Blazor.Build.Test/TestFiles/DesignTimeCodeGenerationTest/BindToComponent_SpecifiesValue_WithoutMatchingProperties/TestComponent.mappings.txt b/test/Microsoft.AspNetCore.Components.Build.Test/TestFiles/DesignTimeCodeGenerationTest/BindToComponent_SpecifiesValue_WithoutMatchingProperties/TestComponent.mappings.txt similarity index 96% rename from test/Microsoft.AspNetCore.Blazor.Build.Test/TestFiles/DesignTimeCodeGenerationTest/BindToComponent_SpecifiesValue_WithoutMatchingProperties/TestComponent.mappings.txt rename to test/Microsoft.AspNetCore.Components.Build.Test/TestFiles/DesignTimeCodeGenerationTest/BindToComponent_SpecifiesValue_WithoutMatchingProperties/TestComponent.mappings.txt index 5e0fc365..34d79351 100644 --- a/test/Microsoft.AspNetCore.Blazor.Build.Test/TestFiles/DesignTimeCodeGenerationTest/BindToComponent_SpecifiesValue_WithoutMatchingProperties/TestComponent.mappings.txt +++ b/test/Microsoft.AspNetCore.Components.Build.Test/TestFiles/DesignTimeCodeGenerationTest/BindToComponent_SpecifiesValue_WithoutMatchingProperties/TestComponent.mappings.txt @@ -1,19 +1,19 @@ -Source Location: (14:0,14 [15] x:\dir\subdir\Test\TestComponent.cshtml) -|*, TestAssembly| -Generated Location: (559:16,38 [15] ) -|*, TestAssembly| - -Source Location: (56:1,25 [11] x:\dir\subdir\Test\TestComponent.cshtml) -|ParentValue| -Generated Location: (1142:30,25 [11] ) -|ParentValue| - -Source Location: (85:2,12 [50] x:\dir\subdir\Test\TestComponent.cshtml) -| - public int ParentValue { get; set; } = 42; -| -Generated Location: (1595:42,12 [50] ) -| - public int ParentValue { get; set; } = 42; -| - +Source Location: (14:0,14 [15] x:\dir\subdir\Test\TestComponent.cshtml) +|*, TestAssembly| +Generated Location: (559:16,38 [15] ) +|*, TestAssembly| + +Source Location: (56:1,25 [11] x:\dir\subdir\Test\TestComponent.cshtml) +|ParentValue| +Generated Location: (1142:30,25 [11] ) +|ParentValue| + +Source Location: (85:2,12 [50] x:\dir\subdir\Test\TestComponent.cshtml) +| + public int ParentValue { get; set; } = 42; +| +Generated Location: (1595:42,12 [50] ) +| + public int ParentValue { get; set; } = 42; +| + diff --git a/test/Microsoft.AspNetCore.Blazor.Build.Test/TestFiles/DesignTimeCodeGenerationTest/BindToComponent_TypeChecked_WithMatchingProperties/TestComponent.codegen.cs b/test/Microsoft.AspNetCore.Components.Build.Test/TestFiles/DesignTimeCodeGenerationTest/BindToComponent_TypeChecked_WithMatchingProperties/TestComponent.codegen.cs similarity index 100% rename from test/Microsoft.AspNetCore.Blazor.Build.Test/TestFiles/DesignTimeCodeGenerationTest/BindToComponent_TypeChecked_WithMatchingProperties/TestComponent.codegen.cs rename to test/Microsoft.AspNetCore.Components.Build.Test/TestFiles/DesignTimeCodeGenerationTest/BindToComponent_TypeChecked_WithMatchingProperties/TestComponent.codegen.cs diff --git a/test/Microsoft.AspNetCore.Blazor.Build.Test/TestFiles/DesignTimeCodeGenerationTest/BindToComponent_TypeChecked_WithMatchingProperties/TestComponent.ir.txt b/test/Microsoft.AspNetCore.Components.Build.Test/TestFiles/DesignTimeCodeGenerationTest/BindToComponent_TypeChecked_WithMatchingProperties/TestComponent.ir.txt similarity index 100% rename from test/Microsoft.AspNetCore.Blazor.Build.Test/TestFiles/DesignTimeCodeGenerationTest/BindToComponent_TypeChecked_WithMatchingProperties/TestComponent.ir.txt rename to test/Microsoft.AspNetCore.Components.Build.Test/TestFiles/DesignTimeCodeGenerationTest/BindToComponent_TypeChecked_WithMatchingProperties/TestComponent.ir.txt diff --git a/test/Microsoft.AspNetCore.Blazor.Build.Test/TestFiles/DesignTimeCodeGenerationTest/BindToComponent_TypeChecked_WithMatchingProperties/TestComponent.mappings.txt b/test/Microsoft.AspNetCore.Components.Build.Test/TestFiles/DesignTimeCodeGenerationTest/BindToComponent_TypeChecked_WithMatchingProperties/TestComponent.mappings.txt similarity index 100% rename from test/Microsoft.AspNetCore.Blazor.Build.Test/TestFiles/DesignTimeCodeGenerationTest/BindToComponent_TypeChecked_WithMatchingProperties/TestComponent.mappings.txt rename to test/Microsoft.AspNetCore.Components.Build.Test/TestFiles/DesignTimeCodeGenerationTest/BindToComponent_TypeChecked_WithMatchingProperties/TestComponent.mappings.txt diff --git a/test/Microsoft.AspNetCore.Blazor.Build.Test/TestFiles/DesignTimeCodeGenerationTest/BindToElementFallback_WithFormat_WritesAttributes/TestComponent.codegen.cs b/test/Microsoft.AspNetCore.Components.Build.Test/TestFiles/DesignTimeCodeGenerationTest/BindToElementFallback_WithFormat_WritesAttributes/TestComponent.codegen.cs similarity index 97% rename from test/Microsoft.AspNetCore.Blazor.Build.Test/TestFiles/DesignTimeCodeGenerationTest/BindToElementFallback_WithFormat_WritesAttributes/TestComponent.codegen.cs rename to test/Microsoft.AspNetCore.Components.Build.Test/TestFiles/DesignTimeCodeGenerationTest/BindToElementFallback_WithFormat_WritesAttributes/TestComponent.codegen.cs index e4f76e11..445686e6 100644 --- a/test/Microsoft.AspNetCore.Blazor.Build.Test/TestFiles/DesignTimeCodeGenerationTest/BindToElementFallback_WithFormat_WritesAttributes/TestComponent.codegen.cs +++ b/test/Microsoft.AspNetCore.Components.Build.Test/TestFiles/DesignTimeCodeGenerationTest/BindToElementFallback_WithFormat_WritesAttributes/TestComponent.codegen.cs @@ -1,41 +1,41 @@ -// -#pragma warning disable 1591 -namespace Test -{ - #line hidden - using System; - using System.Collections.Generic; - using System.Linq; - using System.Threading.Tasks; - using Microsoft.AspNetCore.Blazor; - using Microsoft.AspNetCore.Blazor.Components; - public class TestComponent : Microsoft.AspNetCore.Blazor.Components.BlazorComponent - { - #pragma warning disable 219 - private void __RazorDirectiveTokenHelpers__() { - ((System.Action)(() => { -global::System.Object __typeHelper = "*, TestAssembly"; - } - ))(); - } - #pragma warning restore 219 - #pragma warning disable 0414 - private static System.Object __o = null; - #pragma warning restore 0414 - #pragma warning disable 1998 - protected override void BuildRenderTree(Microsoft.AspNetCore.Blazor.RenderTree.RenderTreeBuilder builder) - { - base.BuildRenderTree(builder); - __o = Microsoft.AspNetCore.Blazor.Components.BindMethods.GetValue(CurrentDate, "MM/dd"); - __o = Microsoft.AspNetCore.Blazor.Components.BindMethods.SetValueHandler(__value => CurrentDate = __value, CurrentDate, "MM/dd"); - } - #pragma warning restore 1998 -#line 3 "x:\dir\subdir\Test\TestComponent.cshtml" - - public DateTime CurrentDate { get; set; } = new DateTime(2018, 1, 1); - -#line default -#line hidden - } -} -#pragma warning restore 1591 +// +#pragma warning disable 1591 +namespace Test +{ + #line hidden + using System; + using System.Collections.Generic; + using System.Linq; + using System.Threading.Tasks; + using Microsoft.AspNetCore.Blazor; + using Microsoft.AspNetCore.Blazor.Components; + public class TestComponent : Microsoft.AspNetCore.Blazor.Components.BlazorComponent + { + #pragma warning disable 219 + private void __RazorDirectiveTokenHelpers__() { + ((System.Action)(() => { +global::System.Object __typeHelper = "*, TestAssembly"; + } + ))(); + } + #pragma warning restore 219 + #pragma warning disable 0414 + private static System.Object __o = null; + #pragma warning restore 0414 + #pragma warning disable 1998 + protected override void BuildRenderTree(Microsoft.AspNetCore.Blazor.RenderTree.RenderTreeBuilder builder) + { + base.BuildRenderTree(builder); + __o = Microsoft.AspNetCore.Blazor.Components.BindMethods.GetValue(CurrentDate, "MM/dd"); + __o = Microsoft.AspNetCore.Blazor.Components.BindMethods.SetValueHandler(__value => CurrentDate = __value, CurrentDate, "MM/dd"); + } + #pragma warning restore 1998 +#line 3 "x:\dir\subdir\Test\TestComponent.cshtml" + + public DateTime CurrentDate { get; set; } = new DateTime(2018, 1, 1); + +#line default +#line hidden + } +} +#pragma warning restore 1591 diff --git a/test/Microsoft.AspNetCore.Blazor.Build.Test/TestFiles/DesignTimeCodeGenerationTest/BindToElementFallback_WithFormat_WritesAttributes/TestComponent.ir.txt b/test/Microsoft.AspNetCore.Components.Build.Test/TestFiles/DesignTimeCodeGenerationTest/BindToElementFallback_WithFormat_WritesAttributes/TestComponent.ir.txt similarity index 100% rename from test/Microsoft.AspNetCore.Blazor.Build.Test/TestFiles/DesignTimeCodeGenerationTest/BindToElementFallback_WithFormat_WritesAttributes/TestComponent.ir.txt rename to test/Microsoft.AspNetCore.Components.Build.Test/TestFiles/DesignTimeCodeGenerationTest/BindToElementFallback_WithFormat_WritesAttributes/TestComponent.ir.txt diff --git a/test/Microsoft.AspNetCore.Blazor.Build.Test/TestFiles/DesignTimeCodeGenerationTest/BindToElementFallback_WithFormat_WritesAttributes/TestComponent.mappings.txt b/test/Microsoft.AspNetCore.Components.Build.Test/TestFiles/DesignTimeCodeGenerationTest/BindToElementFallback_WithFormat_WritesAttributes/TestComponent.mappings.txt similarity index 96% rename from test/Microsoft.AspNetCore.Blazor.Build.Test/TestFiles/DesignTimeCodeGenerationTest/BindToElementFallback_WithFormat_WritesAttributes/TestComponent.mappings.txt rename to test/Microsoft.AspNetCore.Components.Build.Test/TestFiles/DesignTimeCodeGenerationTest/BindToElementFallback_WithFormat_WritesAttributes/TestComponent.mappings.txt index 2a75dd07..dbbb7af1 100644 --- a/test/Microsoft.AspNetCore.Blazor.Build.Test/TestFiles/DesignTimeCodeGenerationTest/BindToElementFallback_WithFormat_WritesAttributes/TestComponent.mappings.txt +++ b/test/Microsoft.AspNetCore.Components.Build.Test/TestFiles/DesignTimeCodeGenerationTest/BindToElementFallback_WithFormat_WritesAttributes/TestComponent.mappings.txt @@ -1,19 +1,19 @@ -Source Location: (14:0,14 [15] x:\dir\subdir\Test\TestComponent.cshtml) -|*, TestAssembly| -Generated Location: (559:16,38 [15] ) -|*, TestAssembly| - -Source Location: (72:1,41 [11] x:\dir\subdir\Test\TestComponent.cshtml) -|CurrentDate| -Generated Location: (1064:28,78 [11] ) -|CurrentDate| - -Source Location: (122:2,12 [77] x:\dir\subdir\Test\TestComponent.cshtml) -| - public DateTime CurrentDate { get; set; } = new DateTime(2018, 1, 1); -| -Generated Location: (1343:33,12 [77] ) -| - public DateTime CurrentDate { get; set; } = new DateTime(2018, 1, 1); -| - +Source Location: (14:0,14 [15] x:\dir\subdir\Test\TestComponent.cshtml) +|*, TestAssembly| +Generated Location: (559:16,38 [15] ) +|*, TestAssembly| + +Source Location: (72:1,41 [11] x:\dir\subdir\Test\TestComponent.cshtml) +|CurrentDate| +Generated Location: (1064:28,78 [11] ) +|CurrentDate| + +Source Location: (122:2,12 [77] x:\dir\subdir\Test\TestComponent.cshtml) +| + public DateTime CurrentDate { get; set; } = new DateTime(2018, 1, 1); +| +Generated Location: (1343:33,12 [77] ) +| + public DateTime CurrentDate { get; set; } = new DateTime(2018, 1, 1); +| + diff --git a/test/Microsoft.AspNetCore.Blazor.Build.Test/TestFiles/DesignTimeCodeGenerationTest/BuiltIn_BindToInputWithoutType_WritesAttributes/TestComponent.codegen.cs b/test/Microsoft.AspNetCore.Components.Build.Test/TestFiles/DesignTimeCodeGenerationTest/BindToElementFallback_WritesAttributes/TestComponent.codegen.cs similarity index 97% rename from test/Microsoft.AspNetCore.Blazor.Build.Test/TestFiles/DesignTimeCodeGenerationTest/BuiltIn_BindToInputWithoutType_WritesAttributes/TestComponent.codegen.cs rename to test/Microsoft.AspNetCore.Components.Build.Test/TestFiles/DesignTimeCodeGenerationTest/BindToElementFallback_WritesAttributes/TestComponent.codegen.cs index 50724686..1c3a81aa 100644 --- a/test/Microsoft.AspNetCore.Blazor.Build.Test/TestFiles/DesignTimeCodeGenerationTest/BuiltIn_BindToInputWithoutType_WritesAttributes/TestComponent.codegen.cs +++ b/test/Microsoft.AspNetCore.Components.Build.Test/TestFiles/DesignTimeCodeGenerationTest/BindToElementFallback_WritesAttributes/TestComponent.codegen.cs @@ -1,41 +1,41 @@ -// -#pragma warning disable 1591 -namespace Test -{ - #line hidden - using System; - using System.Collections.Generic; - using System.Linq; - using System.Threading.Tasks; - using Microsoft.AspNetCore.Blazor; - using Microsoft.AspNetCore.Blazor.Components; - public class TestComponent : Microsoft.AspNetCore.Blazor.Components.BlazorComponent - { - #pragma warning disable 219 - private void __RazorDirectiveTokenHelpers__() { - ((System.Action)(() => { -global::System.Object __typeHelper = "*, TestAssembly"; - } - ))(); - } - #pragma warning restore 219 - #pragma warning disable 0414 - private static System.Object __o = null; - #pragma warning restore 0414 - #pragma warning disable 1998 - protected override void BuildRenderTree(Microsoft.AspNetCore.Blazor.RenderTree.RenderTreeBuilder builder) - { - base.BuildRenderTree(builder); - __o = Microsoft.AspNetCore.Blazor.Components.BindMethods.GetValue(ParentValue); - __o = Microsoft.AspNetCore.Blazor.Components.BindMethods.SetValueHandler(__value => ParentValue = __value, ParentValue); - } - #pragma warning restore 1998 -#line 3 "x:\dir\subdir\Test\TestComponent.cshtml" - - public int ParentValue { get; set; } = 42; - -#line default -#line hidden - } -} -#pragma warning restore 1591 +// +#pragma warning disable 1591 +namespace Test +{ + #line hidden + using System; + using System.Collections.Generic; + using System.Linq; + using System.Threading.Tasks; + using Microsoft.AspNetCore.Blazor; + using Microsoft.AspNetCore.Blazor.Components; + public class TestComponent : Microsoft.AspNetCore.Blazor.Components.BlazorComponent + { + #pragma warning disable 219 + private void __RazorDirectiveTokenHelpers__() { + ((System.Action)(() => { +global::System.Object __typeHelper = "*, TestAssembly"; + } + ))(); + } + #pragma warning restore 219 + #pragma warning disable 0414 + private static System.Object __o = null; + #pragma warning restore 0414 + #pragma warning disable 1998 + protected override void BuildRenderTree(Microsoft.AspNetCore.Blazor.RenderTree.RenderTreeBuilder builder) + { + base.BuildRenderTree(builder); + __o = Microsoft.AspNetCore.Blazor.Components.BindMethods.GetValue(ParentValue); + __o = Microsoft.AspNetCore.Blazor.Components.BindMethods.SetValueHandler(__value => ParentValue = __value, ParentValue); + } + #pragma warning restore 1998 +#line 3 "x:\dir\subdir\Test\TestComponent.cshtml" + + public int ParentValue { get; set; } = 42; + +#line default +#line hidden + } +} +#pragma warning restore 1591 diff --git a/test/Microsoft.AspNetCore.Blazor.Build.Test/TestFiles/DesignTimeCodeGenerationTest/BindToElementFallback_WritesAttributes/TestComponent.ir.txt b/test/Microsoft.AspNetCore.Components.Build.Test/TestFiles/DesignTimeCodeGenerationTest/BindToElementFallback_WritesAttributes/TestComponent.ir.txt similarity index 100% rename from test/Microsoft.AspNetCore.Blazor.Build.Test/TestFiles/DesignTimeCodeGenerationTest/BindToElementFallback_WritesAttributes/TestComponent.ir.txt rename to test/Microsoft.AspNetCore.Components.Build.Test/TestFiles/DesignTimeCodeGenerationTest/BindToElementFallback_WritesAttributes/TestComponent.ir.txt diff --git a/test/Microsoft.AspNetCore.Blazor.Build.Test/TestFiles/DesignTimeCodeGenerationTest/BindToElementFallback_WritesAttributes/TestComponent.mappings.txt b/test/Microsoft.AspNetCore.Components.Build.Test/TestFiles/DesignTimeCodeGenerationTest/BindToElementFallback_WritesAttributes/TestComponent.mappings.txt similarity index 96% rename from test/Microsoft.AspNetCore.Blazor.Build.Test/TestFiles/DesignTimeCodeGenerationTest/BindToElementFallback_WritesAttributes/TestComponent.mappings.txt rename to test/Microsoft.AspNetCore.Components.Build.Test/TestFiles/DesignTimeCodeGenerationTest/BindToElementFallback_WritesAttributes/TestComponent.mappings.txt index 56f322cd..50a9abfc 100644 --- a/test/Microsoft.AspNetCore.Blazor.Build.Test/TestFiles/DesignTimeCodeGenerationTest/BindToElementFallback_WritesAttributes/TestComponent.mappings.txt +++ b/test/Microsoft.AspNetCore.Components.Build.Test/TestFiles/DesignTimeCodeGenerationTest/BindToElementFallback_WritesAttributes/TestComponent.mappings.txt @@ -1,19 +1,19 @@ -Source Location: (14:0,14 [15] x:\dir\subdir\Test\TestComponent.cshtml) -|*, TestAssembly| -Generated Location: (559:16,38 [15] ) -|*, TestAssembly| - -Source Location: (72:1,41 [11] x:\dir\subdir\Test\TestComponent.cshtml) -|ParentValue| -Generated Location: (1064:28,78 [11] ) -|ParentValue| - -Source Location: (101:2,12 [50] x:\dir\subdir\Test\TestComponent.cshtml) -| - public int ParentValue { get; set; } = 42; -| -Generated Location: (1325:33,12 [50] ) -| - public int ParentValue { get; set; } = 42; -| - +Source Location: (14:0,14 [15] x:\dir\subdir\Test\TestComponent.cshtml) +|*, TestAssembly| +Generated Location: (559:16,38 [15] ) +|*, TestAssembly| + +Source Location: (72:1,41 [11] x:\dir\subdir\Test\TestComponent.cshtml) +|ParentValue| +Generated Location: (1064:28,78 [11] ) +|ParentValue| + +Source Location: (101:2,12 [50] x:\dir\subdir\Test\TestComponent.cshtml) +| + public int ParentValue { get; set; } = 42; +| +Generated Location: (1325:33,12 [50] ) +| + public int ParentValue { get; set; } = 42; +| + diff --git a/test/Microsoft.AspNetCore.Blazor.Build.Test/TestFiles/DesignTimeCodeGenerationTest/BindToElementWithSuffix_WritesAttributes/TestComponent.codegen.cs b/test/Microsoft.AspNetCore.Components.Build.Test/TestFiles/DesignTimeCodeGenerationTest/BindToElementWithSuffix_WritesAttributes/TestComponent.codegen.cs similarity index 97% rename from test/Microsoft.AspNetCore.Blazor.Build.Test/TestFiles/DesignTimeCodeGenerationTest/BindToElementWithSuffix_WritesAttributes/TestComponent.codegen.cs rename to test/Microsoft.AspNetCore.Components.Build.Test/TestFiles/DesignTimeCodeGenerationTest/BindToElementWithSuffix_WritesAttributes/TestComponent.codegen.cs index e6025bc0..f30c2715 100644 --- a/test/Microsoft.AspNetCore.Blazor.Build.Test/TestFiles/DesignTimeCodeGenerationTest/BindToElementWithSuffix_WritesAttributes/TestComponent.codegen.cs +++ b/test/Microsoft.AspNetCore.Components.Build.Test/TestFiles/DesignTimeCodeGenerationTest/BindToElementWithSuffix_WritesAttributes/TestComponent.codegen.cs @@ -1,41 +1,41 @@ -// -#pragma warning disable 1591 -namespace Test -{ - #line hidden - using System; - using System.Collections.Generic; - using System.Linq; - using System.Threading.Tasks; - using Microsoft.AspNetCore.Blazor; - using Microsoft.AspNetCore.Blazor.Components; - public class TestComponent : Microsoft.AspNetCore.Blazor.Components.BlazorComponent - { - #pragma warning disable 219 - private void __RazorDirectiveTokenHelpers__() { - ((System.Action)(() => { -global::System.Object __typeHelper = "*, TestAssembly"; - } - ))(); - } - #pragma warning restore 219 - #pragma warning disable 0414 - private static System.Object __o = null; - #pragma warning restore 0414 - #pragma warning disable 1998 - protected override void BuildRenderTree(Microsoft.AspNetCore.Blazor.RenderTree.RenderTreeBuilder builder) - { - base.BuildRenderTree(builder); - __o = Microsoft.AspNetCore.Blazor.Components.BindMethods.GetValue(ParentValue); - __o = Microsoft.AspNetCore.Blazor.Components.BindMethods.SetValueHandler(__value => ParentValue = __value, ParentValue); - } - #pragma warning restore 1998 -#line 3 "x:\dir\subdir\Test\TestComponent.cshtml" - - public string ParentValue { get; set; } = "hi"; - -#line default -#line hidden - } -} -#pragma warning restore 1591 +// +#pragma warning disable 1591 +namespace Test +{ + #line hidden + using System; + using System.Collections.Generic; + using System.Linq; + using System.Threading.Tasks; + using Microsoft.AspNetCore.Blazor; + using Microsoft.AspNetCore.Blazor.Components; + public class TestComponent : Microsoft.AspNetCore.Blazor.Components.BlazorComponent + { + #pragma warning disable 219 + private void __RazorDirectiveTokenHelpers__() { + ((System.Action)(() => { +global::System.Object __typeHelper = "*, TestAssembly"; + } + ))(); + } + #pragma warning restore 219 + #pragma warning disable 0414 + private static System.Object __o = null; + #pragma warning restore 0414 + #pragma warning disable 1998 + protected override void BuildRenderTree(Microsoft.AspNetCore.Blazor.RenderTree.RenderTreeBuilder builder) + { + base.BuildRenderTree(builder); + __o = Microsoft.AspNetCore.Blazor.Components.BindMethods.GetValue(ParentValue); + __o = Microsoft.AspNetCore.Blazor.Components.BindMethods.SetValueHandler(__value => ParentValue = __value, ParentValue); + } + #pragma warning restore 1998 +#line 3 "x:\dir\subdir\Test\TestComponent.cshtml" + + public string ParentValue { get; set; } = "hi"; + +#line default +#line hidden + } +} +#pragma warning restore 1591 diff --git a/test/Microsoft.AspNetCore.Blazor.Build.Test/TestFiles/DesignTimeCodeGenerationTest/BindToElementWithSuffix_WritesAttributes/TestComponent.ir.txt b/test/Microsoft.AspNetCore.Components.Build.Test/TestFiles/DesignTimeCodeGenerationTest/BindToElementWithSuffix_WritesAttributes/TestComponent.ir.txt similarity index 100% rename from test/Microsoft.AspNetCore.Blazor.Build.Test/TestFiles/DesignTimeCodeGenerationTest/BindToElementWithSuffix_WritesAttributes/TestComponent.ir.txt rename to test/Microsoft.AspNetCore.Components.Build.Test/TestFiles/DesignTimeCodeGenerationTest/BindToElementWithSuffix_WritesAttributes/TestComponent.ir.txt diff --git a/test/Microsoft.AspNetCore.Blazor.Build.Test/TestFiles/DesignTimeCodeGenerationTest/BindToElementWithSuffix_WritesAttributes/TestComponent.mappings.txt b/test/Microsoft.AspNetCore.Components.Build.Test/TestFiles/DesignTimeCodeGenerationTest/BindToElementWithSuffix_WritesAttributes/TestComponent.mappings.txt similarity index 96% rename from test/Microsoft.AspNetCore.Blazor.Build.Test/TestFiles/DesignTimeCodeGenerationTest/BindToElementWithSuffix_WritesAttributes/TestComponent.mappings.txt rename to test/Microsoft.AspNetCore.Components.Build.Test/TestFiles/DesignTimeCodeGenerationTest/BindToElementWithSuffix_WritesAttributes/TestComponent.mappings.txt index 8e4542b3..f201c3c7 100644 --- a/test/Microsoft.AspNetCore.Blazor.Build.Test/TestFiles/DesignTimeCodeGenerationTest/BindToElementWithSuffix_WritesAttributes/TestComponent.mappings.txt +++ b/test/Microsoft.AspNetCore.Components.Build.Test/TestFiles/DesignTimeCodeGenerationTest/BindToElementWithSuffix_WritesAttributes/TestComponent.mappings.txt @@ -1,19 +1,19 @@ -Source Location: (14:0,14 [15] x:\dir\subdir\Test\TestComponent.cshtml) -|*, TestAssembly| -Generated Location: (559:16,38 [15] ) -|*, TestAssembly| - -Source Location: (49:1,18 [11] x:\dir\subdir\Test\TestComponent.cshtml) -|ParentValue| -Generated Location: (1064:28,78 [11] ) -|ParentValue| - -Source Location: (78:2,12 [55] x:\dir\subdir\Test\TestComponent.cshtml) -| - public string ParentValue { get; set; } = "hi"; -| -Generated Location: (1325:33,12 [55] ) -| - public string ParentValue { get; set; } = "hi"; -| - +Source Location: (14:0,14 [15] x:\dir\subdir\Test\TestComponent.cshtml) +|*, TestAssembly| +Generated Location: (559:16,38 [15] ) +|*, TestAssembly| + +Source Location: (49:1,18 [11] x:\dir\subdir\Test\TestComponent.cshtml) +|ParentValue| +Generated Location: (1064:28,78 [11] ) +|ParentValue| + +Source Location: (78:2,12 [55] x:\dir\subdir\Test\TestComponent.cshtml) +| + public string ParentValue { get; set; } = "hi"; +| +Generated Location: (1325:33,12 [55] ) +| + public string ParentValue { get; set; } = "hi"; +| + diff --git a/test/Microsoft.AspNetCore.Blazor.Build.Test/TestFiles/DesignTimeCodeGenerationTest/BindToElement_WritesAttributes/TestComponent.codegen.cs b/test/Microsoft.AspNetCore.Components.Build.Test/TestFiles/DesignTimeCodeGenerationTest/BindToElement_WritesAttributes/TestComponent.codegen.cs similarity index 97% rename from test/Microsoft.AspNetCore.Blazor.Build.Test/TestFiles/DesignTimeCodeGenerationTest/BindToElement_WritesAttributes/TestComponent.codegen.cs rename to test/Microsoft.AspNetCore.Components.Build.Test/TestFiles/DesignTimeCodeGenerationTest/BindToElement_WritesAttributes/TestComponent.codegen.cs index e6025bc0..f30c2715 100644 --- a/test/Microsoft.AspNetCore.Blazor.Build.Test/TestFiles/DesignTimeCodeGenerationTest/BindToElement_WritesAttributes/TestComponent.codegen.cs +++ b/test/Microsoft.AspNetCore.Components.Build.Test/TestFiles/DesignTimeCodeGenerationTest/BindToElement_WritesAttributes/TestComponent.codegen.cs @@ -1,41 +1,41 @@ -// -#pragma warning disable 1591 -namespace Test -{ - #line hidden - using System; - using System.Collections.Generic; - using System.Linq; - using System.Threading.Tasks; - using Microsoft.AspNetCore.Blazor; - using Microsoft.AspNetCore.Blazor.Components; - public class TestComponent : Microsoft.AspNetCore.Blazor.Components.BlazorComponent - { - #pragma warning disable 219 - private void __RazorDirectiveTokenHelpers__() { - ((System.Action)(() => { -global::System.Object __typeHelper = "*, TestAssembly"; - } - ))(); - } - #pragma warning restore 219 - #pragma warning disable 0414 - private static System.Object __o = null; - #pragma warning restore 0414 - #pragma warning disable 1998 - protected override void BuildRenderTree(Microsoft.AspNetCore.Blazor.RenderTree.RenderTreeBuilder builder) - { - base.BuildRenderTree(builder); - __o = Microsoft.AspNetCore.Blazor.Components.BindMethods.GetValue(ParentValue); - __o = Microsoft.AspNetCore.Blazor.Components.BindMethods.SetValueHandler(__value => ParentValue = __value, ParentValue); - } - #pragma warning restore 1998 -#line 3 "x:\dir\subdir\Test\TestComponent.cshtml" - - public string ParentValue { get; set; } = "hi"; - -#line default -#line hidden - } -} -#pragma warning restore 1591 +// +#pragma warning disable 1591 +namespace Test +{ + #line hidden + using System; + using System.Collections.Generic; + using System.Linq; + using System.Threading.Tasks; + using Microsoft.AspNetCore.Blazor; + using Microsoft.AspNetCore.Blazor.Components; + public class TestComponent : Microsoft.AspNetCore.Blazor.Components.BlazorComponent + { + #pragma warning disable 219 + private void __RazorDirectiveTokenHelpers__() { + ((System.Action)(() => { +global::System.Object __typeHelper = "*, TestAssembly"; + } + ))(); + } + #pragma warning restore 219 + #pragma warning disable 0414 + private static System.Object __o = null; + #pragma warning restore 0414 + #pragma warning disable 1998 + protected override void BuildRenderTree(Microsoft.AspNetCore.Blazor.RenderTree.RenderTreeBuilder builder) + { + base.BuildRenderTree(builder); + __o = Microsoft.AspNetCore.Blazor.Components.BindMethods.GetValue(ParentValue); + __o = Microsoft.AspNetCore.Blazor.Components.BindMethods.SetValueHandler(__value => ParentValue = __value, ParentValue); + } + #pragma warning restore 1998 +#line 3 "x:\dir\subdir\Test\TestComponent.cshtml" + + public string ParentValue { get; set; } = "hi"; + +#line default +#line hidden + } +} +#pragma warning restore 1591 diff --git a/test/Microsoft.AspNetCore.Blazor.Build.Test/TestFiles/DesignTimeCodeGenerationTest/BindToElement_WritesAttributes/TestComponent.ir.txt b/test/Microsoft.AspNetCore.Components.Build.Test/TestFiles/DesignTimeCodeGenerationTest/BindToElement_WritesAttributes/TestComponent.ir.txt similarity index 100% rename from test/Microsoft.AspNetCore.Blazor.Build.Test/TestFiles/DesignTimeCodeGenerationTest/BindToElement_WritesAttributes/TestComponent.ir.txt rename to test/Microsoft.AspNetCore.Components.Build.Test/TestFiles/DesignTimeCodeGenerationTest/BindToElement_WritesAttributes/TestComponent.ir.txt diff --git a/test/Microsoft.AspNetCore.Blazor.Build.Test/TestFiles/DesignTimeCodeGenerationTest/BindToElement_WritesAttributes/TestComponent.mappings.txt b/test/Microsoft.AspNetCore.Components.Build.Test/TestFiles/DesignTimeCodeGenerationTest/BindToElement_WritesAttributes/TestComponent.mappings.txt similarity index 96% rename from test/Microsoft.AspNetCore.Blazor.Build.Test/TestFiles/DesignTimeCodeGenerationTest/BindToElement_WritesAttributes/TestComponent.mappings.txt rename to test/Microsoft.AspNetCore.Components.Build.Test/TestFiles/DesignTimeCodeGenerationTest/BindToElement_WritesAttributes/TestComponent.mappings.txt index dd81daa7..85d50bbc 100644 --- a/test/Microsoft.AspNetCore.Blazor.Build.Test/TestFiles/DesignTimeCodeGenerationTest/BindToElement_WritesAttributes/TestComponent.mappings.txt +++ b/test/Microsoft.AspNetCore.Components.Build.Test/TestFiles/DesignTimeCodeGenerationTest/BindToElement_WritesAttributes/TestComponent.mappings.txt @@ -1,19 +1,19 @@ -Source Location: (14:0,14 [15] x:\dir\subdir\Test\TestComponent.cshtml) -|*, TestAssembly| -Generated Location: (559:16,38 [15] ) -|*, TestAssembly| - -Source Location: (43:1,12 [11] x:\dir\subdir\Test\TestComponent.cshtml) -|ParentValue| -Generated Location: (1064:28,78 [11] ) -|ParentValue| - -Source Location: (72:2,12 [55] x:\dir\subdir\Test\TestComponent.cshtml) -| - public string ParentValue { get; set; } = "hi"; -| -Generated Location: (1325:33,12 [55] ) -| - public string ParentValue { get; set; } = "hi"; -| - +Source Location: (14:0,14 [15] x:\dir\subdir\Test\TestComponent.cshtml) +|*, TestAssembly| +Generated Location: (559:16,38 [15] ) +|*, TestAssembly| + +Source Location: (43:1,12 [11] x:\dir\subdir\Test\TestComponent.cshtml) +|ParentValue| +Generated Location: (1064:28,78 [11] ) +|ParentValue| + +Source Location: (72:2,12 [55] x:\dir\subdir\Test\TestComponent.cshtml) +| + public string ParentValue { get; set; } = "hi"; +| +Generated Location: (1325:33,12 [55] ) +| + public string ParentValue { get; set; } = "hi"; +| + diff --git a/test/Microsoft.AspNetCore.Blazor.Build.Test/TestFiles/DesignTimeCodeGenerationTest/BodyAndAttributeChildContent/TestComponent.codegen.cs b/test/Microsoft.AspNetCore.Components.Build.Test/TestFiles/DesignTimeCodeGenerationTest/BodyAndAttributeChildContent/TestComponent.codegen.cs similarity index 100% rename from test/Microsoft.AspNetCore.Blazor.Build.Test/TestFiles/DesignTimeCodeGenerationTest/BodyAndAttributeChildContent/TestComponent.codegen.cs rename to test/Microsoft.AspNetCore.Components.Build.Test/TestFiles/DesignTimeCodeGenerationTest/BodyAndAttributeChildContent/TestComponent.codegen.cs diff --git a/test/Microsoft.AspNetCore.Blazor.Build.Test/TestFiles/DesignTimeCodeGenerationTest/BodyAndAttributeChildContent/TestComponent.ir.txt b/test/Microsoft.AspNetCore.Components.Build.Test/TestFiles/DesignTimeCodeGenerationTest/BodyAndAttributeChildContent/TestComponent.ir.txt similarity index 100% rename from test/Microsoft.AspNetCore.Blazor.Build.Test/TestFiles/DesignTimeCodeGenerationTest/BodyAndAttributeChildContent/TestComponent.ir.txt rename to test/Microsoft.AspNetCore.Components.Build.Test/TestFiles/DesignTimeCodeGenerationTest/BodyAndAttributeChildContent/TestComponent.ir.txt diff --git a/test/Microsoft.AspNetCore.Blazor.Build.Test/TestFiles/DesignTimeCodeGenerationTest/BodyAndAttributeChildContent/TestComponent.mappings.txt b/test/Microsoft.AspNetCore.Components.Build.Test/TestFiles/DesignTimeCodeGenerationTest/BodyAndAttributeChildContent/TestComponent.mappings.txt similarity index 100% rename from test/Microsoft.AspNetCore.Blazor.Build.Test/TestFiles/DesignTimeCodeGenerationTest/BodyAndAttributeChildContent/TestComponent.mappings.txt rename to test/Microsoft.AspNetCore.Components.Build.Test/TestFiles/DesignTimeCodeGenerationTest/BodyAndAttributeChildContent/TestComponent.mappings.txt diff --git a/test/Microsoft.AspNetCore.Blazor.Build.Test/TestFiles/DesignTimeCodeGenerationTest/BodyAndExplicitChildContent/TestComponent.codegen.cs b/test/Microsoft.AspNetCore.Components.Build.Test/TestFiles/DesignTimeCodeGenerationTest/BodyAndExplicitChildContent/TestComponent.codegen.cs similarity index 100% rename from test/Microsoft.AspNetCore.Blazor.Build.Test/TestFiles/DesignTimeCodeGenerationTest/BodyAndExplicitChildContent/TestComponent.codegen.cs rename to test/Microsoft.AspNetCore.Components.Build.Test/TestFiles/DesignTimeCodeGenerationTest/BodyAndExplicitChildContent/TestComponent.codegen.cs diff --git a/test/Microsoft.AspNetCore.Blazor.Build.Test/TestFiles/DesignTimeCodeGenerationTest/BodyAndExplicitChildContent/TestComponent.ir.txt b/test/Microsoft.AspNetCore.Components.Build.Test/TestFiles/DesignTimeCodeGenerationTest/BodyAndExplicitChildContent/TestComponent.ir.txt similarity index 100% rename from test/Microsoft.AspNetCore.Blazor.Build.Test/TestFiles/DesignTimeCodeGenerationTest/BodyAndExplicitChildContent/TestComponent.ir.txt rename to test/Microsoft.AspNetCore.Components.Build.Test/TestFiles/DesignTimeCodeGenerationTest/BodyAndExplicitChildContent/TestComponent.ir.txt diff --git a/test/Microsoft.AspNetCore.Blazor.Build.Test/TestFiles/DesignTimeCodeGenerationTest/BodyAndExplicitChildContent/TestComponent.mappings.txt b/test/Microsoft.AspNetCore.Components.Build.Test/TestFiles/DesignTimeCodeGenerationTest/BodyAndExplicitChildContent/TestComponent.mappings.txt similarity index 100% rename from test/Microsoft.AspNetCore.Blazor.Build.Test/TestFiles/DesignTimeCodeGenerationTest/BodyAndExplicitChildContent/TestComponent.mappings.txt rename to test/Microsoft.AspNetCore.Components.Build.Test/TestFiles/DesignTimeCodeGenerationTest/BodyAndExplicitChildContent/TestComponent.mappings.txt diff --git a/test/Microsoft.AspNetCore.Blazor.Build.Test/TestFiles/DesignTimeCodeGenerationTest/BuiltIn_BindToInputCheckbox_WritesAttributes/TestComponent.codegen.cs b/test/Microsoft.AspNetCore.Components.Build.Test/TestFiles/DesignTimeCodeGenerationTest/BuiltIn_BindToInputCheckbox_WritesAttributes/TestComponent.codegen.cs similarity index 97% rename from test/Microsoft.AspNetCore.Blazor.Build.Test/TestFiles/DesignTimeCodeGenerationTest/BuiltIn_BindToInputCheckbox_WritesAttributes/TestComponent.codegen.cs rename to test/Microsoft.AspNetCore.Components.Build.Test/TestFiles/DesignTimeCodeGenerationTest/BuiltIn_BindToInputCheckbox_WritesAttributes/TestComponent.codegen.cs index 41e94e96..94de5915 100644 --- a/test/Microsoft.AspNetCore.Blazor.Build.Test/TestFiles/DesignTimeCodeGenerationTest/BuiltIn_BindToInputCheckbox_WritesAttributes/TestComponent.codegen.cs +++ b/test/Microsoft.AspNetCore.Components.Build.Test/TestFiles/DesignTimeCodeGenerationTest/BuiltIn_BindToInputCheckbox_WritesAttributes/TestComponent.codegen.cs @@ -1,41 +1,41 @@ -// -#pragma warning disable 1591 -namespace Test -{ - #line hidden - using System; - using System.Collections.Generic; - using System.Linq; - using System.Threading.Tasks; - using Microsoft.AspNetCore.Blazor; - using Microsoft.AspNetCore.Blazor.Components; - public class TestComponent : Microsoft.AspNetCore.Blazor.Components.BlazorComponent - { - #pragma warning disable 219 - private void __RazorDirectiveTokenHelpers__() { - ((System.Action)(() => { -global::System.Object __typeHelper = "*, TestAssembly"; - } - ))(); - } - #pragma warning restore 219 - #pragma warning disable 0414 - private static System.Object __o = null; - #pragma warning restore 0414 - #pragma warning disable 1998 - protected override void BuildRenderTree(Microsoft.AspNetCore.Blazor.RenderTree.RenderTreeBuilder builder) - { - base.BuildRenderTree(builder); - __o = Microsoft.AspNetCore.Blazor.Components.BindMethods.GetValue(Enabled); - __o = Microsoft.AspNetCore.Blazor.Components.BindMethods.SetValueHandler(__value => Enabled = __value, Enabled); - } - #pragma warning restore 1998 -#line 3 "x:\dir\subdir\Test\TestComponent.cshtml" - - public bool Enabled { get; set; } - -#line default -#line hidden - } -} -#pragma warning restore 1591 +// +#pragma warning disable 1591 +namespace Test +{ + #line hidden + using System; + using System.Collections.Generic; + using System.Linq; + using System.Threading.Tasks; + using Microsoft.AspNetCore.Blazor; + using Microsoft.AspNetCore.Blazor.Components; + public class TestComponent : Microsoft.AspNetCore.Blazor.Components.BlazorComponent + { + #pragma warning disable 219 + private void __RazorDirectiveTokenHelpers__() { + ((System.Action)(() => { +global::System.Object __typeHelper = "*, TestAssembly"; + } + ))(); + } + #pragma warning restore 219 + #pragma warning disable 0414 + private static System.Object __o = null; + #pragma warning restore 0414 + #pragma warning disable 1998 + protected override void BuildRenderTree(Microsoft.AspNetCore.Blazor.RenderTree.RenderTreeBuilder builder) + { + base.BuildRenderTree(builder); + __o = Microsoft.AspNetCore.Blazor.Components.BindMethods.GetValue(Enabled); + __o = Microsoft.AspNetCore.Blazor.Components.BindMethods.SetValueHandler(__value => Enabled = __value, Enabled); + } + #pragma warning restore 1998 +#line 3 "x:\dir\subdir\Test\TestComponent.cshtml" + + public bool Enabled { get; set; } + +#line default +#line hidden + } +} +#pragma warning restore 1591 diff --git a/test/Microsoft.AspNetCore.Blazor.Build.Test/TestFiles/DesignTimeCodeGenerationTest/BuiltIn_BindToInputCheckbox_WritesAttributes/TestComponent.ir.txt b/test/Microsoft.AspNetCore.Components.Build.Test/TestFiles/DesignTimeCodeGenerationTest/BuiltIn_BindToInputCheckbox_WritesAttributes/TestComponent.ir.txt similarity index 100% rename from test/Microsoft.AspNetCore.Blazor.Build.Test/TestFiles/DesignTimeCodeGenerationTest/BuiltIn_BindToInputCheckbox_WritesAttributes/TestComponent.ir.txt rename to test/Microsoft.AspNetCore.Components.Build.Test/TestFiles/DesignTimeCodeGenerationTest/BuiltIn_BindToInputCheckbox_WritesAttributes/TestComponent.ir.txt diff --git a/test/Microsoft.AspNetCore.Blazor.Build.Test/TestFiles/DesignTimeCodeGenerationTest/BuiltIn_BindToInputCheckbox_WritesAttributes/TestComponent.mappings.txt b/test/Microsoft.AspNetCore.Components.Build.Test/TestFiles/DesignTimeCodeGenerationTest/BuiltIn_BindToInputCheckbox_WritesAttributes/TestComponent.mappings.txt similarity index 96% rename from test/Microsoft.AspNetCore.Blazor.Build.Test/TestFiles/DesignTimeCodeGenerationTest/BuiltIn_BindToInputCheckbox_WritesAttributes/TestComponent.mappings.txt rename to test/Microsoft.AspNetCore.Components.Build.Test/TestFiles/DesignTimeCodeGenerationTest/BuiltIn_BindToInputCheckbox_WritesAttributes/TestComponent.mappings.txt index 60e107a9..3843a710 100644 --- a/test/Microsoft.AspNetCore.Blazor.Build.Test/TestFiles/DesignTimeCodeGenerationTest/BuiltIn_BindToInputCheckbox_WritesAttributes/TestComponent.mappings.txt +++ b/test/Microsoft.AspNetCore.Components.Build.Test/TestFiles/DesignTimeCodeGenerationTest/BuiltIn_BindToInputCheckbox_WritesAttributes/TestComponent.mappings.txt @@ -1,19 +1,19 @@ -Source Location: (14:0,14 [15] x:\dir\subdir\Test\TestComponent.cshtml) -|*, TestAssembly| -Generated Location: (559:16,38 [15] ) -|*, TestAssembly| - -Source Location: (61:1,30 [7] x:\dir\subdir\Test\TestComponent.cshtml) -|Enabled| -Generated Location: (1064:28,78 [7] ) -|Enabled| - -Source Location: (86:2,12 [41] x:\dir\subdir\Test\TestComponent.cshtml) -| - public bool Enabled { get; set; } -| -Generated Location: (1313:33,12 [41] ) -| - public bool Enabled { get; set; } -| - +Source Location: (14:0,14 [15] x:\dir\subdir\Test\TestComponent.cshtml) +|*, TestAssembly| +Generated Location: (559:16,38 [15] ) +|*, TestAssembly| + +Source Location: (61:1,30 [7] x:\dir\subdir\Test\TestComponent.cshtml) +|Enabled| +Generated Location: (1064:28,78 [7] ) +|Enabled| + +Source Location: (86:2,12 [41] x:\dir\subdir\Test\TestComponent.cshtml) +| + public bool Enabled { get; set; } +| +Generated Location: (1313:33,12 [41] ) +| + public bool Enabled { get; set; } +| + diff --git a/test/Microsoft.AspNetCore.Blazor.Build.Test/TestFiles/DesignTimeCodeGenerationTest/BuiltIn_BindToInputText_WithFormatFromProperty_WritesAttributes/TestComponent.codegen.cs b/test/Microsoft.AspNetCore.Components.Build.Test/TestFiles/DesignTimeCodeGenerationTest/BuiltIn_BindToInputText_WithFormatFromProperty_WritesAttributes/TestComponent.codegen.cs similarity index 97% rename from test/Microsoft.AspNetCore.Blazor.Build.Test/TestFiles/DesignTimeCodeGenerationTest/BuiltIn_BindToInputText_WithFormatFromProperty_WritesAttributes/TestComponent.codegen.cs rename to test/Microsoft.AspNetCore.Components.Build.Test/TestFiles/DesignTimeCodeGenerationTest/BuiltIn_BindToInputText_WithFormatFromProperty_WritesAttributes/TestComponent.codegen.cs index 91bbca61..2decaaf6 100644 --- a/test/Microsoft.AspNetCore.Blazor.Build.Test/TestFiles/DesignTimeCodeGenerationTest/BuiltIn_BindToInputText_WithFormatFromProperty_WritesAttributes/TestComponent.codegen.cs +++ b/test/Microsoft.AspNetCore.Components.Build.Test/TestFiles/DesignTimeCodeGenerationTest/BuiltIn_BindToInputText_WithFormatFromProperty_WritesAttributes/TestComponent.codegen.cs @@ -1,43 +1,43 @@ -// -#pragma warning disable 1591 -namespace Test -{ - #line hidden - using System; - using System.Collections.Generic; - using System.Linq; - using System.Threading.Tasks; - using Microsoft.AspNetCore.Blazor; - using Microsoft.AspNetCore.Blazor.Components; - public class TestComponent : Microsoft.AspNetCore.Blazor.Components.BlazorComponent - { - #pragma warning disable 219 - private void __RazorDirectiveTokenHelpers__() { - ((System.Action)(() => { -global::System.Object __typeHelper = "*, TestAssembly"; - } - ))(); - } - #pragma warning restore 219 - #pragma warning disable 0414 - private static System.Object __o = null; - #pragma warning restore 0414 - #pragma warning disable 1998 - protected override void BuildRenderTree(Microsoft.AspNetCore.Blazor.RenderTree.RenderTreeBuilder builder) - { - base.BuildRenderTree(builder); - __o = Microsoft.AspNetCore.Blazor.Components.BindMethods.GetValue(CurrentDate, Format); - __o = Microsoft.AspNetCore.Blazor.Components.BindMethods.SetValueHandler(__value => CurrentDate = __value, CurrentDate, Format); - } - #pragma warning restore 1998 -#line 3 "x:\dir\subdir\Test\TestComponent.cshtml" - - public DateTime CurrentDate { get; set; } = new DateTime(2018, 1, 1); - - public string Format { get; set; } = "MM/dd/yyyy"; - -#line default -#line hidden - } -} -#pragma warning restore 1591 +// +#pragma warning disable 1591 +namespace Test +{ + #line hidden + using System; + using System.Collections.Generic; + using System.Linq; + using System.Threading.Tasks; + using Microsoft.AspNetCore.Blazor; + using Microsoft.AspNetCore.Blazor.Components; + public class TestComponent : Microsoft.AspNetCore.Blazor.Components.BlazorComponent + { + #pragma warning disable 219 + private void __RazorDirectiveTokenHelpers__() { + ((System.Action)(() => { +global::System.Object __typeHelper = "*, TestAssembly"; + } + ))(); + } + #pragma warning restore 219 + #pragma warning disable 0414 + private static System.Object __o = null; + #pragma warning restore 0414 + #pragma warning disable 1998 + protected override void BuildRenderTree(Microsoft.AspNetCore.Blazor.RenderTree.RenderTreeBuilder builder) + { + base.BuildRenderTree(builder); + __o = Microsoft.AspNetCore.Blazor.Components.BindMethods.GetValue(CurrentDate, Format); + __o = Microsoft.AspNetCore.Blazor.Components.BindMethods.SetValueHandler(__value => CurrentDate = __value, CurrentDate, Format); + } + #pragma warning restore 1998 +#line 3 "x:\dir\subdir\Test\TestComponent.cshtml" + + public DateTime CurrentDate { get; set; } = new DateTime(2018, 1, 1); + + public string Format { get; set; } = "MM/dd/yyyy"; + +#line default +#line hidden + } +} +#pragma warning restore 1591 diff --git a/test/Microsoft.AspNetCore.Blazor.Build.Test/TestFiles/DesignTimeCodeGenerationTest/BuiltIn_BindToInputText_WithFormatFromProperty_WritesAttributes/TestComponent.ir.txt b/test/Microsoft.AspNetCore.Components.Build.Test/TestFiles/DesignTimeCodeGenerationTest/BuiltIn_BindToInputText_WithFormatFromProperty_WritesAttributes/TestComponent.ir.txt similarity index 100% rename from test/Microsoft.AspNetCore.Blazor.Build.Test/TestFiles/DesignTimeCodeGenerationTest/BuiltIn_BindToInputText_WithFormatFromProperty_WritesAttributes/TestComponent.ir.txt rename to test/Microsoft.AspNetCore.Components.Build.Test/TestFiles/DesignTimeCodeGenerationTest/BuiltIn_BindToInputText_WithFormatFromProperty_WritesAttributes/TestComponent.ir.txt diff --git a/test/Microsoft.AspNetCore.Blazor.Build.Test/TestFiles/DesignTimeCodeGenerationTest/BuiltIn_BindToInputText_WithFormatFromProperty_WritesAttributes/TestComponent.mappings.txt b/test/Microsoft.AspNetCore.Components.Build.Test/TestFiles/DesignTimeCodeGenerationTest/BuiltIn_BindToInputText_WithFormatFromProperty_WritesAttributes/TestComponent.mappings.txt similarity index 96% rename from test/Microsoft.AspNetCore.Blazor.Build.Test/TestFiles/DesignTimeCodeGenerationTest/BuiltIn_BindToInputText_WithFormatFromProperty_WritesAttributes/TestComponent.mappings.txt rename to test/Microsoft.AspNetCore.Components.Build.Test/TestFiles/DesignTimeCodeGenerationTest/BuiltIn_BindToInputText_WithFormatFromProperty_WritesAttributes/TestComponent.mappings.txt index 55133774..ddf19b51 100644 --- a/test/Microsoft.AspNetCore.Blazor.Build.Test/TestFiles/DesignTimeCodeGenerationTest/BuiltIn_BindToInputText_WithFormatFromProperty_WritesAttributes/TestComponent.mappings.txt +++ b/test/Microsoft.AspNetCore.Components.Build.Test/TestFiles/DesignTimeCodeGenerationTest/BuiltIn_BindToInputText_WithFormatFromProperty_WritesAttributes/TestComponent.mappings.txt @@ -1,28 +1,28 @@ -Source Location: (14:0,14 [15] x:\dir\subdir\Test\TestComponent.cshtml) -|*, TestAssembly| -Generated Location: (559:16,38 [15] ) -|*, TestAssembly| - -Source Location: (57:1,26 [11] x:\dir\subdir\Test\TestComponent.cshtml) -|CurrentDate| -Generated Location: (1064:28,78 [11] ) -|CurrentDate| - -Source Location: (85:1,54 [6] x:\dir\subdir\Test\TestComponent.cshtml) -|Format| -Generated Location: (1077:28,91 [6] ) -|Format| - -Source Location: (108:2,12 [135] x:\dir\subdir\Test\TestComponent.cshtml) -| - public DateTime CurrentDate { get; set; } = new DateTime(2018, 1, 1); - - public string Format { get; set; } = "MM/dd/yyyy"; -| -Generated Location: (1341:33,12 [135] ) -| - public DateTime CurrentDate { get; set; } = new DateTime(2018, 1, 1); - - public string Format { get; set; } = "MM/dd/yyyy"; -| - +Source Location: (14:0,14 [15] x:\dir\subdir\Test\TestComponent.cshtml) +|*, TestAssembly| +Generated Location: (559:16,38 [15] ) +|*, TestAssembly| + +Source Location: (57:1,26 [11] x:\dir\subdir\Test\TestComponent.cshtml) +|CurrentDate| +Generated Location: (1064:28,78 [11] ) +|CurrentDate| + +Source Location: (85:1,54 [6] x:\dir\subdir\Test\TestComponent.cshtml) +|Format| +Generated Location: (1077:28,91 [6] ) +|Format| + +Source Location: (108:2,12 [135] x:\dir\subdir\Test\TestComponent.cshtml) +| + public DateTime CurrentDate { get; set; } = new DateTime(2018, 1, 1); + + public string Format { get; set; } = "MM/dd/yyyy"; +| +Generated Location: (1341:33,12 [135] ) +| + public DateTime CurrentDate { get; set; } = new DateTime(2018, 1, 1); + + public string Format { get; set; } = "MM/dd/yyyy"; +| + diff --git a/test/Microsoft.AspNetCore.Blazor.Build.Test/TestFiles/DesignTimeCodeGenerationTest/BuiltIn_BindToInputText_WithFormat_WritesAttributes/TestComponent.codegen.cs b/test/Microsoft.AspNetCore.Components.Build.Test/TestFiles/DesignTimeCodeGenerationTest/BuiltIn_BindToInputText_WithFormat_WritesAttributes/TestComponent.codegen.cs similarity index 97% rename from test/Microsoft.AspNetCore.Blazor.Build.Test/TestFiles/DesignTimeCodeGenerationTest/BuiltIn_BindToInputText_WithFormat_WritesAttributes/TestComponent.codegen.cs rename to test/Microsoft.AspNetCore.Components.Build.Test/TestFiles/DesignTimeCodeGenerationTest/BuiltIn_BindToInputText_WithFormat_WritesAttributes/TestComponent.codegen.cs index 7586731f..12ddefdd 100644 --- a/test/Microsoft.AspNetCore.Blazor.Build.Test/TestFiles/DesignTimeCodeGenerationTest/BuiltIn_BindToInputText_WithFormat_WritesAttributes/TestComponent.codegen.cs +++ b/test/Microsoft.AspNetCore.Components.Build.Test/TestFiles/DesignTimeCodeGenerationTest/BuiltIn_BindToInputText_WithFormat_WritesAttributes/TestComponent.codegen.cs @@ -1,41 +1,41 @@ -// -#pragma warning disable 1591 -namespace Test -{ - #line hidden - using System; - using System.Collections.Generic; - using System.Linq; - using System.Threading.Tasks; - using Microsoft.AspNetCore.Blazor; - using Microsoft.AspNetCore.Blazor.Components; - public class TestComponent : Microsoft.AspNetCore.Blazor.Components.BlazorComponent - { - #pragma warning disable 219 - private void __RazorDirectiveTokenHelpers__() { - ((System.Action)(() => { -global::System.Object __typeHelper = "*, TestAssembly"; - } - ))(); - } - #pragma warning restore 219 - #pragma warning disable 0414 - private static System.Object __o = null; - #pragma warning restore 0414 - #pragma warning disable 1998 - protected override void BuildRenderTree(Microsoft.AspNetCore.Blazor.RenderTree.RenderTreeBuilder builder) - { - base.BuildRenderTree(builder); - __o = Microsoft.AspNetCore.Blazor.Components.BindMethods.GetValue(CurrentDate, "MM/dd/yyyy"); - __o = Microsoft.AspNetCore.Blazor.Components.BindMethods.SetValueHandler(__value => CurrentDate = __value, CurrentDate, "MM/dd/yyyy"); - } - #pragma warning restore 1998 -#line 3 "x:\dir\subdir\Test\TestComponent.cshtml" - - public DateTime CurrentDate { get; set; } = new DateTime(2018, 1, 1); - -#line default -#line hidden - } -} -#pragma warning restore 1591 +// +#pragma warning disable 1591 +namespace Test +{ + #line hidden + using System; + using System.Collections.Generic; + using System.Linq; + using System.Threading.Tasks; + using Microsoft.AspNetCore.Blazor; + using Microsoft.AspNetCore.Blazor.Components; + public class TestComponent : Microsoft.AspNetCore.Blazor.Components.BlazorComponent + { + #pragma warning disable 219 + private void __RazorDirectiveTokenHelpers__() { + ((System.Action)(() => { +global::System.Object __typeHelper = "*, TestAssembly"; + } + ))(); + } + #pragma warning restore 219 + #pragma warning disable 0414 + private static System.Object __o = null; + #pragma warning restore 0414 + #pragma warning disable 1998 + protected override void BuildRenderTree(Microsoft.AspNetCore.Blazor.RenderTree.RenderTreeBuilder builder) + { + base.BuildRenderTree(builder); + __o = Microsoft.AspNetCore.Blazor.Components.BindMethods.GetValue(CurrentDate, "MM/dd/yyyy"); + __o = Microsoft.AspNetCore.Blazor.Components.BindMethods.SetValueHandler(__value => CurrentDate = __value, CurrentDate, "MM/dd/yyyy"); + } + #pragma warning restore 1998 +#line 3 "x:\dir\subdir\Test\TestComponent.cshtml" + + public DateTime CurrentDate { get; set; } = new DateTime(2018, 1, 1); + +#line default +#line hidden + } +} +#pragma warning restore 1591 diff --git a/test/Microsoft.AspNetCore.Blazor.Build.Test/TestFiles/DesignTimeCodeGenerationTest/BuiltIn_BindToInputText_WithFormat_WritesAttributes/TestComponent.ir.txt b/test/Microsoft.AspNetCore.Components.Build.Test/TestFiles/DesignTimeCodeGenerationTest/BuiltIn_BindToInputText_WithFormat_WritesAttributes/TestComponent.ir.txt similarity index 100% rename from test/Microsoft.AspNetCore.Blazor.Build.Test/TestFiles/DesignTimeCodeGenerationTest/BuiltIn_BindToInputText_WithFormat_WritesAttributes/TestComponent.ir.txt rename to test/Microsoft.AspNetCore.Components.Build.Test/TestFiles/DesignTimeCodeGenerationTest/BuiltIn_BindToInputText_WithFormat_WritesAttributes/TestComponent.ir.txt diff --git a/test/Microsoft.AspNetCore.Blazor.Build.Test/TestFiles/DesignTimeCodeGenerationTest/BuiltIn_BindToInputText_WithFormat_WritesAttributes/TestComponent.mappings.txt b/test/Microsoft.AspNetCore.Components.Build.Test/TestFiles/DesignTimeCodeGenerationTest/BuiltIn_BindToInputText_WithFormat_WritesAttributes/TestComponent.mappings.txt similarity index 96% rename from test/Microsoft.AspNetCore.Blazor.Build.Test/TestFiles/DesignTimeCodeGenerationTest/BuiltIn_BindToInputText_WithFormat_WritesAttributes/TestComponent.mappings.txt rename to test/Microsoft.AspNetCore.Components.Build.Test/TestFiles/DesignTimeCodeGenerationTest/BuiltIn_BindToInputText_WithFormat_WritesAttributes/TestComponent.mappings.txt index ed4f7c09..dbbea66d 100644 --- a/test/Microsoft.AspNetCore.Blazor.Build.Test/TestFiles/DesignTimeCodeGenerationTest/BuiltIn_BindToInputText_WithFormat_WritesAttributes/TestComponent.mappings.txt +++ b/test/Microsoft.AspNetCore.Components.Build.Test/TestFiles/DesignTimeCodeGenerationTest/BuiltIn_BindToInputText_WithFormat_WritesAttributes/TestComponent.mappings.txt @@ -1,19 +1,19 @@ -Source Location: (14:0,14 [15] x:\dir\subdir\Test\TestComponent.cshtml) -|*, TestAssembly| -Generated Location: (559:16,38 [15] ) -|*, TestAssembly| - -Source Location: (57:1,26 [11] x:\dir\subdir\Test\TestComponent.cshtml) -|CurrentDate| -Generated Location: (1064:28,78 [11] ) -|CurrentDate| - -Source Location: (111:2,12 [77] x:\dir\subdir\Test\TestComponent.cshtml) -| - public DateTime CurrentDate { get; set; } = new DateTime(2018, 1, 1); -| -Generated Location: (1353:33,12 [77] ) -| - public DateTime CurrentDate { get; set; } = new DateTime(2018, 1, 1); -| - +Source Location: (14:0,14 [15] x:\dir\subdir\Test\TestComponent.cshtml) +|*, TestAssembly| +Generated Location: (559:16,38 [15] ) +|*, TestAssembly| + +Source Location: (57:1,26 [11] x:\dir\subdir\Test\TestComponent.cshtml) +|CurrentDate| +Generated Location: (1064:28,78 [11] ) +|CurrentDate| + +Source Location: (111:2,12 [77] x:\dir\subdir\Test\TestComponent.cshtml) +| + public DateTime CurrentDate { get; set; } = new DateTime(2018, 1, 1); +| +Generated Location: (1353:33,12 [77] ) +| + public DateTime CurrentDate { get; set; } = new DateTime(2018, 1, 1); +| + diff --git a/test/Microsoft.AspNetCore.Blazor.Build.Test/TestFiles/DesignTimeCodeGenerationTest/BindToElementFallback_WritesAttributes/TestComponent.codegen.cs b/test/Microsoft.AspNetCore.Components.Build.Test/TestFiles/DesignTimeCodeGenerationTest/BuiltIn_BindToInputText_WritesAttributes/TestComponent.codegen.cs similarity index 97% rename from test/Microsoft.AspNetCore.Blazor.Build.Test/TestFiles/DesignTimeCodeGenerationTest/BindToElementFallback_WritesAttributes/TestComponent.codegen.cs rename to test/Microsoft.AspNetCore.Components.Build.Test/TestFiles/DesignTimeCodeGenerationTest/BuiltIn_BindToInputText_WritesAttributes/TestComponent.codegen.cs index 50724686..1c3a81aa 100644 --- a/test/Microsoft.AspNetCore.Blazor.Build.Test/TestFiles/DesignTimeCodeGenerationTest/BindToElementFallback_WritesAttributes/TestComponent.codegen.cs +++ b/test/Microsoft.AspNetCore.Components.Build.Test/TestFiles/DesignTimeCodeGenerationTest/BuiltIn_BindToInputText_WritesAttributes/TestComponent.codegen.cs @@ -1,41 +1,41 @@ -// -#pragma warning disable 1591 -namespace Test -{ - #line hidden - using System; - using System.Collections.Generic; - using System.Linq; - using System.Threading.Tasks; - using Microsoft.AspNetCore.Blazor; - using Microsoft.AspNetCore.Blazor.Components; - public class TestComponent : Microsoft.AspNetCore.Blazor.Components.BlazorComponent - { - #pragma warning disable 219 - private void __RazorDirectiveTokenHelpers__() { - ((System.Action)(() => { -global::System.Object __typeHelper = "*, TestAssembly"; - } - ))(); - } - #pragma warning restore 219 - #pragma warning disable 0414 - private static System.Object __o = null; - #pragma warning restore 0414 - #pragma warning disable 1998 - protected override void BuildRenderTree(Microsoft.AspNetCore.Blazor.RenderTree.RenderTreeBuilder builder) - { - base.BuildRenderTree(builder); - __o = Microsoft.AspNetCore.Blazor.Components.BindMethods.GetValue(ParentValue); - __o = Microsoft.AspNetCore.Blazor.Components.BindMethods.SetValueHandler(__value => ParentValue = __value, ParentValue); - } - #pragma warning restore 1998 -#line 3 "x:\dir\subdir\Test\TestComponent.cshtml" - - public int ParentValue { get; set; } = 42; - -#line default -#line hidden - } -} -#pragma warning restore 1591 +// +#pragma warning disable 1591 +namespace Test +{ + #line hidden + using System; + using System.Collections.Generic; + using System.Linq; + using System.Threading.Tasks; + using Microsoft.AspNetCore.Blazor; + using Microsoft.AspNetCore.Blazor.Components; + public class TestComponent : Microsoft.AspNetCore.Blazor.Components.BlazorComponent + { + #pragma warning disable 219 + private void __RazorDirectiveTokenHelpers__() { + ((System.Action)(() => { +global::System.Object __typeHelper = "*, TestAssembly"; + } + ))(); + } + #pragma warning restore 219 + #pragma warning disable 0414 + private static System.Object __o = null; + #pragma warning restore 0414 + #pragma warning disable 1998 + protected override void BuildRenderTree(Microsoft.AspNetCore.Blazor.RenderTree.RenderTreeBuilder builder) + { + base.BuildRenderTree(builder); + __o = Microsoft.AspNetCore.Blazor.Components.BindMethods.GetValue(ParentValue); + __o = Microsoft.AspNetCore.Blazor.Components.BindMethods.SetValueHandler(__value => ParentValue = __value, ParentValue); + } + #pragma warning restore 1998 +#line 3 "x:\dir\subdir\Test\TestComponent.cshtml" + + public int ParentValue { get; set; } = 42; + +#line default +#line hidden + } +} +#pragma warning restore 1591 diff --git a/test/Microsoft.AspNetCore.Blazor.Build.Test/TestFiles/DesignTimeCodeGenerationTest/BuiltIn_BindToInputText_WritesAttributes/TestComponent.ir.txt b/test/Microsoft.AspNetCore.Components.Build.Test/TestFiles/DesignTimeCodeGenerationTest/BuiltIn_BindToInputText_WritesAttributes/TestComponent.ir.txt similarity index 100% rename from test/Microsoft.AspNetCore.Blazor.Build.Test/TestFiles/DesignTimeCodeGenerationTest/BuiltIn_BindToInputText_WritesAttributes/TestComponent.ir.txt rename to test/Microsoft.AspNetCore.Components.Build.Test/TestFiles/DesignTimeCodeGenerationTest/BuiltIn_BindToInputText_WritesAttributes/TestComponent.ir.txt diff --git a/test/Microsoft.AspNetCore.Blazor.Build.Test/TestFiles/DesignTimeCodeGenerationTest/BuiltIn_BindToInputText_WritesAttributes/TestComponent.mappings.txt b/test/Microsoft.AspNetCore.Components.Build.Test/TestFiles/DesignTimeCodeGenerationTest/BuiltIn_BindToInputText_WritesAttributes/TestComponent.mappings.txt similarity index 96% rename from test/Microsoft.AspNetCore.Blazor.Build.Test/TestFiles/DesignTimeCodeGenerationTest/BuiltIn_BindToInputText_WritesAttributes/TestComponent.mappings.txt rename to test/Microsoft.AspNetCore.Components.Build.Test/TestFiles/DesignTimeCodeGenerationTest/BuiltIn_BindToInputText_WritesAttributes/TestComponent.mappings.txt index e8e97b1b..1bfeb6cd 100644 --- a/test/Microsoft.AspNetCore.Blazor.Build.Test/TestFiles/DesignTimeCodeGenerationTest/BuiltIn_BindToInputText_WritesAttributes/TestComponent.mappings.txt +++ b/test/Microsoft.AspNetCore.Components.Build.Test/TestFiles/DesignTimeCodeGenerationTest/BuiltIn_BindToInputText_WritesAttributes/TestComponent.mappings.txt @@ -1,19 +1,19 @@ -Source Location: (14:0,14 [15] x:\dir\subdir\Test\TestComponent.cshtml) -|*, TestAssembly| -Generated Location: (559:16,38 [15] ) -|*, TestAssembly| - -Source Location: (57:1,26 [11] x:\dir\subdir\Test\TestComponent.cshtml) -|ParentValue| -Generated Location: (1064:28,78 [11] ) -|ParentValue| - -Source Location: (86:2,12 [50] x:\dir\subdir\Test\TestComponent.cshtml) -| - public int ParentValue { get; set; } = 42; -| -Generated Location: (1325:33,12 [50] ) -| - public int ParentValue { get; set; } = 42; -| - +Source Location: (14:0,14 [15] x:\dir\subdir\Test\TestComponent.cshtml) +|*, TestAssembly| +Generated Location: (559:16,38 [15] ) +|*, TestAssembly| + +Source Location: (57:1,26 [11] x:\dir\subdir\Test\TestComponent.cshtml) +|ParentValue| +Generated Location: (1064:28,78 [11] ) +|ParentValue| + +Source Location: (86:2,12 [50] x:\dir\subdir\Test\TestComponent.cshtml) +| + public int ParentValue { get; set; } = 42; +| +Generated Location: (1325:33,12 [50] ) +| + public int ParentValue { get; set; } = 42; +| + diff --git a/test/Microsoft.AspNetCore.Blazor.Build.Test/TestFiles/DesignTimeCodeGenerationTest/BuiltIn_BindToInputText_WritesAttributes/TestComponent.codegen.cs b/test/Microsoft.AspNetCore.Components.Build.Test/TestFiles/DesignTimeCodeGenerationTest/BuiltIn_BindToInputWithoutType_WritesAttributes/TestComponent.codegen.cs similarity index 97% rename from test/Microsoft.AspNetCore.Blazor.Build.Test/TestFiles/DesignTimeCodeGenerationTest/BuiltIn_BindToInputText_WritesAttributes/TestComponent.codegen.cs rename to test/Microsoft.AspNetCore.Components.Build.Test/TestFiles/DesignTimeCodeGenerationTest/BuiltIn_BindToInputWithoutType_WritesAttributes/TestComponent.codegen.cs index 50724686..1c3a81aa 100644 --- a/test/Microsoft.AspNetCore.Blazor.Build.Test/TestFiles/DesignTimeCodeGenerationTest/BuiltIn_BindToInputText_WritesAttributes/TestComponent.codegen.cs +++ b/test/Microsoft.AspNetCore.Components.Build.Test/TestFiles/DesignTimeCodeGenerationTest/BuiltIn_BindToInputWithoutType_WritesAttributes/TestComponent.codegen.cs @@ -1,41 +1,41 @@ -// -#pragma warning disable 1591 -namespace Test -{ - #line hidden - using System; - using System.Collections.Generic; - using System.Linq; - using System.Threading.Tasks; - using Microsoft.AspNetCore.Blazor; - using Microsoft.AspNetCore.Blazor.Components; - public class TestComponent : Microsoft.AspNetCore.Blazor.Components.BlazorComponent - { - #pragma warning disable 219 - private void __RazorDirectiveTokenHelpers__() { - ((System.Action)(() => { -global::System.Object __typeHelper = "*, TestAssembly"; - } - ))(); - } - #pragma warning restore 219 - #pragma warning disable 0414 - private static System.Object __o = null; - #pragma warning restore 0414 - #pragma warning disable 1998 - protected override void BuildRenderTree(Microsoft.AspNetCore.Blazor.RenderTree.RenderTreeBuilder builder) - { - base.BuildRenderTree(builder); - __o = Microsoft.AspNetCore.Blazor.Components.BindMethods.GetValue(ParentValue); - __o = Microsoft.AspNetCore.Blazor.Components.BindMethods.SetValueHandler(__value => ParentValue = __value, ParentValue); - } - #pragma warning restore 1998 -#line 3 "x:\dir\subdir\Test\TestComponent.cshtml" - - public int ParentValue { get; set; } = 42; - -#line default -#line hidden - } -} -#pragma warning restore 1591 +// +#pragma warning disable 1591 +namespace Test +{ + #line hidden + using System; + using System.Collections.Generic; + using System.Linq; + using System.Threading.Tasks; + using Microsoft.AspNetCore.Blazor; + using Microsoft.AspNetCore.Blazor.Components; + public class TestComponent : Microsoft.AspNetCore.Blazor.Components.BlazorComponent + { + #pragma warning disable 219 + private void __RazorDirectiveTokenHelpers__() { + ((System.Action)(() => { +global::System.Object __typeHelper = "*, TestAssembly"; + } + ))(); + } + #pragma warning restore 219 + #pragma warning disable 0414 + private static System.Object __o = null; + #pragma warning restore 0414 + #pragma warning disable 1998 + protected override void BuildRenderTree(Microsoft.AspNetCore.Blazor.RenderTree.RenderTreeBuilder builder) + { + base.BuildRenderTree(builder); + __o = Microsoft.AspNetCore.Blazor.Components.BindMethods.GetValue(ParentValue); + __o = Microsoft.AspNetCore.Blazor.Components.BindMethods.SetValueHandler(__value => ParentValue = __value, ParentValue); + } + #pragma warning restore 1998 +#line 3 "x:\dir\subdir\Test\TestComponent.cshtml" + + public int ParentValue { get; set; } = 42; + +#line default +#line hidden + } +} +#pragma warning restore 1591 diff --git a/test/Microsoft.AspNetCore.Blazor.Build.Test/TestFiles/DesignTimeCodeGenerationTest/BuiltIn_BindToInputWithoutType_WritesAttributes/TestComponent.ir.txt b/test/Microsoft.AspNetCore.Components.Build.Test/TestFiles/DesignTimeCodeGenerationTest/BuiltIn_BindToInputWithoutType_WritesAttributes/TestComponent.ir.txt similarity index 100% rename from test/Microsoft.AspNetCore.Blazor.Build.Test/TestFiles/DesignTimeCodeGenerationTest/BuiltIn_BindToInputWithoutType_WritesAttributes/TestComponent.ir.txt rename to test/Microsoft.AspNetCore.Components.Build.Test/TestFiles/DesignTimeCodeGenerationTest/BuiltIn_BindToInputWithoutType_WritesAttributes/TestComponent.ir.txt diff --git a/test/Microsoft.AspNetCore.Blazor.Build.Test/TestFiles/DesignTimeCodeGenerationTest/BuiltIn_BindToInputWithoutType_WritesAttributes/TestComponent.mappings.txt b/test/Microsoft.AspNetCore.Components.Build.Test/TestFiles/DesignTimeCodeGenerationTest/BuiltIn_BindToInputWithoutType_WritesAttributes/TestComponent.mappings.txt similarity index 96% rename from test/Microsoft.AspNetCore.Blazor.Build.Test/TestFiles/DesignTimeCodeGenerationTest/BuiltIn_BindToInputWithoutType_WritesAttributes/TestComponent.mappings.txt rename to test/Microsoft.AspNetCore.Components.Build.Test/TestFiles/DesignTimeCodeGenerationTest/BuiltIn_BindToInputWithoutType_WritesAttributes/TestComponent.mappings.txt index c8e9ee0a..c7bebd05 100644 --- a/test/Microsoft.AspNetCore.Blazor.Build.Test/TestFiles/DesignTimeCodeGenerationTest/BuiltIn_BindToInputWithoutType_WritesAttributes/TestComponent.mappings.txt +++ b/test/Microsoft.AspNetCore.Components.Build.Test/TestFiles/DesignTimeCodeGenerationTest/BuiltIn_BindToInputWithoutType_WritesAttributes/TestComponent.mappings.txt @@ -1,19 +1,19 @@ -Source Location: (14:0,14 [15] x:\dir\subdir\Test\TestComponent.cshtml) -|*, TestAssembly| -Generated Location: (559:16,38 [15] ) -|*, TestAssembly| - -Source Location: (45:1,14 [11] x:\dir\subdir\Test\TestComponent.cshtml) -|ParentValue| -Generated Location: (1064:28,78 [11] ) -|ParentValue| - -Source Location: (74:2,12 [50] x:\dir\subdir\Test\TestComponent.cshtml) -| - public int ParentValue { get; set; } = 42; -| -Generated Location: (1325:33,12 [50] ) -| - public int ParentValue { get; set; } = 42; -| - +Source Location: (14:0,14 [15] x:\dir\subdir\Test\TestComponent.cshtml) +|*, TestAssembly| +Generated Location: (559:16,38 [15] ) +|*, TestAssembly| + +Source Location: (45:1,14 [11] x:\dir\subdir\Test\TestComponent.cshtml) +|ParentValue| +Generated Location: (1064:28,78 [11] ) +|ParentValue| + +Source Location: (74:2,12 [50] x:\dir\subdir\Test\TestComponent.cshtml) +| + public int ParentValue { get; set; } = 42; +| +Generated Location: (1325:33,12 [50] ) +| + public int ParentValue { get; set; } = 42; +| + diff --git a/test/Microsoft.AspNetCore.Blazor.Build.Test/TestFiles/DesignTimeCodeGenerationTest/ChildComponent_Generic/TestComponent.codegen.cs b/test/Microsoft.AspNetCore.Components.Build.Test/TestFiles/DesignTimeCodeGenerationTest/ChildComponent_Generic/TestComponent.codegen.cs similarity index 100% rename from test/Microsoft.AspNetCore.Blazor.Build.Test/TestFiles/DesignTimeCodeGenerationTest/ChildComponent_Generic/TestComponent.codegen.cs rename to test/Microsoft.AspNetCore.Components.Build.Test/TestFiles/DesignTimeCodeGenerationTest/ChildComponent_Generic/TestComponent.codegen.cs diff --git a/test/Microsoft.AspNetCore.Blazor.Build.Test/TestFiles/DesignTimeCodeGenerationTest/ChildComponent_Generic/TestComponent.ir.txt b/test/Microsoft.AspNetCore.Components.Build.Test/TestFiles/DesignTimeCodeGenerationTest/ChildComponent_Generic/TestComponent.ir.txt similarity index 100% rename from test/Microsoft.AspNetCore.Blazor.Build.Test/TestFiles/DesignTimeCodeGenerationTest/ChildComponent_Generic/TestComponent.ir.txt rename to test/Microsoft.AspNetCore.Components.Build.Test/TestFiles/DesignTimeCodeGenerationTest/ChildComponent_Generic/TestComponent.ir.txt diff --git a/test/Microsoft.AspNetCore.Blazor.Build.Test/TestFiles/DesignTimeCodeGenerationTest/ChildComponent_Generic/TestComponent.mappings.txt b/test/Microsoft.AspNetCore.Components.Build.Test/TestFiles/DesignTimeCodeGenerationTest/ChildComponent_Generic/TestComponent.mappings.txt similarity index 100% rename from test/Microsoft.AspNetCore.Blazor.Build.Test/TestFiles/DesignTimeCodeGenerationTest/ChildComponent_Generic/TestComponent.mappings.txt rename to test/Microsoft.AspNetCore.Components.Build.Test/TestFiles/DesignTimeCodeGenerationTest/ChildComponent_Generic/TestComponent.mappings.txt diff --git a/test/Microsoft.AspNetCore.Blazor.Build.Test/TestFiles/DesignTimeCodeGenerationTest/ChildComponent_GenericBind/TestComponent.codegen.cs b/test/Microsoft.AspNetCore.Components.Build.Test/TestFiles/DesignTimeCodeGenerationTest/ChildComponent_GenericBind/TestComponent.codegen.cs similarity index 100% rename from test/Microsoft.AspNetCore.Blazor.Build.Test/TestFiles/DesignTimeCodeGenerationTest/ChildComponent_GenericBind/TestComponent.codegen.cs rename to test/Microsoft.AspNetCore.Components.Build.Test/TestFiles/DesignTimeCodeGenerationTest/ChildComponent_GenericBind/TestComponent.codegen.cs diff --git a/test/Microsoft.AspNetCore.Blazor.Build.Test/TestFiles/DesignTimeCodeGenerationTest/ChildComponent_GenericBind/TestComponent.ir.txt b/test/Microsoft.AspNetCore.Components.Build.Test/TestFiles/DesignTimeCodeGenerationTest/ChildComponent_GenericBind/TestComponent.ir.txt similarity index 100% rename from test/Microsoft.AspNetCore.Blazor.Build.Test/TestFiles/DesignTimeCodeGenerationTest/ChildComponent_GenericBind/TestComponent.ir.txt rename to test/Microsoft.AspNetCore.Components.Build.Test/TestFiles/DesignTimeCodeGenerationTest/ChildComponent_GenericBind/TestComponent.ir.txt diff --git a/test/Microsoft.AspNetCore.Blazor.Build.Test/TestFiles/DesignTimeCodeGenerationTest/ChildComponent_GenericBind/TestComponent.mappings.txt b/test/Microsoft.AspNetCore.Components.Build.Test/TestFiles/DesignTimeCodeGenerationTest/ChildComponent_GenericBind/TestComponent.mappings.txt similarity index 100% rename from test/Microsoft.AspNetCore.Blazor.Build.Test/TestFiles/DesignTimeCodeGenerationTest/ChildComponent_GenericBind/TestComponent.mappings.txt rename to test/Microsoft.AspNetCore.Components.Build.Test/TestFiles/DesignTimeCodeGenerationTest/ChildComponent_GenericBind/TestComponent.mappings.txt diff --git a/test/Microsoft.AspNetCore.Blazor.Build.Test/TestFiles/DesignTimeCodeGenerationTest/ChildComponent_GenericBindWeaklyTyped/TestComponent.codegen.cs b/test/Microsoft.AspNetCore.Components.Build.Test/TestFiles/DesignTimeCodeGenerationTest/ChildComponent_GenericBindWeaklyTyped/TestComponent.codegen.cs similarity index 100% rename from test/Microsoft.AspNetCore.Blazor.Build.Test/TestFiles/DesignTimeCodeGenerationTest/ChildComponent_GenericBindWeaklyTyped/TestComponent.codegen.cs rename to test/Microsoft.AspNetCore.Components.Build.Test/TestFiles/DesignTimeCodeGenerationTest/ChildComponent_GenericBindWeaklyTyped/TestComponent.codegen.cs diff --git a/test/Microsoft.AspNetCore.Blazor.Build.Test/TestFiles/DesignTimeCodeGenerationTest/ChildComponent_GenericBindWeaklyTyped/TestComponent.ir.txt b/test/Microsoft.AspNetCore.Components.Build.Test/TestFiles/DesignTimeCodeGenerationTest/ChildComponent_GenericBindWeaklyTyped/TestComponent.ir.txt similarity index 100% rename from test/Microsoft.AspNetCore.Blazor.Build.Test/TestFiles/DesignTimeCodeGenerationTest/ChildComponent_GenericBindWeaklyTyped/TestComponent.ir.txt rename to test/Microsoft.AspNetCore.Components.Build.Test/TestFiles/DesignTimeCodeGenerationTest/ChildComponent_GenericBindWeaklyTyped/TestComponent.ir.txt diff --git a/test/Microsoft.AspNetCore.Blazor.Build.Test/TestFiles/DesignTimeCodeGenerationTest/ChildComponent_GenericBindWeaklyTyped/TestComponent.mappings.txt b/test/Microsoft.AspNetCore.Components.Build.Test/TestFiles/DesignTimeCodeGenerationTest/ChildComponent_GenericBindWeaklyTyped/TestComponent.mappings.txt similarity index 100% rename from test/Microsoft.AspNetCore.Blazor.Build.Test/TestFiles/DesignTimeCodeGenerationTest/ChildComponent_GenericBindWeaklyTyped/TestComponent.mappings.txt rename to test/Microsoft.AspNetCore.Components.Build.Test/TestFiles/DesignTimeCodeGenerationTest/ChildComponent_GenericBindWeaklyTyped/TestComponent.mappings.txt diff --git a/test/Microsoft.AspNetCore.Blazor.Build.Test/TestFiles/DesignTimeCodeGenerationTest/ChildComponent_GenericBindWeaklyTyped_TypeInference/TestComponent.codegen.cs b/test/Microsoft.AspNetCore.Components.Build.Test/TestFiles/DesignTimeCodeGenerationTest/ChildComponent_GenericBindWeaklyTyped_TypeInference/TestComponent.codegen.cs similarity index 100% rename from test/Microsoft.AspNetCore.Blazor.Build.Test/TestFiles/DesignTimeCodeGenerationTest/ChildComponent_GenericBindWeaklyTyped_TypeInference/TestComponent.codegen.cs rename to test/Microsoft.AspNetCore.Components.Build.Test/TestFiles/DesignTimeCodeGenerationTest/ChildComponent_GenericBindWeaklyTyped_TypeInference/TestComponent.codegen.cs diff --git a/test/Microsoft.AspNetCore.Blazor.Build.Test/TestFiles/DesignTimeCodeGenerationTest/ChildComponent_GenericBindWeaklyTyped_TypeInference/TestComponent.ir.txt b/test/Microsoft.AspNetCore.Components.Build.Test/TestFiles/DesignTimeCodeGenerationTest/ChildComponent_GenericBindWeaklyTyped_TypeInference/TestComponent.ir.txt similarity index 100% rename from test/Microsoft.AspNetCore.Blazor.Build.Test/TestFiles/DesignTimeCodeGenerationTest/ChildComponent_GenericBindWeaklyTyped_TypeInference/TestComponent.ir.txt rename to test/Microsoft.AspNetCore.Components.Build.Test/TestFiles/DesignTimeCodeGenerationTest/ChildComponent_GenericBindWeaklyTyped_TypeInference/TestComponent.ir.txt diff --git a/test/Microsoft.AspNetCore.Blazor.Build.Test/TestFiles/DesignTimeCodeGenerationTest/ChildComponent_GenericBindWeaklyTyped_TypeInference/TestComponent.mappings.txt b/test/Microsoft.AspNetCore.Components.Build.Test/TestFiles/DesignTimeCodeGenerationTest/ChildComponent_GenericBindWeaklyTyped_TypeInference/TestComponent.mappings.txt similarity index 100% rename from test/Microsoft.AspNetCore.Blazor.Build.Test/TestFiles/DesignTimeCodeGenerationTest/ChildComponent_GenericBindWeaklyTyped_TypeInference/TestComponent.mappings.txt rename to test/Microsoft.AspNetCore.Components.Build.Test/TestFiles/DesignTimeCodeGenerationTest/ChildComponent_GenericBindWeaklyTyped_TypeInference/TestComponent.mappings.txt diff --git a/test/Microsoft.AspNetCore.Blazor.Build.Test/TestFiles/DesignTimeCodeGenerationTest/ChildComponent_GenericBind_TypeInference/TestComponent.codegen.cs b/test/Microsoft.AspNetCore.Components.Build.Test/TestFiles/DesignTimeCodeGenerationTest/ChildComponent_GenericBind_TypeInference/TestComponent.codegen.cs similarity index 100% rename from test/Microsoft.AspNetCore.Blazor.Build.Test/TestFiles/DesignTimeCodeGenerationTest/ChildComponent_GenericBind_TypeInference/TestComponent.codegen.cs rename to test/Microsoft.AspNetCore.Components.Build.Test/TestFiles/DesignTimeCodeGenerationTest/ChildComponent_GenericBind_TypeInference/TestComponent.codegen.cs diff --git a/test/Microsoft.AspNetCore.Blazor.Build.Test/TestFiles/DesignTimeCodeGenerationTest/ChildComponent_GenericBind_TypeInference/TestComponent.ir.txt b/test/Microsoft.AspNetCore.Components.Build.Test/TestFiles/DesignTimeCodeGenerationTest/ChildComponent_GenericBind_TypeInference/TestComponent.ir.txt similarity index 100% rename from test/Microsoft.AspNetCore.Blazor.Build.Test/TestFiles/DesignTimeCodeGenerationTest/ChildComponent_GenericBind_TypeInference/TestComponent.ir.txt rename to test/Microsoft.AspNetCore.Components.Build.Test/TestFiles/DesignTimeCodeGenerationTest/ChildComponent_GenericBind_TypeInference/TestComponent.ir.txt diff --git a/test/Microsoft.AspNetCore.Blazor.Build.Test/TestFiles/DesignTimeCodeGenerationTest/ChildComponent_GenericBind_TypeInference/TestComponent.mappings.txt b/test/Microsoft.AspNetCore.Components.Build.Test/TestFiles/DesignTimeCodeGenerationTest/ChildComponent_GenericBind_TypeInference/TestComponent.mappings.txt similarity index 100% rename from test/Microsoft.AspNetCore.Blazor.Build.Test/TestFiles/DesignTimeCodeGenerationTest/ChildComponent_GenericBind_TypeInference/TestComponent.mappings.txt rename to test/Microsoft.AspNetCore.Components.Build.Test/TestFiles/DesignTimeCodeGenerationTest/ChildComponent_GenericBind_TypeInference/TestComponent.mappings.txt diff --git a/test/Microsoft.AspNetCore.Blazor.Build.Test/TestFiles/DesignTimeCodeGenerationTest/ChildComponent_GenericChildContent/TestComponent.codegen.cs b/test/Microsoft.AspNetCore.Components.Build.Test/TestFiles/DesignTimeCodeGenerationTest/ChildComponent_GenericChildContent/TestComponent.codegen.cs similarity index 100% rename from test/Microsoft.AspNetCore.Blazor.Build.Test/TestFiles/DesignTimeCodeGenerationTest/ChildComponent_GenericChildContent/TestComponent.codegen.cs rename to test/Microsoft.AspNetCore.Components.Build.Test/TestFiles/DesignTimeCodeGenerationTest/ChildComponent_GenericChildContent/TestComponent.codegen.cs diff --git a/test/Microsoft.AspNetCore.Blazor.Build.Test/TestFiles/DesignTimeCodeGenerationTest/ChildComponent_GenericChildContent/TestComponent.ir.txt b/test/Microsoft.AspNetCore.Components.Build.Test/TestFiles/DesignTimeCodeGenerationTest/ChildComponent_GenericChildContent/TestComponent.ir.txt similarity index 100% rename from test/Microsoft.AspNetCore.Blazor.Build.Test/TestFiles/DesignTimeCodeGenerationTest/ChildComponent_GenericChildContent/TestComponent.ir.txt rename to test/Microsoft.AspNetCore.Components.Build.Test/TestFiles/DesignTimeCodeGenerationTest/ChildComponent_GenericChildContent/TestComponent.ir.txt diff --git a/test/Microsoft.AspNetCore.Blazor.Build.Test/TestFiles/DesignTimeCodeGenerationTest/ChildComponent_GenericChildContent/TestComponent.mappings.txt b/test/Microsoft.AspNetCore.Components.Build.Test/TestFiles/DesignTimeCodeGenerationTest/ChildComponent_GenericChildContent/TestComponent.mappings.txt similarity index 100% rename from test/Microsoft.AspNetCore.Blazor.Build.Test/TestFiles/DesignTimeCodeGenerationTest/ChildComponent_GenericChildContent/TestComponent.mappings.txt rename to test/Microsoft.AspNetCore.Components.Build.Test/TestFiles/DesignTimeCodeGenerationTest/ChildComponent_GenericChildContent/TestComponent.mappings.txt diff --git a/test/Microsoft.AspNetCore.Blazor.Build.Test/TestFiles/DesignTimeCodeGenerationTest/ChildComponent_GenericChildContent_TypeInference/TestComponent.codegen.cs b/test/Microsoft.AspNetCore.Components.Build.Test/TestFiles/DesignTimeCodeGenerationTest/ChildComponent_GenericChildContent_TypeInference/TestComponent.codegen.cs similarity index 100% rename from test/Microsoft.AspNetCore.Blazor.Build.Test/TestFiles/DesignTimeCodeGenerationTest/ChildComponent_GenericChildContent_TypeInference/TestComponent.codegen.cs rename to test/Microsoft.AspNetCore.Components.Build.Test/TestFiles/DesignTimeCodeGenerationTest/ChildComponent_GenericChildContent_TypeInference/TestComponent.codegen.cs diff --git a/test/Microsoft.AspNetCore.Blazor.Build.Test/TestFiles/DesignTimeCodeGenerationTest/ChildComponent_GenericChildContent_TypeInference/TestComponent.ir.txt b/test/Microsoft.AspNetCore.Components.Build.Test/TestFiles/DesignTimeCodeGenerationTest/ChildComponent_GenericChildContent_TypeInference/TestComponent.ir.txt similarity index 100% rename from test/Microsoft.AspNetCore.Blazor.Build.Test/TestFiles/DesignTimeCodeGenerationTest/ChildComponent_GenericChildContent_TypeInference/TestComponent.ir.txt rename to test/Microsoft.AspNetCore.Components.Build.Test/TestFiles/DesignTimeCodeGenerationTest/ChildComponent_GenericChildContent_TypeInference/TestComponent.ir.txt diff --git a/test/Microsoft.AspNetCore.Blazor.Build.Test/TestFiles/DesignTimeCodeGenerationTest/ChildComponent_GenericChildContent_TypeInference/TestComponent.mappings.txt b/test/Microsoft.AspNetCore.Components.Build.Test/TestFiles/DesignTimeCodeGenerationTest/ChildComponent_GenericChildContent_TypeInference/TestComponent.mappings.txt similarity index 100% rename from test/Microsoft.AspNetCore.Blazor.Build.Test/TestFiles/DesignTimeCodeGenerationTest/ChildComponent_GenericChildContent_TypeInference/TestComponent.mappings.txt rename to test/Microsoft.AspNetCore.Components.Build.Test/TestFiles/DesignTimeCodeGenerationTest/ChildComponent_GenericChildContent_TypeInference/TestComponent.mappings.txt diff --git a/test/Microsoft.AspNetCore.Blazor.Build.Test/TestFiles/DesignTimeCodeGenerationTest/ChildComponent_GenericWeaklyTypedAttribute/TestComponent.codegen.cs b/test/Microsoft.AspNetCore.Components.Build.Test/TestFiles/DesignTimeCodeGenerationTest/ChildComponent_GenericWeaklyTypedAttribute/TestComponent.codegen.cs similarity index 100% rename from test/Microsoft.AspNetCore.Blazor.Build.Test/TestFiles/DesignTimeCodeGenerationTest/ChildComponent_GenericWeaklyTypedAttribute/TestComponent.codegen.cs rename to test/Microsoft.AspNetCore.Components.Build.Test/TestFiles/DesignTimeCodeGenerationTest/ChildComponent_GenericWeaklyTypedAttribute/TestComponent.codegen.cs diff --git a/test/Microsoft.AspNetCore.Blazor.Build.Test/TestFiles/DesignTimeCodeGenerationTest/ChildComponent_GenericWeaklyTypedAttribute/TestComponent.ir.txt b/test/Microsoft.AspNetCore.Components.Build.Test/TestFiles/DesignTimeCodeGenerationTest/ChildComponent_GenericWeaklyTypedAttribute/TestComponent.ir.txt similarity index 100% rename from test/Microsoft.AspNetCore.Blazor.Build.Test/TestFiles/DesignTimeCodeGenerationTest/ChildComponent_GenericWeaklyTypedAttribute/TestComponent.ir.txt rename to test/Microsoft.AspNetCore.Components.Build.Test/TestFiles/DesignTimeCodeGenerationTest/ChildComponent_GenericWeaklyTypedAttribute/TestComponent.ir.txt diff --git a/test/Microsoft.AspNetCore.Blazor.Build.Test/TestFiles/DesignTimeCodeGenerationTest/ChildComponent_GenericWeaklyTypedAttribute/TestComponent.mappings.txt b/test/Microsoft.AspNetCore.Components.Build.Test/TestFiles/DesignTimeCodeGenerationTest/ChildComponent_GenericWeaklyTypedAttribute/TestComponent.mappings.txt similarity index 100% rename from test/Microsoft.AspNetCore.Blazor.Build.Test/TestFiles/DesignTimeCodeGenerationTest/ChildComponent_GenericWeaklyTypedAttribute/TestComponent.mappings.txt rename to test/Microsoft.AspNetCore.Components.Build.Test/TestFiles/DesignTimeCodeGenerationTest/ChildComponent_GenericWeaklyTypedAttribute/TestComponent.mappings.txt diff --git a/test/Microsoft.AspNetCore.Blazor.Build.Test/TestFiles/DesignTimeCodeGenerationTest/ChildComponent_GenericWeaklyTypedAttribute_TypeInference/TestComponent.codegen.cs b/test/Microsoft.AspNetCore.Components.Build.Test/TestFiles/DesignTimeCodeGenerationTest/ChildComponent_GenericWeaklyTypedAttribute_TypeInference/TestComponent.codegen.cs similarity index 100% rename from test/Microsoft.AspNetCore.Blazor.Build.Test/TestFiles/DesignTimeCodeGenerationTest/ChildComponent_GenericWeaklyTypedAttribute_TypeInference/TestComponent.codegen.cs rename to test/Microsoft.AspNetCore.Components.Build.Test/TestFiles/DesignTimeCodeGenerationTest/ChildComponent_GenericWeaklyTypedAttribute_TypeInference/TestComponent.codegen.cs diff --git a/test/Microsoft.AspNetCore.Blazor.Build.Test/TestFiles/DesignTimeCodeGenerationTest/ChildComponent_GenericWeaklyTypedAttribute_TypeInference/TestComponent.ir.txt b/test/Microsoft.AspNetCore.Components.Build.Test/TestFiles/DesignTimeCodeGenerationTest/ChildComponent_GenericWeaklyTypedAttribute_TypeInference/TestComponent.ir.txt similarity index 100% rename from test/Microsoft.AspNetCore.Blazor.Build.Test/TestFiles/DesignTimeCodeGenerationTest/ChildComponent_GenericWeaklyTypedAttribute_TypeInference/TestComponent.ir.txt rename to test/Microsoft.AspNetCore.Components.Build.Test/TestFiles/DesignTimeCodeGenerationTest/ChildComponent_GenericWeaklyTypedAttribute_TypeInference/TestComponent.ir.txt diff --git a/test/Microsoft.AspNetCore.Blazor.Build.Test/TestFiles/DesignTimeCodeGenerationTest/ChildComponent_GenericWeaklyTypedAttribute_TypeInference/TestComponent.mappings.txt b/test/Microsoft.AspNetCore.Components.Build.Test/TestFiles/DesignTimeCodeGenerationTest/ChildComponent_GenericWeaklyTypedAttribute_TypeInference/TestComponent.mappings.txt similarity index 100% rename from test/Microsoft.AspNetCore.Blazor.Build.Test/TestFiles/DesignTimeCodeGenerationTest/ChildComponent_GenericWeaklyTypedAttribute_TypeInference/TestComponent.mappings.txt rename to test/Microsoft.AspNetCore.Components.Build.Test/TestFiles/DesignTimeCodeGenerationTest/ChildComponent_GenericWeaklyTypedAttribute_TypeInference/TestComponent.mappings.txt diff --git a/test/Microsoft.AspNetCore.Blazor.Build.Test/TestFiles/DesignTimeCodeGenerationTest/ChildComponent_Generic_TypeInference/TestComponent.codegen.cs b/test/Microsoft.AspNetCore.Components.Build.Test/TestFiles/DesignTimeCodeGenerationTest/ChildComponent_Generic_TypeInference/TestComponent.codegen.cs similarity index 100% rename from test/Microsoft.AspNetCore.Blazor.Build.Test/TestFiles/DesignTimeCodeGenerationTest/ChildComponent_Generic_TypeInference/TestComponent.codegen.cs rename to test/Microsoft.AspNetCore.Components.Build.Test/TestFiles/DesignTimeCodeGenerationTest/ChildComponent_Generic_TypeInference/TestComponent.codegen.cs diff --git a/test/Microsoft.AspNetCore.Blazor.Build.Test/TestFiles/DesignTimeCodeGenerationTest/ChildComponent_Generic_TypeInference/TestComponent.ir.txt b/test/Microsoft.AspNetCore.Components.Build.Test/TestFiles/DesignTimeCodeGenerationTest/ChildComponent_Generic_TypeInference/TestComponent.ir.txt similarity index 100% rename from test/Microsoft.AspNetCore.Blazor.Build.Test/TestFiles/DesignTimeCodeGenerationTest/ChildComponent_Generic_TypeInference/TestComponent.ir.txt rename to test/Microsoft.AspNetCore.Components.Build.Test/TestFiles/DesignTimeCodeGenerationTest/ChildComponent_Generic_TypeInference/TestComponent.ir.txt diff --git a/test/Microsoft.AspNetCore.Blazor.Build.Test/TestFiles/DesignTimeCodeGenerationTest/ChildComponent_Generic_TypeInference/TestComponent.mappings.txt b/test/Microsoft.AspNetCore.Components.Build.Test/TestFiles/DesignTimeCodeGenerationTest/ChildComponent_Generic_TypeInference/TestComponent.mappings.txt similarity index 100% rename from test/Microsoft.AspNetCore.Blazor.Build.Test/TestFiles/DesignTimeCodeGenerationTest/ChildComponent_Generic_TypeInference/TestComponent.mappings.txt rename to test/Microsoft.AspNetCore.Components.Build.Test/TestFiles/DesignTimeCodeGenerationTest/ChildComponent_Generic_TypeInference/TestComponent.mappings.txt diff --git a/test/Microsoft.AspNetCore.Blazor.Build.Test/TestFiles/DesignTimeCodeGenerationTest/ChildComponent_Generic_TypeInference_Multiple/TestComponent.codegen.cs b/test/Microsoft.AspNetCore.Components.Build.Test/TestFiles/DesignTimeCodeGenerationTest/ChildComponent_Generic_TypeInference_Multiple/TestComponent.codegen.cs similarity index 100% rename from test/Microsoft.AspNetCore.Blazor.Build.Test/TestFiles/DesignTimeCodeGenerationTest/ChildComponent_Generic_TypeInference_Multiple/TestComponent.codegen.cs rename to test/Microsoft.AspNetCore.Components.Build.Test/TestFiles/DesignTimeCodeGenerationTest/ChildComponent_Generic_TypeInference_Multiple/TestComponent.codegen.cs diff --git a/test/Microsoft.AspNetCore.Blazor.Build.Test/TestFiles/DesignTimeCodeGenerationTest/ChildComponent_Generic_TypeInference_Multiple/TestComponent.ir.txt b/test/Microsoft.AspNetCore.Components.Build.Test/TestFiles/DesignTimeCodeGenerationTest/ChildComponent_Generic_TypeInference_Multiple/TestComponent.ir.txt similarity index 100% rename from test/Microsoft.AspNetCore.Blazor.Build.Test/TestFiles/DesignTimeCodeGenerationTest/ChildComponent_Generic_TypeInference_Multiple/TestComponent.ir.txt rename to test/Microsoft.AspNetCore.Components.Build.Test/TestFiles/DesignTimeCodeGenerationTest/ChildComponent_Generic_TypeInference_Multiple/TestComponent.ir.txt diff --git a/test/Microsoft.AspNetCore.Blazor.Build.Test/TestFiles/DesignTimeCodeGenerationTest/ChildComponent_Generic_TypeInference_Multiple/TestComponent.mappings.txt b/test/Microsoft.AspNetCore.Components.Build.Test/TestFiles/DesignTimeCodeGenerationTest/ChildComponent_Generic_TypeInference_Multiple/TestComponent.mappings.txt similarity index 100% rename from test/Microsoft.AspNetCore.Blazor.Build.Test/TestFiles/DesignTimeCodeGenerationTest/ChildComponent_Generic_TypeInference_Multiple/TestComponent.mappings.txt rename to test/Microsoft.AspNetCore.Components.Build.Test/TestFiles/DesignTimeCodeGenerationTest/ChildComponent_Generic_TypeInference_Multiple/TestComponent.mappings.txt diff --git a/test/Microsoft.AspNetCore.Blazor.Build.Test/TestFiles/DesignTimeCodeGenerationTest/ChildComponent_MultipleGenerics/TestComponent.codegen.cs b/test/Microsoft.AspNetCore.Components.Build.Test/TestFiles/DesignTimeCodeGenerationTest/ChildComponent_MultipleGenerics/TestComponent.codegen.cs similarity index 100% rename from test/Microsoft.AspNetCore.Blazor.Build.Test/TestFiles/DesignTimeCodeGenerationTest/ChildComponent_MultipleGenerics/TestComponent.codegen.cs rename to test/Microsoft.AspNetCore.Components.Build.Test/TestFiles/DesignTimeCodeGenerationTest/ChildComponent_MultipleGenerics/TestComponent.codegen.cs diff --git a/test/Microsoft.AspNetCore.Blazor.Build.Test/TestFiles/DesignTimeCodeGenerationTest/ChildComponent_MultipleGenerics/TestComponent.ir.txt b/test/Microsoft.AspNetCore.Components.Build.Test/TestFiles/DesignTimeCodeGenerationTest/ChildComponent_MultipleGenerics/TestComponent.ir.txt similarity index 100% rename from test/Microsoft.AspNetCore.Blazor.Build.Test/TestFiles/DesignTimeCodeGenerationTest/ChildComponent_MultipleGenerics/TestComponent.ir.txt rename to test/Microsoft.AspNetCore.Components.Build.Test/TestFiles/DesignTimeCodeGenerationTest/ChildComponent_MultipleGenerics/TestComponent.ir.txt diff --git a/test/Microsoft.AspNetCore.Blazor.Build.Test/TestFiles/DesignTimeCodeGenerationTest/ChildComponent_MultipleGenerics/TestComponent.mappings.txt b/test/Microsoft.AspNetCore.Components.Build.Test/TestFiles/DesignTimeCodeGenerationTest/ChildComponent_MultipleGenerics/TestComponent.mappings.txt similarity index 100% rename from test/Microsoft.AspNetCore.Blazor.Build.Test/TestFiles/DesignTimeCodeGenerationTest/ChildComponent_MultipleGenerics/TestComponent.mappings.txt rename to test/Microsoft.AspNetCore.Components.Build.Test/TestFiles/DesignTimeCodeGenerationTest/ChildComponent_MultipleGenerics/TestComponent.mappings.txt diff --git a/test/Microsoft.AspNetCore.Blazor.Build.Test/TestFiles/DesignTimeCodeGenerationTest/ChildComponent_MultipleGenerics_TypeInference/TestComponent.codegen.cs b/test/Microsoft.AspNetCore.Components.Build.Test/TestFiles/DesignTimeCodeGenerationTest/ChildComponent_MultipleGenerics_TypeInference/TestComponent.codegen.cs similarity index 100% rename from test/Microsoft.AspNetCore.Blazor.Build.Test/TestFiles/DesignTimeCodeGenerationTest/ChildComponent_MultipleGenerics_TypeInference/TestComponent.codegen.cs rename to test/Microsoft.AspNetCore.Components.Build.Test/TestFiles/DesignTimeCodeGenerationTest/ChildComponent_MultipleGenerics_TypeInference/TestComponent.codegen.cs diff --git a/test/Microsoft.AspNetCore.Blazor.Build.Test/TestFiles/DesignTimeCodeGenerationTest/ChildComponent_MultipleGenerics_TypeInference/TestComponent.ir.txt b/test/Microsoft.AspNetCore.Components.Build.Test/TestFiles/DesignTimeCodeGenerationTest/ChildComponent_MultipleGenerics_TypeInference/TestComponent.ir.txt similarity index 100% rename from test/Microsoft.AspNetCore.Blazor.Build.Test/TestFiles/DesignTimeCodeGenerationTest/ChildComponent_MultipleGenerics_TypeInference/TestComponent.ir.txt rename to test/Microsoft.AspNetCore.Components.Build.Test/TestFiles/DesignTimeCodeGenerationTest/ChildComponent_MultipleGenerics_TypeInference/TestComponent.ir.txt diff --git a/test/Microsoft.AspNetCore.Blazor.Build.Test/TestFiles/DesignTimeCodeGenerationTest/ChildComponent_MultipleGenerics_TypeInference/TestComponent.mappings.txt b/test/Microsoft.AspNetCore.Components.Build.Test/TestFiles/DesignTimeCodeGenerationTest/ChildComponent_MultipleGenerics_TypeInference/TestComponent.mappings.txt similarity index 100% rename from test/Microsoft.AspNetCore.Blazor.Build.Test/TestFiles/DesignTimeCodeGenerationTest/ChildComponent_MultipleGenerics_TypeInference/TestComponent.mappings.txt rename to test/Microsoft.AspNetCore.Components.Build.Test/TestFiles/DesignTimeCodeGenerationTest/ChildComponent_MultipleGenerics_TypeInference/TestComponent.mappings.txt diff --git a/test/Microsoft.AspNetCore.Blazor.Build.Test/TestFiles/DesignTimeCodeGenerationTest/ChildComponent_Simple/TestComponent.codegen.cs b/test/Microsoft.AspNetCore.Components.Build.Test/TestFiles/DesignTimeCodeGenerationTest/ChildComponent_Simple/TestComponent.codegen.cs similarity index 100% rename from test/Microsoft.AspNetCore.Blazor.Build.Test/TestFiles/DesignTimeCodeGenerationTest/ChildComponent_Simple/TestComponent.codegen.cs rename to test/Microsoft.AspNetCore.Components.Build.Test/TestFiles/DesignTimeCodeGenerationTest/ChildComponent_Simple/TestComponent.codegen.cs diff --git a/test/Microsoft.AspNetCore.Blazor.Build.Test/TestFiles/DesignTimeCodeGenerationTest/ChildComponent_Simple/TestComponent.ir.txt b/test/Microsoft.AspNetCore.Components.Build.Test/TestFiles/DesignTimeCodeGenerationTest/ChildComponent_Simple/TestComponent.ir.txt similarity index 100% rename from test/Microsoft.AspNetCore.Blazor.Build.Test/TestFiles/DesignTimeCodeGenerationTest/ChildComponent_Simple/TestComponent.ir.txt rename to test/Microsoft.AspNetCore.Components.Build.Test/TestFiles/DesignTimeCodeGenerationTest/ChildComponent_Simple/TestComponent.ir.txt diff --git a/test/Microsoft.AspNetCore.Blazor.Build.Test/TestFiles/DesignTimeCodeGenerationTest/ChildComponent_Simple/TestComponent.mappings.txt b/test/Microsoft.AspNetCore.Components.Build.Test/TestFiles/DesignTimeCodeGenerationTest/ChildComponent_Simple/TestComponent.mappings.txt similarity index 100% rename from test/Microsoft.AspNetCore.Blazor.Build.Test/TestFiles/DesignTimeCodeGenerationTest/ChildComponent_Simple/TestComponent.mappings.txt rename to test/Microsoft.AspNetCore.Components.Build.Test/TestFiles/DesignTimeCodeGenerationTest/ChildComponent_Simple/TestComponent.mappings.txt diff --git a/test/Microsoft.AspNetCore.Blazor.Build.Test/TestFiles/DesignTimeCodeGenerationTest/ChildComponent_WithChildContent/TestComponent.codegen.cs b/test/Microsoft.AspNetCore.Components.Build.Test/TestFiles/DesignTimeCodeGenerationTest/ChildComponent_WithChildContent/TestComponent.codegen.cs similarity index 97% rename from test/Microsoft.AspNetCore.Blazor.Build.Test/TestFiles/DesignTimeCodeGenerationTest/ChildComponent_WithChildContent/TestComponent.codegen.cs rename to test/Microsoft.AspNetCore.Components.Build.Test/TestFiles/DesignTimeCodeGenerationTest/ChildComponent_WithChildContent/TestComponent.codegen.cs index aa5576e8..37b905a5 100644 --- a/test/Microsoft.AspNetCore.Blazor.Build.Test/TestFiles/DesignTimeCodeGenerationTest/ChildComponent_WithChildContent/TestComponent.codegen.cs +++ b/test/Microsoft.AspNetCore.Components.Build.Test/TestFiles/DesignTimeCodeGenerationTest/ChildComponent_WithChildContent/TestComponent.codegen.cs @@ -1,37 +1,37 @@ -// -#pragma warning disable 1591 -namespace Test -{ - #line hidden - using System; - using System.Collections.Generic; - using System.Linq; - using System.Threading.Tasks; - using Microsoft.AspNetCore.Blazor; - using Microsoft.AspNetCore.Blazor.Components; - public class TestComponent : Microsoft.AspNetCore.Blazor.Components.BlazorComponent - { - #pragma warning disable 219 - private void __RazorDirectiveTokenHelpers__() { - ((System.Action)(() => { -global::System.Object __typeHelper = "*, TestAssembly"; - } - ))(); - } - #pragma warning restore 219 - #pragma warning disable 0414 - private static System.Object __o = null; - #pragma warning restore 0414 - #pragma warning disable 1998 - protected override void BuildRenderTree(Microsoft.AspNetCore.Blazor.RenderTree.RenderTreeBuilder builder) - { - base.BuildRenderTree(builder); - __o = ""; - builder.AddAttribute(-1, "ChildContent", (Microsoft.AspNetCore.Blazor.RenderFragment)((builder2) => { - } - )); - } - #pragma warning restore 1998 - } -} -#pragma warning restore 1591 +// +#pragma warning disable 1591 +namespace Test +{ + #line hidden + using System; + using System.Collections.Generic; + using System.Linq; + using System.Threading.Tasks; + using Microsoft.AspNetCore.Blazor; + using Microsoft.AspNetCore.Blazor.Components; + public class TestComponent : Microsoft.AspNetCore.Blazor.Components.BlazorComponent + { + #pragma warning disable 219 + private void __RazorDirectiveTokenHelpers__() { + ((System.Action)(() => { +global::System.Object __typeHelper = "*, TestAssembly"; + } + ))(); + } + #pragma warning restore 219 + #pragma warning disable 0414 + private static System.Object __o = null; + #pragma warning restore 0414 + #pragma warning disable 1998 + protected override void BuildRenderTree(Microsoft.AspNetCore.Blazor.RenderTree.RenderTreeBuilder builder) + { + base.BuildRenderTree(builder); + __o = ""; + builder.AddAttribute(-1, "ChildContent", (Microsoft.AspNetCore.Blazor.RenderFragment)((builder2) => { + } + )); + } + #pragma warning restore 1998 + } +} +#pragma warning restore 1591 diff --git a/test/Microsoft.AspNetCore.Blazor.Build.Test/TestFiles/DesignTimeCodeGenerationTest/ChildComponent_WithChildContent/TestComponent.ir.txt b/test/Microsoft.AspNetCore.Components.Build.Test/TestFiles/DesignTimeCodeGenerationTest/ChildComponent_WithChildContent/TestComponent.ir.txt similarity index 100% rename from test/Microsoft.AspNetCore.Blazor.Build.Test/TestFiles/DesignTimeCodeGenerationTest/ChildComponent_WithChildContent/TestComponent.ir.txt rename to test/Microsoft.AspNetCore.Components.Build.Test/TestFiles/DesignTimeCodeGenerationTest/ChildComponent_WithChildContent/TestComponent.ir.txt diff --git a/test/Microsoft.AspNetCore.Blazor.Build.Test/TestFiles/DesignTimeCodeGenerationTest/ChildComponent_WithChildContent/TestComponent.mappings.txt b/test/Microsoft.AspNetCore.Components.Build.Test/TestFiles/DesignTimeCodeGenerationTest/ChildComponent_WithChildContent/TestComponent.mappings.txt similarity index 100% rename from test/Microsoft.AspNetCore.Blazor.Build.Test/TestFiles/DesignTimeCodeGenerationTest/ChildComponent_WithChildContent/TestComponent.mappings.txt rename to test/Microsoft.AspNetCore.Components.Build.Test/TestFiles/DesignTimeCodeGenerationTest/ChildComponent_WithChildContent/TestComponent.mappings.txt diff --git a/test/Microsoft.AspNetCore.Blazor.Build.Test/TestFiles/DesignTimeCodeGenerationTest/ChildComponent_WithElementOnlyChildContent/TestComponent.codegen.cs b/test/Microsoft.AspNetCore.Components.Build.Test/TestFiles/DesignTimeCodeGenerationTest/ChildComponent_WithElementOnlyChildContent/TestComponent.codegen.cs similarity index 100% rename from test/Microsoft.AspNetCore.Blazor.Build.Test/TestFiles/DesignTimeCodeGenerationTest/ChildComponent_WithElementOnlyChildContent/TestComponent.codegen.cs rename to test/Microsoft.AspNetCore.Components.Build.Test/TestFiles/DesignTimeCodeGenerationTest/ChildComponent_WithElementOnlyChildContent/TestComponent.codegen.cs diff --git a/test/Microsoft.AspNetCore.Blazor.Build.Test/TestFiles/DesignTimeCodeGenerationTest/ChildComponent_WithElementOnlyChildContent/TestComponent.ir.txt b/test/Microsoft.AspNetCore.Components.Build.Test/TestFiles/DesignTimeCodeGenerationTest/ChildComponent_WithElementOnlyChildContent/TestComponent.ir.txt similarity index 100% rename from test/Microsoft.AspNetCore.Blazor.Build.Test/TestFiles/DesignTimeCodeGenerationTest/ChildComponent_WithElementOnlyChildContent/TestComponent.ir.txt rename to test/Microsoft.AspNetCore.Components.Build.Test/TestFiles/DesignTimeCodeGenerationTest/ChildComponent_WithElementOnlyChildContent/TestComponent.ir.txt diff --git a/test/Microsoft.AspNetCore.Blazor.Build.Test/TestFiles/DesignTimeCodeGenerationTest/ChildComponent_WithElementOnlyChildContent/TestComponent.mappings.txt b/test/Microsoft.AspNetCore.Components.Build.Test/TestFiles/DesignTimeCodeGenerationTest/ChildComponent_WithElementOnlyChildContent/TestComponent.mappings.txt similarity index 100% rename from test/Microsoft.AspNetCore.Blazor.Build.Test/TestFiles/DesignTimeCodeGenerationTest/ChildComponent_WithElementOnlyChildContent/TestComponent.mappings.txt rename to test/Microsoft.AspNetCore.Components.Build.Test/TestFiles/DesignTimeCodeGenerationTest/ChildComponent_WithElementOnlyChildContent/TestComponent.mappings.txt diff --git a/test/Microsoft.AspNetCore.Blazor.Build.Test/TestFiles/DesignTimeCodeGenerationTest/ChildComponent_WithExplicitChildContent/TestComponent.codegen.cs b/test/Microsoft.AspNetCore.Components.Build.Test/TestFiles/DesignTimeCodeGenerationTest/ChildComponent_WithExplicitChildContent/TestComponent.codegen.cs similarity index 100% rename from test/Microsoft.AspNetCore.Blazor.Build.Test/TestFiles/DesignTimeCodeGenerationTest/ChildComponent_WithExplicitChildContent/TestComponent.codegen.cs rename to test/Microsoft.AspNetCore.Components.Build.Test/TestFiles/DesignTimeCodeGenerationTest/ChildComponent_WithExplicitChildContent/TestComponent.codegen.cs diff --git a/test/Microsoft.AspNetCore.Blazor.Build.Test/TestFiles/DesignTimeCodeGenerationTest/ChildComponent_WithExplicitChildContent/TestComponent.ir.txt b/test/Microsoft.AspNetCore.Components.Build.Test/TestFiles/DesignTimeCodeGenerationTest/ChildComponent_WithExplicitChildContent/TestComponent.ir.txt similarity index 100% rename from test/Microsoft.AspNetCore.Blazor.Build.Test/TestFiles/DesignTimeCodeGenerationTest/ChildComponent_WithExplicitChildContent/TestComponent.ir.txt rename to test/Microsoft.AspNetCore.Components.Build.Test/TestFiles/DesignTimeCodeGenerationTest/ChildComponent_WithExplicitChildContent/TestComponent.ir.txt diff --git a/test/Microsoft.AspNetCore.Blazor.Build.Test/TestFiles/DesignTimeCodeGenerationTest/ChildComponent_WithExplicitChildContent/TestComponent.mappings.txt b/test/Microsoft.AspNetCore.Components.Build.Test/TestFiles/DesignTimeCodeGenerationTest/ChildComponent_WithExplicitChildContent/TestComponent.mappings.txt similarity index 100% rename from test/Microsoft.AspNetCore.Blazor.Build.Test/TestFiles/DesignTimeCodeGenerationTest/ChildComponent_WithExplicitChildContent/TestComponent.mappings.txt rename to test/Microsoft.AspNetCore.Components.Build.Test/TestFiles/DesignTimeCodeGenerationTest/ChildComponent_WithExplicitChildContent/TestComponent.mappings.txt diff --git a/test/Microsoft.AspNetCore.Blazor.Build.Test/TestFiles/DesignTimeCodeGenerationTest/ChildComponent_WithExplicitEventHandler/TestComponent.codegen.cs b/test/Microsoft.AspNetCore.Components.Build.Test/TestFiles/DesignTimeCodeGenerationTest/ChildComponent_WithExplicitEventHandler/TestComponent.codegen.cs similarity index 96% rename from test/Microsoft.AspNetCore.Blazor.Build.Test/TestFiles/DesignTimeCodeGenerationTest/ChildComponent_WithExplicitEventHandler/TestComponent.codegen.cs rename to test/Microsoft.AspNetCore.Components.Build.Test/TestFiles/DesignTimeCodeGenerationTest/ChildComponent_WithExplicitEventHandler/TestComponent.codegen.cs index a6667c62..80ef9154 100644 --- a/test/Microsoft.AspNetCore.Blazor.Build.Test/TestFiles/DesignTimeCodeGenerationTest/ChildComponent_WithExplicitEventHandler/TestComponent.codegen.cs +++ b/test/Microsoft.AspNetCore.Components.Build.Test/TestFiles/DesignTimeCodeGenerationTest/ChildComponent_WithExplicitEventHandler/TestComponent.codegen.cs @@ -1,52 +1,52 @@ -// -#pragma warning disable 1591 -namespace Test -{ - #line hidden - using System; - using System.Collections.Generic; - using System.Linq; - using System.Threading.Tasks; - using Microsoft.AspNetCore.Blazor; - using Microsoft.AspNetCore.Blazor.Components; - public class TestComponent : Microsoft.AspNetCore.Blazor.Components.BlazorComponent - { - #pragma warning disable 219 - private void __RazorDirectiveTokenHelpers__() { - ((System.Action)(() => { -global::System.Object __typeHelper = "*, TestAssembly"; - } - ))(); - } - #pragma warning restore 219 - #pragma warning disable 0414 - private static System.Object __o = null; - #pragma warning restore 0414 - #pragma warning disable 1998 - protected override void BuildRenderTree(Microsoft.AspNetCore.Blazor.RenderTree.RenderTreeBuilder builder) - { - base.BuildRenderTree(builder); - __o = new System.Action( -#line 2 "x:\dir\subdir\Test\TestComponent.cshtml" - Increment - -#line default -#line hidden - ); - builder.AddAttribute(-1, "ChildContent", (Microsoft.AspNetCore.Blazor.RenderFragment)((builder2) => { - } - )); - } - #pragma warning restore 1998 -#line 4 "x:\dir\subdir\Test\TestComponent.cshtml" - - private int counter; - private void Increment(UIEventArgs e) { - counter++; - } - -#line default -#line hidden - } -} -#pragma warning restore 1591 +// +#pragma warning disable 1591 +namespace Test +{ + #line hidden + using System; + using System.Collections.Generic; + using System.Linq; + using System.Threading.Tasks; + using Microsoft.AspNetCore.Blazor; + using Microsoft.AspNetCore.Blazor.Components; + public class TestComponent : Microsoft.AspNetCore.Blazor.Components.BlazorComponent + { + #pragma warning disable 219 + private void __RazorDirectiveTokenHelpers__() { + ((System.Action)(() => { +global::System.Object __typeHelper = "*, TestAssembly"; + } + ))(); + } + #pragma warning restore 219 + #pragma warning disable 0414 + private static System.Object __o = null; + #pragma warning restore 0414 + #pragma warning disable 1998 + protected override void BuildRenderTree(Microsoft.AspNetCore.Blazor.RenderTree.RenderTreeBuilder builder) + { + base.BuildRenderTree(builder); + __o = new System.Action( +#line 2 "x:\dir\subdir\Test\TestComponent.cshtml" + Increment + +#line default +#line hidden + ); + builder.AddAttribute(-1, "ChildContent", (Microsoft.AspNetCore.Blazor.RenderFragment)((builder2) => { + } + )); + } + #pragma warning restore 1998 +#line 4 "x:\dir\subdir\Test\TestComponent.cshtml" + + private int counter; + private void Increment(UIEventArgs e) { + counter++; + } + +#line default +#line hidden + } +} +#pragma warning restore 1591 diff --git a/test/Microsoft.AspNetCore.Blazor.Build.Test/TestFiles/DesignTimeCodeGenerationTest/ChildComponent_WithExplicitEventHandler/TestComponent.ir.txt b/test/Microsoft.AspNetCore.Components.Build.Test/TestFiles/DesignTimeCodeGenerationTest/ChildComponent_WithExplicitEventHandler/TestComponent.ir.txt similarity index 100% rename from test/Microsoft.AspNetCore.Blazor.Build.Test/TestFiles/DesignTimeCodeGenerationTest/ChildComponent_WithExplicitEventHandler/TestComponent.ir.txt rename to test/Microsoft.AspNetCore.Components.Build.Test/TestFiles/DesignTimeCodeGenerationTest/ChildComponent_WithExplicitEventHandler/TestComponent.ir.txt diff --git a/test/Microsoft.AspNetCore.Blazor.Build.Test/TestFiles/DesignTimeCodeGenerationTest/ChildComponent_WithExplicitEventHandler/TestComponent.mappings.txt b/test/Microsoft.AspNetCore.Components.Build.Test/TestFiles/DesignTimeCodeGenerationTest/ChildComponent_WithExplicitEventHandler/TestComponent.mappings.txt similarity index 95% rename from test/Microsoft.AspNetCore.Blazor.Build.Test/TestFiles/DesignTimeCodeGenerationTest/ChildComponent_WithExplicitEventHandler/TestComponent.mappings.txt rename to test/Microsoft.AspNetCore.Components.Build.Test/TestFiles/DesignTimeCodeGenerationTest/ChildComponent_WithExplicitEventHandler/TestComponent.mappings.txt index a7d236df..f2561d95 100644 --- a/test/Microsoft.AspNetCore.Blazor.Build.Test/TestFiles/DesignTimeCodeGenerationTest/ChildComponent_WithExplicitEventHandler/TestComponent.mappings.txt +++ b/test/Microsoft.AspNetCore.Components.Build.Test/TestFiles/DesignTimeCodeGenerationTest/ChildComponent_WithExplicitEventHandler/TestComponent.mappings.txt @@ -1,25 +1,25 @@ -Source Location: (14:0,14 [15] x:\dir\subdir\Test\TestComponent.cshtml) -|*, TestAssembly| -Generated Location: (559:16,38 [15] ) -|*, TestAssembly| - -Source Location: (54:1,23 [9] x:\dir\subdir\Test\TestComponent.cshtml) -|Increment| -Generated Location: (1139:30,23 [9] ) -|Increment| - -Source Location: (82:3,12 [100] x:\dir\subdir\Test\TestComponent.cshtml) -| - private int counter; - private void Increment(UIEventArgs e) { - counter++; - } -| -Generated Location: (1456:41,12 [100] ) -| - private int counter; - private void Increment(UIEventArgs e) { - counter++; - } -| - +Source Location: (14:0,14 [15] x:\dir\subdir\Test\TestComponent.cshtml) +|*, TestAssembly| +Generated Location: (559:16,38 [15] ) +|*, TestAssembly| + +Source Location: (54:1,23 [9] x:\dir\subdir\Test\TestComponent.cshtml) +|Increment| +Generated Location: (1139:30,23 [9] ) +|Increment| + +Source Location: (82:3,12 [100] x:\dir\subdir\Test\TestComponent.cshtml) +| + private int counter; + private void Increment(UIEventArgs e) { + counter++; + } +| +Generated Location: (1456:41,12 [100] ) +| + private int counter; + private void Increment(UIEventArgs e) { + counter++; + } +| + diff --git a/test/Microsoft.AspNetCore.Blazor.Build.Test/TestFiles/DesignTimeCodeGenerationTest/ChildComponent_WithExplicitGenericChildContent/TestComponent.codegen.cs b/test/Microsoft.AspNetCore.Components.Build.Test/TestFiles/DesignTimeCodeGenerationTest/ChildComponent_WithExplicitGenericChildContent/TestComponent.codegen.cs similarity index 100% rename from test/Microsoft.AspNetCore.Blazor.Build.Test/TestFiles/DesignTimeCodeGenerationTest/ChildComponent_WithExplicitGenericChildContent/TestComponent.codegen.cs rename to test/Microsoft.AspNetCore.Components.Build.Test/TestFiles/DesignTimeCodeGenerationTest/ChildComponent_WithExplicitGenericChildContent/TestComponent.codegen.cs diff --git a/test/Microsoft.AspNetCore.Blazor.Build.Test/TestFiles/DesignTimeCodeGenerationTest/ChildComponent_WithExplicitGenericChildContent/TestComponent.ir.txt b/test/Microsoft.AspNetCore.Components.Build.Test/TestFiles/DesignTimeCodeGenerationTest/ChildComponent_WithExplicitGenericChildContent/TestComponent.ir.txt similarity index 100% rename from test/Microsoft.AspNetCore.Blazor.Build.Test/TestFiles/DesignTimeCodeGenerationTest/ChildComponent_WithExplicitGenericChildContent/TestComponent.ir.txt rename to test/Microsoft.AspNetCore.Components.Build.Test/TestFiles/DesignTimeCodeGenerationTest/ChildComponent_WithExplicitGenericChildContent/TestComponent.ir.txt diff --git a/test/Microsoft.AspNetCore.Blazor.Build.Test/TestFiles/DesignTimeCodeGenerationTest/ChildComponent_WithExplicitGenericChildContent/TestComponent.mappings.txt b/test/Microsoft.AspNetCore.Components.Build.Test/TestFiles/DesignTimeCodeGenerationTest/ChildComponent_WithExplicitGenericChildContent/TestComponent.mappings.txt similarity index 100% rename from test/Microsoft.AspNetCore.Blazor.Build.Test/TestFiles/DesignTimeCodeGenerationTest/ChildComponent_WithExplicitGenericChildContent/TestComponent.mappings.txt rename to test/Microsoft.AspNetCore.Components.Build.Test/TestFiles/DesignTimeCodeGenerationTest/ChildComponent_WithExplicitGenericChildContent/TestComponent.mappings.txt diff --git a/test/Microsoft.AspNetCore.Blazor.Build.Test/TestFiles/DesignTimeCodeGenerationTest/ChildComponent_WithExplicitStringParameter/TestComponent.codegen.cs b/test/Microsoft.AspNetCore.Components.Build.Test/TestFiles/DesignTimeCodeGenerationTest/ChildComponent_WithExplicitStringParameter/TestComponent.codegen.cs similarity index 97% rename from test/Microsoft.AspNetCore.Blazor.Build.Test/TestFiles/DesignTimeCodeGenerationTest/ChildComponent_WithExplicitStringParameter/TestComponent.codegen.cs rename to test/Microsoft.AspNetCore.Components.Build.Test/TestFiles/DesignTimeCodeGenerationTest/ChildComponent_WithExplicitStringParameter/TestComponent.codegen.cs index 69878420..6b3b9823 100644 --- a/test/Microsoft.AspNetCore.Blazor.Build.Test/TestFiles/DesignTimeCodeGenerationTest/ChildComponent_WithExplicitStringParameter/TestComponent.codegen.cs +++ b/test/Microsoft.AspNetCore.Components.Build.Test/TestFiles/DesignTimeCodeGenerationTest/ChildComponent_WithExplicitStringParameter/TestComponent.codegen.cs @@ -1,43 +1,43 @@ -// -#pragma warning disable 1591 -namespace Test -{ - #line hidden - using System; - using System.Collections.Generic; - using System.Linq; - using System.Threading.Tasks; - using Microsoft.AspNetCore.Blazor; - using Microsoft.AspNetCore.Blazor.Components; - public class TestComponent : Microsoft.AspNetCore.Blazor.Components.BlazorComponent - { - #pragma warning disable 219 - private void __RazorDirectiveTokenHelpers__() { - ((System.Action)(() => { -global::System.Object __typeHelper = "*, TestAssembly"; - } - ))(); - } - #pragma warning restore 219 - #pragma warning disable 0414 - private static System.Object __o = null; - #pragma warning restore 0414 - #pragma warning disable 1998 - protected override void BuildRenderTree(Microsoft.AspNetCore.Blazor.RenderTree.RenderTreeBuilder builder) - { - base.BuildRenderTree(builder); - __o = Microsoft.AspNetCore.Blazor.Components.RuntimeHelpers.TypeCheck( -#line 2 "x:\dir\subdir\Test\TestComponent.cshtml" - 42.ToString() - -#line default -#line hidden - ); - builder.AddAttribute(-1, "ChildContent", (Microsoft.AspNetCore.Blazor.RenderFragment)((builder2) => { - } - )); - } - #pragma warning restore 1998 - } -} -#pragma warning restore 1591 +// +#pragma warning disable 1591 +namespace Test +{ + #line hidden + using System; + using System.Collections.Generic; + using System.Linq; + using System.Threading.Tasks; + using Microsoft.AspNetCore.Blazor; + using Microsoft.AspNetCore.Blazor.Components; + public class TestComponent : Microsoft.AspNetCore.Blazor.Components.BlazorComponent + { + #pragma warning disable 219 + private void __RazorDirectiveTokenHelpers__() { + ((System.Action)(() => { +global::System.Object __typeHelper = "*, TestAssembly"; + } + ))(); + } + #pragma warning restore 219 + #pragma warning disable 0414 + private static System.Object __o = null; + #pragma warning restore 0414 + #pragma warning disable 1998 + protected override void BuildRenderTree(Microsoft.AspNetCore.Blazor.RenderTree.RenderTreeBuilder builder) + { + base.BuildRenderTree(builder); + __o = Microsoft.AspNetCore.Blazor.Components.RuntimeHelpers.TypeCheck( +#line 2 "x:\dir\subdir\Test\TestComponent.cshtml" + 42.ToString() + +#line default +#line hidden + ); + builder.AddAttribute(-1, "ChildContent", (Microsoft.AspNetCore.Blazor.RenderFragment)((builder2) => { + } + )); + } + #pragma warning restore 1998 + } +} +#pragma warning restore 1591 diff --git a/test/Microsoft.AspNetCore.Blazor.Build.Test/TestFiles/DesignTimeCodeGenerationTest/ChildComponent_WithExplicitStringParameter/TestComponent.ir.txt b/test/Microsoft.AspNetCore.Components.Build.Test/TestFiles/DesignTimeCodeGenerationTest/ChildComponent_WithExplicitStringParameter/TestComponent.ir.txt similarity index 100% rename from test/Microsoft.AspNetCore.Blazor.Build.Test/TestFiles/DesignTimeCodeGenerationTest/ChildComponent_WithExplicitStringParameter/TestComponent.ir.txt rename to test/Microsoft.AspNetCore.Components.Build.Test/TestFiles/DesignTimeCodeGenerationTest/ChildComponent_WithExplicitStringParameter/TestComponent.ir.txt diff --git a/test/Microsoft.AspNetCore.Blazor.Build.Test/TestFiles/DesignTimeCodeGenerationTest/ChildComponent_WithExplicitStringParameter/TestComponent.mappings.txt b/test/Microsoft.AspNetCore.Components.Build.Test/TestFiles/DesignTimeCodeGenerationTest/ChildComponent_WithExplicitStringParameter/TestComponent.mappings.txt similarity index 100% rename from test/Microsoft.AspNetCore.Blazor.Build.Test/TestFiles/DesignTimeCodeGenerationTest/ChildComponent_WithExplicitStringParameter/TestComponent.mappings.txt rename to test/Microsoft.AspNetCore.Components.Build.Test/TestFiles/DesignTimeCodeGenerationTest/ChildComponent_WithExplicitStringParameter/TestComponent.mappings.txt diff --git a/test/Microsoft.AspNetCore.Blazor.Build.Test/TestFiles/DesignTimeCodeGenerationTest/ChildComponent_WithGenericChildContent/TestComponent.codegen.cs b/test/Microsoft.AspNetCore.Components.Build.Test/TestFiles/DesignTimeCodeGenerationTest/ChildComponent_WithGenericChildContent/TestComponent.codegen.cs similarity index 100% rename from test/Microsoft.AspNetCore.Blazor.Build.Test/TestFiles/DesignTimeCodeGenerationTest/ChildComponent_WithGenericChildContent/TestComponent.codegen.cs rename to test/Microsoft.AspNetCore.Components.Build.Test/TestFiles/DesignTimeCodeGenerationTest/ChildComponent_WithGenericChildContent/TestComponent.codegen.cs diff --git a/test/Microsoft.AspNetCore.Blazor.Build.Test/TestFiles/DesignTimeCodeGenerationTest/ChildComponent_WithGenericChildContent/TestComponent.ir.txt b/test/Microsoft.AspNetCore.Components.Build.Test/TestFiles/DesignTimeCodeGenerationTest/ChildComponent_WithGenericChildContent/TestComponent.ir.txt similarity index 100% rename from test/Microsoft.AspNetCore.Blazor.Build.Test/TestFiles/DesignTimeCodeGenerationTest/ChildComponent_WithGenericChildContent/TestComponent.ir.txt rename to test/Microsoft.AspNetCore.Components.Build.Test/TestFiles/DesignTimeCodeGenerationTest/ChildComponent_WithGenericChildContent/TestComponent.ir.txt diff --git a/test/Microsoft.AspNetCore.Blazor.Build.Test/TestFiles/DesignTimeCodeGenerationTest/ChildComponent_WithGenericChildContent/TestComponent.mappings.txt b/test/Microsoft.AspNetCore.Components.Build.Test/TestFiles/DesignTimeCodeGenerationTest/ChildComponent_WithGenericChildContent/TestComponent.mappings.txt similarity index 100% rename from test/Microsoft.AspNetCore.Blazor.Build.Test/TestFiles/DesignTimeCodeGenerationTest/ChildComponent_WithGenericChildContent/TestComponent.mappings.txt rename to test/Microsoft.AspNetCore.Components.Build.Test/TestFiles/DesignTimeCodeGenerationTest/ChildComponent_WithGenericChildContent/TestComponent.mappings.txt diff --git a/test/Microsoft.AspNetCore.Blazor.Build.Test/TestFiles/DesignTimeCodeGenerationTest/ChildComponent_WithGenericChildContent_SetsParameterName/TestComponent.codegen.cs b/test/Microsoft.AspNetCore.Components.Build.Test/TestFiles/DesignTimeCodeGenerationTest/ChildComponent_WithGenericChildContent_SetsParameterName/TestComponent.codegen.cs similarity index 100% rename from test/Microsoft.AspNetCore.Blazor.Build.Test/TestFiles/DesignTimeCodeGenerationTest/ChildComponent_WithGenericChildContent_SetsParameterName/TestComponent.codegen.cs rename to test/Microsoft.AspNetCore.Components.Build.Test/TestFiles/DesignTimeCodeGenerationTest/ChildComponent_WithGenericChildContent_SetsParameterName/TestComponent.codegen.cs diff --git a/test/Microsoft.AspNetCore.Blazor.Build.Test/TestFiles/DesignTimeCodeGenerationTest/ChildComponent_WithGenericChildContent_SetsParameterName/TestComponent.ir.txt b/test/Microsoft.AspNetCore.Components.Build.Test/TestFiles/DesignTimeCodeGenerationTest/ChildComponent_WithGenericChildContent_SetsParameterName/TestComponent.ir.txt similarity index 100% rename from test/Microsoft.AspNetCore.Blazor.Build.Test/TestFiles/DesignTimeCodeGenerationTest/ChildComponent_WithGenericChildContent_SetsParameterName/TestComponent.ir.txt rename to test/Microsoft.AspNetCore.Components.Build.Test/TestFiles/DesignTimeCodeGenerationTest/ChildComponent_WithGenericChildContent_SetsParameterName/TestComponent.ir.txt diff --git a/test/Microsoft.AspNetCore.Blazor.Build.Test/TestFiles/DesignTimeCodeGenerationTest/ChildComponent_WithGenericChildContent_SetsParameterName/TestComponent.mappings.txt b/test/Microsoft.AspNetCore.Components.Build.Test/TestFiles/DesignTimeCodeGenerationTest/ChildComponent_WithGenericChildContent_SetsParameterName/TestComponent.mappings.txt similarity index 100% rename from test/Microsoft.AspNetCore.Blazor.Build.Test/TestFiles/DesignTimeCodeGenerationTest/ChildComponent_WithGenericChildContent_SetsParameterName/TestComponent.mappings.txt rename to test/Microsoft.AspNetCore.Components.Build.Test/TestFiles/DesignTimeCodeGenerationTest/ChildComponent_WithGenericChildContent_SetsParameterName/TestComponent.mappings.txt diff --git a/test/Microsoft.AspNetCore.Blazor.Build.Test/TestFiles/DesignTimeCodeGenerationTest/ChildComponent_WithGenericChildContent_SetsParameterNameOnComponent/TestComponent.codegen.cs b/test/Microsoft.AspNetCore.Components.Build.Test/TestFiles/DesignTimeCodeGenerationTest/ChildComponent_WithGenericChildContent_SetsParameterNameOnComponent/TestComponent.codegen.cs similarity index 100% rename from test/Microsoft.AspNetCore.Blazor.Build.Test/TestFiles/DesignTimeCodeGenerationTest/ChildComponent_WithGenericChildContent_SetsParameterNameOnComponent/TestComponent.codegen.cs rename to test/Microsoft.AspNetCore.Components.Build.Test/TestFiles/DesignTimeCodeGenerationTest/ChildComponent_WithGenericChildContent_SetsParameterNameOnComponent/TestComponent.codegen.cs diff --git a/test/Microsoft.AspNetCore.Blazor.Build.Test/TestFiles/DesignTimeCodeGenerationTest/ChildComponent_WithGenericChildContent_SetsParameterNameOnComponent/TestComponent.ir.txt b/test/Microsoft.AspNetCore.Components.Build.Test/TestFiles/DesignTimeCodeGenerationTest/ChildComponent_WithGenericChildContent_SetsParameterNameOnComponent/TestComponent.ir.txt similarity index 100% rename from test/Microsoft.AspNetCore.Blazor.Build.Test/TestFiles/DesignTimeCodeGenerationTest/ChildComponent_WithGenericChildContent_SetsParameterNameOnComponent/TestComponent.ir.txt rename to test/Microsoft.AspNetCore.Components.Build.Test/TestFiles/DesignTimeCodeGenerationTest/ChildComponent_WithGenericChildContent_SetsParameterNameOnComponent/TestComponent.ir.txt diff --git a/test/Microsoft.AspNetCore.Blazor.Build.Test/TestFiles/DesignTimeCodeGenerationTest/ChildComponent_WithGenericChildContent_SetsParameterNameOnComponent/TestComponent.mappings.txt b/test/Microsoft.AspNetCore.Components.Build.Test/TestFiles/DesignTimeCodeGenerationTest/ChildComponent_WithGenericChildContent_SetsParameterNameOnComponent/TestComponent.mappings.txt similarity index 100% rename from test/Microsoft.AspNetCore.Blazor.Build.Test/TestFiles/DesignTimeCodeGenerationTest/ChildComponent_WithGenericChildContent_SetsParameterNameOnComponent/TestComponent.mappings.txt rename to test/Microsoft.AspNetCore.Components.Build.Test/TestFiles/DesignTimeCodeGenerationTest/ChildComponent_WithGenericChildContent_SetsParameterNameOnComponent/TestComponent.mappings.txt diff --git a/test/Microsoft.AspNetCore.Blazor.Build.Test/TestFiles/DesignTimeCodeGenerationTest/ChildComponent_WithLambdaEventHandler/TestComponent.codegen.cs b/test/Microsoft.AspNetCore.Components.Build.Test/TestFiles/DesignTimeCodeGenerationTest/ChildComponent_WithLambdaEventHandler/TestComponent.codegen.cs similarity index 96% rename from test/Microsoft.AspNetCore.Blazor.Build.Test/TestFiles/DesignTimeCodeGenerationTest/ChildComponent_WithLambdaEventHandler/TestComponent.codegen.cs rename to test/Microsoft.AspNetCore.Components.Build.Test/TestFiles/DesignTimeCodeGenerationTest/ChildComponent_WithLambdaEventHandler/TestComponent.codegen.cs index 64e8e370..dff0bcaa 100644 --- a/test/Microsoft.AspNetCore.Blazor.Build.Test/TestFiles/DesignTimeCodeGenerationTest/ChildComponent_WithLambdaEventHandler/TestComponent.codegen.cs +++ b/test/Microsoft.AspNetCore.Components.Build.Test/TestFiles/DesignTimeCodeGenerationTest/ChildComponent_WithLambdaEventHandler/TestComponent.codegen.cs @@ -1,52 +1,52 @@ -// -#pragma warning disable 1591 -namespace Test -{ - #line hidden - using System; - using System.Collections.Generic; - using System.Linq; - using System.Threading.Tasks; - using Microsoft.AspNetCore.Blazor; - using Microsoft.AspNetCore.Blazor.Components; - public class TestComponent : Microsoft.AspNetCore.Blazor.Components.BlazorComponent - { - #pragma warning disable 219 - private void __RazorDirectiveTokenHelpers__() { - ((System.Action)(() => { -global::System.Object __typeHelper = "*, TestAssembly"; - } - ))(); - } - #pragma warning restore 219 - #pragma warning disable 0414 - private static System.Object __o = null; - #pragma warning restore 0414 - #pragma warning disable 1998 - protected override void BuildRenderTree(Microsoft.AspNetCore.Blazor.RenderTree.RenderTreeBuilder builder) - { - base.BuildRenderTree(builder); - __o = new System.Action( -#line 2 "x:\dir\subdir\Test\TestComponent.cshtml" - e => { Increment(); } - -#line default -#line hidden - ); - builder.AddAttribute(-1, "ChildContent", (Microsoft.AspNetCore.Blazor.RenderFragment)((builder2) => { - } - )); - } - #pragma warning restore 1998 -#line 4 "x:\dir\subdir\Test\TestComponent.cshtml" - - private int counter; - private void Increment() { - counter++; - } - -#line default -#line hidden - } -} -#pragma warning restore 1591 +// +#pragma warning disable 1591 +namespace Test +{ + #line hidden + using System; + using System.Collections.Generic; + using System.Linq; + using System.Threading.Tasks; + using Microsoft.AspNetCore.Blazor; + using Microsoft.AspNetCore.Blazor.Components; + public class TestComponent : Microsoft.AspNetCore.Blazor.Components.BlazorComponent + { + #pragma warning disable 219 + private void __RazorDirectiveTokenHelpers__() { + ((System.Action)(() => { +global::System.Object __typeHelper = "*, TestAssembly"; + } + ))(); + } + #pragma warning restore 219 + #pragma warning disable 0414 + private static System.Object __o = null; + #pragma warning restore 0414 + #pragma warning disable 1998 + protected override void BuildRenderTree(Microsoft.AspNetCore.Blazor.RenderTree.RenderTreeBuilder builder) + { + base.BuildRenderTree(builder); + __o = new System.Action( +#line 2 "x:\dir\subdir\Test\TestComponent.cshtml" + e => { Increment(); } + +#line default +#line hidden + ); + builder.AddAttribute(-1, "ChildContent", (Microsoft.AspNetCore.Blazor.RenderFragment)((builder2) => { + } + )); + } + #pragma warning restore 1998 +#line 4 "x:\dir\subdir\Test\TestComponent.cshtml" + + private int counter; + private void Increment() { + counter++; + } + +#line default +#line hidden + } +} +#pragma warning restore 1591 diff --git a/test/Microsoft.AspNetCore.Blazor.Build.Test/TestFiles/DesignTimeCodeGenerationTest/ChildComponent_WithLambdaEventHandler/TestComponent.ir.txt b/test/Microsoft.AspNetCore.Components.Build.Test/TestFiles/DesignTimeCodeGenerationTest/ChildComponent_WithLambdaEventHandler/TestComponent.ir.txt similarity index 100% rename from test/Microsoft.AspNetCore.Blazor.Build.Test/TestFiles/DesignTimeCodeGenerationTest/ChildComponent_WithLambdaEventHandler/TestComponent.ir.txt rename to test/Microsoft.AspNetCore.Components.Build.Test/TestFiles/DesignTimeCodeGenerationTest/ChildComponent_WithLambdaEventHandler/TestComponent.ir.txt diff --git a/test/Microsoft.AspNetCore.Blazor.Build.Test/TestFiles/DesignTimeCodeGenerationTest/ChildComponent_WithLambdaEventHandler/TestComponent.mappings.txt b/test/Microsoft.AspNetCore.Components.Build.Test/TestFiles/DesignTimeCodeGenerationTest/ChildComponent_WithLambdaEventHandler/TestComponent.mappings.txt similarity index 95% rename from test/Microsoft.AspNetCore.Blazor.Build.Test/TestFiles/DesignTimeCodeGenerationTest/ChildComponent_WithLambdaEventHandler/TestComponent.mappings.txt rename to test/Microsoft.AspNetCore.Components.Build.Test/TestFiles/DesignTimeCodeGenerationTest/ChildComponent_WithLambdaEventHandler/TestComponent.mappings.txt index 175657d7..e93f4f0c 100644 --- a/test/Microsoft.AspNetCore.Blazor.Build.Test/TestFiles/DesignTimeCodeGenerationTest/ChildComponent_WithLambdaEventHandler/TestComponent.mappings.txt +++ b/test/Microsoft.AspNetCore.Components.Build.Test/TestFiles/DesignTimeCodeGenerationTest/ChildComponent_WithLambdaEventHandler/TestComponent.mappings.txt @@ -1,25 +1,25 @@ -Source Location: (14:0,14 [15] x:\dir\subdir\Test\TestComponent.cshtml) -|*, TestAssembly| -Generated Location: (559:16,38 [15] ) -|*, TestAssembly| - -Source Location: (55:1,24 [21] x:\dir\subdir\Test\TestComponent.cshtml) -|e => { Increment(); }| -Generated Location: (1140:30,24 [21] ) -|e => { Increment(); }| - -Source Location: (96:3,12 [87] x:\dir\subdir\Test\TestComponent.cshtml) -| - private int counter; - private void Increment() { - counter++; - } -| -Generated Location: (1469:41,12 [87] ) -| - private int counter; - private void Increment() { - counter++; - } -| - +Source Location: (14:0,14 [15] x:\dir\subdir\Test\TestComponent.cshtml) +|*, TestAssembly| +Generated Location: (559:16,38 [15] ) +|*, TestAssembly| + +Source Location: (55:1,24 [21] x:\dir\subdir\Test\TestComponent.cshtml) +|e => { Increment(); }| +Generated Location: (1140:30,24 [21] ) +|e => { Increment(); }| + +Source Location: (96:3,12 [87] x:\dir\subdir\Test\TestComponent.cshtml) +| + private int counter; + private void Increment() { + counter++; + } +| +Generated Location: (1469:41,12 [87] ) +| + private int counter; + private void Increment() { + counter++; + } +| + diff --git a/test/Microsoft.AspNetCore.Blazor.Build.Test/TestFiles/DesignTimeCodeGenerationTest/ChildComponent_WithNonPropertyAttributes/TestComponent.codegen.cs b/test/Microsoft.AspNetCore.Components.Build.Test/TestFiles/DesignTimeCodeGenerationTest/ChildComponent_WithNonPropertyAttributes/TestComponent.codegen.cs similarity index 96% rename from test/Microsoft.AspNetCore.Blazor.Build.Test/TestFiles/DesignTimeCodeGenerationTest/ChildComponent_WithNonPropertyAttributes/TestComponent.codegen.cs rename to test/Microsoft.AspNetCore.Components.Build.Test/TestFiles/DesignTimeCodeGenerationTest/ChildComponent_WithNonPropertyAttributes/TestComponent.codegen.cs index 2b54e070..2493afaa 100644 --- a/test/Microsoft.AspNetCore.Blazor.Build.Test/TestFiles/DesignTimeCodeGenerationTest/ChildComponent_WithNonPropertyAttributes/TestComponent.codegen.cs +++ b/test/Microsoft.AspNetCore.Components.Build.Test/TestFiles/DesignTimeCodeGenerationTest/ChildComponent_WithNonPropertyAttributes/TestComponent.codegen.cs @@ -1,44 +1,44 @@ -// -#pragma warning disable 1591 -namespace Test -{ - #line hidden - using System; - using System.Collections.Generic; - using System.Linq; - using System.Threading.Tasks; - using Microsoft.AspNetCore.Blazor; - using Microsoft.AspNetCore.Blazor.Components; - public class TestComponent : Microsoft.AspNetCore.Blazor.Components.BlazorComponent - { - #pragma warning disable 219 - private void __RazorDirectiveTokenHelpers__() { - ((System.Action)(() => { -global::System.Object __typeHelper = "*, TestAssembly"; - } - ))(); - } - #pragma warning restore 219 - #pragma warning disable 0414 - private static System.Object __o = null; - #pragma warning restore 0414 - #pragma warning disable 1998 - protected override void BuildRenderTree(Microsoft.AspNetCore.Blazor.RenderTree.RenderTreeBuilder builder) - { - base.BuildRenderTree(builder); - __o = ""; - __o = -#line 2 "x:\dir\subdir\Test\TestComponent.cshtml" - 43.ToString() - -#line default -#line hidden - ; - builder.AddAttribute(-1, "ChildContent", (Microsoft.AspNetCore.Blazor.RenderFragment)((builder2) => { - } - )); - } - #pragma warning restore 1998 - } -} -#pragma warning restore 1591 +// +#pragma warning disable 1591 +namespace Test +{ + #line hidden + using System; + using System.Collections.Generic; + using System.Linq; + using System.Threading.Tasks; + using Microsoft.AspNetCore.Blazor; + using Microsoft.AspNetCore.Blazor.Components; + public class TestComponent : Microsoft.AspNetCore.Blazor.Components.BlazorComponent + { + #pragma warning disable 219 + private void __RazorDirectiveTokenHelpers__() { + ((System.Action)(() => { +global::System.Object __typeHelper = "*, TestAssembly"; + } + ))(); + } + #pragma warning restore 219 + #pragma warning disable 0414 + private static System.Object __o = null; + #pragma warning restore 0414 + #pragma warning disable 1998 + protected override void BuildRenderTree(Microsoft.AspNetCore.Blazor.RenderTree.RenderTreeBuilder builder) + { + base.BuildRenderTree(builder); + __o = ""; + __o = +#line 2 "x:\dir\subdir\Test\TestComponent.cshtml" + 43.ToString() + +#line default +#line hidden + ; + builder.AddAttribute(-1, "ChildContent", (Microsoft.AspNetCore.Blazor.RenderFragment)((builder2) => { + } + )); + } + #pragma warning restore 1998 + } +} +#pragma warning restore 1591 diff --git a/test/Microsoft.AspNetCore.Blazor.Build.Test/TestFiles/DesignTimeCodeGenerationTest/ChildComponent_WithNonPropertyAttributes/TestComponent.ir.txt b/test/Microsoft.AspNetCore.Components.Build.Test/TestFiles/DesignTimeCodeGenerationTest/ChildComponent_WithNonPropertyAttributes/TestComponent.ir.txt similarity index 100% rename from test/Microsoft.AspNetCore.Blazor.Build.Test/TestFiles/DesignTimeCodeGenerationTest/ChildComponent_WithNonPropertyAttributes/TestComponent.ir.txt rename to test/Microsoft.AspNetCore.Components.Build.Test/TestFiles/DesignTimeCodeGenerationTest/ChildComponent_WithNonPropertyAttributes/TestComponent.ir.txt diff --git a/test/Microsoft.AspNetCore.Blazor.Build.Test/TestFiles/DesignTimeCodeGenerationTest/ChildComponent_WithNonPropertyAttributes/TestComponent.mappings.txt b/test/Microsoft.AspNetCore.Components.Build.Test/TestFiles/DesignTimeCodeGenerationTest/ChildComponent_WithNonPropertyAttributes/TestComponent.mappings.txt similarity index 100% rename from test/Microsoft.AspNetCore.Blazor.Build.Test/TestFiles/DesignTimeCodeGenerationTest/ChildComponent_WithNonPropertyAttributes/TestComponent.mappings.txt rename to test/Microsoft.AspNetCore.Components.Build.Test/TestFiles/DesignTimeCodeGenerationTest/ChildComponent_WithNonPropertyAttributes/TestComponent.mappings.txt diff --git a/test/Microsoft.AspNetCore.Blazor.Build.Test/TestFiles/DesignTimeCodeGenerationTest/ChildComponent_WithPageDirective/TestComponent.codegen.cs b/test/Microsoft.AspNetCore.Components.Build.Test/TestFiles/DesignTimeCodeGenerationTest/ChildComponent_WithPageDirective/TestComponent.codegen.cs similarity index 100% rename from test/Microsoft.AspNetCore.Blazor.Build.Test/TestFiles/DesignTimeCodeGenerationTest/ChildComponent_WithPageDirective/TestComponent.codegen.cs rename to test/Microsoft.AspNetCore.Components.Build.Test/TestFiles/DesignTimeCodeGenerationTest/ChildComponent_WithPageDirective/TestComponent.codegen.cs diff --git a/test/Microsoft.AspNetCore.Blazor.Build.Test/TestFiles/DesignTimeCodeGenerationTest/ChildComponent_WithPageDirective/TestComponent.ir.txt b/test/Microsoft.AspNetCore.Components.Build.Test/TestFiles/DesignTimeCodeGenerationTest/ChildComponent_WithPageDirective/TestComponent.ir.txt similarity index 100% rename from test/Microsoft.AspNetCore.Blazor.Build.Test/TestFiles/DesignTimeCodeGenerationTest/ChildComponent_WithPageDirective/TestComponent.ir.txt rename to test/Microsoft.AspNetCore.Components.Build.Test/TestFiles/DesignTimeCodeGenerationTest/ChildComponent_WithPageDirective/TestComponent.ir.txt diff --git a/test/Microsoft.AspNetCore.Blazor.Build.Test/TestFiles/DesignTimeCodeGenerationTest/ChildComponent_WithPageDirective/TestComponent.mappings.txt b/test/Microsoft.AspNetCore.Components.Build.Test/TestFiles/DesignTimeCodeGenerationTest/ChildComponent_WithPageDirective/TestComponent.mappings.txt similarity index 100% rename from test/Microsoft.AspNetCore.Blazor.Build.Test/TestFiles/DesignTimeCodeGenerationTest/ChildComponent_WithPageDirective/TestComponent.mappings.txt rename to test/Microsoft.AspNetCore.Components.Build.Test/TestFiles/DesignTimeCodeGenerationTest/ChildComponent_WithPageDirective/TestComponent.mappings.txt diff --git a/test/Microsoft.AspNetCore.Blazor.Build.Test/TestFiles/DesignTimeCodeGenerationTest/ChildComponent_WithParameters/TestComponent.codegen.cs b/test/Microsoft.AspNetCore.Components.Build.Test/TestFiles/DesignTimeCodeGenerationTest/ChildComponent_WithParameters/TestComponent.codegen.cs similarity index 96% rename from test/Microsoft.AspNetCore.Blazor.Build.Test/TestFiles/DesignTimeCodeGenerationTest/ChildComponent_WithParameters/TestComponent.codegen.cs rename to test/Microsoft.AspNetCore.Components.Build.Test/TestFiles/DesignTimeCodeGenerationTest/ChildComponent_WithParameters/TestComponent.codegen.cs index 785d0349..84d497b7 100644 --- a/test/Microsoft.AspNetCore.Blazor.Build.Test/TestFiles/DesignTimeCodeGenerationTest/ChildComponent_WithParameters/TestComponent.codegen.cs +++ b/test/Microsoft.AspNetCore.Components.Build.Test/TestFiles/DesignTimeCodeGenerationTest/ChildComponent_WithParameters/TestComponent.codegen.cs @@ -1,58 +1,58 @@ -// -#pragma warning disable 1591 -namespace Test -{ - #line hidden - using System; - using System.Collections.Generic; - using System.Linq; - using System.Threading.Tasks; - using Microsoft.AspNetCore.Blazor; - using Microsoft.AspNetCore.Blazor.Components; - public class TestComponent : Microsoft.AspNetCore.Blazor.Components.BlazorComponent - { - #pragma warning disable 219 - private void __RazorDirectiveTokenHelpers__() { - ((System.Action)(() => { -global::System.Object __typeHelper = "*, TestAssembly"; - } - ))(); - } - #pragma warning restore 219 - #pragma warning disable 0414 - private static System.Object __o = null; - #pragma warning restore 0414 - #pragma warning disable 1998 - protected override void BuildRenderTree(Microsoft.AspNetCore.Blazor.RenderTree.RenderTreeBuilder builder) - { - base.BuildRenderTree(builder); - __o = Microsoft.AspNetCore.Blazor.Components.RuntimeHelpers.TypeCheck( -#line 3 "x:\dir\subdir\Test\TestComponent.cshtml" - 123 - -#line default -#line hidden - ); - __o = Microsoft.AspNetCore.Blazor.Components.RuntimeHelpers.TypeCheck( -#line 4 "x:\dir\subdir\Test\TestComponent.cshtml" - true - -#line default -#line hidden - ); - __o = ""; - __o = Microsoft.AspNetCore.Blazor.Components.RuntimeHelpers.TypeCheck( -#line 6 "x:\dir\subdir\Test\TestComponent.cshtml" - new SomeType() - -#line default -#line hidden - ); - builder.AddAttribute(-1, "ChildContent", (Microsoft.AspNetCore.Blazor.RenderFragment)((builder2) => { - } - )); - } - #pragma warning restore 1998 - } -} -#pragma warning restore 1591 +// +#pragma warning disable 1591 +namespace Test +{ + #line hidden + using System; + using System.Collections.Generic; + using System.Linq; + using System.Threading.Tasks; + using Microsoft.AspNetCore.Blazor; + using Microsoft.AspNetCore.Blazor.Components; + public class TestComponent : Microsoft.AspNetCore.Blazor.Components.BlazorComponent + { + #pragma warning disable 219 + private void __RazorDirectiveTokenHelpers__() { + ((System.Action)(() => { +global::System.Object __typeHelper = "*, TestAssembly"; + } + ))(); + } + #pragma warning restore 219 + #pragma warning disable 0414 + private static System.Object __o = null; + #pragma warning restore 0414 + #pragma warning disable 1998 + protected override void BuildRenderTree(Microsoft.AspNetCore.Blazor.RenderTree.RenderTreeBuilder builder) + { + base.BuildRenderTree(builder); + __o = Microsoft.AspNetCore.Blazor.Components.RuntimeHelpers.TypeCheck( +#line 3 "x:\dir\subdir\Test\TestComponent.cshtml" + 123 + +#line default +#line hidden + ); + __o = Microsoft.AspNetCore.Blazor.Components.RuntimeHelpers.TypeCheck( +#line 4 "x:\dir\subdir\Test\TestComponent.cshtml" + true + +#line default +#line hidden + ); + __o = ""; + __o = Microsoft.AspNetCore.Blazor.Components.RuntimeHelpers.TypeCheck( +#line 6 "x:\dir\subdir\Test\TestComponent.cshtml" + new SomeType() + +#line default +#line hidden + ); + builder.AddAttribute(-1, "ChildContent", (Microsoft.AspNetCore.Blazor.RenderFragment)((builder2) => { + } + )); + } + #pragma warning restore 1998 + } +} +#pragma warning restore 1591 diff --git a/test/Microsoft.AspNetCore.Blazor.Build.Test/TestFiles/DesignTimeCodeGenerationTest/ChildComponent_WithParameters/TestComponent.ir.txt b/test/Microsoft.AspNetCore.Components.Build.Test/TestFiles/DesignTimeCodeGenerationTest/ChildComponent_WithParameters/TestComponent.ir.txt similarity index 100% rename from test/Microsoft.AspNetCore.Blazor.Build.Test/TestFiles/DesignTimeCodeGenerationTest/ChildComponent_WithParameters/TestComponent.ir.txt rename to test/Microsoft.AspNetCore.Components.Build.Test/TestFiles/DesignTimeCodeGenerationTest/ChildComponent_WithParameters/TestComponent.ir.txt diff --git a/test/Microsoft.AspNetCore.Blazor.Build.Test/TestFiles/DesignTimeCodeGenerationTest/ChildComponent_WithParameters/TestComponent.mappings.txt b/test/Microsoft.AspNetCore.Components.Build.Test/TestFiles/DesignTimeCodeGenerationTest/ChildComponent_WithParameters/TestComponent.mappings.txt similarity index 100% rename from test/Microsoft.AspNetCore.Blazor.Build.Test/TestFiles/DesignTimeCodeGenerationTest/ChildComponent_WithParameters/TestComponent.mappings.txt rename to test/Microsoft.AspNetCore.Components.Build.Test/TestFiles/DesignTimeCodeGenerationTest/ChildComponent_WithParameters/TestComponent.mappings.txt diff --git a/test/Microsoft.AspNetCore.Blazor.Build.Test/TestFiles/DesignTimeCodeGenerationTest/ChildComponent_WithWeaklyTypeEventHandler/TestComponent.codegen.cs b/test/Microsoft.AspNetCore.Components.Build.Test/TestFiles/DesignTimeCodeGenerationTest/ChildComponent_WithWeaklyTypeEventHandler/TestComponent.codegen.cs similarity index 100% rename from test/Microsoft.AspNetCore.Blazor.Build.Test/TestFiles/DesignTimeCodeGenerationTest/ChildComponent_WithWeaklyTypeEventHandler/TestComponent.codegen.cs rename to test/Microsoft.AspNetCore.Components.Build.Test/TestFiles/DesignTimeCodeGenerationTest/ChildComponent_WithWeaklyTypeEventHandler/TestComponent.codegen.cs diff --git a/test/Microsoft.AspNetCore.Blazor.Build.Test/TestFiles/DesignTimeCodeGenerationTest/ChildComponent_WithWeaklyTypeEventHandler/TestComponent.ir.txt b/test/Microsoft.AspNetCore.Components.Build.Test/TestFiles/DesignTimeCodeGenerationTest/ChildComponent_WithWeaklyTypeEventHandler/TestComponent.ir.txt similarity index 100% rename from test/Microsoft.AspNetCore.Blazor.Build.Test/TestFiles/DesignTimeCodeGenerationTest/ChildComponent_WithWeaklyTypeEventHandler/TestComponent.ir.txt rename to test/Microsoft.AspNetCore.Components.Build.Test/TestFiles/DesignTimeCodeGenerationTest/ChildComponent_WithWeaklyTypeEventHandler/TestComponent.ir.txt diff --git a/test/Microsoft.AspNetCore.Blazor.Build.Test/TestFiles/DesignTimeCodeGenerationTest/ChildComponent_WithWeaklyTypeEventHandler/TestComponent.mappings.txt b/test/Microsoft.AspNetCore.Components.Build.Test/TestFiles/DesignTimeCodeGenerationTest/ChildComponent_WithWeaklyTypeEventHandler/TestComponent.mappings.txt similarity index 100% rename from test/Microsoft.AspNetCore.Blazor.Build.Test/TestFiles/DesignTimeCodeGenerationTest/ChildComponent_WithWeaklyTypeEventHandler/TestComponent.mappings.txt rename to test/Microsoft.AspNetCore.Components.Build.Test/TestFiles/DesignTimeCodeGenerationTest/ChildComponent_WithWeaklyTypeEventHandler/TestComponent.mappings.txt diff --git a/test/Microsoft.AspNetCore.Blazor.Build.Test/TestFiles/DesignTimeCodeGenerationTest/ComponentParameter_TypeMismatch_ReportsDiagnostic/TestComponent.codegen.cs b/test/Microsoft.AspNetCore.Components.Build.Test/TestFiles/DesignTimeCodeGenerationTest/ComponentParameter_TypeMismatch_ReportsDiagnostic/TestComponent.codegen.cs similarity index 100% rename from test/Microsoft.AspNetCore.Blazor.Build.Test/TestFiles/DesignTimeCodeGenerationTest/ComponentParameter_TypeMismatch_ReportsDiagnostic/TestComponent.codegen.cs rename to test/Microsoft.AspNetCore.Components.Build.Test/TestFiles/DesignTimeCodeGenerationTest/ComponentParameter_TypeMismatch_ReportsDiagnostic/TestComponent.codegen.cs diff --git a/test/Microsoft.AspNetCore.Blazor.Build.Test/TestFiles/DesignTimeCodeGenerationTest/ComponentParameter_TypeMismatch_ReportsDiagnostic/TestComponent.ir.txt b/test/Microsoft.AspNetCore.Components.Build.Test/TestFiles/DesignTimeCodeGenerationTest/ComponentParameter_TypeMismatch_ReportsDiagnostic/TestComponent.ir.txt similarity index 100% rename from test/Microsoft.AspNetCore.Blazor.Build.Test/TestFiles/DesignTimeCodeGenerationTest/ComponentParameter_TypeMismatch_ReportsDiagnostic/TestComponent.ir.txt rename to test/Microsoft.AspNetCore.Components.Build.Test/TestFiles/DesignTimeCodeGenerationTest/ComponentParameter_TypeMismatch_ReportsDiagnostic/TestComponent.ir.txt diff --git a/test/Microsoft.AspNetCore.Blazor.Build.Test/TestFiles/DesignTimeCodeGenerationTest/ComponentParameter_TypeMismatch_ReportsDiagnostic/TestComponent.mappings.txt b/test/Microsoft.AspNetCore.Components.Build.Test/TestFiles/DesignTimeCodeGenerationTest/ComponentParameter_TypeMismatch_ReportsDiagnostic/TestComponent.mappings.txt similarity index 100% rename from test/Microsoft.AspNetCore.Blazor.Build.Test/TestFiles/DesignTimeCodeGenerationTest/ComponentParameter_TypeMismatch_ReportsDiagnostic/TestComponent.mappings.txt rename to test/Microsoft.AspNetCore.Components.Build.Test/TestFiles/DesignTimeCodeGenerationTest/ComponentParameter_TypeMismatch_ReportsDiagnostic/TestComponent.mappings.txt diff --git a/test/Microsoft.AspNetCore.Blazor.Build.Test/TestFiles/DesignTimeCodeGenerationTest/ComponentWithTypeParameters/TestComponent.codegen.cs b/test/Microsoft.AspNetCore.Components.Build.Test/TestFiles/DesignTimeCodeGenerationTest/ComponentWithTypeParameters/TestComponent.codegen.cs similarity index 100% rename from test/Microsoft.AspNetCore.Blazor.Build.Test/TestFiles/DesignTimeCodeGenerationTest/ComponentWithTypeParameters/TestComponent.codegen.cs rename to test/Microsoft.AspNetCore.Components.Build.Test/TestFiles/DesignTimeCodeGenerationTest/ComponentWithTypeParameters/TestComponent.codegen.cs diff --git a/test/Microsoft.AspNetCore.Blazor.Build.Test/TestFiles/DesignTimeCodeGenerationTest/ComponentWithTypeParameters/TestComponent.ir.txt b/test/Microsoft.AspNetCore.Components.Build.Test/TestFiles/DesignTimeCodeGenerationTest/ComponentWithTypeParameters/TestComponent.ir.txt similarity index 100% rename from test/Microsoft.AspNetCore.Blazor.Build.Test/TestFiles/DesignTimeCodeGenerationTest/ComponentWithTypeParameters/TestComponent.ir.txt rename to test/Microsoft.AspNetCore.Components.Build.Test/TestFiles/DesignTimeCodeGenerationTest/ComponentWithTypeParameters/TestComponent.ir.txt diff --git a/test/Microsoft.AspNetCore.Blazor.Build.Test/TestFiles/DesignTimeCodeGenerationTest/ComponentWithTypeParameters/TestComponent.mappings.txt b/test/Microsoft.AspNetCore.Components.Build.Test/TestFiles/DesignTimeCodeGenerationTest/ComponentWithTypeParameters/TestComponent.mappings.txt similarity index 100% rename from test/Microsoft.AspNetCore.Blazor.Build.Test/TestFiles/DesignTimeCodeGenerationTest/ComponentWithTypeParameters/TestComponent.mappings.txt rename to test/Microsoft.AspNetCore.Components.Build.Test/TestFiles/DesignTimeCodeGenerationTest/ComponentWithTypeParameters/TestComponent.mappings.txt diff --git a/test/Microsoft.AspNetCore.Blazor.Build.Test/TestFiles/DesignTimeCodeGenerationTest/Component_WithDocType/TestComponent.codegen.cs b/test/Microsoft.AspNetCore.Components.Build.Test/TestFiles/DesignTimeCodeGenerationTest/Component_WithDocType/TestComponent.codegen.cs similarity index 100% rename from test/Microsoft.AspNetCore.Blazor.Build.Test/TestFiles/DesignTimeCodeGenerationTest/Component_WithDocType/TestComponent.codegen.cs rename to test/Microsoft.AspNetCore.Components.Build.Test/TestFiles/DesignTimeCodeGenerationTest/Component_WithDocType/TestComponent.codegen.cs diff --git a/test/Microsoft.AspNetCore.Blazor.Build.Test/TestFiles/DesignTimeCodeGenerationTest/Component_WithDocType/TestComponent.ir.txt b/test/Microsoft.AspNetCore.Components.Build.Test/TestFiles/DesignTimeCodeGenerationTest/Component_WithDocType/TestComponent.ir.txt similarity index 100% rename from test/Microsoft.AspNetCore.Blazor.Build.Test/TestFiles/DesignTimeCodeGenerationTest/Component_WithDocType/TestComponent.ir.txt rename to test/Microsoft.AspNetCore.Components.Build.Test/TestFiles/DesignTimeCodeGenerationTest/Component_WithDocType/TestComponent.ir.txt diff --git a/test/Microsoft.AspNetCore.Blazor.Build.Test/TestFiles/DesignTimeCodeGenerationTest/Component_WithRef/TestComponent.codegen.cs b/test/Microsoft.AspNetCore.Components.Build.Test/TestFiles/DesignTimeCodeGenerationTest/Component_WithRef/TestComponent.codegen.cs similarity index 100% rename from test/Microsoft.AspNetCore.Blazor.Build.Test/TestFiles/DesignTimeCodeGenerationTest/Component_WithRef/TestComponent.codegen.cs rename to test/Microsoft.AspNetCore.Components.Build.Test/TestFiles/DesignTimeCodeGenerationTest/Component_WithRef/TestComponent.codegen.cs diff --git a/test/Microsoft.AspNetCore.Blazor.Build.Test/TestFiles/DesignTimeCodeGenerationTest/Component_WithRef/TestComponent.ir.txt b/test/Microsoft.AspNetCore.Components.Build.Test/TestFiles/DesignTimeCodeGenerationTest/Component_WithRef/TestComponent.ir.txt similarity index 100% rename from test/Microsoft.AspNetCore.Blazor.Build.Test/TestFiles/DesignTimeCodeGenerationTest/Component_WithRef/TestComponent.ir.txt rename to test/Microsoft.AspNetCore.Components.Build.Test/TestFiles/DesignTimeCodeGenerationTest/Component_WithRef/TestComponent.ir.txt diff --git a/test/Microsoft.AspNetCore.Blazor.Build.Test/TestFiles/DesignTimeCodeGenerationTest/Component_WithRef/TestComponent.mappings.txt b/test/Microsoft.AspNetCore.Components.Build.Test/TestFiles/DesignTimeCodeGenerationTest/Component_WithRef/TestComponent.mappings.txt similarity index 100% rename from test/Microsoft.AspNetCore.Blazor.Build.Test/TestFiles/DesignTimeCodeGenerationTest/Component_WithRef/TestComponent.mappings.txt rename to test/Microsoft.AspNetCore.Components.Build.Test/TestFiles/DesignTimeCodeGenerationTest/Component_WithRef/TestComponent.mappings.txt diff --git a/test/Microsoft.AspNetCore.Blazor.Build.Test/TestFiles/DesignTimeCodeGenerationTest/Component_WithRef_WithChildContent/TestComponent.codegen.cs b/test/Microsoft.AspNetCore.Components.Build.Test/TestFiles/DesignTimeCodeGenerationTest/Component_WithRef_WithChildContent/TestComponent.codegen.cs similarity index 100% rename from test/Microsoft.AspNetCore.Blazor.Build.Test/TestFiles/DesignTimeCodeGenerationTest/Component_WithRef_WithChildContent/TestComponent.codegen.cs rename to test/Microsoft.AspNetCore.Components.Build.Test/TestFiles/DesignTimeCodeGenerationTest/Component_WithRef_WithChildContent/TestComponent.codegen.cs diff --git a/test/Microsoft.AspNetCore.Blazor.Build.Test/TestFiles/DesignTimeCodeGenerationTest/Component_WithRef_WithChildContent/TestComponent.ir.txt b/test/Microsoft.AspNetCore.Components.Build.Test/TestFiles/DesignTimeCodeGenerationTest/Component_WithRef_WithChildContent/TestComponent.ir.txt similarity index 100% rename from test/Microsoft.AspNetCore.Blazor.Build.Test/TestFiles/DesignTimeCodeGenerationTest/Component_WithRef_WithChildContent/TestComponent.ir.txt rename to test/Microsoft.AspNetCore.Components.Build.Test/TestFiles/DesignTimeCodeGenerationTest/Component_WithRef_WithChildContent/TestComponent.ir.txt diff --git a/test/Microsoft.AspNetCore.Blazor.Build.Test/TestFiles/DesignTimeCodeGenerationTest/Component_WithRef_WithChildContent/TestComponent.mappings.txt b/test/Microsoft.AspNetCore.Components.Build.Test/TestFiles/DesignTimeCodeGenerationTest/Component_WithRef_WithChildContent/TestComponent.mappings.txt similarity index 100% rename from test/Microsoft.AspNetCore.Blazor.Build.Test/TestFiles/DesignTimeCodeGenerationTest/Component_WithRef_WithChildContent/TestComponent.mappings.txt rename to test/Microsoft.AspNetCore.Components.Build.Test/TestFiles/DesignTimeCodeGenerationTest/Component_WithRef_WithChildContent/TestComponent.mappings.txt diff --git a/test/Microsoft.AspNetCore.Blazor.Build.Test/TestFiles/DesignTimeCodeGenerationTest/Element_WithRef/TestComponent.codegen.cs b/test/Microsoft.AspNetCore.Components.Build.Test/TestFiles/DesignTimeCodeGenerationTest/Element_WithRef/TestComponent.codegen.cs similarity index 100% rename from test/Microsoft.AspNetCore.Blazor.Build.Test/TestFiles/DesignTimeCodeGenerationTest/Element_WithRef/TestComponent.codegen.cs rename to test/Microsoft.AspNetCore.Components.Build.Test/TestFiles/DesignTimeCodeGenerationTest/Element_WithRef/TestComponent.codegen.cs diff --git a/test/Microsoft.AspNetCore.Blazor.Build.Test/TestFiles/DesignTimeCodeGenerationTest/Element_WithRef/TestComponent.ir.txt b/test/Microsoft.AspNetCore.Components.Build.Test/TestFiles/DesignTimeCodeGenerationTest/Element_WithRef/TestComponent.ir.txt similarity index 100% rename from test/Microsoft.AspNetCore.Blazor.Build.Test/TestFiles/DesignTimeCodeGenerationTest/Element_WithRef/TestComponent.ir.txt rename to test/Microsoft.AspNetCore.Components.Build.Test/TestFiles/DesignTimeCodeGenerationTest/Element_WithRef/TestComponent.ir.txt diff --git a/test/Microsoft.AspNetCore.Blazor.Build.Test/TestFiles/DesignTimeCodeGenerationTest/Element_WithRef/TestComponent.mappings.txt b/test/Microsoft.AspNetCore.Components.Build.Test/TestFiles/DesignTimeCodeGenerationTest/Element_WithRef/TestComponent.mappings.txt similarity index 100% rename from test/Microsoft.AspNetCore.Blazor.Build.Test/TestFiles/DesignTimeCodeGenerationTest/Element_WithRef/TestComponent.mappings.txt rename to test/Microsoft.AspNetCore.Components.Build.Test/TestFiles/DesignTimeCodeGenerationTest/Element_WithRef/TestComponent.mappings.txt diff --git a/test/Microsoft.AspNetCore.Blazor.Build.Test/TestFiles/DesignTimeCodeGenerationTest/EventHandlerTagHelper_EscapeQuotes/TestComponent.codegen.cs b/test/Microsoft.AspNetCore.Components.Build.Test/TestFiles/DesignTimeCodeGenerationTest/EventHandlerTagHelper_EscapeQuotes/TestComponent.codegen.cs similarity index 100% rename from test/Microsoft.AspNetCore.Blazor.Build.Test/TestFiles/DesignTimeCodeGenerationTest/EventHandlerTagHelper_EscapeQuotes/TestComponent.codegen.cs rename to test/Microsoft.AspNetCore.Components.Build.Test/TestFiles/DesignTimeCodeGenerationTest/EventHandlerTagHelper_EscapeQuotes/TestComponent.codegen.cs diff --git a/test/Microsoft.AspNetCore.Blazor.Build.Test/TestFiles/DesignTimeCodeGenerationTest/EventHandlerTagHelper_EscapeQuotes/TestComponent.ir.txt b/test/Microsoft.AspNetCore.Components.Build.Test/TestFiles/DesignTimeCodeGenerationTest/EventHandlerTagHelper_EscapeQuotes/TestComponent.ir.txt similarity index 100% rename from test/Microsoft.AspNetCore.Blazor.Build.Test/TestFiles/DesignTimeCodeGenerationTest/EventHandlerTagHelper_EscapeQuotes/TestComponent.ir.txt rename to test/Microsoft.AspNetCore.Components.Build.Test/TestFiles/DesignTimeCodeGenerationTest/EventHandlerTagHelper_EscapeQuotes/TestComponent.ir.txt diff --git a/test/Microsoft.AspNetCore.Blazor.Build.Test/TestFiles/DesignTimeCodeGenerationTest/EventHandler_OnElement_ArbitraryEventName_WithEventArgsMethodGroup/TestComponent.codegen.cs b/test/Microsoft.AspNetCore.Components.Build.Test/TestFiles/DesignTimeCodeGenerationTest/EventHandler_OnElement_ArbitraryEventName_WithEventArgsMethodGroup/TestComponent.codegen.cs similarity index 100% rename from test/Microsoft.AspNetCore.Blazor.Build.Test/TestFiles/DesignTimeCodeGenerationTest/EventHandler_OnElement_ArbitraryEventName_WithEventArgsMethodGroup/TestComponent.codegen.cs rename to test/Microsoft.AspNetCore.Components.Build.Test/TestFiles/DesignTimeCodeGenerationTest/EventHandler_OnElement_ArbitraryEventName_WithEventArgsMethodGroup/TestComponent.codegen.cs diff --git a/test/Microsoft.AspNetCore.Blazor.Build.Test/TestFiles/DesignTimeCodeGenerationTest/EventHandler_OnElement_ArbitraryEventName_WithEventArgsMethodGroup/TestComponent.ir.txt b/test/Microsoft.AspNetCore.Components.Build.Test/TestFiles/DesignTimeCodeGenerationTest/EventHandler_OnElement_ArbitraryEventName_WithEventArgsMethodGroup/TestComponent.ir.txt similarity index 100% rename from test/Microsoft.AspNetCore.Blazor.Build.Test/TestFiles/DesignTimeCodeGenerationTest/EventHandler_OnElement_ArbitraryEventName_WithEventArgsMethodGroup/TestComponent.ir.txt rename to test/Microsoft.AspNetCore.Components.Build.Test/TestFiles/DesignTimeCodeGenerationTest/EventHandler_OnElement_ArbitraryEventName_WithEventArgsMethodGroup/TestComponent.ir.txt diff --git a/test/Microsoft.AspNetCore.Blazor.Build.Test/TestFiles/DesignTimeCodeGenerationTest/EventHandler_OnElement_ArbitraryEventName_WithEventArgsMethodGroup/TestComponent.mappings.txt b/test/Microsoft.AspNetCore.Components.Build.Test/TestFiles/DesignTimeCodeGenerationTest/EventHandler_OnElement_ArbitraryEventName_WithEventArgsMethodGroup/TestComponent.mappings.txt similarity index 100% rename from test/Microsoft.AspNetCore.Blazor.Build.Test/TestFiles/DesignTimeCodeGenerationTest/EventHandler_OnElement_ArbitraryEventName_WithEventArgsMethodGroup/TestComponent.mappings.txt rename to test/Microsoft.AspNetCore.Components.Build.Test/TestFiles/DesignTimeCodeGenerationTest/EventHandler_OnElement_ArbitraryEventName_WithEventArgsMethodGroup/TestComponent.mappings.txt diff --git a/test/Microsoft.AspNetCore.Blazor.Build.Test/TestFiles/DesignTimeCodeGenerationTest/EventHandler_OnElement_WithEventArgsMethodGroup/TestComponent.codegen.cs b/test/Microsoft.AspNetCore.Components.Build.Test/TestFiles/DesignTimeCodeGenerationTest/EventHandler_OnElement_WithDelegate/TestComponent.codegen.cs similarity index 100% rename from test/Microsoft.AspNetCore.Blazor.Build.Test/TestFiles/DesignTimeCodeGenerationTest/EventHandler_OnElement_WithEventArgsMethodGroup/TestComponent.codegen.cs rename to test/Microsoft.AspNetCore.Components.Build.Test/TestFiles/DesignTimeCodeGenerationTest/EventHandler_OnElement_WithDelegate/TestComponent.codegen.cs diff --git a/test/Microsoft.AspNetCore.Blazor.Build.Test/TestFiles/DesignTimeCodeGenerationTest/EventHandler_OnElement_WithDelegate/TestComponent.ir.txt b/test/Microsoft.AspNetCore.Components.Build.Test/TestFiles/DesignTimeCodeGenerationTest/EventHandler_OnElement_WithDelegate/TestComponent.ir.txt similarity index 100% rename from test/Microsoft.AspNetCore.Blazor.Build.Test/TestFiles/DesignTimeCodeGenerationTest/EventHandler_OnElement_WithDelegate/TestComponent.ir.txt rename to test/Microsoft.AspNetCore.Components.Build.Test/TestFiles/DesignTimeCodeGenerationTest/EventHandler_OnElement_WithDelegate/TestComponent.ir.txt diff --git a/test/Microsoft.AspNetCore.Blazor.Build.Test/TestFiles/DesignTimeCodeGenerationTest/EventHandler_OnElement_WithEventArgsMethodGroup/TestComponent.mappings.txt b/test/Microsoft.AspNetCore.Components.Build.Test/TestFiles/DesignTimeCodeGenerationTest/EventHandler_OnElement_WithDelegate/TestComponent.mappings.txt similarity index 100% rename from test/Microsoft.AspNetCore.Blazor.Build.Test/TestFiles/DesignTimeCodeGenerationTest/EventHandler_OnElement_WithEventArgsMethodGroup/TestComponent.mappings.txt rename to test/Microsoft.AspNetCore.Components.Build.Test/TestFiles/DesignTimeCodeGenerationTest/EventHandler_OnElement_WithDelegate/TestComponent.mappings.txt diff --git a/test/Microsoft.AspNetCore.Blazor.Build.Test/TestFiles/DesignTimeCodeGenerationTest/EventHandler_OnElement_WithEventArgsLambdaDelegate/TestComponent.codegen.cs b/test/Microsoft.AspNetCore.Components.Build.Test/TestFiles/DesignTimeCodeGenerationTest/EventHandler_OnElement_WithEventArgsLambdaDelegate/TestComponent.codegen.cs similarity index 100% rename from test/Microsoft.AspNetCore.Blazor.Build.Test/TestFiles/DesignTimeCodeGenerationTest/EventHandler_OnElement_WithEventArgsLambdaDelegate/TestComponent.codegen.cs rename to test/Microsoft.AspNetCore.Components.Build.Test/TestFiles/DesignTimeCodeGenerationTest/EventHandler_OnElement_WithEventArgsLambdaDelegate/TestComponent.codegen.cs diff --git a/test/Microsoft.AspNetCore.Blazor.Build.Test/TestFiles/DesignTimeCodeGenerationTest/EventHandler_OnElement_WithEventArgsLambdaDelegate/TestComponent.ir.txt b/test/Microsoft.AspNetCore.Components.Build.Test/TestFiles/DesignTimeCodeGenerationTest/EventHandler_OnElement_WithEventArgsLambdaDelegate/TestComponent.ir.txt similarity index 100% rename from test/Microsoft.AspNetCore.Blazor.Build.Test/TestFiles/DesignTimeCodeGenerationTest/EventHandler_OnElement_WithEventArgsLambdaDelegate/TestComponent.ir.txt rename to test/Microsoft.AspNetCore.Components.Build.Test/TestFiles/DesignTimeCodeGenerationTest/EventHandler_OnElement_WithEventArgsLambdaDelegate/TestComponent.ir.txt diff --git a/test/Microsoft.AspNetCore.Blazor.Build.Test/TestFiles/DesignTimeCodeGenerationTest/EventHandler_OnElement_WithEventArgsLambdaDelegate/TestComponent.mappings.txt b/test/Microsoft.AspNetCore.Components.Build.Test/TestFiles/DesignTimeCodeGenerationTest/EventHandler_OnElement_WithEventArgsLambdaDelegate/TestComponent.mappings.txt similarity index 100% rename from test/Microsoft.AspNetCore.Blazor.Build.Test/TestFiles/DesignTimeCodeGenerationTest/EventHandler_OnElement_WithEventArgsLambdaDelegate/TestComponent.mappings.txt rename to test/Microsoft.AspNetCore.Components.Build.Test/TestFiles/DesignTimeCodeGenerationTest/EventHandler_OnElement_WithEventArgsLambdaDelegate/TestComponent.mappings.txt diff --git a/test/Microsoft.AspNetCore.Blazor.Build.Test/TestFiles/DesignTimeCodeGenerationTest/EventHandler_OnElement_WithDelegate/TestComponent.codegen.cs b/test/Microsoft.AspNetCore.Components.Build.Test/TestFiles/DesignTimeCodeGenerationTest/EventHandler_OnElement_WithEventArgsMethodGroup/TestComponent.codegen.cs similarity index 97% rename from test/Microsoft.AspNetCore.Blazor.Build.Test/TestFiles/DesignTimeCodeGenerationTest/EventHandler_OnElement_WithDelegate/TestComponent.codegen.cs rename to test/Microsoft.AspNetCore.Components.Build.Test/TestFiles/DesignTimeCodeGenerationTest/EventHandler_OnElement_WithEventArgsMethodGroup/TestComponent.codegen.cs index be7a9f64..4c994b80 100644 --- a/test/Microsoft.AspNetCore.Blazor.Build.Test/TestFiles/DesignTimeCodeGenerationTest/EventHandler_OnElement_WithDelegate/TestComponent.codegen.cs +++ b/test/Microsoft.AspNetCore.Components.Build.Test/TestFiles/DesignTimeCodeGenerationTest/EventHandler_OnElement_WithEventArgsMethodGroup/TestComponent.codegen.cs @@ -1,37 +1,37 @@ -// -#pragma warning disable 1591 -namespace Test -{ - #line hidden - using System; - using System.Collections.Generic; - using System.Linq; - using System.Threading.Tasks; - using Microsoft.AspNetCore.Blazor; - using Microsoft.AspNetCore.Blazor.Components; - public class TestComponent : Microsoft.AspNetCore.Blazor.Components.BlazorComponent - { - #pragma warning disable 219 - private void __RazorDirectiveTokenHelpers__() { - } - #pragma warning restore 219 - #pragma warning disable 0414 - private static System.Object __o = null; - #pragma warning restore 0414 - #pragma warning disable 1998 - protected override void BuildRenderTree(Microsoft.AspNetCore.Blazor.RenderTree.RenderTreeBuilder builder) - { - base.BuildRenderTree(builder); - __o = Microsoft.AspNetCore.Blazor.Components.BindMethods.GetEventHandlerValue(OnClick); - } - #pragma warning restore 1998 -#line 2 "x:\dir\subdir\Test\TestComponent.cshtml" - - void OnClick(UIMouseEventArgs e) { - } - -#line default -#line hidden - } -} -#pragma warning restore 1591 +// +#pragma warning disable 1591 +namespace Test +{ + #line hidden + using System; + using System.Collections.Generic; + using System.Linq; + using System.Threading.Tasks; + using Microsoft.AspNetCore.Blazor; + using Microsoft.AspNetCore.Blazor.Components; + public class TestComponent : Microsoft.AspNetCore.Blazor.Components.BlazorComponent + { + #pragma warning disable 219 + private void __RazorDirectiveTokenHelpers__() { + } + #pragma warning restore 219 + #pragma warning disable 0414 + private static System.Object __o = null; + #pragma warning restore 0414 + #pragma warning disable 1998 + protected override void BuildRenderTree(Microsoft.AspNetCore.Blazor.RenderTree.RenderTreeBuilder builder) + { + base.BuildRenderTree(builder); + __o = Microsoft.AspNetCore.Blazor.Components.BindMethods.GetEventHandlerValue(OnClick); + } + #pragma warning restore 1998 +#line 2 "x:\dir\subdir\Test\TestComponent.cshtml" + + void OnClick(UIMouseEventArgs e) { + } + +#line default +#line hidden + } +} +#pragma warning restore 1591 diff --git a/test/Microsoft.AspNetCore.Blazor.Build.Test/TestFiles/DesignTimeCodeGenerationTest/EventHandler_OnElement_WithEventArgsMethodGroup/TestComponent.ir.txt b/test/Microsoft.AspNetCore.Components.Build.Test/TestFiles/DesignTimeCodeGenerationTest/EventHandler_OnElement_WithEventArgsMethodGroup/TestComponent.ir.txt similarity index 100% rename from test/Microsoft.AspNetCore.Blazor.Build.Test/TestFiles/DesignTimeCodeGenerationTest/EventHandler_OnElement_WithEventArgsMethodGroup/TestComponent.ir.txt rename to test/Microsoft.AspNetCore.Components.Build.Test/TestFiles/DesignTimeCodeGenerationTest/EventHandler_OnElement_WithEventArgsMethodGroup/TestComponent.ir.txt diff --git a/test/Microsoft.AspNetCore.Blazor.Build.Test/TestFiles/DesignTimeCodeGenerationTest/EventHandler_OnElement_WithDelegate/TestComponent.mappings.txt b/test/Microsoft.AspNetCore.Components.Build.Test/TestFiles/DesignTimeCodeGenerationTest/EventHandler_OnElement_WithEventArgsMethodGroup/TestComponent.mappings.txt similarity index 95% rename from test/Microsoft.AspNetCore.Blazor.Build.Test/TestFiles/DesignTimeCodeGenerationTest/EventHandler_OnElement_WithDelegate/TestComponent.mappings.txt rename to test/Microsoft.AspNetCore.Components.Build.Test/TestFiles/DesignTimeCodeGenerationTest/EventHandler_OnElement_WithEventArgsMethodGroup/TestComponent.mappings.txt index 270d96f5..646a3d5f 100644 --- a/test/Microsoft.AspNetCore.Blazor.Build.Test/TestFiles/DesignTimeCodeGenerationTest/EventHandler_OnElement_WithDelegate/TestComponent.mappings.txt +++ b/test/Microsoft.AspNetCore.Components.Build.Test/TestFiles/DesignTimeCodeGenerationTest/EventHandler_OnElement_WithEventArgsMethodGroup/TestComponent.mappings.txt @@ -1,16 +1,16 @@ -Source Location: (17:0,17 [7] x:\dir\subdir\Test\TestComponent.cshtml) -|OnClick| -Generated Location: (1005:24,136 [7] ) -|OnClick| - -Source Location: (42:1,12 [49] x:\dir\subdir\Test\TestComponent.cshtml) -| - void OnClick(UIMouseEventArgs e) { - } -| -Generated Location: (1128:28,12 [49] ) -| - void OnClick(UIMouseEventArgs e) { - } -| - +Source Location: (17:0,17 [7] x:\dir\subdir\Test\TestComponent.cshtml) +|OnClick| +Generated Location: (1005:24,136 [7] ) +|OnClick| + +Source Location: (42:1,12 [49] x:\dir\subdir\Test\TestComponent.cshtml) +| + void OnClick(UIMouseEventArgs e) { + } +| +Generated Location: (1128:28,12 [49] ) +| + void OnClick(UIMouseEventArgs e) { + } +| + diff --git a/test/Microsoft.AspNetCore.Blazor.Build.Test/TestFiles/DesignTimeCodeGenerationTest/EventHandler_OnElement_WithLambdaDelegate/TestComponent.codegen.cs b/test/Microsoft.AspNetCore.Components.Build.Test/TestFiles/DesignTimeCodeGenerationTest/EventHandler_OnElement_WithLambdaDelegate/TestComponent.codegen.cs similarity index 97% rename from test/Microsoft.AspNetCore.Blazor.Build.Test/TestFiles/DesignTimeCodeGenerationTest/EventHandler_OnElement_WithLambdaDelegate/TestComponent.codegen.cs rename to test/Microsoft.AspNetCore.Components.Build.Test/TestFiles/DesignTimeCodeGenerationTest/EventHandler_OnElement_WithLambdaDelegate/TestComponent.codegen.cs index 53a0d89f..9e6ebcef 100644 --- a/test/Microsoft.AspNetCore.Blazor.Build.Test/TestFiles/DesignTimeCodeGenerationTest/EventHandler_OnElement_WithLambdaDelegate/TestComponent.codegen.cs +++ b/test/Microsoft.AspNetCore.Components.Build.Test/TestFiles/DesignTimeCodeGenerationTest/EventHandler_OnElement_WithLambdaDelegate/TestComponent.codegen.cs @@ -1,30 +1,30 @@ -// -#pragma warning disable 1591 -namespace Test -{ - #line hidden - using System; - using System.Collections.Generic; - using System.Linq; - using System.Threading.Tasks; - using Microsoft.AspNetCore.Blazor; - using Microsoft.AspNetCore.Blazor.Components; - public class TestComponent : Microsoft.AspNetCore.Blazor.Components.BlazorComponent - { - #pragma warning disable 219 - private void __RazorDirectiveTokenHelpers__() { - } - #pragma warning restore 219 - #pragma warning disable 0414 - private static System.Object __o = null; - #pragma warning restore 0414 - #pragma warning disable 1998 - protected override void BuildRenderTree(Microsoft.AspNetCore.Blazor.RenderTree.RenderTreeBuilder builder) - { - base.BuildRenderTree(builder); - __o = Microsoft.AspNetCore.Blazor.Components.BindMethods.GetEventHandlerValue(x => { }); - } - #pragma warning restore 1998 - } -} -#pragma warning restore 1591 +// +#pragma warning disable 1591 +namespace Test +{ + #line hidden + using System; + using System.Collections.Generic; + using System.Linq; + using System.Threading.Tasks; + using Microsoft.AspNetCore.Blazor; + using Microsoft.AspNetCore.Blazor.Components; + public class TestComponent : Microsoft.AspNetCore.Blazor.Components.BlazorComponent + { + #pragma warning disable 219 + private void __RazorDirectiveTokenHelpers__() { + } + #pragma warning restore 219 + #pragma warning disable 0414 + private static System.Object __o = null; + #pragma warning restore 0414 + #pragma warning disable 1998 + protected override void BuildRenderTree(Microsoft.AspNetCore.Blazor.RenderTree.RenderTreeBuilder builder) + { + base.BuildRenderTree(builder); + __o = Microsoft.AspNetCore.Blazor.Components.BindMethods.GetEventHandlerValue(x => { }); + } + #pragma warning restore 1998 + } +} +#pragma warning restore 1591 diff --git a/test/Microsoft.AspNetCore.Blazor.Build.Test/TestFiles/DesignTimeCodeGenerationTest/EventHandler_OnElement_WithLambdaDelegate/TestComponent.ir.txt b/test/Microsoft.AspNetCore.Components.Build.Test/TestFiles/DesignTimeCodeGenerationTest/EventHandler_OnElement_WithLambdaDelegate/TestComponent.ir.txt similarity index 100% rename from test/Microsoft.AspNetCore.Blazor.Build.Test/TestFiles/DesignTimeCodeGenerationTest/EventHandler_OnElement_WithLambdaDelegate/TestComponent.ir.txt rename to test/Microsoft.AspNetCore.Components.Build.Test/TestFiles/DesignTimeCodeGenerationTest/EventHandler_OnElement_WithLambdaDelegate/TestComponent.ir.txt diff --git a/test/Microsoft.AspNetCore.Blazor.Build.Test/TestFiles/DesignTimeCodeGenerationTest/EventHandler_OnElement_WithLambdaDelegate/TestComponent.mappings.txt b/test/Microsoft.AspNetCore.Components.Build.Test/TestFiles/DesignTimeCodeGenerationTest/EventHandler_OnElement_WithLambdaDelegate/TestComponent.mappings.txt similarity index 100% rename from test/Microsoft.AspNetCore.Blazor.Build.Test/TestFiles/DesignTimeCodeGenerationTest/EventHandler_OnElement_WithLambdaDelegate/TestComponent.mappings.txt rename to test/Microsoft.AspNetCore.Components.Build.Test/TestFiles/DesignTimeCodeGenerationTest/EventHandler_OnElement_WithLambdaDelegate/TestComponent.mappings.txt diff --git a/test/Microsoft.AspNetCore.Blazor.Build.Test/TestFiles/DesignTimeCodeGenerationTest/EventHandler_OnElement_WithNoArgMethodGroup/TestComponent.codegen.cs b/test/Microsoft.AspNetCore.Components.Build.Test/TestFiles/DesignTimeCodeGenerationTest/EventHandler_OnElement_WithNoArgMethodGroup/TestComponent.codegen.cs similarity index 100% rename from test/Microsoft.AspNetCore.Blazor.Build.Test/TestFiles/DesignTimeCodeGenerationTest/EventHandler_OnElement_WithNoArgMethodGroup/TestComponent.codegen.cs rename to test/Microsoft.AspNetCore.Components.Build.Test/TestFiles/DesignTimeCodeGenerationTest/EventHandler_OnElement_WithNoArgMethodGroup/TestComponent.codegen.cs diff --git a/test/Microsoft.AspNetCore.Blazor.Build.Test/TestFiles/DesignTimeCodeGenerationTest/EventHandler_OnElement_WithNoArgMethodGroup/TestComponent.ir.txt b/test/Microsoft.AspNetCore.Components.Build.Test/TestFiles/DesignTimeCodeGenerationTest/EventHandler_OnElement_WithNoArgMethodGroup/TestComponent.ir.txt similarity index 100% rename from test/Microsoft.AspNetCore.Blazor.Build.Test/TestFiles/DesignTimeCodeGenerationTest/EventHandler_OnElement_WithNoArgMethodGroup/TestComponent.ir.txt rename to test/Microsoft.AspNetCore.Components.Build.Test/TestFiles/DesignTimeCodeGenerationTest/EventHandler_OnElement_WithNoArgMethodGroup/TestComponent.ir.txt diff --git a/test/Microsoft.AspNetCore.Blazor.Build.Test/TestFiles/DesignTimeCodeGenerationTest/EventHandler_OnElement_WithNoArgMethodGroup/TestComponent.mappings.txt b/test/Microsoft.AspNetCore.Components.Build.Test/TestFiles/DesignTimeCodeGenerationTest/EventHandler_OnElement_WithNoArgMethodGroup/TestComponent.mappings.txt similarity index 100% rename from test/Microsoft.AspNetCore.Blazor.Build.Test/TestFiles/DesignTimeCodeGenerationTest/EventHandler_OnElement_WithNoArgMethodGroup/TestComponent.mappings.txt rename to test/Microsoft.AspNetCore.Components.Build.Test/TestFiles/DesignTimeCodeGenerationTest/EventHandler_OnElement_WithNoArgMethodGroup/TestComponent.mappings.txt diff --git a/test/Microsoft.AspNetCore.Blazor.Build.Test/TestFiles/DesignTimeCodeGenerationTest/EventHandler_OnElement_WithNoArgsLambdaDelegate/TestComponent.codegen.cs b/test/Microsoft.AspNetCore.Components.Build.Test/TestFiles/DesignTimeCodeGenerationTest/EventHandler_OnElement_WithNoArgsLambdaDelegate/TestComponent.codegen.cs similarity index 100% rename from test/Microsoft.AspNetCore.Blazor.Build.Test/TestFiles/DesignTimeCodeGenerationTest/EventHandler_OnElement_WithNoArgsLambdaDelegate/TestComponent.codegen.cs rename to test/Microsoft.AspNetCore.Components.Build.Test/TestFiles/DesignTimeCodeGenerationTest/EventHandler_OnElement_WithNoArgsLambdaDelegate/TestComponent.codegen.cs diff --git a/test/Microsoft.AspNetCore.Blazor.Build.Test/TestFiles/DesignTimeCodeGenerationTest/EventHandler_OnElement_WithNoArgsLambdaDelegate/TestComponent.ir.txt b/test/Microsoft.AspNetCore.Components.Build.Test/TestFiles/DesignTimeCodeGenerationTest/EventHandler_OnElement_WithNoArgsLambdaDelegate/TestComponent.ir.txt similarity index 100% rename from test/Microsoft.AspNetCore.Blazor.Build.Test/TestFiles/DesignTimeCodeGenerationTest/EventHandler_OnElement_WithNoArgsLambdaDelegate/TestComponent.ir.txt rename to test/Microsoft.AspNetCore.Components.Build.Test/TestFiles/DesignTimeCodeGenerationTest/EventHandler_OnElement_WithNoArgsLambdaDelegate/TestComponent.ir.txt diff --git a/test/Microsoft.AspNetCore.Blazor.Build.Test/TestFiles/DesignTimeCodeGenerationTest/EventHandler_OnElement_WithNoArgsLambdaDelegate/TestComponent.mappings.txt b/test/Microsoft.AspNetCore.Components.Build.Test/TestFiles/DesignTimeCodeGenerationTest/EventHandler_OnElement_WithNoArgsLambdaDelegate/TestComponent.mappings.txt similarity index 100% rename from test/Microsoft.AspNetCore.Blazor.Build.Test/TestFiles/DesignTimeCodeGenerationTest/EventHandler_OnElement_WithNoArgsLambdaDelegate/TestComponent.mappings.txt rename to test/Microsoft.AspNetCore.Components.Build.Test/TestFiles/DesignTimeCodeGenerationTest/EventHandler_OnElement_WithNoArgsLambdaDelegate/TestComponent.mappings.txt diff --git a/test/Microsoft.AspNetCore.Blazor.Build.Test/TestFiles/DesignTimeCodeGenerationTest/EventHandler_OnElement_WithString/TestComponent.codegen.cs b/test/Microsoft.AspNetCore.Components.Build.Test/TestFiles/DesignTimeCodeGenerationTest/EventHandler_OnElement_WithString/TestComponent.codegen.cs similarity index 97% rename from test/Microsoft.AspNetCore.Blazor.Build.Test/TestFiles/DesignTimeCodeGenerationTest/EventHandler_OnElement_WithString/TestComponent.codegen.cs rename to test/Microsoft.AspNetCore.Components.Build.Test/TestFiles/DesignTimeCodeGenerationTest/EventHandler_OnElement_WithString/TestComponent.codegen.cs index 72b26c57..140cec02 100644 --- a/test/Microsoft.AspNetCore.Blazor.Build.Test/TestFiles/DesignTimeCodeGenerationTest/EventHandler_OnElement_WithString/TestComponent.codegen.cs +++ b/test/Microsoft.AspNetCore.Components.Build.Test/TestFiles/DesignTimeCodeGenerationTest/EventHandler_OnElement_WithString/TestComponent.codegen.cs @@ -1,30 +1,30 @@ -// -#pragma warning disable 1591 -namespace Test -{ - #line hidden - using System; - using System.Collections.Generic; - using System.Linq; - using System.Threading.Tasks; - using Microsoft.AspNetCore.Blazor; - using Microsoft.AspNetCore.Blazor.Components; - public class TestComponent : Microsoft.AspNetCore.Blazor.Components.BlazorComponent - { - #pragma warning disable 219 - private void __RazorDirectiveTokenHelpers__() { - } - #pragma warning restore 219 - #pragma warning disable 0414 - private static System.Object __o = null; - #pragma warning restore 0414 - #pragma warning disable 1998 - protected override void BuildRenderTree(Microsoft.AspNetCore.Blazor.RenderTree.RenderTreeBuilder builder) - { - base.BuildRenderTree(builder); - __o = Microsoft.AspNetCore.Blazor.Components.BindMethods.GetEventHandlerValue("foo"); - } - #pragma warning restore 1998 - } -} -#pragma warning restore 1591 +// +#pragma warning disable 1591 +namespace Test +{ + #line hidden + using System; + using System.Collections.Generic; + using System.Linq; + using System.Threading.Tasks; + using Microsoft.AspNetCore.Blazor; + using Microsoft.AspNetCore.Blazor.Components; + public class TestComponent : Microsoft.AspNetCore.Blazor.Components.BlazorComponent + { + #pragma warning disable 219 + private void __RazorDirectiveTokenHelpers__() { + } + #pragma warning restore 219 + #pragma warning disable 0414 + private static System.Object __o = null; + #pragma warning restore 0414 + #pragma warning disable 1998 + protected override void BuildRenderTree(Microsoft.AspNetCore.Blazor.RenderTree.RenderTreeBuilder builder) + { + base.BuildRenderTree(builder); + __o = Microsoft.AspNetCore.Blazor.Components.BindMethods.GetEventHandlerValue("foo"); + } + #pragma warning restore 1998 + } +} +#pragma warning restore 1591 diff --git a/test/Microsoft.AspNetCore.Blazor.Build.Test/TestFiles/DesignTimeCodeGenerationTest/EventHandler_OnElement_WithString/TestComponent.ir.txt b/test/Microsoft.AspNetCore.Components.Build.Test/TestFiles/DesignTimeCodeGenerationTest/EventHandler_OnElement_WithString/TestComponent.ir.txt similarity index 100% rename from test/Microsoft.AspNetCore.Blazor.Build.Test/TestFiles/DesignTimeCodeGenerationTest/EventHandler_OnElement_WithString/TestComponent.ir.txt rename to test/Microsoft.AspNetCore.Components.Build.Test/TestFiles/DesignTimeCodeGenerationTest/EventHandler_OnElement_WithString/TestComponent.ir.txt diff --git a/test/Microsoft.AspNetCore.Blazor.Build.Test/TestFiles/DesignTimeCodeGenerationTest/GenericComponent_WithComponentRef/TestComponent.codegen.cs b/test/Microsoft.AspNetCore.Components.Build.Test/TestFiles/DesignTimeCodeGenerationTest/GenericComponent_WithComponentRef/TestComponent.codegen.cs similarity index 100% rename from test/Microsoft.AspNetCore.Blazor.Build.Test/TestFiles/DesignTimeCodeGenerationTest/GenericComponent_WithComponentRef/TestComponent.codegen.cs rename to test/Microsoft.AspNetCore.Components.Build.Test/TestFiles/DesignTimeCodeGenerationTest/GenericComponent_WithComponentRef/TestComponent.codegen.cs diff --git a/test/Microsoft.AspNetCore.Blazor.Build.Test/TestFiles/DesignTimeCodeGenerationTest/GenericComponent_WithComponentRef/TestComponent.ir.txt b/test/Microsoft.AspNetCore.Components.Build.Test/TestFiles/DesignTimeCodeGenerationTest/GenericComponent_WithComponentRef/TestComponent.ir.txt similarity index 100% rename from test/Microsoft.AspNetCore.Blazor.Build.Test/TestFiles/DesignTimeCodeGenerationTest/GenericComponent_WithComponentRef/TestComponent.ir.txt rename to test/Microsoft.AspNetCore.Components.Build.Test/TestFiles/DesignTimeCodeGenerationTest/GenericComponent_WithComponentRef/TestComponent.ir.txt diff --git a/test/Microsoft.AspNetCore.Blazor.Build.Test/TestFiles/DesignTimeCodeGenerationTest/GenericComponent_WithComponentRef/TestComponent.mappings.txt b/test/Microsoft.AspNetCore.Components.Build.Test/TestFiles/DesignTimeCodeGenerationTest/GenericComponent_WithComponentRef/TestComponent.mappings.txt similarity index 100% rename from test/Microsoft.AspNetCore.Blazor.Build.Test/TestFiles/DesignTimeCodeGenerationTest/GenericComponent_WithComponentRef/TestComponent.mappings.txt rename to test/Microsoft.AspNetCore.Components.Build.Test/TestFiles/DesignTimeCodeGenerationTest/GenericComponent_WithComponentRef/TestComponent.mappings.txt diff --git a/test/Microsoft.AspNetCore.Blazor.Build.Test/TestFiles/DesignTimeCodeGenerationTest/GenericComponent_WithComponentRef_TypeInference/TestComponent.codegen.cs b/test/Microsoft.AspNetCore.Components.Build.Test/TestFiles/DesignTimeCodeGenerationTest/GenericComponent_WithComponentRef_TypeInference/TestComponent.codegen.cs similarity index 100% rename from test/Microsoft.AspNetCore.Blazor.Build.Test/TestFiles/DesignTimeCodeGenerationTest/GenericComponent_WithComponentRef_TypeInference/TestComponent.codegen.cs rename to test/Microsoft.AspNetCore.Components.Build.Test/TestFiles/DesignTimeCodeGenerationTest/GenericComponent_WithComponentRef_TypeInference/TestComponent.codegen.cs diff --git a/test/Microsoft.AspNetCore.Blazor.Build.Test/TestFiles/DesignTimeCodeGenerationTest/GenericComponent_WithComponentRef_TypeInference/TestComponent.ir.txt b/test/Microsoft.AspNetCore.Components.Build.Test/TestFiles/DesignTimeCodeGenerationTest/GenericComponent_WithComponentRef_TypeInference/TestComponent.ir.txt similarity index 100% rename from test/Microsoft.AspNetCore.Blazor.Build.Test/TestFiles/DesignTimeCodeGenerationTest/GenericComponent_WithComponentRef_TypeInference/TestComponent.ir.txt rename to test/Microsoft.AspNetCore.Components.Build.Test/TestFiles/DesignTimeCodeGenerationTest/GenericComponent_WithComponentRef_TypeInference/TestComponent.ir.txt diff --git a/test/Microsoft.AspNetCore.Blazor.Build.Test/TestFiles/DesignTimeCodeGenerationTest/GenericComponent_WithComponentRef_TypeInference/TestComponent.mappings.txt b/test/Microsoft.AspNetCore.Components.Build.Test/TestFiles/DesignTimeCodeGenerationTest/GenericComponent_WithComponentRef_TypeInference/TestComponent.mappings.txt similarity index 100% rename from test/Microsoft.AspNetCore.Blazor.Build.Test/TestFiles/DesignTimeCodeGenerationTest/GenericComponent_WithComponentRef_TypeInference/TestComponent.mappings.txt rename to test/Microsoft.AspNetCore.Components.Build.Test/TestFiles/DesignTimeCodeGenerationTest/GenericComponent_WithComponentRef_TypeInference/TestComponent.mappings.txt diff --git a/test/Microsoft.AspNetCore.Blazor.Build.Test/TestFiles/DesignTimeCodeGenerationTest/LeadingWhiteSpace_WithCSharpExpression/TestComponent.codegen.cs b/test/Microsoft.AspNetCore.Components.Build.Test/TestFiles/DesignTimeCodeGenerationTest/LeadingWhiteSpace_WithCSharpExpression/TestComponent.codegen.cs similarity index 100% rename from test/Microsoft.AspNetCore.Blazor.Build.Test/TestFiles/DesignTimeCodeGenerationTest/LeadingWhiteSpace_WithCSharpExpression/TestComponent.codegen.cs rename to test/Microsoft.AspNetCore.Components.Build.Test/TestFiles/DesignTimeCodeGenerationTest/LeadingWhiteSpace_WithCSharpExpression/TestComponent.codegen.cs diff --git a/test/Microsoft.AspNetCore.Blazor.Build.Test/TestFiles/DesignTimeCodeGenerationTest/LeadingWhiteSpace_WithCSharpExpression/TestComponent.ir.txt b/test/Microsoft.AspNetCore.Components.Build.Test/TestFiles/DesignTimeCodeGenerationTest/LeadingWhiteSpace_WithCSharpExpression/TestComponent.ir.txt similarity index 100% rename from test/Microsoft.AspNetCore.Blazor.Build.Test/TestFiles/DesignTimeCodeGenerationTest/LeadingWhiteSpace_WithCSharpExpression/TestComponent.ir.txt rename to test/Microsoft.AspNetCore.Components.Build.Test/TestFiles/DesignTimeCodeGenerationTest/LeadingWhiteSpace_WithCSharpExpression/TestComponent.ir.txt diff --git a/test/Microsoft.AspNetCore.Blazor.Build.Test/TestFiles/DesignTimeCodeGenerationTest/LeadingWhiteSpace_WithCSharpExpression/TestComponent.mappings.txt b/test/Microsoft.AspNetCore.Components.Build.Test/TestFiles/DesignTimeCodeGenerationTest/LeadingWhiteSpace_WithCSharpExpression/TestComponent.mappings.txt similarity index 100% rename from test/Microsoft.AspNetCore.Blazor.Build.Test/TestFiles/DesignTimeCodeGenerationTest/LeadingWhiteSpace_WithCSharpExpression/TestComponent.mappings.txt rename to test/Microsoft.AspNetCore.Components.Build.Test/TestFiles/DesignTimeCodeGenerationTest/LeadingWhiteSpace_WithCSharpExpression/TestComponent.mappings.txt diff --git a/test/Microsoft.AspNetCore.Blazor.Build.Test/TestFiles/DesignTimeCodeGenerationTest/LeadingWhiteSpace_WithComponent/TestComponent.codegen.cs b/test/Microsoft.AspNetCore.Components.Build.Test/TestFiles/DesignTimeCodeGenerationTest/LeadingWhiteSpace_WithComponent/TestComponent.codegen.cs similarity index 100% rename from test/Microsoft.AspNetCore.Blazor.Build.Test/TestFiles/DesignTimeCodeGenerationTest/LeadingWhiteSpace_WithComponent/TestComponent.codegen.cs rename to test/Microsoft.AspNetCore.Components.Build.Test/TestFiles/DesignTimeCodeGenerationTest/LeadingWhiteSpace_WithComponent/TestComponent.codegen.cs diff --git a/test/Microsoft.AspNetCore.Blazor.Build.Test/TestFiles/DesignTimeCodeGenerationTest/LeadingWhiteSpace_WithComponent/TestComponent.ir.txt b/test/Microsoft.AspNetCore.Components.Build.Test/TestFiles/DesignTimeCodeGenerationTest/LeadingWhiteSpace_WithComponent/TestComponent.ir.txt similarity index 100% rename from test/Microsoft.AspNetCore.Blazor.Build.Test/TestFiles/DesignTimeCodeGenerationTest/LeadingWhiteSpace_WithComponent/TestComponent.ir.txt rename to test/Microsoft.AspNetCore.Components.Build.Test/TestFiles/DesignTimeCodeGenerationTest/LeadingWhiteSpace_WithComponent/TestComponent.ir.txt diff --git a/test/Microsoft.AspNetCore.Blazor.Build.Test/TestFiles/DesignTimeCodeGenerationTest/LeadingWhiteSpace_WithComponent/TestComponent.mappings.txt b/test/Microsoft.AspNetCore.Components.Build.Test/TestFiles/DesignTimeCodeGenerationTest/LeadingWhiteSpace_WithComponent/TestComponent.mappings.txt similarity index 100% rename from test/Microsoft.AspNetCore.Blazor.Build.Test/TestFiles/DesignTimeCodeGenerationTest/LeadingWhiteSpace_WithComponent/TestComponent.mappings.txt rename to test/Microsoft.AspNetCore.Components.Build.Test/TestFiles/DesignTimeCodeGenerationTest/LeadingWhiteSpace_WithComponent/TestComponent.mappings.txt diff --git a/test/Microsoft.AspNetCore.Blazor.Build.Test/TestFiles/DesignTimeCodeGenerationTest/LeadingWhiteSpace_WithDirective/TestComponent.codegen.cs b/test/Microsoft.AspNetCore.Components.Build.Test/TestFiles/DesignTimeCodeGenerationTest/LeadingWhiteSpace_WithDirective/TestComponent.codegen.cs similarity index 100% rename from test/Microsoft.AspNetCore.Blazor.Build.Test/TestFiles/DesignTimeCodeGenerationTest/LeadingWhiteSpace_WithDirective/TestComponent.codegen.cs rename to test/Microsoft.AspNetCore.Components.Build.Test/TestFiles/DesignTimeCodeGenerationTest/LeadingWhiteSpace_WithDirective/TestComponent.codegen.cs diff --git a/test/Microsoft.AspNetCore.Blazor.Build.Test/TestFiles/DesignTimeCodeGenerationTest/LeadingWhiteSpace_WithDirective/TestComponent.ir.txt b/test/Microsoft.AspNetCore.Components.Build.Test/TestFiles/DesignTimeCodeGenerationTest/LeadingWhiteSpace_WithDirective/TestComponent.ir.txt similarity index 100% rename from test/Microsoft.AspNetCore.Blazor.Build.Test/TestFiles/DesignTimeCodeGenerationTest/LeadingWhiteSpace_WithDirective/TestComponent.ir.txt rename to test/Microsoft.AspNetCore.Components.Build.Test/TestFiles/DesignTimeCodeGenerationTest/LeadingWhiteSpace_WithDirective/TestComponent.ir.txt diff --git a/test/Microsoft.AspNetCore.Blazor.Build.Test/TestFiles/DesignTimeCodeGenerationTest/LeadingWhiteSpace_WithDirective/TestComponent.mappings.txt b/test/Microsoft.AspNetCore.Components.Build.Test/TestFiles/DesignTimeCodeGenerationTest/LeadingWhiteSpace_WithDirective/TestComponent.mappings.txt similarity index 100% rename from test/Microsoft.AspNetCore.Blazor.Build.Test/TestFiles/DesignTimeCodeGenerationTest/LeadingWhiteSpace_WithDirective/TestComponent.mappings.txt rename to test/Microsoft.AspNetCore.Components.Build.Test/TestFiles/DesignTimeCodeGenerationTest/LeadingWhiteSpace_WithDirective/TestComponent.mappings.txt diff --git a/test/Microsoft.AspNetCore.Blazor.Build.Test/TestFiles/DesignTimeCodeGenerationTest/MultipleExplictChildContent/TestComponent.codegen.cs b/test/Microsoft.AspNetCore.Components.Build.Test/TestFiles/DesignTimeCodeGenerationTest/MultipleExplictChildContent/TestComponent.codegen.cs similarity index 100% rename from test/Microsoft.AspNetCore.Blazor.Build.Test/TestFiles/DesignTimeCodeGenerationTest/MultipleExplictChildContent/TestComponent.codegen.cs rename to test/Microsoft.AspNetCore.Components.Build.Test/TestFiles/DesignTimeCodeGenerationTest/MultipleExplictChildContent/TestComponent.codegen.cs diff --git a/test/Microsoft.AspNetCore.Blazor.Build.Test/TestFiles/DesignTimeCodeGenerationTest/MultipleExplictChildContent/TestComponent.ir.txt b/test/Microsoft.AspNetCore.Components.Build.Test/TestFiles/DesignTimeCodeGenerationTest/MultipleExplictChildContent/TestComponent.ir.txt similarity index 100% rename from test/Microsoft.AspNetCore.Blazor.Build.Test/TestFiles/DesignTimeCodeGenerationTest/MultipleExplictChildContent/TestComponent.ir.txt rename to test/Microsoft.AspNetCore.Components.Build.Test/TestFiles/DesignTimeCodeGenerationTest/MultipleExplictChildContent/TestComponent.ir.txt diff --git a/test/Microsoft.AspNetCore.Blazor.Build.Test/TestFiles/DesignTimeCodeGenerationTest/MultipleExplictChildContent/TestComponent.mappings.txt b/test/Microsoft.AspNetCore.Components.Build.Test/TestFiles/DesignTimeCodeGenerationTest/MultipleExplictChildContent/TestComponent.mappings.txt similarity index 100% rename from test/Microsoft.AspNetCore.Blazor.Build.Test/TestFiles/DesignTimeCodeGenerationTest/MultipleExplictChildContent/TestComponent.mappings.txt rename to test/Microsoft.AspNetCore.Components.Build.Test/TestFiles/DesignTimeCodeGenerationTest/MultipleExplictChildContent/TestComponent.mappings.txt diff --git a/test/Microsoft.AspNetCore.Blazor.Build.Test/TestFiles/DesignTimeCodeGenerationTest/RazorTemplate_AsComponentParameter/TestComponent.codegen.cs b/test/Microsoft.AspNetCore.Components.Build.Test/TestFiles/DesignTimeCodeGenerationTest/RazorTemplate_AsComponentParameter/TestComponent.codegen.cs similarity index 100% rename from test/Microsoft.AspNetCore.Blazor.Build.Test/TestFiles/DesignTimeCodeGenerationTest/RazorTemplate_AsComponentParameter/TestComponent.codegen.cs rename to test/Microsoft.AspNetCore.Components.Build.Test/TestFiles/DesignTimeCodeGenerationTest/RazorTemplate_AsComponentParameter/TestComponent.codegen.cs diff --git a/test/Microsoft.AspNetCore.Blazor.Build.Test/TestFiles/DesignTimeCodeGenerationTest/RazorTemplate_AsComponentParameter/TestComponent.ir.txt b/test/Microsoft.AspNetCore.Components.Build.Test/TestFiles/DesignTimeCodeGenerationTest/RazorTemplate_AsComponentParameter/TestComponent.ir.txt similarity index 100% rename from test/Microsoft.AspNetCore.Blazor.Build.Test/TestFiles/DesignTimeCodeGenerationTest/RazorTemplate_AsComponentParameter/TestComponent.ir.txt rename to test/Microsoft.AspNetCore.Components.Build.Test/TestFiles/DesignTimeCodeGenerationTest/RazorTemplate_AsComponentParameter/TestComponent.ir.txt diff --git a/test/Microsoft.AspNetCore.Blazor.Build.Test/TestFiles/DesignTimeCodeGenerationTest/RazorTemplate_AsComponentParameter/TestComponent.mappings.txt b/test/Microsoft.AspNetCore.Components.Build.Test/TestFiles/DesignTimeCodeGenerationTest/RazorTemplate_AsComponentParameter/TestComponent.mappings.txt similarity index 100% rename from test/Microsoft.AspNetCore.Blazor.Build.Test/TestFiles/DesignTimeCodeGenerationTest/RazorTemplate_AsComponentParameter/TestComponent.mappings.txt rename to test/Microsoft.AspNetCore.Components.Build.Test/TestFiles/DesignTimeCodeGenerationTest/RazorTemplate_AsComponentParameter/TestComponent.mappings.txt diff --git a/test/Microsoft.AspNetCore.Blazor.Build.Test/TestFiles/DesignTimeCodeGenerationTest/RazorTemplate_AsComponentParameter_MixedContent/TestComponent.codegen.cs b/test/Microsoft.AspNetCore.Components.Build.Test/TestFiles/DesignTimeCodeGenerationTest/RazorTemplate_AsComponentParameter_MixedContent/TestComponent.codegen.cs similarity index 100% rename from test/Microsoft.AspNetCore.Blazor.Build.Test/TestFiles/DesignTimeCodeGenerationTest/RazorTemplate_AsComponentParameter_MixedContent/TestComponent.codegen.cs rename to test/Microsoft.AspNetCore.Components.Build.Test/TestFiles/DesignTimeCodeGenerationTest/RazorTemplate_AsComponentParameter_MixedContent/TestComponent.codegen.cs diff --git a/test/Microsoft.AspNetCore.Blazor.Build.Test/TestFiles/DesignTimeCodeGenerationTest/RazorTemplate_AsComponentParameter_MixedContent/TestComponent.ir.txt b/test/Microsoft.AspNetCore.Components.Build.Test/TestFiles/DesignTimeCodeGenerationTest/RazorTemplate_AsComponentParameter_MixedContent/TestComponent.ir.txt similarity index 100% rename from test/Microsoft.AspNetCore.Blazor.Build.Test/TestFiles/DesignTimeCodeGenerationTest/RazorTemplate_AsComponentParameter_MixedContent/TestComponent.ir.txt rename to test/Microsoft.AspNetCore.Components.Build.Test/TestFiles/DesignTimeCodeGenerationTest/RazorTemplate_AsComponentParameter_MixedContent/TestComponent.ir.txt diff --git a/test/Microsoft.AspNetCore.Blazor.Build.Test/TestFiles/DesignTimeCodeGenerationTest/RazorTemplate_AsComponentParameter_MixedContent/TestComponent.mappings.txt b/test/Microsoft.AspNetCore.Components.Build.Test/TestFiles/DesignTimeCodeGenerationTest/RazorTemplate_AsComponentParameter_MixedContent/TestComponent.mappings.txt similarity index 100% rename from test/Microsoft.AspNetCore.Blazor.Build.Test/TestFiles/DesignTimeCodeGenerationTest/RazorTemplate_AsComponentParameter_MixedContent/TestComponent.mappings.txt rename to test/Microsoft.AspNetCore.Components.Build.Test/TestFiles/DesignTimeCodeGenerationTest/RazorTemplate_AsComponentParameter_MixedContent/TestComponent.mappings.txt diff --git a/test/Microsoft.AspNetCore.Blazor.Build.Test/TestFiles/DesignTimeCodeGenerationTest/RazorTemplate_ContainsComponent/TestComponent.codegen.cs b/test/Microsoft.AspNetCore.Components.Build.Test/TestFiles/DesignTimeCodeGenerationTest/RazorTemplate_ContainsComponent/TestComponent.codegen.cs similarity index 100% rename from test/Microsoft.AspNetCore.Blazor.Build.Test/TestFiles/DesignTimeCodeGenerationTest/RazorTemplate_ContainsComponent/TestComponent.codegen.cs rename to test/Microsoft.AspNetCore.Components.Build.Test/TestFiles/DesignTimeCodeGenerationTest/RazorTemplate_ContainsComponent/TestComponent.codegen.cs diff --git a/test/Microsoft.AspNetCore.Blazor.Build.Test/TestFiles/DesignTimeCodeGenerationTest/RazorTemplate_ContainsComponent/TestComponent.ir.txt b/test/Microsoft.AspNetCore.Components.Build.Test/TestFiles/DesignTimeCodeGenerationTest/RazorTemplate_ContainsComponent/TestComponent.ir.txt similarity index 100% rename from test/Microsoft.AspNetCore.Blazor.Build.Test/TestFiles/DesignTimeCodeGenerationTest/RazorTemplate_ContainsComponent/TestComponent.ir.txt rename to test/Microsoft.AspNetCore.Components.Build.Test/TestFiles/DesignTimeCodeGenerationTest/RazorTemplate_ContainsComponent/TestComponent.ir.txt diff --git a/test/Microsoft.AspNetCore.Blazor.Build.Test/TestFiles/DesignTimeCodeGenerationTest/RazorTemplate_ContainsComponent/TestComponent.mappings.txt b/test/Microsoft.AspNetCore.Components.Build.Test/TestFiles/DesignTimeCodeGenerationTest/RazorTemplate_ContainsComponent/TestComponent.mappings.txt similarity index 100% rename from test/Microsoft.AspNetCore.Blazor.Build.Test/TestFiles/DesignTimeCodeGenerationTest/RazorTemplate_ContainsComponent/TestComponent.mappings.txt rename to test/Microsoft.AspNetCore.Components.Build.Test/TestFiles/DesignTimeCodeGenerationTest/RazorTemplate_ContainsComponent/TestComponent.mappings.txt diff --git a/test/Microsoft.AspNetCore.Blazor.Build.Test/TestFiles/DesignTimeCodeGenerationTest/RazorTemplate_FollowedByComponent/TestComponent.codegen.cs b/test/Microsoft.AspNetCore.Components.Build.Test/TestFiles/DesignTimeCodeGenerationTest/RazorTemplate_FollowedByComponent/TestComponent.codegen.cs similarity index 100% rename from test/Microsoft.AspNetCore.Blazor.Build.Test/TestFiles/DesignTimeCodeGenerationTest/RazorTemplate_FollowedByComponent/TestComponent.codegen.cs rename to test/Microsoft.AspNetCore.Components.Build.Test/TestFiles/DesignTimeCodeGenerationTest/RazorTemplate_FollowedByComponent/TestComponent.codegen.cs diff --git a/test/Microsoft.AspNetCore.Blazor.Build.Test/TestFiles/DesignTimeCodeGenerationTest/RazorTemplate_FollowedByComponent/TestComponent.ir.txt b/test/Microsoft.AspNetCore.Components.Build.Test/TestFiles/DesignTimeCodeGenerationTest/RazorTemplate_FollowedByComponent/TestComponent.ir.txt similarity index 100% rename from test/Microsoft.AspNetCore.Blazor.Build.Test/TestFiles/DesignTimeCodeGenerationTest/RazorTemplate_FollowedByComponent/TestComponent.ir.txt rename to test/Microsoft.AspNetCore.Components.Build.Test/TestFiles/DesignTimeCodeGenerationTest/RazorTemplate_FollowedByComponent/TestComponent.ir.txt diff --git a/test/Microsoft.AspNetCore.Blazor.Build.Test/TestFiles/DesignTimeCodeGenerationTest/RazorTemplate_FollowedByComponent/TestComponent.mappings.txt b/test/Microsoft.AspNetCore.Components.Build.Test/TestFiles/DesignTimeCodeGenerationTest/RazorTemplate_FollowedByComponent/TestComponent.mappings.txt similarity index 100% rename from test/Microsoft.AspNetCore.Blazor.Build.Test/TestFiles/DesignTimeCodeGenerationTest/RazorTemplate_FollowedByComponent/TestComponent.mappings.txt rename to test/Microsoft.AspNetCore.Components.Build.Test/TestFiles/DesignTimeCodeGenerationTest/RazorTemplate_FollowedByComponent/TestComponent.mappings.txt diff --git a/test/Microsoft.AspNetCore.Blazor.Build.Test/TestFiles/DesignTimeCodeGenerationTest/RazorTemplate_Generic_AsComponentParameter/TestComponent.codegen.cs b/test/Microsoft.AspNetCore.Components.Build.Test/TestFiles/DesignTimeCodeGenerationTest/RazorTemplate_Generic_AsComponentParameter/TestComponent.codegen.cs similarity index 100% rename from test/Microsoft.AspNetCore.Blazor.Build.Test/TestFiles/DesignTimeCodeGenerationTest/RazorTemplate_Generic_AsComponentParameter/TestComponent.codegen.cs rename to test/Microsoft.AspNetCore.Components.Build.Test/TestFiles/DesignTimeCodeGenerationTest/RazorTemplate_Generic_AsComponentParameter/TestComponent.codegen.cs diff --git a/test/Microsoft.AspNetCore.Blazor.Build.Test/TestFiles/DesignTimeCodeGenerationTest/RazorTemplate_Generic_AsComponentParameter/TestComponent.ir.txt b/test/Microsoft.AspNetCore.Components.Build.Test/TestFiles/DesignTimeCodeGenerationTest/RazorTemplate_Generic_AsComponentParameter/TestComponent.ir.txt similarity index 100% rename from test/Microsoft.AspNetCore.Blazor.Build.Test/TestFiles/DesignTimeCodeGenerationTest/RazorTemplate_Generic_AsComponentParameter/TestComponent.ir.txt rename to test/Microsoft.AspNetCore.Components.Build.Test/TestFiles/DesignTimeCodeGenerationTest/RazorTemplate_Generic_AsComponentParameter/TestComponent.ir.txt diff --git a/test/Microsoft.AspNetCore.Blazor.Build.Test/TestFiles/DesignTimeCodeGenerationTest/RazorTemplate_Generic_AsComponentParameter/TestComponent.mappings.txt b/test/Microsoft.AspNetCore.Components.Build.Test/TestFiles/DesignTimeCodeGenerationTest/RazorTemplate_Generic_AsComponentParameter/TestComponent.mappings.txt similarity index 100% rename from test/Microsoft.AspNetCore.Blazor.Build.Test/TestFiles/DesignTimeCodeGenerationTest/RazorTemplate_Generic_AsComponentParameter/TestComponent.mappings.txt rename to test/Microsoft.AspNetCore.Components.Build.Test/TestFiles/DesignTimeCodeGenerationTest/RazorTemplate_Generic_AsComponentParameter/TestComponent.mappings.txt diff --git a/test/Microsoft.AspNetCore.Blazor.Build.Test/TestFiles/DesignTimeCodeGenerationTest/RazorTemplate_Generic_InImplicitExpression/TestComponent.codegen.cs b/test/Microsoft.AspNetCore.Components.Build.Test/TestFiles/DesignTimeCodeGenerationTest/RazorTemplate_Generic_InImplicitExpression/TestComponent.codegen.cs similarity index 100% rename from test/Microsoft.AspNetCore.Blazor.Build.Test/TestFiles/DesignTimeCodeGenerationTest/RazorTemplate_Generic_InImplicitExpression/TestComponent.codegen.cs rename to test/Microsoft.AspNetCore.Components.Build.Test/TestFiles/DesignTimeCodeGenerationTest/RazorTemplate_Generic_InImplicitExpression/TestComponent.codegen.cs diff --git a/test/Microsoft.AspNetCore.Blazor.Build.Test/TestFiles/DesignTimeCodeGenerationTest/RazorTemplate_Generic_InImplicitExpression/TestComponent.ir.txt b/test/Microsoft.AspNetCore.Components.Build.Test/TestFiles/DesignTimeCodeGenerationTest/RazorTemplate_Generic_InImplicitExpression/TestComponent.ir.txt similarity index 100% rename from test/Microsoft.AspNetCore.Blazor.Build.Test/TestFiles/DesignTimeCodeGenerationTest/RazorTemplate_Generic_InImplicitExpression/TestComponent.ir.txt rename to test/Microsoft.AspNetCore.Components.Build.Test/TestFiles/DesignTimeCodeGenerationTest/RazorTemplate_Generic_InImplicitExpression/TestComponent.ir.txt diff --git a/test/Microsoft.AspNetCore.Blazor.Build.Test/TestFiles/DesignTimeCodeGenerationTest/RazorTemplate_Generic_InImplicitExpression/TestComponent.mappings.txt b/test/Microsoft.AspNetCore.Components.Build.Test/TestFiles/DesignTimeCodeGenerationTest/RazorTemplate_Generic_InImplicitExpression/TestComponent.mappings.txt similarity index 100% rename from test/Microsoft.AspNetCore.Blazor.Build.Test/TestFiles/DesignTimeCodeGenerationTest/RazorTemplate_Generic_InImplicitExpression/TestComponent.mappings.txt rename to test/Microsoft.AspNetCore.Components.Build.Test/TestFiles/DesignTimeCodeGenerationTest/RazorTemplate_Generic_InImplicitExpression/TestComponent.mappings.txt diff --git a/test/Microsoft.AspNetCore.Blazor.Build.Test/TestFiles/DesignTimeCodeGenerationTest/RazorTemplate_InAttribute/TestComponent.codegen.cs b/test/Microsoft.AspNetCore.Components.Build.Test/TestFiles/DesignTimeCodeGenerationTest/RazorTemplate_InAttribute/TestComponent.codegen.cs similarity index 100% rename from test/Microsoft.AspNetCore.Blazor.Build.Test/TestFiles/DesignTimeCodeGenerationTest/RazorTemplate_InAttribute/TestComponent.codegen.cs rename to test/Microsoft.AspNetCore.Components.Build.Test/TestFiles/DesignTimeCodeGenerationTest/RazorTemplate_InAttribute/TestComponent.codegen.cs diff --git a/test/Microsoft.AspNetCore.Blazor.Build.Test/TestFiles/DesignTimeCodeGenerationTest/RazorTemplate_InAttribute/TestComponent.diagnostics.txt b/test/Microsoft.AspNetCore.Components.Build.Test/TestFiles/DesignTimeCodeGenerationTest/RazorTemplate_InAttribute/TestComponent.diagnostics.txt similarity index 100% rename from test/Microsoft.AspNetCore.Blazor.Build.Test/TestFiles/DesignTimeCodeGenerationTest/RazorTemplate_InAttribute/TestComponent.diagnostics.txt rename to test/Microsoft.AspNetCore.Components.Build.Test/TestFiles/DesignTimeCodeGenerationTest/RazorTemplate_InAttribute/TestComponent.diagnostics.txt diff --git a/test/Microsoft.AspNetCore.Blazor.Build.Test/TestFiles/DesignTimeCodeGenerationTest/RazorTemplate_InAttribute/TestComponent.ir.txt b/test/Microsoft.AspNetCore.Components.Build.Test/TestFiles/DesignTimeCodeGenerationTest/RazorTemplate_InAttribute/TestComponent.ir.txt similarity index 100% rename from test/Microsoft.AspNetCore.Blazor.Build.Test/TestFiles/DesignTimeCodeGenerationTest/RazorTemplate_InAttribute/TestComponent.ir.txt rename to test/Microsoft.AspNetCore.Components.Build.Test/TestFiles/DesignTimeCodeGenerationTest/RazorTemplate_InAttribute/TestComponent.ir.txt diff --git a/test/Microsoft.AspNetCore.Blazor.Build.Test/TestFiles/DesignTimeCodeGenerationTest/RazorTemplate_InAttribute/TestComponent.mappings.txt b/test/Microsoft.AspNetCore.Components.Build.Test/TestFiles/DesignTimeCodeGenerationTest/RazorTemplate_InAttribute/TestComponent.mappings.txt similarity index 100% rename from test/Microsoft.AspNetCore.Blazor.Build.Test/TestFiles/DesignTimeCodeGenerationTest/RazorTemplate_InAttribute/TestComponent.mappings.txt rename to test/Microsoft.AspNetCore.Components.Build.Test/TestFiles/DesignTimeCodeGenerationTest/RazorTemplate_InAttribute/TestComponent.mappings.txt diff --git a/test/Microsoft.AspNetCore.Blazor.Build.Test/TestFiles/DesignTimeCodeGenerationTest/RazorTemplate_InCodeBlock/TestComponent.codegen.cs b/test/Microsoft.AspNetCore.Components.Build.Test/TestFiles/DesignTimeCodeGenerationTest/RazorTemplate_InCodeBlock/TestComponent.codegen.cs similarity index 100% rename from test/Microsoft.AspNetCore.Blazor.Build.Test/TestFiles/DesignTimeCodeGenerationTest/RazorTemplate_InCodeBlock/TestComponent.codegen.cs rename to test/Microsoft.AspNetCore.Components.Build.Test/TestFiles/DesignTimeCodeGenerationTest/RazorTemplate_InCodeBlock/TestComponent.codegen.cs diff --git a/test/Microsoft.AspNetCore.Blazor.Build.Test/TestFiles/DesignTimeCodeGenerationTest/RazorTemplate_InCodeBlock/TestComponent.ir.txt b/test/Microsoft.AspNetCore.Components.Build.Test/TestFiles/DesignTimeCodeGenerationTest/RazorTemplate_InCodeBlock/TestComponent.ir.txt similarity index 100% rename from test/Microsoft.AspNetCore.Blazor.Build.Test/TestFiles/DesignTimeCodeGenerationTest/RazorTemplate_InCodeBlock/TestComponent.ir.txt rename to test/Microsoft.AspNetCore.Components.Build.Test/TestFiles/DesignTimeCodeGenerationTest/RazorTemplate_InCodeBlock/TestComponent.ir.txt diff --git a/test/Microsoft.AspNetCore.Blazor.Build.Test/TestFiles/DesignTimeCodeGenerationTest/RazorTemplate_InCodeBlock/TestComponent.mappings.txt b/test/Microsoft.AspNetCore.Components.Build.Test/TestFiles/DesignTimeCodeGenerationTest/RazorTemplate_InCodeBlock/TestComponent.mappings.txt similarity index 100% rename from test/Microsoft.AspNetCore.Blazor.Build.Test/TestFiles/DesignTimeCodeGenerationTest/RazorTemplate_InCodeBlock/TestComponent.mappings.txt rename to test/Microsoft.AspNetCore.Components.Build.Test/TestFiles/DesignTimeCodeGenerationTest/RazorTemplate_InCodeBlock/TestComponent.mappings.txt diff --git a/test/Microsoft.AspNetCore.Blazor.Build.Test/TestFiles/DesignTimeCodeGenerationTest/RazorTemplate_InCodeBlock_Dynamic/TestComponent.codegen.cs b/test/Microsoft.AspNetCore.Components.Build.Test/TestFiles/DesignTimeCodeGenerationTest/RazorTemplate_InCodeBlock_Dynamic/TestComponent.codegen.cs similarity index 100% rename from test/Microsoft.AspNetCore.Blazor.Build.Test/TestFiles/DesignTimeCodeGenerationTest/RazorTemplate_InCodeBlock_Dynamic/TestComponent.codegen.cs rename to test/Microsoft.AspNetCore.Components.Build.Test/TestFiles/DesignTimeCodeGenerationTest/RazorTemplate_InCodeBlock_Dynamic/TestComponent.codegen.cs diff --git a/test/Microsoft.AspNetCore.Blazor.Build.Test/TestFiles/DesignTimeCodeGenerationTest/RazorTemplate_InCodeBlock_Dynamic/TestComponent.ir.txt b/test/Microsoft.AspNetCore.Components.Build.Test/TestFiles/DesignTimeCodeGenerationTest/RazorTemplate_InCodeBlock_Dynamic/TestComponent.ir.txt similarity index 100% rename from test/Microsoft.AspNetCore.Blazor.Build.Test/TestFiles/DesignTimeCodeGenerationTest/RazorTemplate_InCodeBlock_Dynamic/TestComponent.ir.txt rename to test/Microsoft.AspNetCore.Components.Build.Test/TestFiles/DesignTimeCodeGenerationTest/RazorTemplate_InCodeBlock_Dynamic/TestComponent.ir.txt diff --git a/test/Microsoft.AspNetCore.Blazor.Build.Test/TestFiles/DesignTimeCodeGenerationTest/RazorTemplate_InCodeBlock_Dynamic/TestComponent.mappings.txt b/test/Microsoft.AspNetCore.Components.Build.Test/TestFiles/DesignTimeCodeGenerationTest/RazorTemplate_InCodeBlock_Dynamic/TestComponent.mappings.txt similarity index 100% rename from test/Microsoft.AspNetCore.Blazor.Build.Test/TestFiles/DesignTimeCodeGenerationTest/RazorTemplate_InCodeBlock_Dynamic/TestComponent.mappings.txt rename to test/Microsoft.AspNetCore.Components.Build.Test/TestFiles/DesignTimeCodeGenerationTest/RazorTemplate_InCodeBlock_Dynamic/TestComponent.mappings.txt diff --git a/test/Microsoft.AspNetCore.Blazor.Build.Test/TestFiles/DesignTimeCodeGenerationTest/RazorTemplate_InExplicitExpression/TestComponent.codegen.cs b/test/Microsoft.AspNetCore.Components.Build.Test/TestFiles/DesignTimeCodeGenerationTest/RazorTemplate_InExplicitExpression/TestComponent.codegen.cs similarity index 100% rename from test/Microsoft.AspNetCore.Blazor.Build.Test/TestFiles/DesignTimeCodeGenerationTest/RazorTemplate_InExplicitExpression/TestComponent.codegen.cs rename to test/Microsoft.AspNetCore.Components.Build.Test/TestFiles/DesignTimeCodeGenerationTest/RazorTemplate_InExplicitExpression/TestComponent.codegen.cs diff --git a/test/Microsoft.AspNetCore.Blazor.Build.Test/TestFiles/DesignTimeCodeGenerationTest/RazorTemplate_InExplicitExpression/TestComponent.ir.txt b/test/Microsoft.AspNetCore.Components.Build.Test/TestFiles/DesignTimeCodeGenerationTest/RazorTemplate_InExplicitExpression/TestComponent.ir.txt similarity index 100% rename from test/Microsoft.AspNetCore.Blazor.Build.Test/TestFiles/DesignTimeCodeGenerationTest/RazorTemplate_InExplicitExpression/TestComponent.ir.txt rename to test/Microsoft.AspNetCore.Components.Build.Test/TestFiles/DesignTimeCodeGenerationTest/RazorTemplate_InExplicitExpression/TestComponent.ir.txt diff --git a/test/Microsoft.AspNetCore.Blazor.Build.Test/TestFiles/DesignTimeCodeGenerationTest/RazorTemplate_InExplicitExpression/TestComponent.mappings.txt b/test/Microsoft.AspNetCore.Components.Build.Test/TestFiles/DesignTimeCodeGenerationTest/RazorTemplate_InExplicitExpression/TestComponent.mappings.txt similarity index 100% rename from test/Microsoft.AspNetCore.Blazor.Build.Test/TestFiles/DesignTimeCodeGenerationTest/RazorTemplate_InExplicitExpression/TestComponent.mappings.txt rename to test/Microsoft.AspNetCore.Components.Build.Test/TestFiles/DesignTimeCodeGenerationTest/RazorTemplate_InExplicitExpression/TestComponent.mappings.txt diff --git a/test/Microsoft.AspNetCore.Blazor.Build.Test/TestFiles/DesignTimeCodeGenerationTest/RazorTemplate_InImplicitExpression/TestComponent.codegen.cs b/test/Microsoft.AspNetCore.Components.Build.Test/TestFiles/DesignTimeCodeGenerationTest/RazorTemplate_InImplicitExpression/TestComponent.codegen.cs similarity index 100% rename from test/Microsoft.AspNetCore.Blazor.Build.Test/TestFiles/DesignTimeCodeGenerationTest/RazorTemplate_InImplicitExpression/TestComponent.codegen.cs rename to test/Microsoft.AspNetCore.Components.Build.Test/TestFiles/DesignTimeCodeGenerationTest/RazorTemplate_InImplicitExpression/TestComponent.codegen.cs diff --git a/test/Microsoft.AspNetCore.Blazor.Build.Test/TestFiles/DesignTimeCodeGenerationTest/RazorTemplate_InImplicitExpression/TestComponent.ir.txt b/test/Microsoft.AspNetCore.Components.Build.Test/TestFiles/DesignTimeCodeGenerationTest/RazorTemplate_InImplicitExpression/TestComponent.ir.txt similarity index 100% rename from test/Microsoft.AspNetCore.Blazor.Build.Test/TestFiles/DesignTimeCodeGenerationTest/RazorTemplate_InImplicitExpression/TestComponent.ir.txt rename to test/Microsoft.AspNetCore.Components.Build.Test/TestFiles/DesignTimeCodeGenerationTest/RazorTemplate_InImplicitExpression/TestComponent.ir.txt diff --git a/test/Microsoft.AspNetCore.Blazor.Build.Test/TestFiles/DesignTimeCodeGenerationTest/RazorTemplate_InImplicitExpression/TestComponent.mappings.txt b/test/Microsoft.AspNetCore.Components.Build.Test/TestFiles/DesignTimeCodeGenerationTest/RazorTemplate_InImplicitExpression/TestComponent.mappings.txt similarity index 100% rename from test/Microsoft.AspNetCore.Blazor.Build.Test/TestFiles/DesignTimeCodeGenerationTest/RazorTemplate_InImplicitExpression/TestComponent.mappings.txt rename to test/Microsoft.AspNetCore.Components.Build.Test/TestFiles/DesignTimeCodeGenerationTest/RazorTemplate_InImplicitExpression/TestComponent.mappings.txt diff --git a/test/Microsoft.AspNetCore.Blazor.Build.Test/TestFiles/DesignTimeCodeGenerationTest/RazorTemplate_MultipleRoots/TestComponent.codegen.cs b/test/Microsoft.AspNetCore.Components.Build.Test/TestFiles/DesignTimeCodeGenerationTest/RazorTemplate_MultipleRoots/TestComponent.codegen.cs similarity index 100% rename from test/Microsoft.AspNetCore.Blazor.Build.Test/TestFiles/DesignTimeCodeGenerationTest/RazorTemplate_MultipleRoots/TestComponent.codegen.cs rename to test/Microsoft.AspNetCore.Components.Build.Test/TestFiles/DesignTimeCodeGenerationTest/RazorTemplate_MultipleRoots/TestComponent.codegen.cs diff --git a/test/Microsoft.AspNetCore.Blazor.Build.Test/TestFiles/DesignTimeCodeGenerationTest/RazorTemplate_MultipleRoots/TestComponent.ir.txt b/test/Microsoft.AspNetCore.Components.Build.Test/TestFiles/DesignTimeCodeGenerationTest/RazorTemplate_MultipleRoots/TestComponent.ir.txt similarity index 100% rename from test/Microsoft.AspNetCore.Blazor.Build.Test/TestFiles/DesignTimeCodeGenerationTest/RazorTemplate_MultipleRoots/TestComponent.ir.txt rename to test/Microsoft.AspNetCore.Components.Build.Test/TestFiles/DesignTimeCodeGenerationTest/RazorTemplate_MultipleRoots/TestComponent.ir.txt diff --git a/test/Microsoft.AspNetCore.Blazor.Build.Test/TestFiles/DesignTimeCodeGenerationTest/RazorTemplate_MultipleRoots/TestComponent.mappings.txt b/test/Microsoft.AspNetCore.Components.Build.Test/TestFiles/DesignTimeCodeGenerationTest/RazorTemplate_MultipleRoots/TestComponent.mappings.txt similarity index 100% rename from test/Microsoft.AspNetCore.Blazor.Build.Test/TestFiles/DesignTimeCodeGenerationTest/RazorTemplate_MultipleRoots/TestComponent.mappings.txt rename to test/Microsoft.AspNetCore.Components.Build.Test/TestFiles/DesignTimeCodeGenerationTest/RazorTemplate_MultipleRoots/TestComponent.mappings.txt diff --git a/test/Microsoft.AspNetCore.Blazor.Build.Test/TestFiles/DesignTimeCodeGenerationTest/RazorTemplate_NonGeneric_AsComponentParameter/TestComponent.codegen.cs b/test/Microsoft.AspNetCore.Components.Build.Test/TestFiles/DesignTimeCodeGenerationTest/RazorTemplate_NonGeneric_AsComponentParameter/TestComponent.codegen.cs similarity index 100% rename from test/Microsoft.AspNetCore.Blazor.Build.Test/TestFiles/DesignTimeCodeGenerationTest/RazorTemplate_NonGeneric_AsComponentParameter/TestComponent.codegen.cs rename to test/Microsoft.AspNetCore.Components.Build.Test/TestFiles/DesignTimeCodeGenerationTest/RazorTemplate_NonGeneric_AsComponentParameter/TestComponent.codegen.cs diff --git a/test/Microsoft.AspNetCore.Blazor.Build.Test/TestFiles/DesignTimeCodeGenerationTest/RazorTemplate_NonGeneric_AsComponentParameter/TestComponent.ir.txt b/test/Microsoft.AspNetCore.Components.Build.Test/TestFiles/DesignTimeCodeGenerationTest/RazorTemplate_NonGeneric_AsComponentParameter/TestComponent.ir.txt similarity index 100% rename from test/Microsoft.AspNetCore.Blazor.Build.Test/TestFiles/DesignTimeCodeGenerationTest/RazorTemplate_NonGeneric_AsComponentParameter/TestComponent.ir.txt rename to test/Microsoft.AspNetCore.Components.Build.Test/TestFiles/DesignTimeCodeGenerationTest/RazorTemplate_NonGeneric_AsComponentParameter/TestComponent.ir.txt diff --git a/test/Microsoft.AspNetCore.Blazor.Build.Test/TestFiles/DesignTimeCodeGenerationTest/RazorTemplate_NonGeneric_AsComponentParameter/TestComponent.mappings.txt b/test/Microsoft.AspNetCore.Components.Build.Test/TestFiles/DesignTimeCodeGenerationTest/RazorTemplate_NonGeneric_AsComponentParameter/TestComponent.mappings.txt similarity index 100% rename from test/Microsoft.AspNetCore.Blazor.Build.Test/TestFiles/DesignTimeCodeGenerationTest/RazorTemplate_NonGeneric_AsComponentParameter/TestComponent.mappings.txt rename to test/Microsoft.AspNetCore.Components.Build.Test/TestFiles/DesignTimeCodeGenerationTest/RazorTemplate_NonGeneric_AsComponentParameter/TestComponent.mappings.txt diff --git a/test/Microsoft.AspNetCore.Blazor.Build.Test/TestFiles/DesignTimeCodeGenerationTest/RazorTemplate_NonGeneric_InImplicitExpression/TestComponent.codegen.cs b/test/Microsoft.AspNetCore.Components.Build.Test/TestFiles/DesignTimeCodeGenerationTest/RazorTemplate_NonGeneric_InImplicitExpression/TestComponent.codegen.cs similarity index 100% rename from test/Microsoft.AspNetCore.Blazor.Build.Test/TestFiles/DesignTimeCodeGenerationTest/RazorTemplate_NonGeneric_InImplicitExpression/TestComponent.codegen.cs rename to test/Microsoft.AspNetCore.Components.Build.Test/TestFiles/DesignTimeCodeGenerationTest/RazorTemplate_NonGeneric_InImplicitExpression/TestComponent.codegen.cs diff --git a/test/Microsoft.AspNetCore.Blazor.Build.Test/TestFiles/DesignTimeCodeGenerationTest/RazorTemplate_NonGeneric_InImplicitExpression/TestComponent.ir.txt b/test/Microsoft.AspNetCore.Components.Build.Test/TestFiles/DesignTimeCodeGenerationTest/RazorTemplate_NonGeneric_InImplicitExpression/TestComponent.ir.txt similarity index 100% rename from test/Microsoft.AspNetCore.Blazor.Build.Test/TestFiles/DesignTimeCodeGenerationTest/RazorTemplate_NonGeneric_InImplicitExpression/TestComponent.ir.txt rename to test/Microsoft.AspNetCore.Components.Build.Test/TestFiles/DesignTimeCodeGenerationTest/RazorTemplate_NonGeneric_InImplicitExpression/TestComponent.ir.txt diff --git a/test/Microsoft.AspNetCore.Blazor.Build.Test/TestFiles/DesignTimeCodeGenerationTest/RazorTemplate_NonGeneric_InImplicitExpression/TestComponent.mappings.txt b/test/Microsoft.AspNetCore.Components.Build.Test/TestFiles/DesignTimeCodeGenerationTest/RazorTemplate_NonGeneric_InImplicitExpression/TestComponent.mappings.txt similarity index 100% rename from test/Microsoft.AspNetCore.Blazor.Build.Test/TestFiles/DesignTimeCodeGenerationTest/RazorTemplate_NonGeneric_InImplicitExpression/TestComponent.mappings.txt rename to test/Microsoft.AspNetCore.Components.Build.Test/TestFiles/DesignTimeCodeGenerationTest/RazorTemplate_NonGeneric_InImplicitExpression/TestComponent.mappings.txt diff --git a/test/Microsoft.AspNetCore.Blazor.Build.Test/TestFiles/DesignTimeCodeGenerationTest/Regression_597/TestComponent.codegen.cs b/test/Microsoft.AspNetCore.Components.Build.Test/TestFiles/DesignTimeCodeGenerationTest/Regression_597/TestComponent.codegen.cs similarity index 96% rename from test/Microsoft.AspNetCore.Blazor.Build.Test/TestFiles/DesignTimeCodeGenerationTest/Regression_597/TestComponent.codegen.cs rename to test/Microsoft.AspNetCore.Components.Build.Test/TestFiles/DesignTimeCodeGenerationTest/Regression_597/TestComponent.codegen.cs index 867ea504..f3830bd1 100644 --- a/test/Microsoft.AspNetCore.Blazor.Build.Test/TestFiles/DesignTimeCodeGenerationTest/Regression_597/TestComponent.codegen.cs +++ b/test/Microsoft.AspNetCore.Components.Build.Test/TestFiles/DesignTimeCodeGenerationTest/Regression_597/TestComponent.codegen.cs @@ -1,50 +1,50 @@ -// -#pragma warning disable 1591 -namespace Test -{ - #line hidden - using System; - using System.Collections.Generic; - using System.Linq; - using System.Threading.Tasks; - using Microsoft.AspNetCore.Blazor; - using Microsoft.AspNetCore.Blazor.Components; - public class TestComponent : Microsoft.AspNetCore.Blazor.Components.BlazorComponent - { - #pragma warning disable 219 - private void __RazorDirectiveTokenHelpers__() { - ((System.Action)(() => { -global::System.Object __typeHelper = "*, TestAssembly"; - } - ))(); - } - #pragma warning restore 219 - #pragma warning disable 0414 - private static System.Object __o = null; - #pragma warning restore 0414 - #pragma warning disable 1998 - protected override void BuildRenderTree(Microsoft.AspNetCore.Blazor.RenderTree.RenderTreeBuilder builder) - { - base.BuildRenderTree(builder); - __o = Microsoft.AspNetCore.Blazor.Components.BindMethods.GetValue( -#line 2 "x:\dir\subdir\Test\TestComponent.cshtml" - y - -#line default -#line hidden - ); - __o = Microsoft.AspNetCore.Blazor.Components.BindMethods.SetValueHandler(__value => y = __value, y); - builder.AddAttribute(-1, "ChildContent", (Microsoft.AspNetCore.Blazor.RenderFragment)((builder2) => { - } - )); - } - #pragma warning restore 1998 -#line 3 "x:\dir\subdir\Test\TestComponent.cshtml" - - string y = null; - -#line default -#line hidden - } -} -#pragma warning restore 1591 +// +#pragma warning disable 1591 +namespace Test +{ + #line hidden + using System; + using System.Collections.Generic; + using System.Linq; + using System.Threading.Tasks; + using Microsoft.AspNetCore.Blazor; + using Microsoft.AspNetCore.Blazor.Components; + public class TestComponent : Microsoft.AspNetCore.Blazor.Components.BlazorComponent + { + #pragma warning disable 219 + private void __RazorDirectiveTokenHelpers__() { + ((System.Action)(() => { +global::System.Object __typeHelper = "*, TestAssembly"; + } + ))(); + } + #pragma warning restore 219 + #pragma warning disable 0414 + private static System.Object __o = null; + #pragma warning restore 0414 + #pragma warning disable 1998 + protected override void BuildRenderTree(Microsoft.AspNetCore.Blazor.RenderTree.RenderTreeBuilder builder) + { + base.BuildRenderTree(builder); + __o = Microsoft.AspNetCore.Blazor.Components.BindMethods.GetValue( +#line 2 "x:\dir\subdir\Test\TestComponent.cshtml" + y + +#line default +#line hidden + ); + __o = Microsoft.AspNetCore.Blazor.Components.BindMethods.SetValueHandler(__value => y = __value, y); + builder.AddAttribute(-1, "ChildContent", (Microsoft.AspNetCore.Blazor.RenderFragment)((builder2) => { + } + )); + } + #pragma warning restore 1998 +#line 3 "x:\dir\subdir\Test\TestComponent.cshtml" + + string y = null; + +#line default +#line hidden + } +} +#pragma warning restore 1591 diff --git a/test/Microsoft.AspNetCore.Blazor.Build.Test/TestFiles/DesignTimeCodeGenerationTest/Regression_597/TestComponent.ir.txt b/test/Microsoft.AspNetCore.Components.Build.Test/TestFiles/DesignTimeCodeGenerationTest/Regression_597/TestComponent.ir.txt similarity index 100% rename from test/Microsoft.AspNetCore.Blazor.Build.Test/TestFiles/DesignTimeCodeGenerationTest/Regression_597/TestComponent.ir.txt rename to test/Microsoft.AspNetCore.Components.Build.Test/TestFiles/DesignTimeCodeGenerationTest/Regression_597/TestComponent.ir.txt diff --git a/test/Microsoft.AspNetCore.Blazor.Build.Test/TestFiles/DesignTimeCodeGenerationTest/Regression_597/TestComponent.mappings.txt b/test/Microsoft.AspNetCore.Components.Build.Test/TestFiles/DesignTimeCodeGenerationTest/Regression_597/TestComponent.mappings.txt similarity index 95% rename from test/Microsoft.AspNetCore.Blazor.Build.Test/TestFiles/DesignTimeCodeGenerationTest/Regression_597/TestComponent.mappings.txt rename to test/Microsoft.AspNetCore.Components.Build.Test/TestFiles/DesignTimeCodeGenerationTest/Regression_597/TestComponent.mappings.txt index a46f6f54..40856fa9 100644 --- a/test/Microsoft.AspNetCore.Blazor.Build.Test/TestFiles/DesignTimeCodeGenerationTest/Regression_597/TestComponent.mappings.txt +++ b/test/Microsoft.AspNetCore.Components.Build.Test/TestFiles/DesignTimeCodeGenerationTest/Regression_597/TestComponent.mappings.txt @@ -1,19 +1,19 @@ -Source Location: (14:0,14 [15] x:\dir\subdir\Test\TestComponent.cshtml) -|*, TestAssembly| -Generated Location: (559:16,38 [15] ) -|*, TestAssembly| - -Source Location: (48:1,17 [1] x:\dir\subdir\Test\TestComponent.cshtml) -|y| -Generated Location: (1134:30,17 [1] ) -|y| - -Source Location: (67:2,12 [24] x:\dir\subdir\Test\TestComponent.cshtml) -| - string y = null; -| -Generated Location: (1557:42,12 [24] ) -| - string y = null; -| - +Source Location: (14:0,14 [15] x:\dir\subdir\Test\TestComponent.cshtml) +|*, TestAssembly| +Generated Location: (559:16,38 [15] ) +|*, TestAssembly| + +Source Location: (48:1,17 [1] x:\dir\subdir\Test\TestComponent.cshtml) +|y| +Generated Location: (1134:30,17 [1] ) +|y| + +Source Location: (67:2,12 [24] x:\dir\subdir\Test\TestComponent.cshtml) +| + string y = null; +| +Generated Location: (1557:42,12 [24] ) +| + string y = null; +| + diff --git a/test/Microsoft.AspNetCore.Blazor.Build.Test/TestFiles/DesignTimeCodeGenerationTest/Regression_609/TestComponent.codegen.cs b/test/Microsoft.AspNetCore.Components.Build.Test/TestFiles/DesignTimeCodeGenerationTest/Regression_609/TestComponent.codegen.cs similarity index 100% rename from test/Microsoft.AspNetCore.Blazor.Build.Test/TestFiles/DesignTimeCodeGenerationTest/Regression_609/TestComponent.codegen.cs rename to test/Microsoft.AspNetCore.Components.Build.Test/TestFiles/DesignTimeCodeGenerationTest/Regression_609/TestComponent.codegen.cs diff --git a/test/Microsoft.AspNetCore.Blazor.Build.Test/TestFiles/DesignTimeCodeGenerationTest/Regression_609/TestComponent.ir.txt b/test/Microsoft.AspNetCore.Components.Build.Test/TestFiles/DesignTimeCodeGenerationTest/Regression_609/TestComponent.ir.txt similarity index 100% rename from test/Microsoft.AspNetCore.Blazor.Build.Test/TestFiles/DesignTimeCodeGenerationTest/Regression_609/TestComponent.ir.txt rename to test/Microsoft.AspNetCore.Components.Build.Test/TestFiles/DesignTimeCodeGenerationTest/Regression_609/TestComponent.ir.txt diff --git a/test/Microsoft.AspNetCore.Blazor.Build.Test/TestFiles/DesignTimeCodeGenerationTest/Regression_609/TestComponent.mappings.txt b/test/Microsoft.AspNetCore.Components.Build.Test/TestFiles/DesignTimeCodeGenerationTest/Regression_609/TestComponent.mappings.txt similarity index 100% rename from test/Microsoft.AspNetCore.Blazor.Build.Test/TestFiles/DesignTimeCodeGenerationTest/Regression_609/TestComponent.mappings.txt rename to test/Microsoft.AspNetCore.Components.Build.Test/TestFiles/DesignTimeCodeGenerationTest/Regression_609/TestComponent.mappings.txt diff --git a/test/Microsoft.AspNetCore.Blazor.Build.Test/TestFiles/DesignTimeCodeGenerationTest/Regression_772/TestComponent.codegen.cs b/test/Microsoft.AspNetCore.Components.Build.Test/TestFiles/DesignTimeCodeGenerationTest/Regression_772/TestComponent.codegen.cs similarity index 100% rename from test/Microsoft.AspNetCore.Blazor.Build.Test/TestFiles/DesignTimeCodeGenerationTest/Regression_772/TestComponent.codegen.cs rename to test/Microsoft.AspNetCore.Components.Build.Test/TestFiles/DesignTimeCodeGenerationTest/Regression_772/TestComponent.codegen.cs diff --git a/test/Microsoft.AspNetCore.Blazor.Build.Test/TestFiles/DesignTimeCodeGenerationTest/Regression_772/TestComponent.diagnostics.txt b/test/Microsoft.AspNetCore.Components.Build.Test/TestFiles/DesignTimeCodeGenerationTest/Regression_772/TestComponent.diagnostics.txt similarity index 100% rename from test/Microsoft.AspNetCore.Blazor.Build.Test/TestFiles/DesignTimeCodeGenerationTest/Regression_772/TestComponent.diagnostics.txt rename to test/Microsoft.AspNetCore.Components.Build.Test/TestFiles/DesignTimeCodeGenerationTest/Regression_772/TestComponent.diagnostics.txt diff --git a/test/Microsoft.AspNetCore.Blazor.Build.Test/TestFiles/DesignTimeCodeGenerationTest/Regression_772/TestComponent.ir.txt b/test/Microsoft.AspNetCore.Components.Build.Test/TestFiles/DesignTimeCodeGenerationTest/Regression_772/TestComponent.ir.txt similarity index 100% rename from test/Microsoft.AspNetCore.Blazor.Build.Test/TestFiles/DesignTimeCodeGenerationTest/Regression_772/TestComponent.ir.txt rename to test/Microsoft.AspNetCore.Components.Build.Test/TestFiles/DesignTimeCodeGenerationTest/Regression_772/TestComponent.ir.txt diff --git a/test/Microsoft.AspNetCore.Blazor.Build.Test/TestFiles/DesignTimeCodeGenerationTest/Regression_772/TestComponent.mappings.txt b/test/Microsoft.AspNetCore.Components.Build.Test/TestFiles/DesignTimeCodeGenerationTest/Regression_772/TestComponent.mappings.txt similarity index 100% rename from test/Microsoft.AspNetCore.Blazor.Build.Test/TestFiles/DesignTimeCodeGenerationTest/Regression_772/TestComponent.mappings.txt rename to test/Microsoft.AspNetCore.Components.Build.Test/TestFiles/DesignTimeCodeGenerationTest/Regression_772/TestComponent.mappings.txt diff --git a/test/Microsoft.AspNetCore.Blazor.Build.Test/TestFiles/DesignTimeCodeGenerationTest/Regression_773/TestComponent.codegen.cs b/test/Microsoft.AspNetCore.Components.Build.Test/TestFiles/DesignTimeCodeGenerationTest/Regression_773/TestComponent.codegen.cs similarity index 100% rename from test/Microsoft.AspNetCore.Blazor.Build.Test/TestFiles/DesignTimeCodeGenerationTest/Regression_773/TestComponent.codegen.cs rename to test/Microsoft.AspNetCore.Components.Build.Test/TestFiles/DesignTimeCodeGenerationTest/Regression_773/TestComponent.codegen.cs diff --git a/test/Microsoft.AspNetCore.Blazor.Build.Test/TestFiles/DesignTimeCodeGenerationTest/Regression_773/TestComponent.ir.txt b/test/Microsoft.AspNetCore.Components.Build.Test/TestFiles/DesignTimeCodeGenerationTest/Regression_773/TestComponent.ir.txt similarity index 100% rename from test/Microsoft.AspNetCore.Blazor.Build.Test/TestFiles/DesignTimeCodeGenerationTest/Regression_773/TestComponent.ir.txt rename to test/Microsoft.AspNetCore.Components.Build.Test/TestFiles/DesignTimeCodeGenerationTest/Regression_773/TestComponent.ir.txt diff --git a/test/Microsoft.AspNetCore.Blazor.Build.Test/TestFiles/DesignTimeCodeGenerationTest/Regression_773/TestComponent.mappings.txt b/test/Microsoft.AspNetCore.Components.Build.Test/TestFiles/DesignTimeCodeGenerationTest/Regression_773/TestComponent.mappings.txt similarity index 100% rename from test/Microsoft.AspNetCore.Blazor.Build.Test/TestFiles/DesignTimeCodeGenerationTest/Regression_773/TestComponent.mappings.txt rename to test/Microsoft.AspNetCore.Components.Build.Test/TestFiles/DesignTimeCodeGenerationTest/Regression_773/TestComponent.mappings.txt diff --git a/test/Microsoft.AspNetCore.Blazor.Build.Test/TestFiles/DesignTimeCodeGenerationTest/Regression_784/TestComponent.codegen.cs b/test/Microsoft.AspNetCore.Components.Build.Test/TestFiles/DesignTimeCodeGenerationTest/Regression_784/TestComponent.codegen.cs similarity index 100% rename from test/Microsoft.AspNetCore.Blazor.Build.Test/TestFiles/DesignTimeCodeGenerationTest/Regression_784/TestComponent.codegen.cs rename to test/Microsoft.AspNetCore.Components.Build.Test/TestFiles/DesignTimeCodeGenerationTest/Regression_784/TestComponent.codegen.cs diff --git a/test/Microsoft.AspNetCore.Blazor.Build.Test/TestFiles/DesignTimeCodeGenerationTest/Regression_784/TestComponent.ir.txt b/test/Microsoft.AspNetCore.Components.Build.Test/TestFiles/DesignTimeCodeGenerationTest/Regression_784/TestComponent.ir.txt similarity index 100% rename from test/Microsoft.AspNetCore.Blazor.Build.Test/TestFiles/DesignTimeCodeGenerationTest/Regression_784/TestComponent.ir.txt rename to test/Microsoft.AspNetCore.Components.Build.Test/TestFiles/DesignTimeCodeGenerationTest/Regression_784/TestComponent.ir.txt diff --git a/test/Microsoft.AspNetCore.Blazor.Build.Test/TestFiles/DesignTimeCodeGenerationTest/Regression_784/TestComponent.mappings.txt b/test/Microsoft.AspNetCore.Components.Build.Test/TestFiles/DesignTimeCodeGenerationTest/Regression_784/TestComponent.mappings.txt similarity index 100% rename from test/Microsoft.AspNetCore.Blazor.Build.Test/TestFiles/DesignTimeCodeGenerationTest/Regression_784/TestComponent.mappings.txt rename to test/Microsoft.AspNetCore.Components.Build.Test/TestFiles/DesignTimeCodeGenerationTest/Regression_784/TestComponent.mappings.txt diff --git a/test/Microsoft.AspNetCore.Blazor.Build.Test/TestFiles/DesignTimeCodeGenerationTest/ScriptTag_WithErrorSuppressed/TestComponent.codegen.cs b/test/Microsoft.AspNetCore.Components.Build.Test/TestFiles/DesignTimeCodeGenerationTest/ScriptTag_WithErrorSuppressed/TestComponent.codegen.cs similarity index 100% rename from test/Microsoft.AspNetCore.Blazor.Build.Test/TestFiles/DesignTimeCodeGenerationTest/ScriptTag_WithErrorSuppressed/TestComponent.codegen.cs rename to test/Microsoft.AspNetCore.Components.Build.Test/TestFiles/DesignTimeCodeGenerationTest/ScriptTag_WithErrorSuppressed/TestComponent.codegen.cs diff --git a/test/Microsoft.AspNetCore.Blazor.Build.Test/TestFiles/DesignTimeCodeGenerationTest/ScriptTag_WithErrorSuppressed/TestComponent.ir.txt b/test/Microsoft.AspNetCore.Components.Build.Test/TestFiles/DesignTimeCodeGenerationTest/ScriptTag_WithErrorSuppressed/TestComponent.ir.txt similarity index 100% rename from test/Microsoft.AspNetCore.Blazor.Build.Test/TestFiles/DesignTimeCodeGenerationTest/ScriptTag_WithErrorSuppressed/TestComponent.ir.txt rename to test/Microsoft.AspNetCore.Components.Build.Test/TestFiles/DesignTimeCodeGenerationTest/ScriptTag_WithErrorSuppressed/TestComponent.ir.txt diff --git a/test/Microsoft.AspNetCore.Blazor.Build.Test/TestFiles/DesignTimeCodeGenerationTest/TrailingWhiteSpace_WithCSharpExpression/TestComponent.codegen.cs b/test/Microsoft.AspNetCore.Components.Build.Test/TestFiles/DesignTimeCodeGenerationTest/TrailingWhiteSpace_WithCSharpExpression/TestComponent.codegen.cs similarity index 100% rename from test/Microsoft.AspNetCore.Blazor.Build.Test/TestFiles/DesignTimeCodeGenerationTest/TrailingWhiteSpace_WithCSharpExpression/TestComponent.codegen.cs rename to test/Microsoft.AspNetCore.Components.Build.Test/TestFiles/DesignTimeCodeGenerationTest/TrailingWhiteSpace_WithCSharpExpression/TestComponent.codegen.cs diff --git a/test/Microsoft.AspNetCore.Blazor.Build.Test/TestFiles/DesignTimeCodeGenerationTest/TrailingWhiteSpace_WithCSharpExpression/TestComponent.ir.txt b/test/Microsoft.AspNetCore.Components.Build.Test/TestFiles/DesignTimeCodeGenerationTest/TrailingWhiteSpace_WithCSharpExpression/TestComponent.ir.txt similarity index 100% rename from test/Microsoft.AspNetCore.Blazor.Build.Test/TestFiles/DesignTimeCodeGenerationTest/TrailingWhiteSpace_WithCSharpExpression/TestComponent.ir.txt rename to test/Microsoft.AspNetCore.Components.Build.Test/TestFiles/DesignTimeCodeGenerationTest/TrailingWhiteSpace_WithCSharpExpression/TestComponent.ir.txt diff --git a/test/Microsoft.AspNetCore.Blazor.Build.Test/TestFiles/DesignTimeCodeGenerationTest/TrailingWhiteSpace_WithCSharpExpression/TestComponent.mappings.txt b/test/Microsoft.AspNetCore.Components.Build.Test/TestFiles/DesignTimeCodeGenerationTest/TrailingWhiteSpace_WithCSharpExpression/TestComponent.mappings.txt similarity index 100% rename from test/Microsoft.AspNetCore.Blazor.Build.Test/TestFiles/DesignTimeCodeGenerationTest/TrailingWhiteSpace_WithCSharpExpression/TestComponent.mappings.txt rename to test/Microsoft.AspNetCore.Components.Build.Test/TestFiles/DesignTimeCodeGenerationTest/TrailingWhiteSpace_WithCSharpExpression/TestComponent.mappings.txt diff --git a/test/Microsoft.AspNetCore.Blazor.Build.Test/TestFiles/DesignTimeCodeGenerationTest/TrailingWhiteSpace_WithComponent/TestComponent.codegen.cs b/test/Microsoft.AspNetCore.Components.Build.Test/TestFiles/DesignTimeCodeGenerationTest/TrailingWhiteSpace_WithComponent/TestComponent.codegen.cs similarity index 100% rename from test/Microsoft.AspNetCore.Blazor.Build.Test/TestFiles/DesignTimeCodeGenerationTest/TrailingWhiteSpace_WithComponent/TestComponent.codegen.cs rename to test/Microsoft.AspNetCore.Components.Build.Test/TestFiles/DesignTimeCodeGenerationTest/TrailingWhiteSpace_WithComponent/TestComponent.codegen.cs diff --git a/test/Microsoft.AspNetCore.Blazor.Build.Test/TestFiles/DesignTimeCodeGenerationTest/TrailingWhiteSpace_WithComponent/TestComponent.ir.txt b/test/Microsoft.AspNetCore.Components.Build.Test/TestFiles/DesignTimeCodeGenerationTest/TrailingWhiteSpace_WithComponent/TestComponent.ir.txt similarity index 100% rename from test/Microsoft.AspNetCore.Blazor.Build.Test/TestFiles/DesignTimeCodeGenerationTest/TrailingWhiteSpace_WithComponent/TestComponent.ir.txt rename to test/Microsoft.AspNetCore.Components.Build.Test/TestFiles/DesignTimeCodeGenerationTest/TrailingWhiteSpace_WithComponent/TestComponent.ir.txt diff --git a/test/Microsoft.AspNetCore.Blazor.Build.Test/TestFiles/DesignTimeCodeGenerationTest/TrailingWhiteSpace_WithComponent/TestComponent.mappings.txt b/test/Microsoft.AspNetCore.Components.Build.Test/TestFiles/DesignTimeCodeGenerationTest/TrailingWhiteSpace_WithComponent/TestComponent.mappings.txt similarity index 100% rename from test/Microsoft.AspNetCore.Blazor.Build.Test/TestFiles/DesignTimeCodeGenerationTest/TrailingWhiteSpace_WithComponent/TestComponent.mappings.txt rename to test/Microsoft.AspNetCore.Components.Build.Test/TestFiles/DesignTimeCodeGenerationTest/TrailingWhiteSpace_WithComponent/TestComponent.mappings.txt diff --git a/test/Microsoft.AspNetCore.Blazor.Build.Test/TestFiles/DesignTimeCodeGenerationTest/TrailingWhiteSpace_WithDirective/TestComponent.codegen.cs b/test/Microsoft.AspNetCore.Components.Build.Test/TestFiles/DesignTimeCodeGenerationTest/TrailingWhiteSpace_WithDirective/TestComponent.codegen.cs similarity index 100% rename from test/Microsoft.AspNetCore.Blazor.Build.Test/TestFiles/DesignTimeCodeGenerationTest/TrailingWhiteSpace_WithDirective/TestComponent.codegen.cs rename to test/Microsoft.AspNetCore.Components.Build.Test/TestFiles/DesignTimeCodeGenerationTest/TrailingWhiteSpace_WithDirective/TestComponent.codegen.cs diff --git a/test/Microsoft.AspNetCore.Blazor.Build.Test/TestFiles/DesignTimeCodeGenerationTest/TrailingWhiteSpace_WithDirective/TestComponent.ir.txt b/test/Microsoft.AspNetCore.Components.Build.Test/TestFiles/DesignTimeCodeGenerationTest/TrailingWhiteSpace_WithDirective/TestComponent.ir.txt similarity index 100% rename from test/Microsoft.AspNetCore.Blazor.Build.Test/TestFiles/DesignTimeCodeGenerationTest/TrailingWhiteSpace_WithDirective/TestComponent.ir.txt rename to test/Microsoft.AspNetCore.Components.Build.Test/TestFiles/DesignTimeCodeGenerationTest/TrailingWhiteSpace_WithDirective/TestComponent.ir.txt diff --git a/test/Microsoft.AspNetCore.Blazor.Build.Test/TestFiles/DesignTimeCodeGenerationTest/TrailingWhiteSpace_WithDirective/TestComponent.mappings.txt b/test/Microsoft.AspNetCore.Components.Build.Test/TestFiles/DesignTimeCodeGenerationTest/TrailingWhiteSpace_WithDirective/TestComponent.mappings.txt similarity index 100% rename from test/Microsoft.AspNetCore.Blazor.Build.Test/TestFiles/DesignTimeCodeGenerationTest/TrailingWhiteSpace_WithDirective/TestComponent.mappings.txt rename to test/Microsoft.AspNetCore.Components.Build.Test/TestFiles/DesignTimeCodeGenerationTest/TrailingWhiteSpace_WithDirective/TestComponent.mappings.txt diff --git a/test/Microsoft.AspNetCore.Blazor.Build.Test/TestFiles/RuntimeCodeGenerationTest/AsyncEventHandler_OnElement_ActionEventArgs_Lambda/TestComponent.codegen.cs b/test/Microsoft.AspNetCore.Components.Build.Test/TestFiles/RuntimeCodeGenerationTest/AsyncEventHandler_OnElement_ActionEventArgs_Lambda/TestComponent.codegen.cs similarity index 100% rename from test/Microsoft.AspNetCore.Blazor.Build.Test/TestFiles/RuntimeCodeGenerationTest/AsyncEventHandler_OnElement_ActionEventArgs_Lambda/TestComponent.codegen.cs rename to test/Microsoft.AspNetCore.Components.Build.Test/TestFiles/RuntimeCodeGenerationTest/AsyncEventHandler_OnElement_ActionEventArgs_Lambda/TestComponent.codegen.cs diff --git a/test/Microsoft.AspNetCore.Blazor.Build.Test/TestFiles/RuntimeCodeGenerationTest/AsyncEventHandler_OnElement_ActionEventArgs_Lambda/TestComponent.ir.txt b/test/Microsoft.AspNetCore.Components.Build.Test/TestFiles/RuntimeCodeGenerationTest/AsyncEventHandler_OnElement_ActionEventArgs_Lambda/TestComponent.ir.txt similarity index 100% rename from test/Microsoft.AspNetCore.Blazor.Build.Test/TestFiles/RuntimeCodeGenerationTest/AsyncEventHandler_OnElement_ActionEventArgs_Lambda/TestComponent.ir.txt rename to test/Microsoft.AspNetCore.Components.Build.Test/TestFiles/RuntimeCodeGenerationTest/AsyncEventHandler_OnElement_ActionEventArgs_Lambda/TestComponent.ir.txt diff --git a/test/Microsoft.AspNetCore.Blazor.Build.Test/TestFiles/RuntimeCodeGenerationTest/AsyncEventHandler_OnElement_ActionEventArgs_MethodGroup/TestComponent.codegen.cs b/test/Microsoft.AspNetCore.Components.Build.Test/TestFiles/RuntimeCodeGenerationTest/AsyncEventHandler_OnElement_ActionEventArgs_MethodGroup/TestComponent.codegen.cs similarity index 100% rename from test/Microsoft.AspNetCore.Blazor.Build.Test/TestFiles/RuntimeCodeGenerationTest/AsyncEventHandler_OnElement_ActionEventArgs_MethodGroup/TestComponent.codegen.cs rename to test/Microsoft.AspNetCore.Components.Build.Test/TestFiles/RuntimeCodeGenerationTest/AsyncEventHandler_OnElement_ActionEventArgs_MethodGroup/TestComponent.codegen.cs diff --git a/test/Microsoft.AspNetCore.Blazor.Build.Test/TestFiles/RuntimeCodeGenerationTest/AsyncEventHandler_OnElement_ActionEventArgs_MethodGroup/TestComponent.ir.txt b/test/Microsoft.AspNetCore.Components.Build.Test/TestFiles/RuntimeCodeGenerationTest/AsyncEventHandler_OnElement_ActionEventArgs_MethodGroup/TestComponent.ir.txt similarity index 100% rename from test/Microsoft.AspNetCore.Blazor.Build.Test/TestFiles/RuntimeCodeGenerationTest/AsyncEventHandler_OnElement_ActionEventArgs_MethodGroup/TestComponent.ir.txt rename to test/Microsoft.AspNetCore.Components.Build.Test/TestFiles/RuntimeCodeGenerationTest/AsyncEventHandler_OnElement_ActionEventArgs_MethodGroup/TestComponent.ir.txt diff --git a/test/Microsoft.AspNetCore.Blazor.Build.Test/TestFiles/RuntimeCodeGenerationTest/AsyncEventHandler_OnElement_ActionEventArgs_MethodGroup/TestComponent.mappings.txt b/test/Microsoft.AspNetCore.Components.Build.Test/TestFiles/RuntimeCodeGenerationTest/AsyncEventHandler_OnElement_ActionEventArgs_MethodGroup/TestComponent.mappings.txt similarity index 100% rename from test/Microsoft.AspNetCore.Blazor.Build.Test/TestFiles/RuntimeCodeGenerationTest/AsyncEventHandler_OnElement_ActionEventArgs_MethodGroup/TestComponent.mappings.txt rename to test/Microsoft.AspNetCore.Components.Build.Test/TestFiles/RuntimeCodeGenerationTest/AsyncEventHandler_OnElement_ActionEventArgs_MethodGroup/TestComponent.mappings.txt diff --git a/test/Microsoft.AspNetCore.Blazor.Build.Test/TestFiles/RuntimeCodeGenerationTest/AsyncEventHandler_OnElement_Action_Lambda/TestComponent.codegen.cs b/test/Microsoft.AspNetCore.Components.Build.Test/TestFiles/RuntimeCodeGenerationTest/AsyncEventHandler_OnElement_Action_Lambda/TestComponent.codegen.cs similarity index 100% rename from test/Microsoft.AspNetCore.Blazor.Build.Test/TestFiles/RuntimeCodeGenerationTest/AsyncEventHandler_OnElement_Action_Lambda/TestComponent.codegen.cs rename to test/Microsoft.AspNetCore.Components.Build.Test/TestFiles/RuntimeCodeGenerationTest/AsyncEventHandler_OnElement_Action_Lambda/TestComponent.codegen.cs diff --git a/test/Microsoft.AspNetCore.Blazor.Build.Test/TestFiles/RuntimeCodeGenerationTest/AsyncEventHandler_OnElement_Action_Lambda/TestComponent.ir.txt b/test/Microsoft.AspNetCore.Components.Build.Test/TestFiles/RuntimeCodeGenerationTest/AsyncEventHandler_OnElement_Action_Lambda/TestComponent.ir.txt similarity index 100% rename from test/Microsoft.AspNetCore.Blazor.Build.Test/TestFiles/RuntimeCodeGenerationTest/AsyncEventHandler_OnElement_Action_Lambda/TestComponent.ir.txt rename to test/Microsoft.AspNetCore.Components.Build.Test/TestFiles/RuntimeCodeGenerationTest/AsyncEventHandler_OnElement_Action_Lambda/TestComponent.ir.txt diff --git a/test/Microsoft.AspNetCore.Blazor.Build.Test/TestFiles/RuntimeCodeGenerationTest/AsyncEventHandler_OnElement_Action_MethodGroup/TestComponent.codegen.cs b/test/Microsoft.AspNetCore.Components.Build.Test/TestFiles/RuntimeCodeGenerationTest/AsyncEventHandler_OnElement_Action_MethodGroup/TestComponent.codegen.cs similarity index 100% rename from test/Microsoft.AspNetCore.Blazor.Build.Test/TestFiles/RuntimeCodeGenerationTest/AsyncEventHandler_OnElement_Action_MethodGroup/TestComponent.codegen.cs rename to test/Microsoft.AspNetCore.Components.Build.Test/TestFiles/RuntimeCodeGenerationTest/AsyncEventHandler_OnElement_Action_MethodGroup/TestComponent.codegen.cs diff --git a/test/Microsoft.AspNetCore.Blazor.Build.Test/TestFiles/RuntimeCodeGenerationTest/AsyncEventHandler_OnElement_Action_MethodGroup/TestComponent.ir.txt b/test/Microsoft.AspNetCore.Components.Build.Test/TestFiles/RuntimeCodeGenerationTest/AsyncEventHandler_OnElement_Action_MethodGroup/TestComponent.ir.txt similarity index 100% rename from test/Microsoft.AspNetCore.Blazor.Build.Test/TestFiles/RuntimeCodeGenerationTest/AsyncEventHandler_OnElement_Action_MethodGroup/TestComponent.ir.txt rename to test/Microsoft.AspNetCore.Components.Build.Test/TestFiles/RuntimeCodeGenerationTest/AsyncEventHandler_OnElement_Action_MethodGroup/TestComponent.ir.txt diff --git a/test/Microsoft.AspNetCore.Blazor.Build.Test/TestFiles/RuntimeCodeGenerationTest/AsyncEventHandler_OnElement_Action_MethodGroup/TestComponent.mappings.txt b/test/Microsoft.AspNetCore.Components.Build.Test/TestFiles/RuntimeCodeGenerationTest/AsyncEventHandler_OnElement_Action_MethodGroup/TestComponent.mappings.txt similarity index 100% rename from test/Microsoft.AspNetCore.Blazor.Build.Test/TestFiles/RuntimeCodeGenerationTest/AsyncEventHandler_OnElement_Action_MethodGroup/TestComponent.mappings.txt rename to test/Microsoft.AspNetCore.Components.Build.Test/TestFiles/RuntimeCodeGenerationTest/AsyncEventHandler_OnElement_Action_MethodGroup/TestComponent.mappings.txt diff --git a/test/Microsoft.AspNetCore.Blazor.Build.Test/TestFiles/RuntimeCodeGenerationTest/BindToComponent_SpecifiesValueAndChangeEvent_WithMatchingProperties/TestComponent.codegen.cs b/test/Microsoft.AspNetCore.Components.Build.Test/TestFiles/RuntimeCodeGenerationTest/BindToComponent_SpecifiesValueAndChangeEvent_WithMatchingProperties/TestComponent.codegen.cs similarity index 97% rename from test/Microsoft.AspNetCore.Blazor.Build.Test/TestFiles/RuntimeCodeGenerationTest/BindToComponent_SpecifiesValueAndChangeEvent_WithMatchingProperties/TestComponent.codegen.cs rename to test/Microsoft.AspNetCore.Components.Build.Test/TestFiles/RuntimeCodeGenerationTest/BindToComponent_SpecifiesValueAndChangeEvent_WithMatchingProperties/TestComponent.codegen.cs index cf84e126..f634509d 100644 --- a/test/Microsoft.AspNetCore.Blazor.Build.Test/TestFiles/RuntimeCodeGenerationTest/BindToComponent_SpecifiesValueAndChangeEvent_WithMatchingProperties/TestComponent.codegen.cs +++ b/test/Microsoft.AspNetCore.Components.Build.Test/TestFiles/RuntimeCodeGenerationTest/BindToComponent_SpecifiesValueAndChangeEvent_WithMatchingProperties/TestComponent.codegen.cs @@ -1,32 +1,32 @@ -// -#pragma warning disable 1591 -namespace Test -{ - #line hidden - using System; - using System.Collections.Generic; - using System.Linq; - using System.Threading.Tasks; - using Microsoft.AspNetCore.Blazor; - using Microsoft.AspNetCore.Blazor.Components; - public class TestComponent : Microsoft.AspNetCore.Blazor.Components.BlazorComponent - { - #pragma warning disable 1998 - protected override void BuildRenderTree(Microsoft.AspNetCore.Blazor.RenderTree.RenderTreeBuilder builder) - { - base.BuildRenderTree(builder); - builder.OpenComponent(0); - builder.AddAttribute(1, "Value", Microsoft.AspNetCore.Blazor.Components.RuntimeHelpers.TypeCheck(Microsoft.AspNetCore.Blazor.Components.BindMethods.GetValue(ParentValue))); - builder.AddAttribute(2, "OnChanged", new System.Action(__value => ParentValue = __value)); - builder.CloseComponent(); - } - #pragma warning restore 1998 -#line 3 "x:\dir\subdir\Test\TestComponent.cshtml" - - public int ParentValue { get; set; } = 42; - -#line default -#line hidden - } -} -#pragma warning restore 1591 +// +#pragma warning disable 1591 +namespace Test +{ + #line hidden + using System; + using System.Collections.Generic; + using System.Linq; + using System.Threading.Tasks; + using Microsoft.AspNetCore.Blazor; + using Microsoft.AspNetCore.Blazor.Components; + public class TestComponent : Microsoft.AspNetCore.Blazor.Components.BlazorComponent + { + #pragma warning disable 1998 + protected override void BuildRenderTree(Microsoft.AspNetCore.Blazor.RenderTree.RenderTreeBuilder builder) + { + base.BuildRenderTree(builder); + builder.OpenComponent(0); + builder.AddAttribute(1, "Value", Microsoft.AspNetCore.Blazor.Components.RuntimeHelpers.TypeCheck(Microsoft.AspNetCore.Blazor.Components.BindMethods.GetValue(ParentValue))); + builder.AddAttribute(2, "OnChanged", new System.Action(__value => ParentValue = __value)); + builder.CloseComponent(); + } + #pragma warning restore 1998 +#line 3 "x:\dir\subdir\Test\TestComponent.cshtml" + + public int ParentValue { get; set; } = 42; + +#line default +#line hidden + } +} +#pragma warning restore 1591 diff --git a/test/Microsoft.AspNetCore.Blazor.Build.Test/TestFiles/RuntimeCodeGenerationTest/BindToComponent_SpecifiesValueAndChangeEvent_WithMatchingProperties/TestComponent.ir.txt b/test/Microsoft.AspNetCore.Components.Build.Test/TestFiles/RuntimeCodeGenerationTest/BindToComponent_SpecifiesValueAndChangeEvent_WithMatchingProperties/TestComponent.ir.txt similarity index 100% rename from test/Microsoft.AspNetCore.Blazor.Build.Test/TestFiles/RuntimeCodeGenerationTest/BindToComponent_SpecifiesValueAndChangeEvent_WithMatchingProperties/TestComponent.ir.txt rename to test/Microsoft.AspNetCore.Components.Build.Test/TestFiles/RuntimeCodeGenerationTest/BindToComponent_SpecifiesValueAndChangeEvent_WithMatchingProperties/TestComponent.ir.txt diff --git a/test/Microsoft.AspNetCore.Blazor.Build.Test/TestFiles/RuntimeCodeGenerationTest/BindToComponent_SpecifiesValueAndChangeEvent_WithMatchingProperties/TestComponent.mappings.txt b/test/Microsoft.AspNetCore.Components.Build.Test/TestFiles/RuntimeCodeGenerationTest/BindToComponent_SpecifiesValueAndChangeEvent_WithMatchingProperties/TestComponent.mappings.txt similarity index 95% rename from test/Microsoft.AspNetCore.Blazor.Build.Test/TestFiles/RuntimeCodeGenerationTest/BindToComponent_SpecifiesValueAndChangeEvent_WithMatchingProperties/TestComponent.mappings.txt rename to test/Microsoft.AspNetCore.Components.Build.Test/TestFiles/RuntimeCodeGenerationTest/BindToComponent_SpecifiesValueAndChangeEvent_WithMatchingProperties/TestComponent.mappings.txt index 630daead..8bca6e39 100644 --- a/test/Microsoft.AspNetCore.Blazor.Build.Test/TestFiles/RuntimeCodeGenerationTest/BindToComponent_SpecifiesValueAndChangeEvent_WithMatchingProperties/TestComponent.mappings.txt +++ b/test/Microsoft.AspNetCore.Components.Build.Test/TestFiles/RuntimeCodeGenerationTest/BindToComponent_SpecifiesValueAndChangeEvent_WithMatchingProperties/TestComponent.mappings.txt @@ -1,9 +1,9 @@ -Source Location: (95:2,12 [50] x:\dir\subdir\Test\TestComponent.cshtml) -| - public int ParentValue { get; set; } = 42; -| -Generated Location: (1127:24,12 [50] ) -| - public int ParentValue { get; set; } = 42; -| - +Source Location: (95:2,12 [50] x:\dir\subdir\Test\TestComponent.cshtml) +| + public int ParentValue { get; set; } = 42; +| +Generated Location: (1127:24,12 [50] ) +| + public int ParentValue { get; set; } = 42; +| + diff --git a/test/Microsoft.AspNetCore.Blazor.Build.Test/TestFiles/RuntimeCodeGenerationTest/BindToComponent_SpecifiesValueAndChangeEvent_WithoutMatchingProperties/TestComponent.codegen.cs b/test/Microsoft.AspNetCore.Components.Build.Test/TestFiles/RuntimeCodeGenerationTest/BindToComponent_SpecifiesValueAndChangeEvent_WithoutMatchingProperties/TestComponent.codegen.cs similarity index 97% rename from test/Microsoft.AspNetCore.Blazor.Build.Test/TestFiles/RuntimeCodeGenerationTest/BindToComponent_SpecifiesValueAndChangeEvent_WithoutMatchingProperties/TestComponent.codegen.cs rename to test/Microsoft.AspNetCore.Components.Build.Test/TestFiles/RuntimeCodeGenerationTest/BindToComponent_SpecifiesValueAndChangeEvent_WithoutMatchingProperties/TestComponent.codegen.cs index 406fd77f..12f74d4b 100644 --- a/test/Microsoft.AspNetCore.Blazor.Build.Test/TestFiles/RuntimeCodeGenerationTest/BindToComponent_SpecifiesValueAndChangeEvent_WithoutMatchingProperties/TestComponent.codegen.cs +++ b/test/Microsoft.AspNetCore.Components.Build.Test/TestFiles/RuntimeCodeGenerationTest/BindToComponent_SpecifiesValueAndChangeEvent_WithoutMatchingProperties/TestComponent.codegen.cs @@ -1,32 +1,32 @@ -// -#pragma warning disable 1591 -namespace Test -{ - #line hidden - using System; - using System.Collections.Generic; - using System.Linq; - using System.Threading.Tasks; - using Microsoft.AspNetCore.Blazor; - using Microsoft.AspNetCore.Blazor.Components; - public class TestComponent : Microsoft.AspNetCore.Blazor.Components.BlazorComponent - { - #pragma warning disable 1998 - protected override void BuildRenderTree(Microsoft.AspNetCore.Blazor.RenderTree.RenderTreeBuilder builder) - { - base.BuildRenderTree(builder); - builder.OpenComponent(0); - builder.AddAttribute(1, "Value", Microsoft.AspNetCore.Blazor.Components.BindMethods.GetValue(ParentValue)); - builder.AddAttribute(2, "OnChanged", Microsoft.AspNetCore.Blazor.Components.BindMethods.SetValueHandler(__value => ParentValue = __value, ParentValue)); - builder.CloseComponent(); - } - #pragma warning restore 1998 -#line 3 "x:\dir\subdir\Test\TestComponent.cshtml" - - public int ParentValue { get; set; } = 42; - -#line default -#line hidden - } -} -#pragma warning restore 1591 +// +#pragma warning disable 1591 +namespace Test +{ + #line hidden + using System; + using System.Collections.Generic; + using System.Linq; + using System.Threading.Tasks; + using Microsoft.AspNetCore.Blazor; + using Microsoft.AspNetCore.Blazor.Components; + public class TestComponent : Microsoft.AspNetCore.Blazor.Components.BlazorComponent + { + #pragma warning disable 1998 + protected override void BuildRenderTree(Microsoft.AspNetCore.Blazor.RenderTree.RenderTreeBuilder builder) + { + base.BuildRenderTree(builder); + builder.OpenComponent(0); + builder.AddAttribute(1, "Value", Microsoft.AspNetCore.Blazor.Components.BindMethods.GetValue(ParentValue)); + builder.AddAttribute(2, "OnChanged", Microsoft.AspNetCore.Blazor.Components.BindMethods.SetValueHandler(__value => ParentValue = __value, ParentValue)); + builder.CloseComponent(); + } + #pragma warning restore 1998 +#line 3 "x:\dir\subdir\Test\TestComponent.cshtml" + + public int ParentValue { get; set; } = 42; + +#line default +#line hidden + } +} +#pragma warning restore 1591 diff --git a/test/Microsoft.AspNetCore.Blazor.Build.Test/TestFiles/RuntimeCodeGenerationTest/BindToComponent_SpecifiesValueAndChangeEvent_WithoutMatchingProperties/TestComponent.ir.txt b/test/Microsoft.AspNetCore.Components.Build.Test/TestFiles/RuntimeCodeGenerationTest/BindToComponent_SpecifiesValueAndChangeEvent_WithoutMatchingProperties/TestComponent.ir.txt similarity index 100% rename from test/Microsoft.AspNetCore.Blazor.Build.Test/TestFiles/RuntimeCodeGenerationTest/BindToComponent_SpecifiesValueAndChangeEvent_WithoutMatchingProperties/TestComponent.ir.txt rename to test/Microsoft.AspNetCore.Components.Build.Test/TestFiles/RuntimeCodeGenerationTest/BindToComponent_SpecifiesValueAndChangeEvent_WithoutMatchingProperties/TestComponent.ir.txt diff --git a/test/Microsoft.AspNetCore.Blazor.Build.Test/TestFiles/RuntimeCodeGenerationTest/BindToComponent_SpecifiesValueAndChangeEvent_WithoutMatchingProperties/TestComponent.mappings.txt b/test/Microsoft.AspNetCore.Components.Build.Test/TestFiles/RuntimeCodeGenerationTest/BindToComponent_SpecifiesValueAndChangeEvent_WithoutMatchingProperties/TestComponent.mappings.txt similarity index 95% rename from test/Microsoft.AspNetCore.Blazor.Build.Test/TestFiles/RuntimeCodeGenerationTest/BindToComponent_SpecifiesValueAndChangeEvent_WithoutMatchingProperties/TestComponent.mappings.txt rename to test/Microsoft.AspNetCore.Components.Build.Test/TestFiles/RuntimeCodeGenerationTest/BindToComponent_SpecifiesValueAndChangeEvent_WithoutMatchingProperties/TestComponent.mappings.txt index c118a649..b2c81c25 100644 --- a/test/Microsoft.AspNetCore.Blazor.Build.Test/TestFiles/RuntimeCodeGenerationTest/BindToComponent_SpecifiesValueAndChangeEvent_WithoutMatchingProperties/TestComponent.mappings.txt +++ b/test/Microsoft.AspNetCore.Components.Build.Test/TestFiles/RuntimeCodeGenerationTest/BindToComponent_SpecifiesValueAndChangeEvent_WithoutMatchingProperties/TestComponent.mappings.txt @@ -1,9 +1,9 @@ -Source Location: (95:2,12 [50] x:\dir\subdir\Test\TestComponent.cshtml) -| - public int ParentValue { get; set; } = 42; -| -Generated Location: (1096:24,12 [50] ) -| - public int ParentValue { get; set; } = 42; -| - +Source Location: (95:2,12 [50] x:\dir\subdir\Test\TestComponent.cshtml) +| + public int ParentValue { get; set; } = 42; +| +Generated Location: (1096:24,12 [50] ) +| + public int ParentValue { get; set; } = 42; +| + diff --git a/test/Microsoft.AspNetCore.Blazor.Build.Test/TestFiles/RuntimeCodeGenerationTest/BindToComponent_SpecifiesValue_WithMatchingProperties/TestComponent.codegen.cs b/test/Microsoft.AspNetCore.Components.Build.Test/TestFiles/RuntimeCodeGenerationTest/BindToComponent_SpecifiesValue_WithMatchingProperties/TestComponent.codegen.cs similarity index 97% rename from test/Microsoft.AspNetCore.Blazor.Build.Test/TestFiles/RuntimeCodeGenerationTest/BindToComponent_SpecifiesValue_WithMatchingProperties/TestComponent.codegen.cs rename to test/Microsoft.AspNetCore.Components.Build.Test/TestFiles/RuntimeCodeGenerationTest/BindToComponent_SpecifiesValue_WithMatchingProperties/TestComponent.codegen.cs index cb38bfe8..0bb206af 100644 --- a/test/Microsoft.AspNetCore.Blazor.Build.Test/TestFiles/RuntimeCodeGenerationTest/BindToComponent_SpecifiesValue_WithMatchingProperties/TestComponent.codegen.cs +++ b/test/Microsoft.AspNetCore.Components.Build.Test/TestFiles/RuntimeCodeGenerationTest/BindToComponent_SpecifiesValue_WithMatchingProperties/TestComponent.codegen.cs @@ -1,32 +1,32 @@ -// -#pragma warning disable 1591 -namespace Test -{ - #line hidden - using System; - using System.Collections.Generic; - using System.Linq; - using System.Threading.Tasks; - using Microsoft.AspNetCore.Blazor; - using Microsoft.AspNetCore.Blazor.Components; - public class TestComponent : Microsoft.AspNetCore.Blazor.Components.BlazorComponent - { - #pragma warning disable 1998 - protected override void BuildRenderTree(Microsoft.AspNetCore.Blazor.RenderTree.RenderTreeBuilder builder) - { - base.BuildRenderTree(builder); - builder.OpenComponent(0); - builder.AddAttribute(1, "Value", Microsoft.AspNetCore.Blazor.Components.RuntimeHelpers.TypeCheck(Microsoft.AspNetCore.Blazor.Components.BindMethods.GetValue(ParentValue))); - builder.AddAttribute(2, "ValueChanged", new System.Action(__value => ParentValue = __value)); - builder.CloseComponent(); - } - #pragma warning restore 1998 -#line 3 "x:\dir\subdir\Test\TestComponent.cshtml" - - public int ParentValue { get; set; } = 42; - -#line default -#line hidden - } -} -#pragma warning restore 1591 +// +#pragma warning disable 1591 +namespace Test +{ + #line hidden + using System; + using System.Collections.Generic; + using System.Linq; + using System.Threading.Tasks; + using Microsoft.AspNetCore.Blazor; + using Microsoft.AspNetCore.Blazor.Components; + public class TestComponent : Microsoft.AspNetCore.Blazor.Components.BlazorComponent + { + #pragma warning disable 1998 + protected override void BuildRenderTree(Microsoft.AspNetCore.Blazor.RenderTree.RenderTreeBuilder builder) + { + base.BuildRenderTree(builder); + builder.OpenComponent(0); + builder.AddAttribute(1, "Value", Microsoft.AspNetCore.Blazor.Components.RuntimeHelpers.TypeCheck(Microsoft.AspNetCore.Blazor.Components.BindMethods.GetValue(ParentValue))); + builder.AddAttribute(2, "ValueChanged", new System.Action(__value => ParentValue = __value)); + builder.CloseComponent(); + } + #pragma warning restore 1998 +#line 3 "x:\dir\subdir\Test\TestComponent.cshtml" + + public int ParentValue { get; set; } = 42; + +#line default +#line hidden + } +} +#pragma warning restore 1591 diff --git a/test/Microsoft.AspNetCore.Blazor.Build.Test/TestFiles/RuntimeCodeGenerationTest/BindToComponent_SpecifiesValue_WithMatchingProperties/TestComponent.ir.txt b/test/Microsoft.AspNetCore.Components.Build.Test/TestFiles/RuntimeCodeGenerationTest/BindToComponent_SpecifiesValue_WithMatchingProperties/TestComponent.ir.txt similarity index 100% rename from test/Microsoft.AspNetCore.Blazor.Build.Test/TestFiles/RuntimeCodeGenerationTest/BindToComponent_SpecifiesValue_WithMatchingProperties/TestComponent.ir.txt rename to test/Microsoft.AspNetCore.Components.Build.Test/TestFiles/RuntimeCodeGenerationTest/BindToComponent_SpecifiesValue_WithMatchingProperties/TestComponent.ir.txt diff --git a/test/Microsoft.AspNetCore.Blazor.Build.Test/TestFiles/RuntimeCodeGenerationTest/BindToComponent_SpecifiesValue_WithMatchingProperties/TestComponent.mappings.txt b/test/Microsoft.AspNetCore.Components.Build.Test/TestFiles/RuntimeCodeGenerationTest/BindToComponent_SpecifiesValue_WithMatchingProperties/TestComponent.mappings.txt similarity index 95% rename from test/Microsoft.AspNetCore.Blazor.Build.Test/TestFiles/RuntimeCodeGenerationTest/BindToComponent_SpecifiesValue_WithMatchingProperties/TestComponent.mappings.txt rename to test/Microsoft.AspNetCore.Components.Build.Test/TestFiles/RuntimeCodeGenerationTest/BindToComponent_SpecifiesValue_WithMatchingProperties/TestComponent.mappings.txt index 726cf8cc..1d2144ac 100644 --- a/test/Microsoft.AspNetCore.Blazor.Build.Test/TestFiles/RuntimeCodeGenerationTest/BindToComponent_SpecifiesValue_WithMatchingProperties/TestComponent.mappings.txt +++ b/test/Microsoft.AspNetCore.Components.Build.Test/TestFiles/RuntimeCodeGenerationTest/BindToComponent_SpecifiesValue_WithMatchingProperties/TestComponent.mappings.txt @@ -1,9 +1,9 @@ -Source Location: (85:2,12 [50] x:\dir\subdir\Test\TestComponent.cshtml) -| - public int ParentValue { get; set; } = 42; -| -Generated Location: (1130:24,12 [50] ) -| - public int ParentValue { get; set; } = 42; -| - +Source Location: (85:2,12 [50] x:\dir\subdir\Test\TestComponent.cshtml) +| + public int ParentValue { get; set; } = 42; +| +Generated Location: (1130:24,12 [50] ) +| + public int ParentValue { get; set; } = 42; +| + diff --git a/test/Microsoft.AspNetCore.Blazor.Build.Test/TestFiles/RuntimeCodeGenerationTest/BindToComponent_SpecifiesValue_WithoutMatchingProperties/TestComponent.codegen.cs b/test/Microsoft.AspNetCore.Components.Build.Test/TestFiles/RuntimeCodeGenerationTest/BindToComponent_SpecifiesValue_WithoutMatchingProperties/TestComponent.codegen.cs similarity index 97% rename from test/Microsoft.AspNetCore.Blazor.Build.Test/TestFiles/RuntimeCodeGenerationTest/BindToComponent_SpecifiesValue_WithoutMatchingProperties/TestComponent.codegen.cs rename to test/Microsoft.AspNetCore.Components.Build.Test/TestFiles/RuntimeCodeGenerationTest/BindToComponent_SpecifiesValue_WithoutMatchingProperties/TestComponent.codegen.cs index 983f6cfa..d70f0e7c 100644 --- a/test/Microsoft.AspNetCore.Blazor.Build.Test/TestFiles/RuntimeCodeGenerationTest/BindToComponent_SpecifiesValue_WithoutMatchingProperties/TestComponent.codegen.cs +++ b/test/Microsoft.AspNetCore.Components.Build.Test/TestFiles/RuntimeCodeGenerationTest/BindToComponent_SpecifiesValue_WithoutMatchingProperties/TestComponent.codegen.cs @@ -1,32 +1,32 @@ -// -#pragma warning disable 1591 -namespace Test -{ - #line hidden - using System; - using System.Collections.Generic; - using System.Linq; - using System.Threading.Tasks; - using Microsoft.AspNetCore.Blazor; - using Microsoft.AspNetCore.Blazor.Components; - public class TestComponent : Microsoft.AspNetCore.Blazor.Components.BlazorComponent - { - #pragma warning disable 1998 - protected override void BuildRenderTree(Microsoft.AspNetCore.Blazor.RenderTree.RenderTreeBuilder builder) - { - base.BuildRenderTree(builder); - builder.OpenComponent(0); - builder.AddAttribute(1, "Value", Microsoft.AspNetCore.Blazor.Components.BindMethods.GetValue(ParentValue)); - builder.AddAttribute(2, "ValueChanged", Microsoft.AspNetCore.Blazor.Components.BindMethods.SetValueHandler(__value => ParentValue = __value, ParentValue)); - builder.CloseComponent(); - } - #pragma warning restore 1998 -#line 3 "x:\dir\subdir\Test\TestComponent.cshtml" - - public int ParentValue { get; set; } = 42; - -#line default -#line hidden - } -} -#pragma warning restore 1591 +// +#pragma warning disable 1591 +namespace Test +{ + #line hidden + using System; + using System.Collections.Generic; + using System.Linq; + using System.Threading.Tasks; + using Microsoft.AspNetCore.Blazor; + using Microsoft.AspNetCore.Blazor.Components; + public class TestComponent : Microsoft.AspNetCore.Blazor.Components.BlazorComponent + { + #pragma warning disable 1998 + protected override void BuildRenderTree(Microsoft.AspNetCore.Blazor.RenderTree.RenderTreeBuilder builder) + { + base.BuildRenderTree(builder); + builder.OpenComponent(0); + builder.AddAttribute(1, "Value", Microsoft.AspNetCore.Blazor.Components.BindMethods.GetValue(ParentValue)); + builder.AddAttribute(2, "ValueChanged", Microsoft.AspNetCore.Blazor.Components.BindMethods.SetValueHandler(__value => ParentValue = __value, ParentValue)); + builder.CloseComponent(); + } + #pragma warning restore 1998 +#line 3 "x:\dir\subdir\Test\TestComponent.cshtml" + + public int ParentValue { get; set; } = 42; + +#line default +#line hidden + } +} +#pragma warning restore 1591 diff --git a/test/Microsoft.AspNetCore.Blazor.Build.Test/TestFiles/RuntimeCodeGenerationTest/BindToComponent_SpecifiesValue_WithoutMatchingProperties/TestComponent.ir.txt b/test/Microsoft.AspNetCore.Components.Build.Test/TestFiles/RuntimeCodeGenerationTest/BindToComponent_SpecifiesValue_WithoutMatchingProperties/TestComponent.ir.txt similarity index 100% rename from test/Microsoft.AspNetCore.Blazor.Build.Test/TestFiles/RuntimeCodeGenerationTest/BindToComponent_SpecifiesValue_WithoutMatchingProperties/TestComponent.ir.txt rename to test/Microsoft.AspNetCore.Components.Build.Test/TestFiles/RuntimeCodeGenerationTest/BindToComponent_SpecifiesValue_WithoutMatchingProperties/TestComponent.ir.txt diff --git a/test/Microsoft.AspNetCore.Blazor.Build.Test/TestFiles/RuntimeCodeGenerationTest/BindToComponent_SpecifiesValue_WithoutMatchingProperties/TestComponent.mappings.txt b/test/Microsoft.AspNetCore.Components.Build.Test/TestFiles/RuntimeCodeGenerationTest/BindToComponent_SpecifiesValue_WithoutMatchingProperties/TestComponent.mappings.txt similarity index 95% rename from test/Microsoft.AspNetCore.Blazor.Build.Test/TestFiles/RuntimeCodeGenerationTest/BindToComponent_SpecifiesValue_WithoutMatchingProperties/TestComponent.mappings.txt rename to test/Microsoft.AspNetCore.Components.Build.Test/TestFiles/RuntimeCodeGenerationTest/BindToComponent_SpecifiesValue_WithoutMatchingProperties/TestComponent.mappings.txt index 6f0ab5af..96042790 100644 --- a/test/Microsoft.AspNetCore.Blazor.Build.Test/TestFiles/RuntimeCodeGenerationTest/BindToComponent_SpecifiesValue_WithoutMatchingProperties/TestComponent.mappings.txt +++ b/test/Microsoft.AspNetCore.Components.Build.Test/TestFiles/RuntimeCodeGenerationTest/BindToComponent_SpecifiesValue_WithoutMatchingProperties/TestComponent.mappings.txt @@ -1,9 +1,9 @@ -Source Location: (85:2,12 [50] x:\dir\subdir\Test\TestComponent.cshtml) -| - public int ParentValue { get; set; } = 42; -| -Generated Location: (1099:24,12 [50] ) -| - public int ParentValue { get; set; } = 42; -| - +Source Location: (85:2,12 [50] x:\dir\subdir\Test\TestComponent.cshtml) +| + public int ParentValue { get; set; } = 42; +| +Generated Location: (1099:24,12 [50] ) +| + public int ParentValue { get; set; } = 42; +| + diff --git a/test/Microsoft.AspNetCore.Blazor.Build.Test/TestFiles/RuntimeCodeGenerationTest/BindToComponent_TypeChecked_WithMatchingProperties/TestComponent.codegen.cs b/test/Microsoft.AspNetCore.Components.Build.Test/TestFiles/RuntimeCodeGenerationTest/BindToComponent_TypeChecked_WithMatchingProperties/TestComponent.codegen.cs similarity index 100% rename from test/Microsoft.AspNetCore.Blazor.Build.Test/TestFiles/RuntimeCodeGenerationTest/BindToComponent_TypeChecked_WithMatchingProperties/TestComponent.codegen.cs rename to test/Microsoft.AspNetCore.Components.Build.Test/TestFiles/RuntimeCodeGenerationTest/BindToComponent_TypeChecked_WithMatchingProperties/TestComponent.codegen.cs diff --git a/test/Microsoft.AspNetCore.Blazor.Build.Test/TestFiles/RuntimeCodeGenerationTest/BindToComponent_TypeChecked_WithMatchingProperties/TestComponent.ir.txt b/test/Microsoft.AspNetCore.Components.Build.Test/TestFiles/RuntimeCodeGenerationTest/BindToComponent_TypeChecked_WithMatchingProperties/TestComponent.ir.txt similarity index 100% rename from test/Microsoft.AspNetCore.Blazor.Build.Test/TestFiles/RuntimeCodeGenerationTest/BindToComponent_TypeChecked_WithMatchingProperties/TestComponent.ir.txt rename to test/Microsoft.AspNetCore.Components.Build.Test/TestFiles/RuntimeCodeGenerationTest/BindToComponent_TypeChecked_WithMatchingProperties/TestComponent.ir.txt diff --git a/test/Microsoft.AspNetCore.Blazor.Build.Test/TestFiles/RuntimeCodeGenerationTest/BindToComponent_TypeChecked_WithMatchingProperties/TestComponent.mappings.txt b/test/Microsoft.AspNetCore.Components.Build.Test/TestFiles/RuntimeCodeGenerationTest/BindToComponent_TypeChecked_WithMatchingProperties/TestComponent.mappings.txt similarity index 100% rename from test/Microsoft.AspNetCore.Blazor.Build.Test/TestFiles/RuntimeCodeGenerationTest/BindToComponent_TypeChecked_WithMatchingProperties/TestComponent.mappings.txt rename to test/Microsoft.AspNetCore.Components.Build.Test/TestFiles/RuntimeCodeGenerationTest/BindToComponent_TypeChecked_WithMatchingProperties/TestComponent.mappings.txt diff --git a/test/Microsoft.AspNetCore.Blazor.Build.Test/TestFiles/RuntimeCodeGenerationTest/BindToElementFallback_WithFormat_WritesAttributes/TestComponent.codegen.cs b/test/Microsoft.AspNetCore.Components.Build.Test/TestFiles/RuntimeCodeGenerationTest/BindToElementFallback_WithFormat_WritesAttributes/TestComponent.codegen.cs similarity index 97% rename from test/Microsoft.AspNetCore.Blazor.Build.Test/TestFiles/RuntimeCodeGenerationTest/BindToElementFallback_WithFormat_WritesAttributes/TestComponent.codegen.cs rename to test/Microsoft.AspNetCore.Components.Build.Test/TestFiles/RuntimeCodeGenerationTest/BindToElementFallback_WithFormat_WritesAttributes/TestComponent.codegen.cs index d1b7faa6..de1a8e73 100644 --- a/test/Microsoft.AspNetCore.Blazor.Build.Test/TestFiles/RuntimeCodeGenerationTest/BindToElementFallback_WithFormat_WritesAttributes/TestComponent.codegen.cs +++ b/test/Microsoft.AspNetCore.Components.Build.Test/TestFiles/RuntimeCodeGenerationTest/BindToElementFallback_WithFormat_WritesAttributes/TestComponent.codegen.cs @@ -1,33 +1,33 @@ -// -#pragma warning disable 1591 -namespace Test -{ - #line hidden - using System; - using System.Collections.Generic; - using System.Linq; - using System.Threading.Tasks; - using Microsoft.AspNetCore.Blazor; - using Microsoft.AspNetCore.Blazor.Components; - public class TestComponent : Microsoft.AspNetCore.Blazor.Components.BlazorComponent - { - #pragma warning disable 1998 - protected override void BuildRenderTree(Microsoft.AspNetCore.Blazor.RenderTree.RenderTreeBuilder builder) - { - base.BuildRenderTree(builder); - builder.OpenElement(0, "input"); - builder.AddAttribute(1, "type", "text"); - builder.AddAttribute(2, "value", Microsoft.AspNetCore.Blazor.Components.BindMethods.GetValue(CurrentDate, "MM/dd")); - builder.AddAttribute(3, "onchange", Microsoft.AspNetCore.Blazor.Components.BindMethods.SetValueHandler(__value => CurrentDate = __value, CurrentDate, "MM/dd")); - builder.CloseElement(); - } - #pragma warning restore 1998 -#line 3 "x:\dir\subdir\Test\TestComponent.cshtml" - - public DateTime CurrentDate { get; set; } = new DateTime(2018, 1, 1); - -#line default -#line hidden - } -} -#pragma warning restore 1591 +// +#pragma warning disable 1591 +namespace Test +{ + #line hidden + using System; + using System.Collections.Generic; + using System.Linq; + using System.Threading.Tasks; + using Microsoft.AspNetCore.Blazor; + using Microsoft.AspNetCore.Blazor.Components; + public class TestComponent : Microsoft.AspNetCore.Blazor.Components.BlazorComponent + { + #pragma warning disable 1998 + protected override void BuildRenderTree(Microsoft.AspNetCore.Blazor.RenderTree.RenderTreeBuilder builder) + { + base.BuildRenderTree(builder); + builder.OpenElement(0, "input"); + builder.AddAttribute(1, "type", "text"); + builder.AddAttribute(2, "value", Microsoft.AspNetCore.Blazor.Components.BindMethods.GetValue(CurrentDate, "MM/dd")); + builder.AddAttribute(3, "onchange", Microsoft.AspNetCore.Blazor.Components.BindMethods.SetValueHandler(__value => CurrentDate = __value, CurrentDate, "MM/dd")); + builder.CloseElement(); + } + #pragma warning restore 1998 +#line 3 "x:\dir\subdir\Test\TestComponent.cshtml" + + public DateTime CurrentDate { get; set; } = new DateTime(2018, 1, 1); + +#line default +#line hidden + } +} +#pragma warning restore 1591 diff --git a/test/Microsoft.AspNetCore.Blazor.Build.Test/TestFiles/RuntimeCodeGenerationTest/BindToElementFallback_WithFormat_WritesAttributes/TestComponent.ir.txt b/test/Microsoft.AspNetCore.Components.Build.Test/TestFiles/RuntimeCodeGenerationTest/BindToElementFallback_WithFormat_WritesAttributes/TestComponent.ir.txt similarity index 100% rename from test/Microsoft.AspNetCore.Blazor.Build.Test/TestFiles/RuntimeCodeGenerationTest/BindToElementFallback_WithFormat_WritesAttributes/TestComponent.ir.txt rename to test/Microsoft.AspNetCore.Components.Build.Test/TestFiles/RuntimeCodeGenerationTest/BindToElementFallback_WithFormat_WritesAttributes/TestComponent.ir.txt diff --git a/test/Microsoft.AspNetCore.Blazor.Build.Test/TestFiles/RuntimeCodeGenerationTest/BindToElementFallback_WithFormat_WritesAttributes/TestComponent.mappings.txt b/test/Microsoft.AspNetCore.Components.Build.Test/TestFiles/RuntimeCodeGenerationTest/BindToElementFallback_WithFormat_WritesAttributes/TestComponent.mappings.txt similarity index 96% rename from test/Microsoft.AspNetCore.Blazor.Build.Test/TestFiles/RuntimeCodeGenerationTest/BindToElementFallback_WithFormat_WritesAttributes/TestComponent.mappings.txt rename to test/Microsoft.AspNetCore.Components.Build.Test/TestFiles/RuntimeCodeGenerationTest/BindToElementFallback_WithFormat_WritesAttributes/TestComponent.mappings.txt index 8f476a02..25dcf72d 100644 --- a/test/Microsoft.AspNetCore.Blazor.Build.Test/TestFiles/RuntimeCodeGenerationTest/BindToElementFallback_WithFormat_WritesAttributes/TestComponent.mappings.txt +++ b/test/Microsoft.AspNetCore.Components.Build.Test/TestFiles/RuntimeCodeGenerationTest/BindToElementFallback_WithFormat_WritesAttributes/TestComponent.mappings.txt @@ -1,9 +1,9 @@ -Source Location: (122:2,12 [77] x:\dir\subdir\Test\TestComponent.cshtml) -| - public DateTime CurrentDate { get; set; } = new DateTime(2018, 1, 1); -| -Generated Location: (1154:25,12 [77] ) -| - public DateTime CurrentDate { get; set; } = new DateTime(2018, 1, 1); -| - +Source Location: (122:2,12 [77] x:\dir\subdir\Test\TestComponent.cshtml) +| + public DateTime CurrentDate { get; set; } = new DateTime(2018, 1, 1); +| +Generated Location: (1154:25,12 [77] ) +| + public DateTime CurrentDate { get; set; } = new DateTime(2018, 1, 1); +| + diff --git a/test/Microsoft.AspNetCore.Blazor.Build.Test/TestFiles/RuntimeCodeGenerationTest/BindToElementFallback_WritesAttributes/TestComponent.codegen.cs b/test/Microsoft.AspNetCore.Components.Build.Test/TestFiles/RuntimeCodeGenerationTest/BindToElementFallback_WritesAttributes/TestComponent.codegen.cs similarity index 97% rename from test/Microsoft.AspNetCore.Blazor.Build.Test/TestFiles/RuntimeCodeGenerationTest/BindToElementFallback_WritesAttributes/TestComponent.codegen.cs rename to test/Microsoft.AspNetCore.Components.Build.Test/TestFiles/RuntimeCodeGenerationTest/BindToElementFallback_WritesAttributes/TestComponent.codegen.cs index 885d2dcf..27841023 100644 --- a/test/Microsoft.AspNetCore.Blazor.Build.Test/TestFiles/RuntimeCodeGenerationTest/BindToElementFallback_WritesAttributes/TestComponent.codegen.cs +++ b/test/Microsoft.AspNetCore.Components.Build.Test/TestFiles/RuntimeCodeGenerationTest/BindToElementFallback_WritesAttributes/TestComponent.codegen.cs @@ -1,33 +1,33 @@ -// -#pragma warning disable 1591 -namespace Test -{ - #line hidden - using System; - using System.Collections.Generic; - using System.Linq; - using System.Threading.Tasks; - using Microsoft.AspNetCore.Blazor; - using Microsoft.AspNetCore.Blazor.Components; - public class TestComponent : Microsoft.AspNetCore.Blazor.Components.BlazorComponent - { - #pragma warning disable 1998 - protected override void BuildRenderTree(Microsoft.AspNetCore.Blazor.RenderTree.RenderTreeBuilder builder) - { - base.BuildRenderTree(builder); - builder.OpenElement(0, "input"); - builder.AddAttribute(1, "type", "text"); - builder.AddAttribute(2, "value", Microsoft.AspNetCore.Blazor.Components.BindMethods.GetValue(ParentValue)); - builder.AddAttribute(3, "onchange", Microsoft.AspNetCore.Blazor.Components.BindMethods.SetValueHandler(__value => ParentValue = __value, ParentValue)); - builder.CloseElement(); - } - #pragma warning restore 1998 -#line 3 "x:\dir\subdir\Test\TestComponent.cshtml" - - public int ParentValue { get; set; } = 42; - -#line default -#line hidden - } -} -#pragma warning restore 1591 +// +#pragma warning disable 1591 +namespace Test +{ + #line hidden + using System; + using System.Collections.Generic; + using System.Linq; + using System.Threading.Tasks; + using Microsoft.AspNetCore.Blazor; + using Microsoft.AspNetCore.Blazor.Components; + public class TestComponent : Microsoft.AspNetCore.Blazor.Components.BlazorComponent + { + #pragma warning disable 1998 + protected override void BuildRenderTree(Microsoft.AspNetCore.Blazor.RenderTree.RenderTreeBuilder builder) + { + base.BuildRenderTree(builder); + builder.OpenElement(0, "input"); + builder.AddAttribute(1, "type", "text"); + builder.AddAttribute(2, "value", Microsoft.AspNetCore.Blazor.Components.BindMethods.GetValue(ParentValue)); + builder.AddAttribute(3, "onchange", Microsoft.AspNetCore.Blazor.Components.BindMethods.SetValueHandler(__value => ParentValue = __value, ParentValue)); + builder.CloseElement(); + } + #pragma warning restore 1998 +#line 3 "x:\dir\subdir\Test\TestComponent.cshtml" + + public int ParentValue { get; set; } = 42; + +#line default +#line hidden + } +} +#pragma warning restore 1591 diff --git a/test/Microsoft.AspNetCore.Blazor.Build.Test/TestFiles/RuntimeCodeGenerationTest/BindToElementFallback_WritesAttributes/TestComponent.ir.txt b/test/Microsoft.AspNetCore.Components.Build.Test/TestFiles/RuntimeCodeGenerationTest/BindToElementFallback_WritesAttributes/TestComponent.ir.txt similarity index 100% rename from test/Microsoft.AspNetCore.Blazor.Build.Test/TestFiles/RuntimeCodeGenerationTest/BindToElementFallback_WritesAttributes/TestComponent.ir.txt rename to test/Microsoft.AspNetCore.Components.Build.Test/TestFiles/RuntimeCodeGenerationTest/BindToElementFallback_WritesAttributes/TestComponent.ir.txt diff --git a/test/Microsoft.AspNetCore.Blazor.Build.Test/TestFiles/RuntimeCodeGenerationTest/BindToElementFallback_WritesAttributes/TestComponent.mappings.txt b/test/Microsoft.AspNetCore.Components.Build.Test/TestFiles/RuntimeCodeGenerationTest/BindToElementFallback_WritesAttributes/TestComponent.mappings.txt similarity index 95% rename from test/Microsoft.AspNetCore.Blazor.Build.Test/TestFiles/RuntimeCodeGenerationTest/BindToElementFallback_WritesAttributes/TestComponent.mappings.txt rename to test/Microsoft.AspNetCore.Components.Build.Test/TestFiles/RuntimeCodeGenerationTest/BindToElementFallback_WritesAttributes/TestComponent.mappings.txt index 627ba0b6..aa09e1b2 100644 --- a/test/Microsoft.AspNetCore.Blazor.Build.Test/TestFiles/RuntimeCodeGenerationTest/BindToElementFallback_WritesAttributes/TestComponent.mappings.txt +++ b/test/Microsoft.AspNetCore.Components.Build.Test/TestFiles/RuntimeCodeGenerationTest/BindToElementFallback_WritesAttributes/TestComponent.mappings.txt @@ -1,9 +1,9 @@ -Source Location: (101:2,12 [50] x:\dir\subdir\Test\TestComponent.cshtml) -| - public int ParentValue { get; set; } = 42; -| -Generated Location: (1136:25,12 [50] ) -| - public int ParentValue { get; set; } = 42; -| - +Source Location: (101:2,12 [50] x:\dir\subdir\Test\TestComponent.cshtml) +| + public int ParentValue { get; set; } = 42; +| +Generated Location: (1136:25,12 [50] ) +| + public int ParentValue { get; set; } = 42; +| + diff --git a/test/Microsoft.AspNetCore.Blazor.Build.Test/TestFiles/RuntimeCodeGenerationTest/BindToElementWithSuffix_WritesAttributes/TestComponent.codegen.cs b/test/Microsoft.AspNetCore.Components.Build.Test/TestFiles/RuntimeCodeGenerationTest/BindToElementWithSuffix_WritesAttributes/TestComponent.codegen.cs similarity index 97% rename from test/Microsoft.AspNetCore.Blazor.Build.Test/TestFiles/RuntimeCodeGenerationTest/BindToElementWithSuffix_WritesAttributes/TestComponent.codegen.cs rename to test/Microsoft.AspNetCore.Components.Build.Test/TestFiles/RuntimeCodeGenerationTest/BindToElementWithSuffix_WritesAttributes/TestComponent.codegen.cs index d0782b1b..1f4d0724 100644 --- a/test/Microsoft.AspNetCore.Blazor.Build.Test/TestFiles/RuntimeCodeGenerationTest/BindToElementWithSuffix_WritesAttributes/TestComponent.codegen.cs +++ b/test/Microsoft.AspNetCore.Components.Build.Test/TestFiles/RuntimeCodeGenerationTest/BindToElementWithSuffix_WritesAttributes/TestComponent.codegen.cs @@ -1,32 +1,32 @@ -// -#pragma warning disable 1591 -namespace Test -{ - #line hidden - using System; - using System.Collections.Generic; - using System.Linq; - using System.Threading.Tasks; - using Microsoft.AspNetCore.Blazor; - using Microsoft.AspNetCore.Blazor.Components; - public class TestComponent : Microsoft.AspNetCore.Blazor.Components.BlazorComponent - { - #pragma warning disable 1998 - protected override void BuildRenderTree(Microsoft.AspNetCore.Blazor.RenderTree.RenderTreeBuilder builder) - { - base.BuildRenderTree(builder); - builder.OpenElement(0, "div"); - builder.AddAttribute(1, "myvalue", Microsoft.AspNetCore.Blazor.Components.BindMethods.GetValue(ParentValue)); - builder.AddAttribute(2, "myevent", Microsoft.AspNetCore.Blazor.Components.BindMethods.SetValueHandler(__value => ParentValue = __value, ParentValue)); - builder.CloseElement(); - } - #pragma warning restore 1998 -#line 3 "x:\dir\subdir\Test\TestComponent.cshtml" - - public string ParentValue { get; set; } = "hi"; - -#line default -#line hidden - } -} -#pragma warning restore 1591 +// +#pragma warning disable 1591 +namespace Test +{ + #line hidden + using System; + using System.Collections.Generic; + using System.Linq; + using System.Threading.Tasks; + using Microsoft.AspNetCore.Blazor; + using Microsoft.AspNetCore.Blazor.Components; + public class TestComponent : Microsoft.AspNetCore.Blazor.Components.BlazorComponent + { + #pragma warning disable 1998 + protected override void BuildRenderTree(Microsoft.AspNetCore.Blazor.RenderTree.RenderTreeBuilder builder) + { + base.BuildRenderTree(builder); + builder.OpenElement(0, "div"); + builder.AddAttribute(1, "myvalue", Microsoft.AspNetCore.Blazor.Components.BindMethods.GetValue(ParentValue)); + builder.AddAttribute(2, "myevent", Microsoft.AspNetCore.Blazor.Components.BindMethods.SetValueHandler(__value => ParentValue = __value, ParentValue)); + builder.CloseElement(); + } + #pragma warning restore 1998 +#line 3 "x:\dir\subdir\Test\TestComponent.cshtml" + + public string ParentValue { get; set; } = "hi"; + +#line default +#line hidden + } +} +#pragma warning restore 1591 diff --git a/test/Microsoft.AspNetCore.Blazor.Build.Test/TestFiles/RuntimeCodeGenerationTest/BindToElementWithSuffix_WritesAttributes/TestComponent.ir.txt b/test/Microsoft.AspNetCore.Components.Build.Test/TestFiles/RuntimeCodeGenerationTest/BindToElementWithSuffix_WritesAttributes/TestComponent.ir.txt similarity index 100% rename from test/Microsoft.AspNetCore.Blazor.Build.Test/TestFiles/RuntimeCodeGenerationTest/BindToElementWithSuffix_WritesAttributes/TestComponent.ir.txt rename to test/Microsoft.AspNetCore.Components.Build.Test/TestFiles/RuntimeCodeGenerationTest/BindToElementWithSuffix_WritesAttributes/TestComponent.ir.txt diff --git a/test/Microsoft.AspNetCore.Blazor.Build.Test/TestFiles/RuntimeCodeGenerationTest/BindToElementWithSuffix_WritesAttributes/TestComponent.mappings.txt b/test/Microsoft.AspNetCore.Components.Build.Test/TestFiles/RuntimeCodeGenerationTest/BindToElementWithSuffix_WritesAttributes/TestComponent.mappings.txt similarity index 96% rename from test/Microsoft.AspNetCore.Blazor.Build.Test/TestFiles/RuntimeCodeGenerationTest/BindToElementWithSuffix_WritesAttributes/TestComponent.mappings.txt rename to test/Microsoft.AspNetCore.Components.Build.Test/TestFiles/RuntimeCodeGenerationTest/BindToElementWithSuffix_WritesAttributes/TestComponent.mappings.txt index bddded30..2179d46f 100644 --- a/test/Microsoft.AspNetCore.Blazor.Build.Test/TestFiles/RuntimeCodeGenerationTest/BindToElementWithSuffix_WritesAttributes/TestComponent.mappings.txt +++ b/test/Microsoft.AspNetCore.Components.Build.Test/TestFiles/RuntimeCodeGenerationTest/BindToElementWithSuffix_WritesAttributes/TestComponent.mappings.txt @@ -1,9 +1,9 @@ -Source Location: (78:2,12 [55] x:\dir\subdir\Test\TestComponent.cshtml) -| - public string ParentValue { get; set; } = "hi"; -| -Generated Location: (1081:24,12 [55] ) -| - public string ParentValue { get; set; } = "hi"; -| - +Source Location: (78:2,12 [55] x:\dir\subdir\Test\TestComponent.cshtml) +| + public string ParentValue { get; set; } = "hi"; +| +Generated Location: (1081:24,12 [55] ) +| + public string ParentValue { get; set; } = "hi"; +| + diff --git a/test/Microsoft.AspNetCore.Blazor.Build.Test/TestFiles/RuntimeCodeGenerationTest/BindToElement_WritesAttributes/TestComponent.codegen.cs b/test/Microsoft.AspNetCore.Components.Build.Test/TestFiles/RuntimeCodeGenerationTest/BindToElement_WritesAttributes/TestComponent.codegen.cs similarity index 97% rename from test/Microsoft.AspNetCore.Blazor.Build.Test/TestFiles/RuntimeCodeGenerationTest/BindToElement_WritesAttributes/TestComponent.codegen.cs rename to test/Microsoft.AspNetCore.Components.Build.Test/TestFiles/RuntimeCodeGenerationTest/BindToElement_WritesAttributes/TestComponent.codegen.cs index d0782b1b..1f4d0724 100644 --- a/test/Microsoft.AspNetCore.Blazor.Build.Test/TestFiles/RuntimeCodeGenerationTest/BindToElement_WritesAttributes/TestComponent.codegen.cs +++ b/test/Microsoft.AspNetCore.Components.Build.Test/TestFiles/RuntimeCodeGenerationTest/BindToElement_WritesAttributes/TestComponent.codegen.cs @@ -1,32 +1,32 @@ -// -#pragma warning disable 1591 -namespace Test -{ - #line hidden - using System; - using System.Collections.Generic; - using System.Linq; - using System.Threading.Tasks; - using Microsoft.AspNetCore.Blazor; - using Microsoft.AspNetCore.Blazor.Components; - public class TestComponent : Microsoft.AspNetCore.Blazor.Components.BlazorComponent - { - #pragma warning disable 1998 - protected override void BuildRenderTree(Microsoft.AspNetCore.Blazor.RenderTree.RenderTreeBuilder builder) - { - base.BuildRenderTree(builder); - builder.OpenElement(0, "div"); - builder.AddAttribute(1, "myvalue", Microsoft.AspNetCore.Blazor.Components.BindMethods.GetValue(ParentValue)); - builder.AddAttribute(2, "myevent", Microsoft.AspNetCore.Blazor.Components.BindMethods.SetValueHandler(__value => ParentValue = __value, ParentValue)); - builder.CloseElement(); - } - #pragma warning restore 1998 -#line 3 "x:\dir\subdir\Test\TestComponent.cshtml" - - public string ParentValue { get; set; } = "hi"; - -#line default -#line hidden - } -} -#pragma warning restore 1591 +// +#pragma warning disable 1591 +namespace Test +{ + #line hidden + using System; + using System.Collections.Generic; + using System.Linq; + using System.Threading.Tasks; + using Microsoft.AspNetCore.Blazor; + using Microsoft.AspNetCore.Blazor.Components; + public class TestComponent : Microsoft.AspNetCore.Blazor.Components.BlazorComponent + { + #pragma warning disable 1998 + protected override void BuildRenderTree(Microsoft.AspNetCore.Blazor.RenderTree.RenderTreeBuilder builder) + { + base.BuildRenderTree(builder); + builder.OpenElement(0, "div"); + builder.AddAttribute(1, "myvalue", Microsoft.AspNetCore.Blazor.Components.BindMethods.GetValue(ParentValue)); + builder.AddAttribute(2, "myevent", Microsoft.AspNetCore.Blazor.Components.BindMethods.SetValueHandler(__value => ParentValue = __value, ParentValue)); + builder.CloseElement(); + } + #pragma warning restore 1998 +#line 3 "x:\dir\subdir\Test\TestComponent.cshtml" + + public string ParentValue { get; set; } = "hi"; + +#line default +#line hidden + } +} +#pragma warning restore 1591 diff --git a/test/Microsoft.AspNetCore.Blazor.Build.Test/TestFiles/RuntimeCodeGenerationTest/BindToElement_WritesAttributes/TestComponent.ir.txt b/test/Microsoft.AspNetCore.Components.Build.Test/TestFiles/RuntimeCodeGenerationTest/BindToElement_WritesAttributes/TestComponent.ir.txt similarity index 100% rename from test/Microsoft.AspNetCore.Blazor.Build.Test/TestFiles/RuntimeCodeGenerationTest/BindToElement_WritesAttributes/TestComponent.ir.txt rename to test/Microsoft.AspNetCore.Components.Build.Test/TestFiles/RuntimeCodeGenerationTest/BindToElement_WritesAttributes/TestComponent.ir.txt diff --git a/test/Microsoft.AspNetCore.Blazor.Build.Test/TestFiles/RuntimeCodeGenerationTest/BindToElement_WritesAttributes/TestComponent.mappings.txt b/test/Microsoft.AspNetCore.Components.Build.Test/TestFiles/RuntimeCodeGenerationTest/BindToElement_WritesAttributes/TestComponent.mappings.txt similarity index 96% rename from test/Microsoft.AspNetCore.Blazor.Build.Test/TestFiles/RuntimeCodeGenerationTest/BindToElement_WritesAttributes/TestComponent.mappings.txt rename to test/Microsoft.AspNetCore.Components.Build.Test/TestFiles/RuntimeCodeGenerationTest/BindToElement_WritesAttributes/TestComponent.mappings.txt index 172b264d..b9e573c5 100644 --- a/test/Microsoft.AspNetCore.Blazor.Build.Test/TestFiles/RuntimeCodeGenerationTest/BindToElement_WritesAttributes/TestComponent.mappings.txt +++ b/test/Microsoft.AspNetCore.Components.Build.Test/TestFiles/RuntimeCodeGenerationTest/BindToElement_WritesAttributes/TestComponent.mappings.txt @@ -1,9 +1,9 @@ -Source Location: (72:2,12 [55] x:\dir\subdir\Test\TestComponent.cshtml) -| - public string ParentValue { get; set; } = "hi"; -| -Generated Location: (1081:24,12 [55] ) -| - public string ParentValue { get; set; } = "hi"; -| - +Source Location: (72:2,12 [55] x:\dir\subdir\Test\TestComponent.cshtml) +| + public string ParentValue { get; set; } = "hi"; +| +Generated Location: (1081:24,12 [55] ) +| + public string ParentValue { get; set; } = "hi"; +| + diff --git a/test/Microsoft.AspNetCore.Blazor.Build.Test/TestFiles/RuntimeCodeGenerationTest/BodyAndAttributeChildContent/TestComponent.codegen.cs b/test/Microsoft.AspNetCore.Components.Build.Test/TestFiles/RuntimeCodeGenerationTest/BodyAndAttributeChildContent/TestComponent.codegen.cs similarity index 100% rename from test/Microsoft.AspNetCore.Blazor.Build.Test/TestFiles/RuntimeCodeGenerationTest/BodyAndAttributeChildContent/TestComponent.codegen.cs rename to test/Microsoft.AspNetCore.Components.Build.Test/TestFiles/RuntimeCodeGenerationTest/BodyAndAttributeChildContent/TestComponent.codegen.cs diff --git a/test/Microsoft.AspNetCore.Blazor.Build.Test/TestFiles/RuntimeCodeGenerationTest/BodyAndAttributeChildContent/TestComponent.ir.txt b/test/Microsoft.AspNetCore.Components.Build.Test/TestFiles/RuntimeCodeGenerationTest/BodyAndAttributeChildContent/TestComponent.ir.txt similarity index 100% rename from test/Microsoft.AspNetCore.Blazor.Build.Test/TestFiles/RuntimeCodeGenerationTest/BodyAndAttributeChildContent/TestComponent.ir.txt rename to test/Microsoft.AspNetCore.Components.Build.Test/TestFiles/RuntimeCodeGenerationTest/BodyAndAttributeChildContent/TestComponent.ir.txt diff --git a/test/Microsoft.AspNetCore.Blazor.Build.Test/TestFiles/RuntimeCodeGenerationTest/BodyAndAttributeChildContent/TestComponent.mappings.txt b/test/Microsoft.AspNetCore.Components.Build.Test/TestFiles/RuntimeCodeGenerationTest/BodyAndAttributeChildContent/TestComponent.mappings.txt similarity index 100% rename from test/Microsoft.AspNetCore.Blazor.Build.Test/TestFiles/RuntimeCodeGenerationTest/BodyAndAttributeChildContent/TestComponent.mappings.txt rename to test/Microsoft.AspNetCore.Components.Build.Test/TestFiles/RuntimeCodeGenerationTest/BodyAndAttributeChildContent/TestComponent.mappings.txt diff --git a/test/Microsoft.AspNetCore.Blazor.Build.Test/TestFiles/RuntimeCodeGenerationTest/BodyAndExplicitChildContent/TestComponent.codegen.cs b/test/Microsoft.AspNetCore.Components.Build.Test/TestFiles/RuntimeCodeGenerationTest/BodyAndExplicitChildContent/TestComponent.codegen.cs similarity index 100% rename from test/Microsoft.AspNetCore.Blazor.Build.Test/TestFiles/RuntimeCodeGenerationTest/BodyAndExplicitChildContent/TestComponent.codegen.cs rename to test/Microsoft.AspNetCore.Components.Build.Test/TestFiles/RuntimeCodeGenerationTest/BodyAndExplicitChildContent/TestComponent.codegen.cs diff --git a/test/Microsoft.AspNetCore.Blazor.Build.Test/TestFiles/RuntimeCodeGenerationTest/BodyAndExplicitChildContent/TestComponent.ir.txt b/test/Microsoft.AspNetCore.Components.Build.Test/TestFiles/RuntimeCodeGenerationTest/BodyAndExplicitChildContent/TestComponent.ir.txt similarity index 100% rename from test/Microsoft.AspNetCore.Blazor.Build.Test/TestFiles/RuntimeCodeGenerationTest/BodyAndExplicitChildContent/TestComponent.ir.txt rename to test/Microsoft.AspNetCore.Components.Build.Test/TestFiles/RuntimeCodeGenerationTest/BodyAndExplicitChildContent/TestComponent.ir.txt diff --git a/test/Microsoft.AspNetCore.Blazor.Build.Test/TestFiles/RuntimeCodeGenerationTest/BodyAndExplicitChildContent/TestComponent.mappings.txt b/test/Microsoft.AspNetCore.Components.Build.Test/TestFiles/RuntimeCodeGenerationTest/BodyAndExplicitChildContent/TestComponent.mappings.txt similarity index 100% rename from test/Microsoft.AspNetCore.Blazor.Build.Test/TestFiles/RuntimeCodeGenerationTest/BodyAndExplicitChildContent/TestComponent.mappings.txt rename to test/Microsoft.AspNetCore.Components.Build.Test/TestFiles/RuntimeCodeGenerationTest/BodyAndExplicitChildContent/TestComponent.mappings.txt diff --git a/test/Microsoft.AspNetCore.Blazor.Build.Test/TestFiles/RuntimeCodeGenerationTest/BuiltIn_BindToInputCheckbox_WritesAttributes/TestComponent.codegen.cs b/test/Microsoft.AspNetCore.Components.Build.Test/TestFiles/RuntimeCodeGenerationTest/BuiltIn_BindToInputCheckbox_WritesAttributes/TestComponent.codegen.cs similarity index 97% rename from test/Microsoft.AspNetCore.Blazor.Build.Test/TestFiles/RuntimeCodeGenerationTest/BuiltIn_BindToInputCheckbox_WritesAttributes/TestComponent.codegen.cs rename to test/Microsoft.AspNetCore.Components.Build.Test/TestFiles/RuntimeCodeGenerationTest/BuiltIn_BindToInputCheckbox_WritesAttributes/TestComponent.codegen.cs index ee8d1e1f..9aeb1e9e 100644 --- a/test/Microsoft.AspNetCore.Blazor.Build.Test/TestFiles/RuntimeCodeGenerationTest/BuiltIn_BindToInputCheckbox_WritesAttributes/TestComponent.codegen.cs +++ b/test/Microsoft.AspNetCore.Components.Build.Test/TestFiles/RuntimeCodeGenerationTest/BuiltIn_BindToInputCheckbox_WritesAttributes/TestComponent.codegen.cs @@ -1,33 +1,33 @@ -// -#pragma warning disable 1591 -namespace Test -{ - #line hidden - using System; - using System.Collections.Generic; - using System.Linq; - using System.Threading.Tasks; - using Microsoft.AspNetCore.Blazor; - using Microsoft.AspNetCore.Blazor.Components; - public class TestComponent : Microsoft.AspNetCore.Blazor.Components.BlazorComponent - { - #pragma warning disable 1998 - protected override void BuildRenderTree(Microsoft.AspNetCore.Blazor.RenderTree.RenderTreeBuilder builder) - { - base.BuildRenderTree(builder); - builder.OpenElement(0, "input"); - builder.AddAttribute(1, "type", "checkbox"); - builder.AddAttribute(2, "checked", Microsoft.AspNetCore.Blazor.Components.BindMethods.GetValue(Enabled)); - builder.AddAttribute(3, "onchange", Microsoft.AspNetCore.Blazor.Components.BindMethods.SetValueHandler(__value => Enabled = __value, Enabled)); - builder.CloseElement(); - } - #pragma warning restore 1998 -#line 3 "x:\dir\subdir\Test\TestComponent.cshtml" - - public bool Enabled { get; set; } - -#line default -#line hidden - } -} -#pragma warning restore 1591 +// +#pragma warning disable 1591 +namespace Test +{ + #line hidden + using System; + using System.Collections.Generic; + using System.Linq; + using System.Threading.Tasks; + using Microsoft.AspNetCore.Blazor; + using Microsoft.AspNetCore.Blazor.Components; + public class TestComponent : Microsoft.AspNetCore.Blazor.Components.BlazorComponent + { + #pragma warning disable 1998 + protected override void BuildRenderTree(Microsoft.AspNetCore.Blazor.RenderTree.RenderTreeBuilder builder) + { + base.BuildRenderTree(builder); + builder.OpenElement(0, "input"); + builder.AddAttribute(1, "type", "checkbox"); + builder.AddAttribute(2, "checked", Microsoft.AspNetCore.Blazor.Components.BindMethods.GetValue(Enabled)); + builder.AddAttribute(3, "onchange", Microsoft.AspNetCore.Blazor.Components.BindMethods.SetValueHandler(__value => Enabled = __value, Enabled)); + builder.CloseElement(); + } + #pragma warning restore 1998 +#line 3 "x:\dir\subdir\Test\TestComponent.cshtml" + + public bool Enabled { get; set; } + +#line default +#line hidden + } +} +#pragma warning restore 1591 diff --git a/test/Microsoft.AspNetCore.Blazor.Build.Test/TestFiles/RuntimeCodeGenerationTest/BuiltIn_BindToInputCheckbox_WritesAttributes/TestComponent.ir.txt b/test/Microsoft.AspNetCore.Components.Build.Test/TestFiles/RuntimeCodeGenerationTest/BuiltIn_BindToInputCheckbox_WritesAttributes/TestComponent.ir.txt similarity index 100% rename from test/Microsoft.AspNetCore.Blazor.Build.Test/TestFiles/RuntimeCodeGenerationTest/BuiltIn_BindToInputCheckbox_WritesAttributes/TestComponent.ir.txt rename to test/Microsoft.AspNetCore.Components.Build.Test/TestFiles/RuntimeCodeGenerationTest/BuiltIn_BindToInputCheckbox_WritesAttributes/TestComponent.ir.txt diff --git a/test/Microsoft.AspNetCore.Blazor.Build.Test/TestFiles/RuntimeCodeGenerationTest/BuiltIn_BindToInputCheckbox_WritesAttributes/TestComponent.mappings.txt b/test/Microsoft.AspNetCore.Components.Build.Test/TestFiles/RuntimeCodeGenerationTest/BuiltIn_BindToInputCheckbox_WritesAttributes/TestComponent.mappings.txt similarity index 95% rename from test/Microsoft.AspNetCore.Blazor.Build.Test/TestFiles/RuntimeCodeGenerationTest/BuiltIn_BindToInputCheckbox_WritesAttributes/TestComponent.mappings.txt rename to test/Microsoft.AspNetCore.Components.Build.Test/TestFiles/RuntimeCodeGenerationTest/BuiltIn_BindToInputCheckbox_WritesAttributes/TestComponent.mappings.txt index 9a050061..ce71d1db 100644 --- a/test/Microsoft.AspNetCore.Blazor.Build.Test/TestFiles/RuntimeCodeGenerationTest/BuiltIn_BindToInputCheckbox_WritesAttributes/TestComponent.mappings.txt +++ b/test/Microsoft.AspNetCore.Components.Build.Test/TestFiles/RuntimeCodeGenerationTest/BuiltIn_BindToInputCheckbox_WritesAttributes/TestComponent.mappings.txt @@ -1,9 +1,9 @@ -Source Location: (86:2,12 [41] x:\dir\subdir\Test\TestComponent.cshtml) -| - public bool Enabled { get; set; } -| -Generated Location: (1130:25,12 [41] ) -| - public bool Enabled { get; set; } -| - +Source Location: (86:2,12 [41] x:\dir\subdir\Test\TestComponent.cshtml) +| + public bool Enabled { get; set; } +| +Generated Location: (1130:25,12 [41] ) +| + public bool Enabled { get; set; } +| + diff --git a/test/Microsoft.AspNetCore.Blazor.Build.Test/TestFiles/RuntimeCodeGenerationTest/BuiltIn_BindToInputText_WithFormatFromProperty_WritesAttributes/TestComponent.codegen.cs b/test/Microsoft.AspNetCore.Components.Build.Test/TestFiles/RuntimeCodeGenerationTest/BuiltIn_BindToInputText_WithFormatFromProperty_WritesAttributes/TestComponent.codegen.cs similarity index 97% rename from test/Microsoft.AspNetCore.Blazor.Build.Test/TestFiles/RuntimeCodeGenerationTest/BuiltIn_BindToInputText_WithFormatFromProperty_WritesAttributes/TestComponent.codegen.cs rename to test/Microsoft.AspNetCore.Components.Build.Test/TestFiles/RuntimeCodeGenerationTest/BuiltIn_BindToInputText_WithFormatFromProperty_WritesAttributes/TestComponent.codegen.cs index 15a9bcb3..68d0b0d1 100644 --- a/test/Microsoft.AspNetCore.Blazor.Build.Test/TestFiles/RuntimeCodeGenerationTest/BuiltIn_BindToInputText_WithFormatFromProperty_WritesAttributes/TestComponent.codegen.cs +++ b/test/Microsoft.AspNetCore.Components.Build.Test/TestFiles/RuntimeCodeGenerationTest/BuiltIn_BindToInputText_WithFormatFromProperty_WritesAttributes/TestComponent.codegen.cs @@ -1,35 +1,35 @@ -// -#pragma warning disable 1591 -namespace Test -{ - #line hidden - using System; - using System.Collections.Generic; - using System.Linq; - using System.Threading.Tasks; - using Microsoft.AspNetCore.Blazor; - using Microsoft.AspNetCore.Blazor.Components; - public class TestComponent : Microsoft.AspNetCore.Blazor.Components.BlazorComponent - { - #pragma warning disable 1998 - protected override void BuildRenderTree(Microsoft.AspNetCore.Blazor.RenderTree.RenderTreeBuilder builder) - { - base.BuildRenderTree(builder); - builder.OpenElement(0, "input"); - builder.AddAttribute(1, "type", "text"); - builder.AddAttribute(2, "value", Microsoft.AspNetCore.Blazor.Components.BindMethods.GetValue(CurrentDate, Format)); - builder.AddAttribute(3, "onchange", Microsoft.AspNetCore.Blazor.Components.BindMethods.SetValueHandler(__value => CurrentDate = __value, CurrentDate, Format)); - builder.CloseElement(); - } - #pragma warning restore 1998 -#line 3 "x:\dir\subdir\Test\TestComponent.cshtml" - - public DateTime CurrentDate { get; set; } = new DateTime(2018, 1, 1); - - public string Format { get; set; } = "MM/dd/yyyy"; - -#line default -#line hidden - } -} -#pragma warning restore 1591 +// +#pragma warning disable 1591 +namespace Test +{ + #line hidden + using System; + using System.Collections.Generic; + using System.Linq; + using System.Threading.Tasks; + using Microsoft.AspNetCore.Blazor; + using Microsoft.AspNetCore.Blazor.Components; + public class TestComponent : Microsoft.AspNetCore.Blazor.Components.BlazorComponent + { + #pragma warning disable 1998 + protected override void BuildRenderTree(Microsoft.AspNetCore.Blazor.RenderTree.RenderTreeBuilder builder) + { + base.BuildRenderTree(builder); + builder.OpenElement(0, "input"); + builder.AddAttribute(1, "type", "text"); + builder.AddAttribute(2, "value", Microsoft.AspNetCore.Blazor.Components.BindMethods.GetValue(CurrentDate, Format)); + builder.AddAttribute(3, "onchange", Microsoft.AspNetCore.Blazor.Components.BindMethods.SetValueHandler(__value => CurrentDate = __value, CurrentDate, Format)); + builder.CloseElement(); + } + #pragma warning restore 1998 +#line 3 "x:\dir\subdir\Test\TestComponent.cshtml" + + public DateTime CurrentDate { get; set; } = new DateTime(2018, 1, 1); + + public string Format { get; set; } = "MM/dd/yyyy"; + +#line default +#line hidden + } +} +#pragma warning restore 1591 diff --git a/test/Microsoft.AspNetCore.Blazor.Build.Test/TestFiles/RuntimeCodeGenerationTest/BuiltIn_BindToInputText_WithFormatFromProperty_WritesAttributes/TestComponent.ir.txt b/test/Microsoft.AspNetCore.Components.Build.Test/TestFiles/RuntimeCodeGenerationTest/BuiltIn_BindToInputText_WithFormatFromProperty_WritesAttributes/TestComponent.ir.txt similarity index 100% rename from test/Microsoft.AspNetCore.Blazor.Build.Test/TestFiles/RuntimeCodeGenerationTest/BuiltIn_BindToInputText_WithFormatFromProperty_WritesAttributes/TestComponent.ir.txt rename to test/Microsoft.AspNetCore.Components.Build.Test/TestFiles/RuntimeCodeGenerationTest/BuiltIn_BindToInputText_WithFormatFromProperty_WritesAttributes/TestComponent.ir.txt diff --git a/test/Microsoft.AspNetCore.Blazor.Build.Test/TestFiles/RuntimeCodeGenerationTest/BuiltIn_BindToInputText_WithFormatFromProperty_WritesAttributes/TestComponent.mappings.txt b/test/Microsoft.AspNetCore.Components.Build.Test/TestFiles/RuntimeCodeGenerationTest/BuiltIn_BindToInputText_WithFormatFromProperty_WritesAttributes/TestComponent.mappings.txt similarity index 96% rename from test/Microsoft.AspNetCore.Blazor.Build.Test/TestFiles/RuntimeCodeGenerationTest/BuiltIn_BindToInputText_WithFormatFromProperty_WritesAttributes/TestComponent.mappings.txt rename to test/Microsoft.AspNetCore.Components.Build.Test/TestFiles/RuntimeCodeGenerationTest/BuiltIn_BindToInputText_WithFormatFromProperty_WritesAttributes/TestComponent.mappings.txt index a6242c7d..267c6a28 100644 --- a/test/Microsoft.AspNetCore.Blazor.Build.Test/TestFiles/RuntimeCodeGenerationTest/BuiltIn_BindToInputText_WithFormatFromProperty_WritesAttributes/TestComponent.mappings.txt +++ b/test/Microsoft.AspNetCore.Components.Build.Test/TestFiles/RuntimeCodeGenerationTest/BuiltIn_BindToInputText_WithFormatFromProperty_WritesAttributes/TestComponent.mappings.txt @@ -1,13 +1,13 @@ -Source Location: (108:2,12 [135] x:\dir\subdir\Test\TestComponent.cshtml) -| - public DateTime CurrentDate { get; set; } = new DateTime(2018, 1, 1); - - public string Format { get; set; } = "MM/dd/yyyy"; -| -Generated Location: (1152:25,12 [135] ) -| - public DateTime CurrentDate { get; set; } = new DateTime(2018, 1, 1); - - public string Format { get; set; } = "MM/dd/yyyy"; -| - +Source Location: (108:2,12 [135] x:\dir\subdir\Test\TestComponent.cshtml) +| + public DateTime CurrentDate { get; set; } = new DateTime(2018, 1, 1); + + public string Format { get; set; } = "MM/dd/yyyy"; +| +Generated Location: (1152:25,12 [135] ) +| + public DateTime CurrentDate { get; set; } = new DateTime(2018, 1, 1); + + public string Format { get; set; } = "MM/dd/yyyy"; +| + diff --git a/test/Microsoft.AspNetCore.Blazor.Build.Test/TestFiles/RuntimeCodeGenerationTest/BuiltIn_BindToInputText_WithFormat_WritesAttributes/TestComponent.codegen.cs b/test/Microsoft.AspNetCore.Components.Build.Test/TestFiles/RuntimeCodeGenerationTest/BuiltIn_BindToInputText_WithFormat_WritesAttributes/TestComponent.codegen.cs similarity index 97% rename from test/Microsoft.AspNetCore.Blazor.Build.Test/TestFiles/RuntimeCodeGenerationTest/BuiltIn_BindToInputText_WithFormat_WritesAttributes/TestComponent.codegen.cs rename to test/Microsoft.AspNetCore.Components.Build.Test/TestFiles/RuntimeCodeGenerationTest/BuiltIn_BindToInputText_WithFormat_WritesAttributes/TestComponent.codegen.cs index 5fc1e9c9..bcef6420 100644 --- a/test/Microsoft.AspNetCore.Blazor.Build.Test/TestFiles/RuntimeCodeGenerationTest/BuiltIn_BindToInputText_WithFormat_WritesAttributes/TestComponent.codegen.cs +++ b/test/Microsoft.AspNetCore.Components.Build.Test/TestFiles/RuntimeCodeGenerationTest/BuiltIn_BindToInputText_WithFormat_WritesAttributes/TestComponent.codegen.cs @@ -1,33 +1,33 @@ -// -#pragma warning disable 1591 -namespace Test -{ - #line hidden - using System; - using System.Collections.Generic; - using System.Linq; - using System.Threading.Tasks; - using Microsoft.AspNetCore.Blazor; - using Microsoft.AspNetCore.Blazor.Components; - public class TestComponent : Microsoft.AspNetCore.Blazor.Components.BlazorComponent - { - #pragma warning disable 1998 - protected override void BuildRenderTree(Microsoft.AspNetCore.Blazor.RenderTree.RenderTreeBuilder builder) - { - base.BuildRenderTree(builder); - builder.OpenElement(0, "input"); - builder.AddAttribute(1, "type", "text"); - builder.AddAttribute(2, "value", Microsoft.AspNetCore.Blazor.Components.BindMethods.GetValue(CurrentDate, "MM/dd/yyyy")); - builder.AddAttribute(3, "onchange", Microsoft.AspNetCore.Blazor.Components.BindMethods.SetValueHandler(__value => CurrentDate = __value, CurrentDate, "MM/dd/yyyy")); - builder.CloseElement(); - } - #pragma warning restore 1998 -#line 3 "x:\dir\subdir\Test\TestComponent.cshtml" - - public DateTime CurrentDate { get; set; } = new DateTime(2018, 1, 1); - -#line default -#line hidden - } -} -#pragma warning restore 1591 +// +#pragma warning disable 1591 +namespace Test +{ + #line hidden + using System; + using System.Collections.Generic; + using System.Linq; + using System.Threading.Tasks; + using Microsoft.AspNetCore.Blazor; + using Microsoft.AspNetCore.Blazor.Components; + public class TestComponent : Microsoft.AspNetCore.Blazor.Components.BlazorComponent + { + #pragma warning disable 1998 + protected override void BuildRenderTree(Microsoft.AspNetCore.Blazor.RenderTree.RenderTreeBuilder builder) + { + base.BuildRenderTree(builder); + builder.OpenElement(0, "input"); + builder.AddAttribute(1, "type", "text"); + builder.AddAttribute(2, "value", Microsoft.AspNetCore.Blazor.Components.BindMethods.GetValue(CurrentDate, "MM/dd/yyyy")); + builder.AddAttribute(3, "onchange", Microsoft.AspNetCore.Blazor.Components.BindMethods.SetValueHandler(__value => CurrentDate = __value, CurrentDate, "MM/dd/yyyy")); + builder.CloseElement(); + } + #pragma warning restore 1998 +#line 3 "x:\dir\subdir\Test\TestComponent.cshtml" + + public DateTime CurrentDate { get; set; } = new DateTime(2018, 1, 1); + +#line default +#line hidden + } +} +#pragma warning restore 1591 diff --git a/test/Microsoft.AspNetCore.Blazor.Build.Test/TestFiles/RuntimeCodeGenerationTest/BuiltIn_BindToInputText_WithFormat_WritesAttributes/TestComponent.ir.txt b/test/Microsoft.AspNetCore.Components.Build.Test/TestFiles/RuntimeCodeGenerationTest/BuiltIn_BindToInputText_WithFormat_WritesAttributes/TestComponent.ir.txt similarity index 100% rename from test/Microsoft.AspNetCore.Blazor.Build.Test/TestFiles/RuntimeCodeGenerationTest/BuiltIn_BindToInputText_WithFormat_WritesAttributes/TestComponent.ir.txt rename to test/Microsoft.AspNetCore.Components.Build.Test/TestFiles/RuntimeCodeGenerationTest/BuiltIn_BindToInputText_WithFormat_WritesAttributes/TestComponent.ir.txt diff --git a/test/Microsoft.AspNetCore.Blazor.Build.Test/TestFiles/RuntimeCodeGenerationTest/BuiltIn_BindToInputText_WithFormat_WritesAttributes/TestComponent.mappings.txt b/test/Microsoft.AspNetCore.Components.Build.Test/TestFiles/RuntimeCodeGenerationTest/BuiltIn_BindToInputText_WithFormat_WritesAttributes/TestComponent.mappings.txt similarity index 96% rename from test/Microsoft.AspNetCore.Blazor.Build.Test/TestFiles/RuntimeCodeGenerationTest/BuiltIn_BindToInputText_WithFormat_WritesAttributes/TestComponent.mappings.txt rename to test/Microsoft.AspNetCore.Components.Build.Test/TestFiles/RuntimeCodeGenerationTest/BuiltIn_BindToInputText_WithFormat_WritesAttributes/TestComponent.mappings.txt index 0bd6108d..c71f517d 100644 --- a/test/Microsoft.AspNetCore.Blazor.Build.Test/TestFiles/RuntimeCodeGenerationTest/BuiltIn_BindToInputText_WithFormat_WritesAttributes/TestComponent.mappings.txt +++ b/test/Microsoft.AspNetCore.Components.Build.Test/TestFiles/RuntimeCodeGenerationTest/BuiltIn_BindToInputText_WithFormat_WritesAttributes/TestComponent.mappings.txt @@ -1,9 +1,9 @@ -Source Location: (111:2,12 [77] x:\dir\subdir\Test\TestComponent.cshtml) -| - public DateTime CurrentDate { get; set; } = new DateTime(2018, 1, 1); -| -Generated Location: (1164:25,12 [77] ) -| - public DateTime CurrentDate { get; set; } = new DateTime(2018, 1, 1); -| - +Source Location: (111:2,12 [77] x:\dir\subdir\Test\TestComponent.cshtml) +| + public DateTime CurrentDate { get; set; } = new DateTime(2018, 1, 1); +| +Generated Location: (1164:25,12 [77] ) +| + public DateTime CurrentDate { get; set; } = new DateTime(2018, 1, 1); +| + diff --git a/test/Microsoft.AspNetCore.Blazor.Build.Test/TestFiles/RuntimeCodeGenerationTest/BuiltIn_BindToInputText_WritesAttributes/TestComponent.codegen.cs b/test/Microsoft.AspNetCore.Components.Build.Test/TestFiles/RuntimeCodeGenerationTest/BuiltIn_BindToInputText_WritesAttributes/TestComponent.codegen.cs similarity index 97% rename from test/Microsoft.AspNetCore.Blazor.Build.Test/TestFiles/RuntimeCodeGenerationTest/BuiltIn_BindToInputText_WritesAttributes/TestComponent.codegen.cs rename to test/Microsoft.AspNetCore.Components.Build.Test/TestFiles/RuntimeCodeGenerationTest/BuiltIn_BindToInputText_WritesAttributes/TestComponent.codegen.cs index 885d2dcf..27841023 100644 --- a/test/Microsoft.AspNetCore.Blazor.Build.Test/TestFiles/RuntimeCodeGenerationTest/BuiltIn_BindToInputText_WritesAttributes/TestComponent.codegen.cs +++ b/test/Microsoft.AspNetCore.Components.Build.Test/TestFiles/RuntimeCodeGenerationTest/BuiltIn_BindToInputText_WritesAttributes/TestComponent.codegen.cs @@ -1,33 +1,33 @@ -// -#pragma warning disable 1591 -namespace Test -{ - #line hidden - using System; - using System.Collections.Generic; - using System.Linq; - using System.Threading.Tasks; - using Microsoft.AspNetCore.Blazor; - using Microsoft.AspNetCore.Blazor.Components; - public class TestComponent : Microsoft.AspNetCore.Blazor.Components.BlazorComponent - { - #pragma warning disable 1998 - protected override void BuildRenderTree(Microsoft.AspNetCore.Blazor.RenderTree.RenderTreeBuilder builder) - { - base.BuildRenderTree(builder); - builder.OpenElement(0, "input"); - builder.AddAttribute(1, "type", "text"); - builder.AddAttribute(2, "value", Microsoft.AspNetCore.Blazor.Components.BindMethods.GetValue(ParentValue)); - builder.AddAttribute(3, "onchange", Microsoft.AspNetCore.Blazor.Components.BindMethods.SetValueHandler(__value => ParentValue = __value, ParentValue)); - builder.CloseElement(); - } - #pragma warning restore 1998 -#line 3 "x:\dir\subdir\Test\TestComponent.cshtml" - - public int ParentValue { get; set; } = 42; - -#line default -#line hidden - } -} -#pragma warning restore 1591 +// +#pragma warning disable 1591 +namespace Test +{ + #line hidden + using System; + using System.Collections.Generic; + using System.Linq; + using System.Threading.Tasks; + using Microsoft.AspNetCore.Blazor; + using Microsoft.AspNetCore.Blazor.Components; + public class TestComponent : Microsoft.AspNetCore.Blazor.Components.BlazorComponent + { + #pragma warning disable 1998 + protected override void BuildRenderTree(Microsoft.AspNetCore.Blazor.RenderTree.RenderTreeBuilder builder) + { + base.BuildRenderTree(builder); + builder.OpenElement(0, "input"); + builder.AddAttribute(1, "type", "text"); + builder.AddAttribute(2, "value", Microsoft.AspNetCore.Blazor.Components.BindMethods.GetValue(ParentValue)); + builder.AddAttribute(3, "onchange", Microsoft.AspNetCore.Blazor.Components.BindMethods.SetValueHandler(__value => ParentValue = __value, ParentValue)); + builder.CloseElement(); + } + #pragma warning restore 1998 +#line 3 "x:\dir\subdir\Test\TestComponent.cshtml" + + public int ParentValue { get; set; } = 42; + +#line default +#line hidden + } +} +#pragma warning restore 1591 diff --git a/test/Microsoft.AspNetCore.Blazor.Build.Test/TestFiles/RuntimeCodeGenerationTest/BuiltIn_BindToInputText_WritesAttributes/TestComponent.ir.txt b/test/Microsoft.AspNetCore.Components.Build.Test/TestFiles/RuntimeCodeGenerationTest/BuiltIn_BindToInputText_WritesAttributes/TestComponent.ir.txt similarity index 100% rename from test/Microsoft.AspNetCore.Blazor.Build.Test/TestFiles/RuntimeCodeGenerationTest/BuiltIn_BindToInputText_WritesAttributes/TestComponent.ir.txt rename to test/Microsoft.AspNetCore.Components.Build.Test/TestFiles/RuntimeCodeGenerationTest/BuiltIn_BindToInputText_WritesAttributes/TestComponent.ir.txt diff --git a/test/Microsoft.AspNetCore.Blazor.Build.Test/TestFiles/RuntimeCodeGenerationTest/BuiltIn_BindToInputText_WritesAttributes/TestComponent.mappings.txt b/test/Microsoft.AspNetCore.Components.Build.Test/TestFiles/RuntimeCodeGenerationTest/BuiltIn_BindToInputText_WritesAttributes/TestComponent.mappings.txt similarity index 95% rename from test/Microsoft.AspNetCore.Blazor.Build.Test/TestFiles/RuntimeCodeGenerationTest/BuiltIn_BindToInputText_WritesAttributes/TestComponent.mappings.txt rename to test/Microsoft.AspNetCore.Components.Build.Test/TestFiles/RuntimeCodeGenerationTest/BuiltIn_BindToInputText_WritesAttributes/TestComponent.mappings.txt index 638cb8de..9618ed3a 100644 --- a/test/Microsoft.AspNetCore.Blazor.Build.Test/TestFiles/RuntimeCodeGenerationTest/BuiltIn_BindToInputText_WritesAttributes/TestComponent.mappings.txt +++ b/test/Microsoft.AspNetCore.Components.Build.Test/TestFiles/RuntimeCodeGenerationTest/BuiltIn_BindToInputText_WritesAttributes/TestComponent.mappings.txt @@ -1,9 +1,9 @@ -Source Location: (86:2,12 [50] x:\dir\subdir\Test\TestComponent.cshtml) -| - public int ParentValue { get; set; } = 42; -| -Generated Location: (1136:25,12 [50] ) -| - public int ParentValue { get; set; } = 42; -| - +Source Location: (86:2,12 [50] x:\dir\subdir\Test\TestComponent.cshtml) +| + public int ParentValue { get; set; } = 42; +| +Generated Location: (1136:25,12 [50] ) +| + public int ParentValue { get; set; } = 42; +| + diff --git a/test/Microsoft.AspNetCore.Blazor.Build.Test/TestFiles/RuntimeCodeGenerationTest/BuiltIn_BindToInputWithoutType_WritesAttributes/TestComponent.codegen.cs b/test/Microsoft.AspNetCore.Components.Build.Test/TestFiles/RuntimeCodeGenerationTest/BuiltIn_BindToInputWithoutType_WritesAttributes/TestComponent.codegen.cs similarity index 97% rename from test/Microsoft.AspNetCore.Blazor.Build.Test/TestFiles/RuntimeCodeGenerationTest/BuiltIn_BindToInputWithoutType_WritesAttributes/TestComponent.codegen.cs rename to test/Microsoft.AspNetCore.Components.Build.Test/TestFiles/RuntimeCodeGenerationTest/BuiltIn_BindToInputWithoutType_WritesAttributes/TestComponent.codegen.cs index 4879f6c3..50418e2e 100644 --- a/test/Microsoft.AspNetCore.Blazor.Build.Test/TestFiles/RuntimeCodeGenerationTest/BuiltIn_BindToInputWithoutType_WritesAttributes/TestComponent.codegen.cs +++ b/test/Microsoft.AspNetCore.Components.Build.Test/TestFiles/RuntimeCodeGenerationTest/BuiltIn_BindToInputWithoutType_WritesAttributes/TestComponent.codegen.cs @@ -1,32 +1,32 @@ -// -#pragma warning disable 1591 -namespace Test -{ - #line hidden - using System; - using System.Collections.Generic; - using System.Linq; - using System.Threading.Tasks; - using Microsoft.AspNetCore.Blazor; - using Microsoft.AspNetCore.Blazor.Components; - public class TestComponent : Microsoft.AspNetCore.Blazor.Components.BlazorComponent - { - #pragma warning disable 1998 - protected override void BuildRenderTree(Microsoft.AspNetCore.Blazor.RenderTree.RenderTreeBuilder builder) - { - base.BuildRenderTree(builder); - builder.OpenElement(0, "input"); - builder.AddAttribute(1, "value", Microsoft.AspNetCore.Blazor.Components.BindMethods.GetValue(ParentValue)); - builder.AddAttribute(2, "onchange", Microsoft.AspNetCore.Blazor.Components.BindMethods.SetValueHandler(__value => ParentValue = __value, ParentValue)); - builder.CloseElement(); - } - #pragma warning restore 1998 -#line 3 "x:\dir\subdir\Test\TestComponent.cshtml" - - public int ParentValue { get; set; } = 42; - -#line default -#line hidden - } -} -#pragma warning restore 1591 +// +#pragma warning disable 1591 +namespace Test +{ + #line hidden + using System; + using System.Collections.Generic; + using System.Linq; + using System.Threading.Tasks; + using Microsoft.AspNetCore.Blazor; + using Microsoft.AspNetCore.Blazor.Components; + public class TestComponent : Microsoft.AspNetCore.Blazor.Components.BlazorComponent + { + #pragma warning disable 1998 + protected override void BuildRenderTree(Microsoft.AspNetCore.Blazor.RenderTree.RenderTreeBuilder builder) + { + base.BuildRenderTree(builder); + builder.OpenElement(0, "input"); + builder.AddAttribute(1, "value", Microsoft.AspNetCore.Blazor.Components.BindMethods.GetValue(ParentValue)); + builder.AddAttribute(2, "onchange", Microsoft.AspNetCore.Blazor.Components.BindMethods.SetValueHandler(__value => ParentValue = __value, ParentValue)); + builder.CloseElement(); + } + #pragma warning restore 1998 +#line 3 "x:\dir\subdir\Test\TestComponent.cshtml" + + public int ParentValue { get; set; } = 42; + +#line default +#line hidden + } +} +#pragma warning restore 1591 diff --git a/test/Microsoft.AspNetCore.Blazor.Build.Test/TestFiles/RuntimeCodeGenerationTest/BuiltIn_BindToInputWithoutType_WritesAttributes/TestComponent.ir.txt b/test/Microsoft.AspNetCore.Components.Build.Test/TestFiles/RuntimeCodeGenerationTest/BuiltIn_BindToInputWithoutType_WritesAttributes/TestComponent.ir.txt similarity index 100% rename from test/Microsoft.AspNetCore.Blazor.Build.Test/TestFiles/RuntimeCodeGenerationTest/BuiltIn_BindToInputWithoutType_WritesAttributes/TestComponent.ir.txt rename to test/Microsoft.AspNetCore.Components.Build.Test/TestFiles/RuntimeCodeGenerationTest/BuiltIn_BindToInputWithoutType_WritesAttributes/TestComponent.ir.txt diff --git a/test/Microsoft.AspNetCore.Blazor.Build.Test/TestFiles/RuntimeCodeGenerationTest/BuiltIn_BindToInputWithoutType_WritesAttributes/TestComponent.mappings.txt b/test/Microsoft.AspNetCore.Components.Build.Test/TestFiles/RuntimeCodeGenerationTest/BuiltIn_BindToInputWithoutType_WritesAttributes/TestComponent.mappings.txt similarity index 95% rename from test/Microsoft.AspNetCore.Blazor.Build.Test/TestFiles/RuntimeCodeGenerationTest/BuiltIn_BindToInputWithoutType_WritesAttributes/TestComponent.mappings.txt rename to test/Microsoft.AspNetCore.Components.Build.Test/TestFiles/RuntimeCodeGenerationTest/BuiltIn_BindToInputWithoutType_WritesAttributes/TestComponent.mappings.txt index ccec562e..3d15b644 100644 --- a/test/Microsoft.AspNetCore.Blazor.Build.Test/TestFiles/RuntimeCodeGenerationTest/BuiltIn_BindToInputWithoutType_WritesAttributes/TestComponent.mappings.txt +++ b/test/Microsoft.AspNetCore.Components.Build.Test/TestFiles/RuntimeCodeGenerationTest/BuiltIn_BindToInputWithoutType_WritesAttributes/TestComponent.mappings.txt @@ -1,9 +1,9 @@ -Source Location: (74:2,12 [50] x:\dir\subdir\Test\TestComponent.cshtml) -| - public int ParentValue { get; set; } = 42; -| -Generated Location: (1082:24,12 [50] ) -| - public int ParentValue { get; set; } = 42; -| - +Source Location: (74:2,12 [50] x:\dir\subdir\Test\TestComponent.cshtml) +| + public int ParentValue { get; set; } = 42; +| +Generated Location: (1082:24,12 [50] ) +| + public int ParentValue { get; set; } = 42; +| + diff --git a/test/Microsoft.AspNetCore.Blazor.Build.Test/TestFiles/RuntimeCodeGenerationTest/ChildComponent_Generic/TestComponent.codegen.cs b/test/Microsoft.AspNetCore.Components.Build.Test/TestFiles/RuntimeCodeGenerationTest/ChildComponent_Generic/TestComponent.codegen.cs similarity index 100% rename from test/Microsoft.AspNetCore.Blazor.Build.Test/TestFiles/RuntimeCodeGenerationTest/ChildComponent_Generic/TestComponent.codegen.cs rename to test/Microsoft.AspNetCore.Components.Build.Test/TestFiles/RuntimeCodeGenerationTest/ChildComponent_Generic/TestComponent.codegen.cs diff --git a/test/Microsoft.AspNetCore.Blazor.Build.Test/TestFiles/RuntimeCodeGenerationTest/ChildComponent_Generic/TestComponent.ir.txt b/test/Microsoft.AspNetCore.Components.Build.Test/TestFiles/RuntimeCodeGenerationTest/ChildComponent_Generic/TestComponent.ir.txt similarity index 100% rename from test/Microsoft.AspNetCore.Blazor.Build.Test/TestFiles/RuntimeCodeGenerationTest/ChildComponent_Generic/TestComponent.ir.txt rename to test/Microsoft.AspNetCore.Components.Build.Test/TestFiles/RuntimeCodeGenerationTest/ChildComponent_Generic/TestComponent.ir.txt diff --git a/test/Microsoft.AspNetCore.Blazor.Build.Test/TestFiles/RuntimeCodeGenerationTest/ChildComponent_GenericBind/TestComponent.codegen.cs b/test/Microsoft.AspNetCore.Components.Build.Test/TestFiles/RuntimeCodeGenerationTest/ChildComponent_GenericBind/TestComponent.codegen.cs similarity index 100% rename from test/Microsoft.AspNetCore.Blazor.Build.Test/TestFiles/RuntimeCodeGenerationTest/ChildComponent_GenericBind/TestComponent.codegen.cs rename to test/Microsoft.AspNetCore.Components.Build.Test/TestFiles/RuntimeCodeGenerationTest/ChildComponent_GenericBind/TestComponent.codegen.cs diff --git a/test/Microsoft.AspNetCore.Blazor.Build.Test/TestFiles/RuntimeCodeGenerationTest/ChildComponent_GenericBind/TestComponent.ir.txt b/test/Microsoft.AspNetCore.Components.Build.Test/TestFiles/RuntimeCodeGenerationTest/ChildComponent_GenericBind/TestComponent.ir.txt similarity index 100% rename from test/Microsoft.AspNetCore.Blazor.Build.Test/TestFiles/RuntimeCodeGenerationTest/ChildComponent_GenericBind/TestComponent.ir.txt rename to test/Microsoft.AspNetCore.Components.Build.Test/TestFiles/RuntimeCodeGenerationTest/ChildComponent_GenericBind/TestComponent.ir.txt diff --git a/test/Microsoft.AspNetCore.Blazor.Build.Test/TestFiles/RuntimeCodeGenerationTest/ChildComponent_GenericBind/TestComponent.mappings.txt b/test/Microsoft.AspNetCore.Components.Build.Test/TestFiles/RuntimeCodeGenerationTest/ChildComponent_GenericBind/TestComponent.mappings.txt similarity index 100% rename from test/Microsoft.AspNetCore.Blazor.Build.Test/TestFiles/RuntimeCodeGenerationTest/ChildComponent_GenericBind/TestComponent.mappings.txt rename to test/Microsoft.AspNetCore.Components.Build.Test/TestFiles/RuntimeCodeGenerationTest/ChildComponent_GenericBind/TestComponent.mappings.txt diff --git a/test/Microsoft.AspNetCore.Blazor.Build.Test/TestFiles/RuntimeCodeGenerationTest/ChildComponent_GenericBindWeaklyTyped/TestComponent.codegen.cs b/test/Microsoft.AspNetCore.Components.Build.Test/TestFiles/RuntimeCodeGenerationTest/ChildComponent_GenericBindWeaklyTyped/TestComponent.codegen.cs similarity index 100% rename from test/Microsoft.AspNetCore.Blazor.Build.Test/TestFiles/RuntimeCodeGenerationTest/ChildComponent_GenericBindWeaklyTyped/TestComponent.codegen.cs rename to test/Microsoft.AspNetCore.Components.Build.Test/TestFiles/RuntimeCodeGenerationTest/ChildComponent_GenericBindWeaklyTyped/TestComponent.codegen.cs diff --git a/test/Microsoft.AspNetCore.Blazor.Build.Test/TestFiles/RuntimeCodeGenerationTest/ChildComponent_GenericBindWeaklyTyped/TestComponent.ir.txt b/test/Microsoft.AspNetCore.Components.Build.Test/TestFiles/RuntimeCodeGenerationTest/ChildComponent_GenericBindWeaklyTyped/TestComponent.ir.txt similarity index 100% rename from test/Microsoft.AspNetCore.Blazor.Build.Test/TestFiles/RuntimeCodeGenerationTest/ChildComponent_GenericBindWeaklyTyped/TestComponent.ir.txt rename to test/Microsoft.AspNetCore.Components.Build.Test/TestFiles/RuntimeCodeGenerationTest/ChildComponent_GenericBindWeaklyTyped/TestComponent.ir.txt diff --git a/test/Microsoft.AspNetCore.Blazor.Build.Test/TestFiles/RuntimeCodeGenerationTest/ChildComponent_GenericBindWeaklyTyped/TestComponent.mappings.txt b/test/Microsoft.AspNetCore.Components.Build.Test/TestFiles/RuntimeCodeGenerationTest/ChildComponent_GenericBindWeaklyTyped/TestComponent.mappings.txt similarity index 100% rename from test/Microsoft.AspNetCore.Blazor.Build.Test/TestFiles/RuntimeCodeGenerationTest/ChildComponent_GenericBindWeaklyTyped/TestComponent.mappings.txt rename to test/Microsoft.AspNetCore.Components.Build.Test/TestFiles/RuntimeCodeGenerationTest/ChildComponent_GenericBindWeaklyTyped/TestComponent.mappings.txt diff --git a/test/Microsoft.AspNetCore.Blazor.Build.Test/TestFiles/RuntimeCodeGenerationTest/ChildComponent_GenericBindWeaklyTyped_TypeInference/TestComponent.codegen.cs b/test/Microsoft.AspNetCore.Components.Build.Test/TestFiles/RuntimeCodeGenerationTest/ChildComponent_GenericBindWeaklyTyped_TypeInference/TestComponent.codegen.cs similarity index 100% rename from test/Microsoft.AspNetCore.Blazor.Build.Test/TestFiles/RuntimeCodeGenerationTest/ChildComponent_GenericBindWeaklyTyped_TypeInference/TestComponent.codegen.cs rename to test/Microsoft.AspNetCore.Components.Build.Test/TestFiles/RuntimeCodeGenerationTest/ChildComponent_GenericBindWeaklyTyped_TypeInference/TestComponent.codegen.cs diff --git a/test/Microsoft.AspNetCore.Blazor.Build.Test/TestFiles/RuntimeCodeGenerationTest/ChildComponent_GenericBindWeaklyTyped_TypeInference/TestComponent.ir.txt b/test/Microsoft.AspNetCore.Components.Build.Test/TestFiles/RuntimeCodeGenerationTest/ChildComponent_GenericBindWeaklyTyped_TypeInference/TestComponent.ir.txt similarity index 100% rename from test/Microsoft.AspNetCore.Blazor.Build.Test/TestFiles/RuntimeCodeGenerationTest/ChildComponent_GenericBindWeaklyTyped_TypeInference/TestComponent.ir.txt rename to test/Microsoft.AspNetCore.Components.Build.Test/TestFiles/RuntimeCodeGenerationTest/ChildComponent_GenericBindWeaklyTyped_TypeInference/TestComponent.ir.txt diff --git a/test/Microsoft.AspNetCore.Blazor.Build.Test/TestFiles/RuntimeCodeGenerationTest/ChildComponent_GenericBindWeaklyTyped_TypeInference/TestComponent.mappings.txt b/test/Microsoft.AspNetCore.Components.Build.Test/TestFiles/RuntimeCodeGenerationTest/ChildComponent_GenericBindWeaklyTyped_TypeInference/TestComponent.mappings.txt similarity index 100% rename from test/Microsoft.AspNetCore.Blazor.Build.Test/TestFiles/RuntimeCodeGenerationTest/ChildComponent_GenericBindWeaklyTyped_TypeInference/TestComponent.mappings.txt rename to test/Microsoft.AspNetCore.Components.Build.Test/TestFiles/RuntimeCodeGenerationTest/ChildComponent_GenericBindWeaklyTyped_TypeInference/TestComponent.mappings.txt diff --git a/test/Microsoft.AspNetCore.Blazor.Build.Test/TestFiles/RuntimeCodeGenerationTest/ChildComponent_GenericBind_TypeInference/TestComponent.codegen.cs b/test/Microsoft.AspNetCore.Components.Build.Test/TestFiles/RuntimeCodeGenerationTest/ChildComponent_GenericBind_TypeInference/TestComponent.codegen.cs similarity index 100% rename from test/Microsoft.AspNetCore.Blazor.Build.Test/TestFiles/RuntimeCodeGenerationTest/ChildComponent_GenericBind_TypeInference/TestComponent.codegen.cs rename to test/Microsoft.AspNetCore.Components.Build.Test/TestFiles/RuntimeCodeGenerationTest/ChildComponent_GenericBind_TypeInference/TestComponent.codegen.cs diff --git a/test/Microsoft.AspNetCore.Blazor.Build.Test/TestFiles/RuntimeCodeGenerationTest/ChildComponent_GenericBind_TypeInference/TestComponent.ir.txt b/test/Microsoft.AspNetCore.Components.Build.Test/TestFiles/RuntimeCodeGenerationTest/ChildComponent_GenericBind_TypeInference/TestComponent.ir.txt similarity index 100% rename from test/Microsoft.AspNetCore.Blazor.Build.Test/TestFiles/RuntimeCodeGenerationTest/ChildComponent_GenericBind_TypeInference/TestComponent.ir.txt rename to test/Microsoft.AspNetCore.Components.Build.Test/TestFiles/RuntimeCodeGenerationTest/ChildComponent_GenericBind_TypeInference/TestComponent.ir.txt diff --git a/test/Microsoft.AspNetCore.Blazor.Build.Test/TestFiles/RuntimeCodeGenerationTest/ChildComponent_GenericBind_TypeInference/TestComponent.mappings.txt b/test/Microsoft.AspNetCore.Components.Build.Test/TestFiles/RuntimeCodeGenerationTest/ChildComponent_GenericBind_TypeInference/TestComponent.mappings.txt similarity index 100% rename from test/Microsoft.AspNetCore.Blazor.Build.Test/TestFiles/RuntimeCodeGenerationTest/ChildComponent_GenericBind_TypeInference/TestComponent.mappings.txt rename to test/Microsoft.AspNetCore.Components.Build.Test/TestFiles/RuntimeCodeGenerationTest/ChildComponent_GenericBind_TypeInference/TestComponent.mappings.txt diff --git a/test/Microsoft.AspNetCore.Blazor.Build.Test/TestFiles/RuntimeCodeGenerationTest/ChildComponent_GenericChildContent/TestComponent.codegen.cs b/test/Microsoft.AspNetCore.Components.Build.Test/TestFiles/RuntimeCodeGenerationTest/ChildComponent_GenericChildContent/TestComponent.codegen.cs similarity index 100% rename from test/Microsoft.AspNetCore.Blazor.Build.Test/TestFiles/RuntimeCodeGenerationTest/ChildComponent_GenericChildContent/TestComponent.codegen.cs rename to test/Microsoft.AspNetCore.Components.Build.Test/TestFiles/RuntimeCodeGenerationTest/ChildComponent_GenericChildContent/TestComponent.codegen.cs diff --git a/test/Microsoft.AspNetCore.Blazor.Build.Test/TestFiles/RuntimeCodeGenerationTest/ChildComponent_GenericChildContent/TestComponent.ir.txt b/test/Microsoft.AspNetCore.Components.Build.Test/TestFiles/RuntimeCodeGenerationTest/ChildComponent_GenericChildContent/TestComponent.ir.txt similarity index 100% rename from test/Microsoft.AspNetCore.Blazor.Build.Test/TestFiles/RuntimeCodeGenerationTest/ChildComponent_GenericChildContent/TestComponent.ir.txt rename to test/Microsoft.AspNetCore.Components.Build.Test/TestFiles/RuntimeCodeGenerationTest/ChildComponent_GenericChildContent/TestComponent.ir.txt diff --git a/test/Microsoft.AspNetCore.Blazor.Build.Test/TestFiles/RuntimeCodeGenerationTest/ChildComponent_GenericChildContent_TypeInference/TestComponent.codegen.cs b/test/Microsoft.AspNetCore.Components.Build.Test/TestFiles/RuntimeCodeGenerationTest/ChildComponent_GenericChildContent_TypeInference/TestComponent.codegen.cs similarity index 100% rename from test/Microsoft.AspNetCore.Blazor.Build.Test/TestFiles/RuntimeCodeGenerationTest/ChildComponent_GenericChildContent_TypeInference/TestComponent.codegen.cs rename to test/Microsoft.AspNetCore.Components.Build.Test/TestFiles/RuntimeCodeGenerationTest/ChildComponent_GenericChildContent_TypeInference/TestComponent.codegen.cs diff --git a/test/Microsoft.AspNetCore.Blazor.Build.Test/TestFiles/RuntimeCodeGenerationTest/ChildComponent_GenericChildContent_TypeInference/TestComponent.ir.txt b/test/Microsoft.AspNetCore.Components.Build.Test/TestFiles/RuntimeCodeGenerationTest/ChildComponent_GenericChildContent_TypeInference/TestComponent.ir.txt similarity index 100% rename from test/Microsoft.AspNetCore.Blazor.Build.Test/TestFiles/RuntimeCodeGenerationTest/ChildComponent_GenericChildContent_TypeInference/TestComponent.ir.txt rename to test/Microsoft.AspNetCore.Components.Build.Test/TestFiles/RuntimeCodeGenerationTest/ChildComponent_GenericChildContent_TypeInference/TestComponent.ir.txt diff --git a/test/Microsoft.AspNetCore.Blazor.Build.Test/TestFiles/RuntimeCodeGenerationTest/ChildComponent_GenericWeaklyTypedAttribute/TestComponent.codegen.cs b/test/Microsoft.AspNetCore.Components.Build.Test/TestFiles/RuntimeCodeGenerationTest/ChildComponent_GenericWeaklyTypedAttribute/TestComponent.codegen.cs similarity index 100% rename from test/Microsoft.AspNetCore.Blazor.Build.Test/TestFiles/RuntimeCodeGenerationTest/ChildComponent_GenericWeaklyTypedAttribute/TestComponent.codegen.cs rename to test/Microsoft.AspNetCore.Components.Build.Test/TestFiles/RuntimeCodeGenerationTest/ChildComponent_GenericWeaklyTypedAttribute/TestComponent.codegen.cs diff --git a/test/Microsoft.AspNetCore.Blazor.Build.Test/TestFiles/RuntimeCodeGenerationTest/ChildComponent_GenericWeaklyTypedAttribute/TestComponent.ir.txt b/test/Microsoft.AspNetCore.Components.Build.Test/TestFiles/RuntimeCodeGenerationTest/ChildComponent_GenericWeaklyTypedAttribute/TestComponent.ir.txt similarity index 100% rename from test/Microsoft.AspNetCore.Blazor.Build.Test/TestFiles/RuntimeCodeGenerationTest/ChildComponent_GenericWeaklyTypedAttribute/TestComponent.ir.txt rename to test/Microsoft.AspNetCore.Components.Build.Test/TestFiles/RuntimeCodeGenerationTest/ChildComponent_GenericWeaklyTypedAttribute/TestComponent.ir.txt diff --git a/test/Microsoft.AspNetCore.Blazor.Build.Test/TestFiles/RuntimeCodeGenerationTest/ChildComponent_GenericWeaklyTypedAttribute_TypeInference/TestComponent.codegen.cs b/test/Microsoft.AspNetCore.Components.Build.Test/TestFiles/RuntimeCodeGenerationTest/ChildComponent_GenericWeaklyTypedAttribute_TypeInference/TestComponent.codegen.cs similarity index 100% rename from test/Microsoft.AspNetCore.Blazor.Build.Test/TestFiles/RuntimeCodeGenerationTest/ChildComponent_GenericWeaklyTypedAttribute_TypeInference/TestComponent.codegen.cs rename to test/Microsoft.AspNetCore.Components.Build.Test/TestFiles/RuntimeCodeGenerationTest/ChildComponent_GenericWeaklyTypedAttribute_TypeInference/TestComponent.codegen.cs diff --git a/test/Microsoft.AspNetCore.Blazor.Build.Test/TestFiles/RuntimeCodeGenerationTest/ChildComponent_GenericWeaklyTypedAttribute_TypeInference/TestComponent.ir.txt b/test/Microsoft.AspNetCore.Components.Build.Test/TestFiles/RuntimeCodeGenerationTest/ChildComponent_GenericWeaklyTypedAttribute_TypeInference/TestComponent.ir.txt similarity index 100% rename from test/Microsoft.AspNetCore.Blazor.Build.Test/TestFiles/RuntimeCodeGenerationTest/ChildComponent_GenericWeaklyTypedAttribute_TypeInference/TestComponent.ir.txt rename to test/Microsoft.AspNetCore.Components.Build.Test/TestFiles/RuntimeCodeGenerationTest/ChildComponent_GenericWeaklyTypedAttribute_TypeInference/TestComponent.ir.txt diff --git a/test/Microsoft.AspNetCore.Blazor.Build.Test/TestFiles/RuntimeCodeGenerationTest/ChildComponent_Generic_TypeInference/TestComponent.codegen.cs b/test/Microsoft.AspNetCore.Components.Build.Test/TestFiles/RuntimeCodeGenerationTest/ChildComponent_Generic_TypeInference/TestComponent.codegen.cs similarity index 100% rename from test/Microsoft.AspNetCore.Blazor.Build.Test/TestFiles/RuntimeCodeGenerationTest/ChildComponent_Generic_TypeInference/TestComponent.codegen.cs rename to test/Microsoft.AspNetCore.Components.Build.Test/TestFiles/RuntimeCodeGenerationTest/ChildComponent_Generic_TypeInference/TestComponent.codegen.cs diff --git a/test/Microsoft.AspNetCore.Blazor.Build.Test/TestFiles/RuntimeCodeGenerationTest/ChildComponent_Generic_TypeInference/TestComponent.ir.txt b/test/Microsoft.AspNetCore.Components.Build.Test/TestFiles/RuntimeCodeGenerationTest/ChildComponent_Generic_TypeInference/TestComponent.ir.txt similarity index 100% rename from test/Microsoft.AspNetCore.Blazor.Build.Test/TestFiles/RuntimeCodeGenerationTest/ChildComponent_Generic_TypeInference/TestComponent.ir.txt rename to test/Microsoft.AspNetCore.Components.Build.Test/TestFiles/RuntimeCodeGenerationTest/ChildComponent_Generic_TypeInference/TestComponent.ir.txt diff --git a/test/Microsoft.AspNetCore.Blazor.Build.Test/TestFiles/RuntimeCodeGenerationTest/ChildComponent_Generic_TypeInference_Multiple/TestComponent.codegen.cs b/test/Microsoft.AspNetCore.Components.Build.Test/TestFiles/RuntimeCodeGenerationTest/ChildComponent_Generic_TypeInference_Multiple/TestComponent.codegen.cs similarity index 100% rename from test/Microsoft.AspNetCore.Blazor.Build.Test/TestFiles/RuntimeCodeGenerationTest/ChildComponent_Generic_TypeInference_Multiple/TestComponent.codegen.cs rename to test/Microsoft.AspNetCore.Components.Build.Test/TestFiles/RuntimeCodeGenerationTest/ChildComponent_Generic_TypeInference_Multiple/TestComponent.codegen.cs diff --git a/test/Microsoft.AspNetCore.Blazor.Build.Test/TestFiles/RuntimeCodeGenerationTest/ChildComponent_Generic_TypeInference_Multiple/TestComponent.ir.txt b/test/Microsoft.AspNetCore.Components.Build.Test/TestFiles/RuntimeCodeGenerationTest/ChildComponent_Generic_TypeInference_Multiple/TestComponent.ir.txt similarity index 100% rename from test/Microsoft.AspNetCore.Blazor.Build.Test/TestFiles/RuntimeCodeGenerationTest/ChildComponent_Generic_TypeInference_Multiple/TestComponent.ir.txt rename to test/Microsoft.AspNetCore.Components.Build.Test/TestFiles/RuntimeCodeGenerationTest/ChildComponent_Generic_TypeInference_Multiple/TestComponent.ir.txt diff --git a/test/Microsoft.AspNetCore.Blazor.Build.Test/TestFiles/RuntimeCodeGenerationTest/ChildComponent_MultipleGenerics/TestComponent.codegen.cs b/test/Microsoft.AspNetCore.Components.Build.Test/TestFiles/RuntimeCodeGenerationTest/ChildComponent_MultipleGenerics/TestComponent.codegen.cs similarity index 100% rename from test/Microsoft.AspNetCore.Blazor.Build.Test/TestFiles/RuntimeCodeGenerationTest/ChildComponent_MultipleGenerics/TestComponent.codegen.cs rename to test/Microsoft.AspNetCore.Components.Build.Test/TestFiles/RuntimeCodeGenerationTest/ChildComponent_MultipleGenerics/TestComponent.codegen.cs diff --git a/test/Microsoft.AspNetCore.Blazor.Build.Test/TestFiles/RuntimeCodeGenerationTest/ChildComponent_MultipleGenerics/TestComponent.ir.txt b/test/Microsoft.AspNetCore.Components.Build.Test/TestFiles/RuntimeCodeGenerationTest/ChildComponent_MultipleGenerics/TestComponent.ir.txt similarity index 100% rename from test/Microsoft.AspNetCore.Blazor.Build.Test/TestFiles/RuntimeCodeGenerationTest/ChildComponent_MultipleGenerics/TestComponent.ir.txt rename to test/Microsoft.AspNetCore.Components.Build.Test/TestFiles/RuntimeCodeGenerationTest/ChildComponent_MultipleGenerics/TestComponent.ir.txt diff --git a/test/Microsoft.AspNetCore.Blazor.Build.Test/TestFiles/RuntimeCodeGenerationTest/ChildComponent_MultipleGenerics_TypeInference/TestComponent.codegen.cs b/test/Microsoft.AspNetCore.Components.Build.Test/TestFiles/RuntimeCodeGenerationTest/ChildComponent_MultipleGenerics_TypeInference/TestComponent.codegen.cs similarity index 100% rename from test/Microsoft.AspNetCore.Blazor.Build.Test/TestFiles/RuntimeCodeGenerationTest/ChildComponent_MultipleGenerics_TypeInference/TestComponent.codegen.cs rename to test/Microsoft.AspNetCore.Components.Build.Test/TestFiles/RuntimeCodeGenerationTest/ChildComponent_MultipleGenerics_TypeInference/TestComponent.codegen.cs diff --git a/test/Microsoft.AspNetCore.Blazor.Build.Test/TestFiles/RuntimeCodeGenerationTest/ChildComponent_MultipleGenerics_TypeInference/TestComponent.ir.txt b/test/Microsoft.AspNetCore.Components.Build.Test/TestFiles/RuntimeCodeGenerationTest/ChildComponent_MultipleGenerics_TypeInference/TestComponent.ir.txt similarity index 100% rename from test/Microsoft.AspNetCore.Blazor.Build.Test/TestFiles/RuntimeCodeGenerationTest/ChildComponent_MultipleGenerics_TypeInference/TestComponent.ir.txt rename to test/Microsoft.AspNetCore.Components.Build.Test/TestFiles/RuntimeCodeGenerationTest/ChildComponent_MultipleGenerics_TypeInference/TestComponent.ir.txt diff --git a/test/Microsoft.AspNetCore.Blazor.Build.Test/TestFiles/RuntimeCodeGenerationTest/ChildComponent_Simple/TestComponent.codegen.cs b/test/Microsoft.AspNetCore.Components.Build.Test/TestFiles/RuntimeCodeGenerationTest/ChildComponent_Simple/TestComponent.codegen.cs similarity index 96% rename from test/Microsoft.AspNetCore.Blazor.Build.Test/TestFiles/RuntimeCodeGenerationTest/ChildComponent_Simple/TestComponent.codegen.cs rename to test/Microsoft.AspNetCore.Components.Build.Test/TestFiles/RuntimeCodeGenerationTest/ChildComponent_Simple/TestComponent.codegen.cs index 66cb6cb7..ee16caef 100644 --- a/test/Microsoft.AspNetCore.Blazor.Build.Test/TestFiles/RuntimeCodeGenerationTest/ChildComponent_Simple/TestComponent.codegen.cs +++ b/test/Microsoft.AspNetCore.Components.Build.Test/TestFiles/RuntimeCodeGenerationTest/ChildComponent_Simple/TestComponent.codegen.cs @@ -1,24 +1,24 @@ -// -#pragma warning disable 1591 -namespace Test -{ - #line hidden - using System; - using System.Collections.Generic; - using System.Linq; - using System.Threading.Tasks; - using Microsoft.AspNetCore.Blazor; - using Microsoft.AspNetCore.Blazor.Components; - public class TestComponent : Microsoft.AspNetCore.Blazor.Components.BlazorComponent - { - #pragma warning disable 1998 - protected override void BuildRenderTree(Microsoft.AspNetCore.Blazor.RenderTree.RenderTreeBuilder builder) - { - base.BuildRenderTree(builder); - builder.OpenComponent(0); - builder.CloseComponent(); - } - #pragma warning restore 1998 - } -} -#pragma warning restore 1591 +// +#pragma warning disable 1591 +namespace Test +{ + #line hidden + using System; + using System.Collections.Generic; + using System.Linq; + using System.Threading.Tasks; + using Microsoft.AspNetCore.Blazor; + using Microsoft.AspNetCore.Blazor.Components; + public class TestComponent : Microsoft.AspNetCore.Blazor.Components.BlazorComponent + { + #pragma warning disable 1998 + protected override void BuildRenderTree(Microsoft.AspNetCore.Blazor.RenderTree.RenderTreeBuilder builder) + { + base.BuildRenderTree(builder); + builder.OpenComponent(0); + builder.CloseComponent(); + } + #pragma warning restore 1998 + } +} +#pragma warning restore 1591 diff --git a/test/Microsoft.AspNetCore.Blazor.Build.Test/TestFiles/RuntimeCodeGenerationTest/ChildComponent_Simple/TestComponent.ir.txt b/test/Microsoft.AspNetCore.Components.Build.Test/TestFiles/RuntimeCodeGenerationTest/ChildComponent_Simple/TestComponent.ir.txt similarity index 100% rename from test/Microsoft.AspNetCore.Blazor.Build.Test/TestFiles/RuntimeCodeGenerationTest/ChildComponent_Simple/TestComponent.ir.txt rename to test/Microsoft.AspNetCore.Components.Build.Test/TestFiles/RuntimeCodeGenerationTest/ChildComponent_Simple/TestComponent.ir.txt diff --git a/test/Microsoft.AspNetCore.Blazor.Build.Test/TestFiles/RuntimeCodeGenerationTest/ChildComponent_WithChildContent/TestComponent.codegen.cs b/test/Microsoft.AspNetCore.Components.Build.Test/TestFiles/RuntimeCodeGenerationTest/ChildComponent_WithChildContent/TestComponent.codegen.cs similarity index 97% rename from test/Microsoft.AspNetCore.Blazor.Build.Test/TestFiles/RuntimeCodeGenerationTest/ChildComponent_WithChildContent/TestComponent.codegen.cs rename to test/Microsoft.AspNetCore.Components.Build.Test/TestFiles/RuntimeCodeGenerationTest/ChildComponent_WithChildContent/TestComponent.codegen.cs index bec2a58f..55620481 100644 --- a/test/Microsoft.AspNetCore.Blazor.Build.Test/TestFiles/RuntimeCodeGenerationTest/ChildComponent_WithChildContent/TestComponent.codegen.cs +++ b/test/Microsoft.AspNetCore.Components.Build.Test/TestFiles/RuntimeCodeGenerationTest/ChildComponent_WithChildContent/TestComponent.codegen.cs @@ -1,30 +1,30 @@ -// -#pragma warning disable 1591 -namespace Test -{ - #line hidden - using System; - using System.Collections.Generic; - using System.Linq; - using System.Threading.Tasks; - using Microsoft.AspNetCore.Blazor; - using Microsoft.AspNetCore.Blazor.Components; - public class TestComponent : Microsoft.AspNetCore.Blazor.Components.BlazorComponent - { - #pragma warning disable 1998 - protected override void BuildRenderTree(Microsoft.AspNetCore.Blazor.RenderTree.RenderTreeBuilder builder) - { - base.BuildRenderTree(builder); - builder.OpenComponent(0); - builder.AddAttribute(1, "MyAttr", "abc"); - builder.AddAttribute(2, "ChildContent", (Microsoft.AspNetCore.Blazor.RenderFragment)((builder2) => { - builder2.AddContent(3, "Some text"); - builder2.AddMarkupContent(4, "Nested text"); - } - )); - builder.CloseComponent(); - } - #pragma warning restore 1998 - } -} -#pragma warning restore 1591 +// +#pragma warning disable 1591 +namespace Test +{ + #line hidden + using System; + using System.Collections.Generic; + using System.Linq; + using System.Threading.Tasks; + using Microsoft.AspNetCore.Blazor; + using Microsoft.AspNetCore.Blazor.Components; + public class TestComponent : Microsoft.AspNetCore.Blazor.Components.BlazorComponent + { + #pragma warning disable 1998 + protected override void BuildRenderTree(Microsoft.AspNetCore.Blazor.RenderTree.RenderTreeBuilder builder) + { + base.BuildRenderTree(builder); + builder.OpenComponent(0); + builder.AddAttribute(1, "MyAttr", "abc"); + builder.AddAttribute(2, "ChildContent", (Microsoft.AspNetCore.Blazor.RenderFragment)((builder2) => { + builder2.AddContent(3, "Some text"); + builder2.AddMarkupContent(4, "Nested text"); + } + )); + builder.CloseComponent(); + } + #pragma warning restore 1998 + } +} +#pragma warning restore 1591 diff --git a/test/Microsoft.AspNetCore.Blazor.Build.Test/TestFiles/RuntimeCodeGenerationTest/ChildComponent_WithChildContent/TestComponent.ir.txt b/test/Microsoft.AspNetCore.Components.Build.Test/TestFiles/RuntimeCodeGenerationTest/ChildComponent_WithChildContent/TestComponent.ir.txt similarity index 100% rename from test/Microsoft.AspNetCore.Blazor.Build.Test/TestFiles/RuntimeCodeGenerationTest/ChildComponent_WithChildContent/TestComponent.ir.txt rename to test/Microsoft.AspNetCore.Components.Build.Test/TestFiles/RuntimeCodeGenerationTest/ChildComponent_WithChildContent/TestComponent.ir.txt diff --git a/test/Microsoft.AspNetCore.Blazor.Build.Test/TestFiles/RuntimeCodeGenerationTest/ChildComponent_WithElementOnlyChildContent/TestComponent.codegen.cs b/test/Microsoft.AspNetCore.Components.Build.Test/TestFiles/RuntimeCodeGenerationTest/ChildComponent_WithElementOnlyChildContent/TestComponent.codegen.cs similarity index 100% rename from test/Microsoft.AspNetCore.Blazor.Build.Test/TestFiles/RuntimeCodeGenerationTest/ChildComponent_WithElementOnlyChildContent/TestComponent.codegen.cs rename to test/Microsoft.AspNetCore.Components.Build.Test/TestFiles/RuntimeCodeGenerationTest/ChildComponent_WithElementOnlyChildContent/TestComponent.codegen.cs diff --git a/test/Microsoft.AspNetCore.Blazor.Build.Test/TestFiles/RuntimeCodeGenerationTest/ChildComponent_WithElementOnlyChildContent/TestComponent.ir.txt b/test/Microsoft.AspNetCore.Components.Build.Test/TestFiles/RuntimeCodeGenerationTest/ChildComponent_WithElementOnlyChildContent/TestComponent.ir.txt similarity index 100% rename from test/Microsoft.AspNetCore.Blazor.Build.Test/TestFiles/RuntimeCodeGenerationTest/ChildComponent_WithElementOnlyChildContent/TestComponent.ir.txt rename to test/Microsoft.AspNetCore.Components.Build.Test/TestFiles/RuntimeCodeGenerationTest/ChildComponent_WithElementOnlyChildContent/TestComponent.ir.txt diff --git a/test/Microsoft.AspNetCore.Blazor.Build.Test/TestFiles/RuntimeCodeGenerationTest/ChildComponent_WithExplicitChildContent/TestComponent.codegen.cs b/test/Microsoft.AspNetCore.Components.Build.Test/TestFiles/RuntimeCodeGenerationTest/ChildComponent_WithExplicitChildContent/TestComponent.codegen.cs similarity index 100% rename from test/Microsoft.AspNetCore.Blazor.Build.Test/TestFiles/RuntimeCodeGenerationTest/ChildComponent_WithExplicitChildContent/TestComponent.codegen.cs rename to test/Microsoft.AspNetCore.Components.Build.Test/TestFiles/RuntimeCodeGenerationTest/ChildComponent_WithExplicitChildContent/TestComponent.codegen.cs diff --git a/test/Microsoft.AspNetCore.Blazor.Build.Test/TestFiles/RuntimeCodeGenerationTest/ChildComponent_WithExplicitChildContent/TestComponent.ir.txt b/test/Microsoft.AspNetCore.Components.Build.Test/TestFiles/RuntimeCodeGenerationTest/ChildComponent_WithExplicitChildContent/TestComponent.ir.txt similarity index 100% rename from test/Microsoft.AspNetCore.Blazor.Build.Test/TestFiles/RuntimeCodeGenerationTest/ChildComponent_WithExplicitChildContent/TestComponent.ir.txt rename to test/Microsoft.AspNetCore.Components.Build.Test/TestFiles/RuntimeCodeGenerationTest/ChildComponent_WithExplicitChildContent/TestComponent.ir.txt diff --git a/test/Microsoft.AspNetCore.Blazor.Build.Test/TestFiles/RuntimeCodeGenerationTest/ChildComponent_WithExplicitEventHandler/TestComponent.codegen.cs b/test/Microsoft.AspNetCore.Components.Build.Test/TestFiles/RuntimeCodeGenerationTest/ChildComponent_WithExplicitEventHandler/TestComponent.codegen.cs similarity index 96% rename from test/Microsoft.AspNetCore.Blazor.Build.Test/TestFiles/RuntimeCodeGenerationTest/ChildComponent_WithExplicitEventHandler/TestComponent.codegen.cs rename to test/Microsoft.AspNetCore.Components.Build.Test/TestFiles/RuntimeCodeGenerationTest/ChildComponent_WithExplicitEventHandler/TestComponent.codegen.cs index 82da3d7c..0c0e7f23 100644 --- a/test/Microsoft.AspNetCore.Blazor.Build.Test/TestFiles/RuntimeCodeGenerationTest/ChildComponent_WithExplicitEventHandler/TestComponent.codegen.cs +++ b/test/Microsoft.AspNetCore.Components.Build.Test/TestFiles/RuntimeCodeGenerationTest/ChildComponent_WithExplicitEventHandler/TestComponent.codegen.cs @@ -1,34 +1,34 @@ -// -#pragma warning disable 1591 -namespace Test -{ - #line hidden - using System; - using System.Collections.Generic; - using System.Linq; - using System.Threading.Tasks; - using Microsoft.AspNetCore.Blazor; - using Microsoft.AspNetCore.Blazor.Components; - public class TestComponent : Microsoft.AspNetCore.Blazor.Components.BlazorComponent - { - #pragma warning disable 1998 - protected override void BuildRenderTree(Microsoft.AspNetCore.Blazor.RenderTree.RenderTreeBuilder builder) - { - base.BuildRenderTree(builder); - builder.OpenComponent(0); - builder.AddAttribute(1, "OnClick", new System.Action(Increment)); - builder.CloseComponent(); - } - #pragma warning restore 1998 -#line 4 "x:\dir\subdir\Test\TestComponent.cshtml" - - private int counter; - private void Increment(UIEventArgs e) { - counter++; - } - -#line default -#line hidden - } -} -#pragma warning restore 1591 +// +#pragma warning disable 1591 +namespace Test +{ + #line hidden + using System; + using System.Collections.Generic; + using System.Linq; + using System.Threading.Tasks; + using Microsoft.AspNetCore.Blazor; + using Microsoft.AspNetCore.Blazor.Components; + public class TestComponent : Microsoft.AspNetCore.Blazor.Components.BlazorComponent + { + #pragma warning disable 1998 + protected override void BuildRenderTree(Microsoft.AspNetCore.Blazor.RenderTree.RenderTreeBuilder builder) + { + base.BuildRenderTree(builder); + builder.OpenComponent(0); + builder.AddAttribute(1, "OnClick", new System.Action(Increment)); + builder.CloseComponent(); + } + #pragma warning restore 1998 +#line 4 "x:\dir\subdir\Test\TestComponent.cshtml" + + private int counter; + private void Increment(UIEventArgs e) { + counter++; + } + +#line default +#line hidden + } +} +#pragma warning restore 1591 diff --git a/test/Microsoft.AspNetCore.Blazor.Build.Test/TestFiles/RuntimeCodeGenerationTest/ChildComponent_WithExplicitEventHandler/TestComponent.ir.txt b/test/Microsoft.AspNetCore.Components.Build.Test/TestFiles/RuntimeCodeGenerationTest/ChildComponent_WithExplicitEventHandler/TestComponent.ir.txt similarity index 100% rename from test/Microsoft.AspNetCore.Blazor.Build.Test/TestFiles/RuntimeCodeGenerationTest/ChildComponent_WithExplicitEventHandler/TestComponent.ir.txt rename to test/Microsoft.AspNetCore.Components.Build.Test/TestFiles/RuntimeCodeGenerationTest/ChildComponent_WithExplicitEventHandler/TestComponent.ir.txt diff --git a/test/Microsoft.AspNetCore.Blazor.Build.Test/TestFiles/RuntimeCodeGenerationTest/ChildComponent_WithExplicitEventHandler/TestComponent.mappings.txt b/test/Microsoft.AspNetCore.Components.Build.Test/TestFiles/RuntimeCodeGenerationTest/ChildComponent_WithExplicitEventHandler/TestComponent.mappings.txt similarity index 95% rename from test/Microsoft.AspNetCore.Blazor.Build.Test/TestFiles/RuntimeCodeGenerationTest/ChildComponent_WithExplicitEventHandler/TestComponent.mappings.txt rename to test/Microsoft.AspNetCore.Components.Build.Test/TestFiles/RuntimeCodeGenerationTest/ChildComponent_WithExplicitEventHandler/TestComponent.mappings.txt index 78c83fa5..c7d5aa8b 100644 --- a/test/Microsoft.AspNetCore.Blazor.Build.Test/TestFiles/RuntimeCodeGenerationTest/ChildComponent_WithExplicitEventHandler/TestComponent.mappings.txt +++ b/test/Microsoft.AspNetCore.Components.Build.Test/TestFiles/RuntimeCodeGenerationTest/ChildComponent_WithExplicitEventHandler/TestComponent.mappings.txt @@ -1,15 +1,15 @@ -Source Location: (82:3,12 [100] x:\dir\subdir\Test\TestComponent.cshtml) -| - private int counter; - private void Increment(UIEventArgs e) { - counter++; - } -| -Generated Location: (929:23,12 [100] ) -| - private int counter; - private void Increment(UIEventArgs e) { - counter++; - } -| - +Source Location: (82:3,12 [100] x:\dir\subdir\Test\TestComponent.cshtml) +| + private int counter; + private void Increment(UIEventArgs e) { + counter++; + } +| +Generated Location: (929:23,12 [100] ) +| + private int counter; + private void Increment(UIEventArgs e) { + counter++; + } +| + diff --git a/test/Microsoft.AspNetCore.Blazor.Build.Test/TestFiles/RuntimeCodeGenerationTest/ChildComponent_WithExplicitGenericChildContent/TestComponent.codegen.cs b/test/Microsoft.AspNetCore.Components.Build.Test/TestFiles/RuntimeCodeGenerationTest/ChildComponent_WithExplicitGenericChildContent/TestComponent.codegen.cs similarity index 100% rename from test/Microsoft.AspNetCore.Blazor.Build.Test/TestFiles/RuntimeCodeGenerationTest/ChildComponent_WithExplicitGenericChildContent/TestComponent.codegen.cs rename to test/Microsoft.AspNetCore.Components.Build.Test/TestFiles/RuntimeCodeGenerationTest/ChildComponent_WithExplicitGenericChildContent/TestComponent.codegen.cs diff --git a/test/Microsoft.AspNetCore.Blazor.Build.Test/TestFiles/RuntimeCodeGenerationTest/ChildComponent_WithExplicitGenericChildContent/TestComponent.ir.txt b/test/Microsoft.AspNetCore.Components.Build.Test/TestFiles/RuntimeCodeGenerationTest/ChildComponent_WithExplicitGenericChildContent/TestComponent.ir.txt similarity index 100% rename from test/Microsoft.AspNetCore.Blazor.Build.Test/TestFiles/RuntimeCodeGenerationTest/ChildComponent_WithExplicitGenericChildContent/TestComponent.ir.txt rename to test/Microsoft.AspNetCore.Components.Build.Test/TestFiles/RuntimeCodeGenerationTest/ChildComponent_WithExplicitGenericChildContent/TestComponent.ir.txt diff --git a/test/Microsoft.AspNetCore.Blazor.Build.Test/TestFiles/RuntimeCodeGenerationTest/ChildComponent_WithExplicitStringParameter/TestComponent.codegen.cs b/test/Microsoft.AspNetCore.Components.Build.Test/TestFiles/RuntimeCodeGenerationTest/ChildComponent_WithExplicitStringParameter/TestComponent.codegen.cs similarity index 97% rename from test/Microsoft.AspNetCore.Blazor.Build.Test/TestFiles/RuntimeCodeGenerationTest/ChildComponent_WithExplicitStringParameter/TestComponent.codegen.cs rename to test/Microsoft.AspNetCore.Components.Build.Test/TestFiles/RuntimeCodeGenerationTest/ChildComponent_WithExplicitStringParameter/TestComponent.codegen.cs index 81c77751..906e035a 100644 --- a/test/Microsoft.AspNetCore.Blazor.Build.Test/TestFiles/RuntimeCodeGenerationTest/ChildComponent_WithExplicitStringParameter/TestComponent.codegen.cs +++ b/test/Microsoft.AspNetCore.Components.Build.Test/TestFiles/RuntimeCodeGenerationTest/ChildComponent_WithExplicitStringParameter/TestComponent.codegen.cs @@ -1,25 +1,25 @@ -// -#pragma warning disable 1591 -namespace Test -{ - #line hidden - using System; - using System.Collections.Generic; - using System.Linq; - using System.Threading.Tasks; - using Microsoft.AspNetCore.Blazor; - using Microsoft.AspNetCore.Blazor.Components; - public class TestComponent : Microsoft.AspNetCore.Blazor.Components.BlazorComponent - { - #pragma warning disable 1998 - protected override void BuildRenderTree(Microsoft.AspNetCore.Blazor.RenderTree.RenderTreeBuilder builder) - { - base.BuildRenderTree(builder); - builder.OpenComponent(0); - builder.AddAttribute(1, "StringProperty", Microsoft.AspNetCore.Blazor.Components.RuntimeHelpers.TypeCheck(42.ToString())); - builder.CloseComponent(); - } - #pragma warning restore 1998 - } -} -#pragma warning restore 1591 +// +#pragma warning disable 1591 +namespace Test +{ + #line hidden + using System; + using System.Collections.Generic; + using System.Linq; + using System.Threading.Tasks; + using Microsoft.AspNetCore.Blazor; + using Microsoft.AspNetCore.Blazor.Components; + public class TestComponent : Microsoft.AspNetCore.Blazor.Components.BlazorComponent + { + #pragma warning disable 1998 + protected override void BuildRenderTree(Microsoft.AspNetCore.Blazor.RenderTree.RenderTreeBuilder builder) + { + base.BuildRenderTree(builder); + builder.OpenComponent(0); + builder.AddAttribute(1, "StringProperty", Microsoft.AspNetCore.Blazor.Components.RuntimeHelpers.TypeCheck(42.ToString())); + builder.CloseComponent(); + } + #pragma warning restore 1998 + } +} +#pragma warning restore 1591 diff --git a/test/Microsoft.AspNetCore.Blazor.Build.Test/TestFiles/RuntimeCodeGenerationTest/ChildComponent_WithExplicitStringParameter/TestComponent.ir.txt b/test/Microsoft.AspNetCore.Components.Build.Test/TestFiles/RuntimeCodeGenerationTest/ChildComponent_WithExplicitStringParameter/TestComponent.ir.txt similarity index 100% rename from test/Microsoft.AspNetCore.Blazor.Build.Test/TestFiles/RuntimeCodeGenerationTest/ChildComponent_WithExplicitStringParameter/TestComponent.ir.txt rename to test/Microsoft.AspNetCore.Components.Build.Test/TestFiles/RuntimeCodeGenerationTest/ChildComponent_WithExplicitStringParameter/TestComponent.ir.txt diff --git a/test/Microsoft.AspNetCore.Blazor.Build.Test/TestFiles/RuntimeCodeGenerationTest/ChildComponent_WithGenericChildContent/TestComponent.codegen.cs b/test/Microsoft.AspNetCore.Components.Build.Test/TestFiles/RuntimeCodeGenerationTest/ChildComponent_WithGenericChildContent/TestComponent.codegen.cs similarity index 100% rename from test/Microsoft.AspNetCore.Blazor.Build.Test/TestFiles/RuntimeCodeGenerationTest/ChildComponent_WithGenericChildContent/TestComponent.codegen.cs rename to test/Microsoft.AspNetCore.Components.Build.Test/TestFiles/RuntimeCodeGenerationTest/ChildComponent_WithGenericChildContent/TestComponent.codegen.cs diff --git a/test/Microsoft.AspNetCore.Blazor.Build.Test/TestFiles/RuntimeCodeGenerationTest/ChildComponent_WithGenericChildContent/TestComponent.ir.txt b/test/Microsoft.AspNetCore.Components.Build.Test/TestFiles/RuntimeCodeGenerationTest/ChildComponent_WithGenericChildContent/TestComponent.ir.txt similarity index 100% rename from test/Microsoft.AspNetCore.Blazor.Build.Test/TestFiles/RuntimeCodeGenerationTest/ChildComponent_WithGenericChildContent/TestComponent.ir.txt rename to test/Microsoft.AspNetCore.Components.Build.Test/TestFiles/RuntimeCodeGenerationTest/ChildComponent_WithGenericChildContent/TestComponent.ir.txt diff --git a/test/Microsoft.AspNetCore.Blazor.Build.Test/TestFiles/RuntimeCodeGenerationTest/ChildComponent_WithGenericChildContent_SetsParameterName/TestComponent.codegen.cs b/test/Microsoft.AspNetCore.Components.Build.Test/TestFiles/RuntimeCodeGenerationTest/ChildComponent_WithGenericChildContent_SetsParameterName/TestComponent.codegen.cs similarity index 100% rename from test/Microsoft.AspNetCore.Blazor.Build.Test/TestFiles/RuntimeCodeGenerationTest/ChildComponent_WithGenericChildContent_SetsParameterName/TestComponent.codegen.cs rename to test/Microsoft.AspNetCore.Components.Build.Test/TestFiles/RuntimeCodeGenerationTest/ChildComponent_WithGenericChildContent_SetsParameterName/TestComponent.codegen.cs diff --git a/test/Microsoft.AspNetCore.Blazor.Build.Test/TestFiles/RuntimeCodeGenerationTest/ChildComponent_WithGenericChildContent_SetsParameterName/TestComponent.ir.txt b/test/Microsoft.AspNetCore.Components.Build.Test/TestFiles/RuntimeCodeGenerationTest/ChildComponent_WithGenericChildContent_SetsParameterName/TestComponent.ir.txt similarity index 100% rename from test/Microsoft.AspNetCore.Blazor.Build.Test/TestFiles/RuntimeCodeGenerationTest/ChildComponent_WithGenericChildContent_SetsParameterName/TestComponent.ir.txt rename to test/Microsoft.AspNetCore.Components.Build.Test/TestFiles/RuntimeCodeGenerationTest/ChildComponent_WithGenericChildContent_SetsParameterName/TestComponent.ir.txt diff --git a/test/Microsoft.AspNetCore.Blazor.Build.Test/TestFiles/RuntimeCodeGenerationTest/ChildComponent_WithGenericChildContent_SetsParameterNameOnComponent/TestComponent.codegen.cs b/test/Microsoft.AspNetCore.Components.Build.Test/TestFiles/RuntimeCodeGenerationTest/ChildComponent_WithGenericChildContent_SetsParameterNameOnComponent/TestComponent.codegen.cs similarity index 100% rename from test/Microsoft.AspNetCore.Blazor.Build.Test/TestFiles/RuntimeCodeGenerationTest/ChildComponent_WithGenericChildContent_SetsParameterNameOnComponent/TestComponent.codegen.cs rename to test/Microsoft.AspNetCore.Components.Build.Test/TestFiles/RuntimeCodeGenerationTest/ChildComponent_WithGenericChildContent_SetsParameterNameOnComponent/TestComponent.codegen.cs diff --git a/test/Microsoft.AspNetCore.Blazor.Build.Test/TestFiles/RuntimeCodeGenerationTest/ChildComponent_WithGenericChildContent_SetsParameterNameOnComponent/TestComponent.ir.txt b/test/Microsoft.AspNetCore.Components.Build.Test/TestFiles/RuntimeCodeGenerationTest/ChildComponent_WithGenericChildContent_SetsParameterNameOnComponent/TestComponent.ir.txt similarity index 100% rename from test/Microsoft.AspNetCore.Blazor.Build.Test/TestFiles/RuntimeCodeGenerationTest/ChildComponent_WithGenericChildContent_SetsParameterNameOnComponent/TestComponent.ir.txt rename to test/Microsoft.AspNetCore.Components.Build.Test/TestFiles/RuntimeCodeGenerationTest/ChildComponent_WithGenericChildContent_SetsParameterNameOnComponent/TestComponent.ir.txt diff --git a/test/Microsoft.AspNetCore.Blazor.Build.Test/TestFiles/RuntimeCodeGenerationTest/ChildComponent_WithLambdaEventHandler/TestComponent.codegen.cs b/test/Microsoft.AspNetCore.Components.Build.Test/TestFiles/RuntimeCodeGenerationTest/ChildComponent_WithLambdaEventHandler/TestComponent.codegen.cs similarity index 96% rename from test/Microsoft.AspNetCore.Blazor.Build.Test/TestFiles/RuntimeCodeGenerationTest/ChildComponent_WithLambdaEventHandler/TestComponent.codegen.cs rename to test/Microsoft.AspNetCore.Components.Build.Test/TestFiles/RuntimeCodeGenerationTest/ChildComponent_WithLambdaEventHandler/TestComponent.codegen.cs index 1b4a7522..d68edeb4 100644 --- a/test/Microsoft.AspNetCore.Blazor.Build.Test/TestFiles/RuntimeCodeGenerationTest/ChildComponent_WithLambdaEventHandler/TestComponent.codegen.cs +++ b/test/Microsoft.AspNetCore.Components.Build.Test/TestFiles/RuntimeCodeGenerationTest/ChildComponent_WithLambdaEventHandler/TestComponent.codegen.cs @@ -1,34 +1,34 @@ -// -#pragma warning disable 1591 -namespace Test -{ - #line hidden - using System; - using System.Collections.Generic; - using System.Linq; - using System.Threading.Tasks; - using Microsoft.AspNetCore.Blazor; - using Microsoft.AspNetCore.Blazor.Components; - public class TestComponent : Microsoft.AspNetCore.Blazor.Components.BlazorComponent - { - #pragma warning disable 1998 - protected override void BuildRenderTree(Microsoft.AspNetCore.Blazor.RenderTree.RenderTreeBuilder builder) - { - base.BuildRenderTree(builder); - builder.OpenComponent(0); - builder.AddAttribute(1, "OnClick", new System.Action(e => { Increment(); })); - builder.CloseComponent(); - } - #pragma warning restore 1998 -#line 4 "x:\dir\subdir\Test\TestComponent.cshtml" - - private int counter; - private void Increment() { - counter++; - } - -#line default -#line hidden - } -} -#pragma warning restore 1591 +// +#pragma warning disable 1591 +namespace Test +{ + #line hidden + using System; + using System.Collections.Generic; + using System.Linq; + using System.Threading.Tasks; + using Microsoft.AspNetCore.Blazor; + using Microsoft.AspNetCore.Blazor.Components; + public class TestComponent : Microsoft.AspNetCore.Blazor.Components.BlazorComponent + { + #pragma warning disable 1998 + protected override void BuildRenderTree(Microsoft.AspNetCore.Blazor.RenderTree.RenderTreeBuilder builder) + { + base.BuildRenderTree(builder); + builder.OpenComponent(0); + builder.AddAttribute(1, "OnClick", new System.Action(e => { Increment(); })); + builder.CloseComponent(); + } + #pragma warning restore 1998 +#line 4 "x:\dir\subdir\Test\TestComponent.cshtml" + + private int counter; + private void Increment() { + counter++; + } + +#line default +#line hidden + } +} +#pragma warning restore 1591 diff --git a/test/Microsoft.AspNetCore.Blazor.Build.Test/TestFiles/RuntimeCodeGenerationTest/ChildComponent_WithLambdaEventHandler/TestComponent.ir.txt b/test/Microsoft.AspNetCore.Components.Build.Test/TestFiles/RuntimeCodeGenerationTest/ChildComponent_WithLambdaEventHandler/TestComponent.ir.txt similarity index 100% rename from test/Microsoft.AspNetCore.Blazor.Build.Test/TestFiles/RuntimeCodeGenerationTest/ChildComponent_WithLambdaEventHandler/TestComponent.ir.txt rename to test/Microsoft.AspNetCore.Components.Build.Test/TestFiles/RuntimeCodeGenerationTest/ChildComponent_WithLambdaEventHandler/TestComponent.ir.txt diff --git a/test/Microsoft.AspNetCore.Blazor.Build.Test/TestFiles/RuntimeCodeGenerationTest/ChildComponent_WithLambdaEventHandler/TestComponent.mappings.txt b/test/Microsoft.AspNetCore.Components.Build.Test/TestFiles/RuntimeCodeGenerationTest/ChildComponent_WithLambdaEventHandler/TestComponent.mappings.txt similarity index 94% rename from test/Microsoft.AspNetCore.Blazor.Build.Test/TestFiles/RuntimeCodeGenerationTest/ChildComponent_WithLambdaEventHandler/TestComponent.mappings.txt rename to test/Microsoft.AspNetCore.Components.Build.Test/TestFiles/RuntimeCodeGenerationTest/ChildComponent_WithLambdaEventHandler/TestComponent.mappings.txt index 964cbb8d..44058370 100644 --- a/test/Microsoft.AspNetCore.Blazor.Build.Test/TestFiles/RuntimeCodeGenerationTest/ChildComponent_WithLambdaEventHandler/TestComponent.mappings.txt +++ b/test/Microsoft.AspNetCore.Components.Build.Test/TestFiles/RuntimeCodeGenerationTest/ChildComponent_WithLambdaEventHandler/TestComponent.mappings.txt @@ -1,15 +1,15 @@ -Source Location: (96:3,12 [87] x:\dir\subdir\Test\TestComponent.cshtml) -| - private int counter; - private void Increment() { - counter++; - } -| -Generated Location: (941:23,12 [87] ) -| - private int counter; - private void Increment() { - counter++; - } -| - +Source Location: (96:3,12 [87] x:\dir\subdir\Test\TestComponent.cshtml) +| + private int counter; + private void Increment() { + counter++; + } +| +Generated Location: (941:23,12 [87] ) +| + private int counter; + private void Increment() { + counter++; + } +| + diff --git a/test/Microsoft.AspNetCore.Blazor.Build.Test/TestFiles/RuntimeCodeGenerationTest/ChildComponent_WithNonPropertyAttributes/TestComponent.codegen.cs b/test/Microsoft.AspNetCore.Components.Build.Test/TestFiles/RuntimeCodeGenerationTest/ChildComponent_WithNonPropertyAttributes/TestComponent.codegen.cs similarity index 97% rename from test/Microsoft.AspNetCore.Blazor.Build.Test/TestFiles/RuntimeCodeGenerationTest/ChildComponent_WithNonPropertyAttributes/TestComponent.codegen.cs rename to test/Microsoft.AspNetCore.Components.Build.Test/TestFiles/RuntimeCodeGenerationTest/ChildComponent_WithNonPropertyAttributes/TestComponent.codegen.cs index 7b19904f..41b63cea 100644 --- a/test/Microsoft.AspNetCore.Blazor.Build.Test/TestFiles/RuntimeCodeGenerationTest/ChildComponent_WithNonPropertyAttributes/TestComponent.codegen.cs +++ b/test/Microsoft.AspNetCore.Components.Build.Test/TestFiles/RuntimeCodeGenerationTest/ChildComponent_WithNonPropertyAttributes/TestComponent.codegen.cs @@ -1,26 +1,26 @@ -// -#pragma warning disable 1591 -namespace Test -{ - #line hidden - using System; - using System.Collections.Generic; - using System.Linq; - using System.Threading.Tasks; - using Microsoft.AspNetCore.Blazor; - using Microsoft.AspNetCore.Blazor.Components; - public class TestComponent : Microsoft.AspNetCore.Blazor.Components.BlazorComponent - { - #pragma warning disable 1998 - protected override void BuildRenderTree(Microsoft.AspNetCore.Blazor.RenderTree.RenderTreeBuilder builder) - { - base.BuildRenderTree(builder); - builder.OpenComponent(0); - builder.AddAttribute(1, "some-attribute", "foo"); - builder.AddAttribute(2, "another-attribute", 43.ToString()); - builder.CloseComponent(); - } - #pragma warning restore 1998 - } -} -#pragma warning restore 1591 +// +#pragma warning disable 1591 +namespace Test +{ + #line hidden + using System; + using System.Collections.Generic; + using System.Linq; + using System.Threading.Tasks; + using Microsoft.AspNetCore.Blazor; + using Microsoft.AspNetCore.Blazor.Components; + public class TestComponent : Microsoft.AspNetCore.Blazor.Components.BlazorComponent + { + #pragma warning disable 1998 + protected override void BuildRenderTree(Microsoft.AspNetCore.Blazor.RenderTree.RenderTreeBuilder builder) + { + base.BuildRenderTree(builder); + builder.OpenComponent(0); + builder.AddAttribute(1, "some-attribute", "foo"); + builder.AddAttribute(2, "another-attribute", 43.ToString()); + builder.CloseComponent(); + } + #pragma warning restore 1998 + } +} +#pragma warning restore 1591 diff --git a/test/Microsoft.AspNetCore.Blazor.Build.Test/TestFiles/RuntimeCodeGenerationTest/ChildComponent_WithNonPropertyAttributes/TestComponent.ir.txt b/test/Microsoft.AspNetCore.Components.Build.Test/TestFiles/RuntimeCodeGenerationTest/ChildComponent_WithNonPropertyAttributes/TestComponent.ir.txt similarity index 100% rename from test/Microsoft.AspNetCore.Blazor.Build.Test/TestFiles/RuntimeCodeGenerationTest/ChildComponent_WithNonPropertyAttributes/TestComponent.ir.txt rename to test/Microsoft.AspNetCore.Components.Build.Test/TestFiles/RuntimeCodeGenerationTest/ChildComponent_WithNonPropertyAttributes/TestComponent.ir.txt diff --git a/test/Microsoft.AspNetCore.Blazor.Build.Test/TestFiles/RuntimeCodeGenerationTest/ChildComponent_WithPageDirective/TestComponent.codegen.cs b/test/Microsoft.AspNetCore.Components.Build.Test/TestFiles/RuntimeCodeGenerationTest/ChildComponent_WithPageDirective/TestComponent.codegen.cs similarity index 97% rename from test/Microsoft.AspNetCore.Blazor.Build.Test/TestFiles/RuntimeCodeGenerationTest/ChildComponent_WithPageDirective/TestComponent.codegen.cs rename to test/Microsoft.AspNetCore.Components.Build.Test/TestFiles/RuntimeCodeGenerationTest/ChildComponent_WithPageDirective/TestComponent.codegen.cs index 62ccc816..f88b44d6 100644 --- a/test/Microsoft.AspNetCore.Blazor.Build.Test/TestFiles/RuntimeCodeGenerationTest/ChildComponent_WithPageDirective/TestComponent.codegen.cs +++ b/test/Microsoft.AspNetCore.Components.Build.Test/TestFiles/RuntimeCodeGenerationTest/ChildComponent_WithPageDirective/TestComponent.codegen.cs @@ -1,26 +1,26 @@ -// -#pragma warning disable 1591 -namespace Test -{ - #line hidden - using System; - using System.Collections.Generic; - using System.Linq; - using System.Threading.Tasks; - using Microsoft.AspNetCore.Blazor; - using Microsoft.AspNetCore.Blazor.Components; - [Microsoft.AspNetCore.Blazor.Components.RouteAttribute("/MyPage")] - [Microsoft.AspNetCore.Blazor.Components.RouteAttribute("/AnotherRoute/{id}")] - public class TestComponent : Microsoft.AspNetCore.Blazor.Components.BlazorComponent - { - #pragma warning disable 1998 - protected override void BuildRenderTree(Microsoft.AspNetCore.Blazor.RenderTree.RenderTreeBuilder builder) - { - base.BuildRenderTree(builder); - builder.OpenComponent(0); - builder.CloseComponent(); - } - #pragma warning restore 1998 - } -} -#pragma warning restore 1591 +// +#pragma warning disable 1591 +namespace Test +{ + #line hidden + using System; + using System.Collections.Generic; + using System.Linq; + using System.Threading.Tasks; + using Microsoft.AspNetCore.Blazor; + using Microsoft.AspNetCore.Blazor.Components; + [Microsoft.AspNetCore.Blazor.Components.RouteAttribute("/MyPage")] + [Microsoft.AspNetCore.Blazor.Components.RouteAttribute("/AnotherRoute/{id}")] + public class TestComponent : Microsoft.AspNetCore.Blazor.Components.BlazorComponent + { + #pragma warning disable 1998 + protected override void BuildRenderTree(Microsoft.AspNetCore.Blazor.RenderTree.RenderTreeBuilder builder) + { + base.BuildRenderTree(builder); + builder.OpenComponent(0); + builder.CloseComponent(); + } + #pragma warning restore 1998 + } +} +#pragma warning restore 1591 diff --git a/test/Microsoft.AspNetCore.Blazor.Build.Test/TestFiles/RuntimeCodeGenerationTest/ChildComponent_WithPageDirective/TestComponent.ir.txt b/test/Microsoft.AspNetCore.Components.Build.Test/TestFiles/RuntimeCodeGenerationTest/ChildComponent_WithPageDirective/TestComponent.ir.txt similarity index 100% rename from test/Microsoft.AspNetCore.Blazor.Build.Test/TestFiles/RuntimeCodeGenerationTest/ChildComponent_WithPageDirective/TestComponent.ir.txt rename to test/Microsoft.AspNetCore.Components.Build.Test/TestFiles/RuntimeCodeGenerationTest/ChildComponent_WithPageDirective/TestComponent.ir.txt diff --git a/test/Microsoft.AspNetCore.Blazor.Build.Test/TestFiles/RuntimeCodeGenerationTest/ChildComponent_WithParameters/TestComponent.codegen.cs b/test/Microsoft.AspNetCore.Components.Build.Test/TestFiles/RuntimeCodeGenerationTest/ChildComponent_WithParameters/TestComponent.codegen.cs similarity index 97% rename from test/Microsoft.AspNetCore.Blazor.Build.Test/TestFiles/RuntimeCodeGenerationTest/ChildComponent_WithParameters/TestComponent.codegen.cs rename to test/Microsoft.AspNetCore.Components.Build.Test/TestFiles/RuntimeCodeGenerationTest/ChildComponent_WithParameters/TestComponent.codegen.cs index 16b1ff67..ecb30fed 100644 --- a/test/Microsoft.AspNetCore.Blazor.Build.Test/TestFiles/RuntimeCodeGenerationTest/ChildComponent_WithParameters/TestComponent.codegen.cs +++ b/test/Microsoft.AspNetCore.Components.Build.Test/TestFiles/RuntimeCodeGenerationTest/ChildComponent_WithParameters/TestComponent.codegen.cs @@ -1,28 +1,28 @@ -// -#pragma warning disable 1591 -namespace Test -{ - #line hidden - using System; - using System.Collections.Generic; - using System.Linq; - using System.Threading.Tasks; - using Microsoft.AspNetCore.Blazor; - using Microsoft.AspNetCore.Blazor.Components; - public class TestComponent : Microsoft.AspNetCore.Blazor.Components.BlazorComponent - { - #pragma warning disable 1998 - protected override void BuildRenderTree(Microsoft.AspNetCore.Blazor.RenderTree.RenderTreeBuilder builder) - { - base.BuildRenderTree(builder); - builder.OpenComponent(0); - builder.AddAttribute(1, "IntProperty", Microsoft.AspNetCore.Blazor.Components.RuntimeHelpers.TypeCheck(123)); - builder.AddAttribute(2, "BoolProperty", Microsoft.AspNetCore.Blazor.Components.RuntimeHelpers.TypeCheck(true)); - builder.AddAttribute(3, "StringProperty", "My string"); - builder.AddAttribute(4, "ObjectProperty", Microsoft.AspNetCore.Blazor.Components.RuntimeHelpers.TypeCheck(new SomeType())); - builder.CloseComponent(); - } - #pragma warning restore 1998 - } -} -#pragma warning restore 1591 +// +#pragma warning disable 1591 +namespace Test +{ + #line hidden + using System; + using System.Collections.Generic; + using System.Linq; + using System.Threading.Tasks; + using Microsoft.AspNetCore.Blazor; + using Microsoft.AspNetCore.Blazor.Components; + public class TestComponent : Microsoft.AspNetCore.Blazor.Components.BlazorComponent + { + #pragma warning disable 1998 + protected override void BuildRenderTree(Microsoft.AspNetCore.Blazor.RenderTree.RenderTreeBuilder builder) + { + base.BuildRenderTree(builder); + builder.OpenComponent(0); + builder.AddAttribute(1, "IntProperty", Microsoft.AspNetCore.Blazor.Components.RuntimeHelpers.TypeCheck(123)); + builder.AddAttribute(2, "BoolProperty", Microsoft.AspNetCore.Blazor.Components.RuntimeHelpers.TypeCheck(true)); + builder.AddAttribute(3, "StringProperty", "My string"); + builder.AddAttribute(4, "ObjectProperty", Microsoft.AspNetCore.Blazor.Components.RuntimeHelpers.TypeCheck(new SomeType())); + builder.CloseComponent(); + } + #pragma warning restore 1998 + } +} +#pragma warning restore 1591 diff --git a/test/Microsoft.AspNetCore.Blazor.Build.Test/TestFiles/RuntimeCodeGenerationTest/ChildComponent_WithParameters/TestComponent.ir.txt b/test/Microsoft.AspNetCore.Components.Build.Test/TestFiles/RuntimeCodeGenerationTest/ChildComponent_WithParameters/TestComponent.ir.txt similarity index 100% rename from test/Microsoft.AspNetCore.Blazor.Build.Test/TestFiles/RuntimeCodeGenerationTest/ChildComponent_WithParameters/TestComponent.ir.txt rename to test/Microsoft.AspNetCore.Components.Build.Test/TestFiles/RuntimeCodeGenerationTest/ChildComponent_WithParameters/TestComponent.ir.txt diff --git a/test/Microsoft.AspNetCore.Blazor.Build.Test/TestFiles/RuntimeCodeGenerationTest/ChildComponent_WithWeaklyTypeEventHandler/TestComponent.codegen.cs b/test/Microsoft.AspNetCore.Components.Build.Test/TestFiles/RuntimeCodeGenerationTest/ChildComponent_WithWeaklyTypeEventHandler/TestComponent.codegen.cs similarity index 100% rename from test/Microsoft.AspNetCore.Blazor.Build.Test/TestFiles/RuntimeCodeGenerationTest/ChildComponent_WithWeaklyTypeEventHandler/TestComponent.codegen.cs rename to test/Microsoft.AspNetCore.Components.Build.Test/TestFiles/RuntimeCodeGenerationTest/ChildComponent_WithWeaklyTypeEventHandler/TestComponent.codegen.cs diff --git a/test/Microsoft.AspNetCore.Blazor.Build.Test/TestFiles/RuntimeCodeGenerationTest/ChildComponent_WithWeaklyTypeEventHandler/TestComponent.ir.txt b/test/Microsoft.AspNetCore.Components.Build.Test/TestFiles/RuntimeCodeGenerationTest/ChildComponent_WithWeaklyTypeEventHandler/TestComponent.ir.txt similarity index 100% rename from test/Microsoft.AspNetCore.Blazor.Build.Test/TestFiles/RuntimeCodeGenerationTest/ChildComponent_WithWeaklyTypeEventHandler/TestComponent.ir.txt rename to test/Microsoft.AspNetCore.Components.Build.Test/TestFiles/RuntimeCodeGenerationTest/ChildComponent_WithWeaklyTypeEventHandler/TestComponent.ir.txt diff --git a/test/Microsoft.AspNetCore.Blazor.Build.Test/TestFiles/RuntimeCodeGenerationTest/ChildComponent_WithWeaklyTypeEventHandler/TestComponent.mappings.txt b/test/Microsoft.AspNetCore.Components.Build.Test/TestFiles/RuntimeCodeGenerationTest/ChildComponent_WithWeaklyTypeEventHandler/TestComponent.mappings.txt similarity index 100% rename from test/Microsoft.AspNetCore.Blazor.Build.Test/TestFiles/RuntimeCodeGenerationTest/ChildComponent_WithWeaklyTypeEventHandler/TestComponent.mappings.txt rename to test/Microsoft.AspNetCore.Components.Build.Test/TestFiles/RuntimeCodeGenerationTest/ChildComponent_WithWeaklyTypeEventHandler/TestComponent.mappings.txt diff --git a/test/Microsoft.AspNetCore.Blazor.Build.Test/TestFiles/RuntimeCodeGenerationTest/ComponentParameter_TypeMismatch_ReportsDiagnostic/TestComponent.codegen.cs b/test/Microsoft.AspNetCore.Components.Build.Test/TestFiles/RuntimeCodeGenerationTest/ComponentParameter_TypeMismatch_ReportsDiagnostic/TestComponent.codegen.cs similarity index 100% rename from test/Microsoft.AspNetCore.Blazor.Build.Test/TestFiles/RuntimeCodeGenerationTest/ComponentParameter_TypeMismatch_ReportsDiagnostic/TestComponent.codegen.cs rename to test/Microsoft.AspNetCore.Components.Build.Test/TestFiles/RuntimeCodeGenerationTest/ComponentParameter_TypeMismatch_ReportsDiagnostic/TestComponent.codegen.cs diff --git a/test/Microsoft.AspNetCore.Blazor.Build.Test/TestFiles/RuntimeCodeGenerationTest/ComponentParameter_TypeMismatch_ReportsDiagnostic/TestComponent.ir.txt b/test/Microsoft.AspNetCore.Components.Build.Test/TestFiles/RuntimeCodeGenerationTest/ComponentParameter_TypeMismatch_ReportsDiagnostic/TestComponent.ir.txt similarity index 100% rename from test/Microsoft.AspNetCore.Blazor.Build.Test/TestFiles/RuntimeCodeGenerationTest/ComponentParameter_TypeMismatch_ReportsDiagnostic/TestComponent.ir.txt rename to test/Microsoft.AspNetCore.Components.Build.Test/TestFiles/RuntimeCodeGenerationTest/ComponentParameter_TypeMismatch_ReportsDiagnostic/TestComponent.ir.txt diff --git a/test/Microsoft.AspNetCore.Blazor.Build.Test/TestFiles/RuntimeCodeGenerationTest/ComponentWithTypeParameters/TestComponent.codegen.cs b/test/Microsoft.AspNetCore.Components.Build.Test/TestFiles/RuntimeCodeGenerationTest/ComponentWithTypeParameters/TestComponent.codegen.cs similarity index 100% rename from test/Microsoft.AspNetCore.Blazor.Build.Test/TestFiles/RuntimeCodeGenerationTest/ComponentWithTypeParameters/TestComponent.codegen.cs rename to test/Microsoft.AspNetCore.Components.Build.Test/TestFiles/RuntimeCodeGenerationTest/ComponentWithTypeParameters/TestComponent.codegen.cs diff --git a/test/Microsoft.AspNetCore.Blazor.Build.Test/TestFiles/RuntimeCodeGenerationTest/ComponentWithTypeParameters/TestComponent.ir.txt b/test/Microsoft.AspNetCore.Components.Build.Test/TestFiles/RuntimeCodeGenerationTest/ComponentWithTypeParameters/TestComponent.ir.txt similarity index 100% rename from test/Microsoft.AspNetCore.Blazor.Build.Test/TestFiles/RuntimeCodeGenerationTest/ComponentWithTypeParameters/TestComponent.ir.txt rename to test/Microsoft.AspNetCore.Components.Build.Test/TestFiles/RuntimeCodeGenerationTest/ComponentWithTypeParameters/TestComponent.ir.txt diff --git a/test/Microsoft.AspNetCore.Blazor.Build.Test/TestFiles/RuntimeCodeGenerationTest/ComponentWithTypeParameters/TestComponent.mappings.txt b/test/Microsoft.AspNetCore.Components.Build.Test/TestFiles/RuntimeCodeGenerationTest/ComponentWithTypeParameters/TestComponent.mappings.txt similarity index 100% rename from test/Microsoft.AspNetCore.Blazor.Build.Test/TestFiles/RuntimeCodeGenerationTest/ComponentWithTypeParameters/TestComponent.mappings.txt rename to test/Microsoft.AspNetCore.Components.Build.Test/TestFiles/RuntimeCodeGenerationTest/ComponentWithTypeParameters/TestComponent.mappings.txt diff --git a/test/Microsoft.AspNetCore.Blazor.Build.Test/TestFiles/RuntimeCodeGenerationTest/Component_WithDocType/TestComponent.codegen.cs b/test/Microsoft.AspNetCore.Components.Build.Test/TestFiles/RuntimeCodeGenerationTest/Component_WithDocType/TestComponent.codegen.cs similarity index 100% rename from test/Microsoft.AspNetCore.Blazor.Build.Test/TestFiles/RuntimeCodeGenerationTest/Component_WithDocType/TestComponent.codegen.cs rename to test/Microsoft.AspNetCore.Components.Build.Test/TestFiles/RuntimeCodeGenerationTest/Component_WithDocType/TestComponent.codegen.cs diff --git a/test/Microsoft.AspNetCore.Blazor.Build.Test/TestFiles/RuntimeCodeGenerationTest/Component_WithDocType/TestComponent.ir.txt b/test/Microsoft.AspNetCore.Components.Build.Test/TestFiles/RuntimeCodeGenerationTest/Component_WithDocType/TestComponent.ir.txt similarity index 100% rename from test/Microsoft.AspNetCore.Blazor.Build.Test/TestFiles/RuntimeCodeGenerationTest/Component_WithDocType/TestComponent.ir.txt rename to test/Microsoft.AspNetCore.Components.Build.Test/TestFiles/RuntimeCodeGenerationTest/Component_WithDocType/TestComponent.ir.txt diff --git a/test/Microsoft.AspNetCore.Blazor.Build.Test/TestFiles/RuntimeCodeGenerationTest/Component_WithRef/TestComponent.codegen.cs b/test/Microsoft.AspNetCore.Components.Build.Test/TestFiles/RuntimeCodeGenerationTest/Component_WithRef/TestComponent.codegen.cs similarity index 100% rename from test/Microsoft.AspNetCore.Blazor.Build.Test/TestFiles/RuntimeCodeGenerationTest/Component_WithRef/TestComponent.codegen.cs rename to test/Microsoft.AspNetCore.Components.Build.Test/TestFiles/RuntimeCodeGenerationTest/Component_WithRef/TestComponent.codegen.cs diff --git a/test/Microsoft.AspNetCore.Blazor.Build.Test/TestFiles/RuntimeCodeGenerationTest/Component_WithRef/TestComponent.ir.txt b/test/Microsoft.AspNetCore.Components.Build.Test/TestFiles/RuntimeCodeGenerationTest/Component_WithRef/TestComponent.ir.txt similarity index 100% rename from test/Microsoft.AspNetCore.Blazor.Build.Test/TestFiles/RuntimeCodeGenerationTest/Component_WithRef/TestComponent.ir.txt rename to test/Microsoft.AspNetCore.Components.Build.Test/TestFiles/RuntimeCodeGenerationTest/Component_WithRef/TestComponent.ir.txt diff --git a/test/Microsoft.AspNetCore.Blazor.Build.Test/TestFiles/RuntimeCodeGenerationTest/Component_WithRef/TestComponent.mappings.txt b/test/Microsoft.AspNetCore.Components.Build.Test/TestFiles/RuntimeCodeGenerationTest/Component_WithRef/TestComponent.mappings.txt similarity index 100% rename from test/Microsoft.AspNetCore.Blazor.Build.Test/TestFiles/RuntimeCodeGenerationTest/Component_WithRef/TestComponent.mappings.txt rename to test/Microsoft.AspNetCore.Components.Build.Test/TestFiles/RuntimeCodeGenerationTest/Component_WithRef/TestComponent.mappings.txt diff --git a/test/Microsoft.AspNetCore.Blazor.Build.Test/TestFiles/RuntimeCodeGenerationTest/Component_WithRef_WithChildContent/TestComponent.codegen.cs b/test/Microsoft.AspNetCore.Components.Build.Test/TestFiles/RuntimeCodeGenerationTest/Component_WithRef_WithChildContent/TestComponent.codegen.cs similarity index 100% rename from test/Microsoft.AspNetCore.Blazor.Build.Test/TestFiles/RuntimeCodeGenerationTest/Component_WithRef_WithChildContent/TestComponent.codegen.cs rename to test/Microsoft.AspNetCore.Components.Build.Test/TestFiles/RuntimeCodeGenerationTest/Component_WithRef_WithChildContent/TestComponent.codegen.cs diff --git a/test/Microsoft.AspNetCore.Blazor.Build.Test/TestFiles/RuntimeCodeGenerationTest/Component_WithRef_WithChildContent/TestComponent.ir.txt b/test/Microsoft.AspNetCore.Components.Build.Test/TestFiles/RuntimeCodeGenerationTest/Component_WithRef_WithChildContent/TestComponent.ir.txt similarity index 100% rename from test/Microsoft.AspNetCore.Blazor.Build.Test/TestFiles/RuntimeCodeGenerationTest/Component_WithRef_WithChildContent/TestComponent.ir.txt rename to test/Microsoft.AspNetCore.Components.Build.Test/TestFiles/RuntimeCodeGenerationTest/Component_WithRef_WithChildContent/TestComponent.ir.txt diff --git a/test/Microsoft.AspNetCore.Blazor.Build.Test/TestFiles/RuntimeCodeGenerationTest/Component_WithRef_WithChildContent/TestComponent.mappings.txt b/test/Microsoft.AspNetCore.Components.Build.Test/TestFiles/RuntimeCodeGenerationTest/Component_WithRef_WithChildContent/TestComponent.mappings.txt similarity index 100% rename from test/Microsoft.AspNetCore.Blazor.Build.Test/TestFiles/RuntimeCodeGenerationTest/Component_WithRef_WithChildContent/TestComponent.mappings.txt rename to test/Microsoft.AspNetCore.Components.Build.Test/TestFiles/RuntimeCodeGenerationTest/Component_WithRef_WithChildContent/TestComponent.mappings.txt diff --git a/test/Microsoft.AspNetCore.Blazor.Build.Test/TestFiles/RuntimeCodeGenerationTest/Element_WithRef/TestComponent.codegen.cs b/test/Microsoft.AspNetCore.Components.Build.Test/TestFiles/RuntimeCodeGenerationTest/Element_WithRef/TestComponent.codegen.cs similarity index 100% rename from test/Microsoft.AspNetCore.Blazor.Build.Test/TestFiles/RuntimeCodeGenerationTest/Element_WithRef/TestComponent.codegen.cs rename to test/Microsoft.AspNetCore.Components.Build.Test/TestFiles/RuntimeCodeGenerationTest/Element_WithRef/TestComponent.codegen.cs diff --git a/test/Microsoft.AspNetCore.Blazor.Build.Test/TestFiles/RuntimeCodeGenerationTest/Element_WithRef/TestComponent.ir.txt b/test/Microsoft.AspNetCore.Components.Build.Test/TestFiles/RuntimeCodeGenerationTest/Element_WithRef/TestComponent.ir.txt similarity index 100% rename from test/Microsoft.AspNetCore.Blazor.Build.Test/TestFiles/RuntimeCodeGenerationTest/Element_WithRef/TestComponent.ir.txt rename to test/Microsoft.AspNetCore.Components.Build.Test/TestFiles/RuntimeCodeGenerationTest/Element_WithRef/TestComponent.ir.txt diff --git a/test/Microsoft.AspNetCore.Blazor.Build.Test/TestFiles/RuntimeCodeGenerationTest/Element_WithRef/TestComponent.mappings.txt b/test/Microsoft.AspNetCore.Components.Build.Test/TestFiles/RuntimeCodeGenerationTest/Element_WithRef/TestComponent.mappings.txt similarity index 100% rename from test/Microsoft.AspNetCore.Blazor.Build.Test/TestFiles/RuntimeCodeGenerationTest/Element_WithRef/TestComponent.mappings.txt rename to test/Microsoft.AspNetCore.Components.Build.Test/TestFiles/RuntimeCodeGenerationTest/Element_WithRef/TestComponent.mappings.txt diff --git a/test/Microsoft.AspNetCore.Blazor.Build.Test/TestFiles/RuntimeCodeGenerationTest/Element_WithRef_CSharpReservedWord/TestComponent.codegen.cs b/test/Microsoft.AspNetCore.Components.Build.Test/TestFiles/RuntimeCodeGenerationTest/Element_WithRef_CSharpReservedWord/TestComponent.codegen.cs similarity index 100% rename from test/Microsoft.AspNetCore.Blazor.Build.Test/TestFiles/RuntimeCodeGenerationTest/Element_WithRef_CSharpReservedWord/TestComponent.codegen.cs rename to test/Microsoft.AspNetCore.Components.Build.Test/TestFiles/RuntimeCodeGenerationTest/Element_WithRef_CSharpReservedWord/TestComponent.codegen.cs diff --git a/test/Microsoft.AspNetCore.Blazor.Build.Test/TestFiles/RuntimeCodeGenerationTest/Element_WithRef_CSharpReservedWord/TestComponent.ir.txt b/test/Microsoft.AspNetCore.Components.Build.Test/TestFiles/RuntimeCodeGenerationTest/Element_WithRef_CSharpReservedWord/TestComponent.ir.txt similarity index 100% rename from test/Microsoft.AspNetCore.Blazor.Build.Test/TestFiles/RuntimeCodeGenerationTest/Element_WithRef_CSharpReservedWord/TestComponent.ir.txt rename to test/Microsoft.AspNetCore.Components.Build.Test/TestFiles/RuntimeCodeGenerationTest/Element_WithRef_CSharpReservedWord/TestComponent.ir.txt diff --git a/test/Microsoft.AspNetCore.Blazor.Build.Test/TestFiles/RuntimeCodeGenerationTest/Element_WithRef_CSharpReservedWord/TestComponent.mappings.txt b/test/Microsoft.AspNetCore.Components.Build.Test/TestFiles/RuntimeCodeGenerationTest/Element_WithRef_CSharpReservedWord/TestComponent.mappings.txt similarity index 100% rename from test/Microsoft.AspNetCore.Blazor.Build.Test/TestFiles/RuntimeCodeGenerationTest/Element_WithRef_CSharpReservedWord/TestComponent.mappings.txt rename to test/Microsoft.AspNetCore.Components.Build.Test/TestFiles/RuntimeCodeGenerationTest/Element_WithRef_CSharpReservedWord/TestComponent.mappings.txt diff --git a/test/Microsoft.AspNetCore.Blazor.Build.Test/TestFiles/RuntimeCodeGenerationTest/Element_WithRef_LeadingAt/TestComponent.codegen.cs b/test/Microsoft.AspNetCore.Components.Build.Test/TestFiles/RuntimeCodeGenerationTest/Element_WithRef_LeadingAt/TestComponent.codegen.cs similarity index 100% rename from test/Microsoft.AspNetCore.Blazor.Build.Test/TestFiles/RuntimeCodeGenerationTest/Element_WithRef_LeadingAt/TestComponent.codegen.cs rename to test/Microsoft.AspNetCore.Components.Build.Test/TestFiles/RuntimeCodeGenerationTest/Element_WithRef_LeadingAt/TestComponent.codegen.cs diff --git a/test/Microsoft.AspNetCore.Blazor.Build.Test/TestFiles/RuntimeCodeGenerationTest/Element_WithRef_LeadingAt/TestComponent.ir.txt b/test/Microsoft.AspNetCore.Components.Build.Test/TestFiles/RuntimeCodeGenerationTest/Element_WithRef_LeadingAt/TestComponent.ir.txt similarity index 100% rename from test/Microsoft.AspNetCore.Blazor.Build.Test/TestFiles/RuntimeCodeGenerationTest/Element_WithRef_LeadingAt/TestComponent.ir.txt rename to test/Microsoft.AspNetCore.Components.Build.Test/TestFiles/RuntimeCodeGenerationTest/Element_WithRef_LeadingAt/TestComponent.ir.txt diff --git a/test/Microsoft.AspNetCore.Blazor.Build.Test/TestFiles/RuntimeCodeGenerationTest/Element_WithRef_LeadingAt/TestComponent.mappings.txt b/test/Microsoft.AspNetCore.Components.Build.Test/TestFiles/RuntimeCodeGenerationTest/Element_WithRef_LeadingAt/TestComponent.mappings.txt similarity index 100% rename from test/Microsoft.AspNetCore.Blazor.Build.Test/TestFiles/RuntimeCodeGenerationTest/Element_WithRef_LeadingAt/TestComponent.mappings.txt rename to test/Microsoft.AspNetCore.Components.Build.Test/TestFiles/RuntimeCodeGenerationTest/Element_WithRef_LeadingAt/TestComponent.mappings.txt diff --git a/test/Microsoft.AspNetCore.Blazor.Build.Test/TestFiles/RuntimeCodeGenerationTest/Element_WithRef_NoLeadingAt/TestComponent.codegen.cs b/test/Microsoft.AspNetCore.Components.Build.Test/TestFiles/RuntimeCodeGenerationTest/Element_WithRef_NoLeadingAt/TestComponent.codegen.cs similarity index 100% rename from test/Microsoft.AspNetCore.Blazor.Build.Test/TestFiles/RuntimeCodeGenerationTest/Element_WithRef_NoLeadingAt/TestComponent.codegen.cs rename to test/Microsoft.AspNetCore.Components.Build.Test/TestFiles/RuntimeCodeGenerationTest/Element_WithRef_NoLeadingAt/TestComponent.codegen.cs diff --git a/test/Microsoft.AspNetCore.Blazor.Build.Test/TestFiles/RuntimeCodeGenerationTest/Element_WithRef_NoLeadingAt/TestComponent.ir.txt b/test/Microsoft.AspNetCore.Components.Build.Test/TestFiles/RuntimeCodeGenerationTest/Element_WithRef_NoLeadingAt/TestComponent.ir.txt similarity index 100% rename from test/Microsoft.AspNetCore.Blazor.Build.Test/TestFiles/RuntimeCodeGenerationTest/Element_WithRef_NoLeadingAt/TestComponent.ir.txt rename to test/Microsoft.AspNetCore.Components.Build.Test/TestFiles/RuntimeCodeGenerationTest/Element_WithRef_NoLeadingAt/TestComponent.ir.txt diff --git a/test/Microsoft.AspNetCore.Blazor.Build.Test/TestFiles/RuntimeCodeGenerationTest/Element_WithRef_NoLeadingAt/TestComponent.mappings.txt b/test/Microsoft.AspNetCore.Components.Build.Test/TestFiles/RuntimeCodeGenerationTest/Element_WithRef_NoLeadingAt/TestComponent.mappings.txt similarity index 100% rename from test/Microsoft.AspNetCore.Blazor.Build.Test/TestFiles/RuntimeCodeGenerationTest/Element_WithRef_NoLeadingAt/TestComponent.mappings.txt rename to test/Microsoft.AspNetCore.Components.Build.Test/TestFiles/RuntimeCodeGenerationTest/Element_WithRef_NoLeadingAt/TestComponent.mappings.txt diff --git a/test/Microsoft.AspNetCore.Blazor.Build.Test/TestFiles/RuntimeCodeGenerationTest/EventHandlerTagHelper_EscapeQuotes/TestComponent.codegen.cs b/test/Microsoft.AspNetCore.Components.Build.Test/TestFiles/RuntimeCodeGenerationTest/EventHandlerTagHelper_EscapeQuotes/TestComponent.codegen.cs similarity index 100% rename from test/Microsoft.AspNetCore.Blazor.Build.Test/TestFiles/RuntimeCodeGenerationTest/EventHandlerTagHelper_EscapeQuotes/TestComponent.codegen.cs rename to test/Microsoft.AspNetCore.Components.Build.Test/TestFiles/RuntimeCodeGenerationTest/EventHandlerTagHelper_EscapeQuotes/TestComponent.codegen.cs diff --git a/test/Microsoft.AspNetCore.Blazor.Build.Test/TestFiles/RuntimeCodeGenerationTest/EventHandlerTagHelper_EscapeQuotes/TestComponent.ir.txt b/test/Microsoft.AspNetCore.Components.Build.Test/TestFiles/RuntimeCodeGenerationTest/EventHandlerTagHelper_EscapeQuotes/TestComponent.ir.txt similarity index 100% rename from test/Microsoft.AspNetCore.Blazor.Build.Test/TestFiles/RuntimeCodeGenerationTest/EventHandlerTagHelper_EscapeQuotes/TestComponent.ir.txt rename to test/Microsoft.AspNetCore.Components.Build.Test/TestFiles/RuntimeCodeGenerationTest/EventHandlerTagHelper_EscapeQuotes/TestComponent.ir.txt diff --git a/test/Microsoft.AspNetCore.Blazor.Build.Test/TestFiles/RuntimeCodeGenerationTest/EventHandler_OnElement_ArbitraryEventName_WithEventArgsMethodGroup/TestComponent.codegen.cs b/test/Microsoft.AspNetCore.Components.Build.Test/TestFiles/RuntimeCodeGenerationTest/EventHandler_OnElement_ArbitraryEventName_WithEventArgsMethodGroup/TestComponent.codegen.cs similarity index 97% rename from test/Microsoft.AspNetCore.Blazor.Build.Test/TestFiles/RuntimeCodeGenerationTest/EventHandler_OnElement_ArbitraryEventName_WithEventArgsMethodGroup/TestComponent.codegen.cs rename to test/Microsoft.AspNetCore.Components.Build.Test/TestFiles/RuntimeCodeGenerationTest/EventHandler_OnElement_ArbitraryEventName_WithEventArgsMethodGroup/TestComponent.codegen.cs index 0d7fa6e4..b8e2ec90 100644 --- a/test/Microsoft.AspNetCore.Blazor.Build.Test/TestFiles/RuntimeCodeGenerationTest/EventHandler_OnElement_ArbitraryEventName_WithEventArgsMethodGroup/TestComponent.codegen.cs +++ b/test/Microsoft.AspNetCore.Components.Build.Test/TestFiles/RuntimeCodeGenerationTest/EventHandler_OnElement_ArbitraryEventName_WithEventArgsMethodGroup/TestComponent.codegen.cs @@ -1,32 +1,32 @@ -// -#pragma warning disable 1591 -namespace Test -{ - #line hidden - using System; - using System.Collections.Generic; - using System.Linq; - using System.Threading.Tasks; - using Microsoft.AspNetCore.Blazor; - using Microsoft.AspNetCore.Blazor.Components; - public class TestComponent : Microsoft.AspNetCore.Blazor.Components.BlazorComponent - { - #pragma warning disable 1998 - protected override void BuildRenderTree(Microsoft.AspNetCore.Blazor.RenderTree.RenderTreeBuilder builder) - { - base.BuildRenderTree(builder); - builder.OpenElement(0, "input"); - builder.AddAttribute(1, "onclick", Microsoft.AspNetCore.Blazor.Components.BindMethods.GetEventHandlerValue(OnClick)); - builder.CloseElement(); - } - #pragma warning restore 1998 -#line 2 "x:\dir\subdir\Test\TestComponent.cshtml" - - void OnClick(UIEventArgs e) { - } - -#line default -#line hidden - } -} -#pragma warning restore 1591 +// +#pragma warning disable 1591 +namespace Test +{ + #line hidden + using System; + using System.Collections.Generic; + using System.Linq; + using System.Threading.Tasks; + using Microsoft.AspNetCore.Blazor; + using Microsoft.AspNetCore.Blazor.Components; + public class TestComponent : Microsoft.AspNetCore.Blazor.Components.BlazorComponent + { + #pragma warning disable 1998 + protected override void BuildRenderTree(Microsoft.AspNetCore.Blazor.RenderTree.RenderTreeBuilder builder) + { + base.BuildRenderTree(builder); + builder.OpenElement(0, "input"); + builder.AddAttribute(1, "onclick", Microsoft.AspNetCore.Blazor.Components.BindMethods.GetEventHandlerValue(OnClick)); + builder.CloseElement(); + } + #pragma warning restore 1998 +#line 2 "x:\dir\subdir\Test\TestComponent.cshtml" + + void OnClick(UIEventArgs e) { + } + +#line default +#line hidden + } +} +#pragma warning restore 1591 diff --git a/test/Microsoft.AspNetCore.Blazor.Build.Test/TestFiles/RuntimeCodeGenerationTest/EventHandler_OnElement_ArbitraryEventName_WithEventArgsMethodGroup/TestComponent.ir.txt b/test/Microsoft.AspNetCore.Components.Build.Test/TestFiles/RuntimeCodeGenerationTest/EventHandler_OnElement_ArbitraryEventName_WithEventArgsMethodGroup/TestComponent.ir.txt similarity index 100% rename from test/Microsoft.AspNetCore.Blazor.Build.Test/TestFiles/RuntimeCodeGenerationTest/EventHandler_OnElement_ArbitraryEventName_WithEventArgsMethodGroup/TestComponent.ir.txt rename to test/Microsoft.AspNetCore.Components.Build.Test/TestFiles/RuntimeCodeGenerationTest/EventHandler_OnElement_ArbitraryEventName_WithEventArgsMethodGroup/TestComponent.ir.txt diff --git a/test/Microsoft.AspNetCore.Blazor.Build.Test/TestFiles/RuntimeCodeGenerationTest/EventHandler_OnElement_ArbitraryEventName_WithEventArgsMethodGroup/TestComponent.mappings.txt b/test/Microsoft.AspNetCore.Components.Build.Test/TestFiles/RuntimeCodeGenerationTest/EventHandler_OnElement_ArbitraryEventName_WithEventArgsMethodGroup/TestComponent.mappings.txt similarity index 94% rename from test/Microsoft.AspNetCore.Blazor.Build.Test/TestFiles/RuntimeCodeGenerationTest/EventHandler_OnElement_ArbitraryEventName_WithEventArgsMethodGroup/TestComponent.mappings.txt rename to test/Microsoft.AspNetCore.Components.Build.Test/TestFiles/RuntimeCodeGenerationTest/EventHandler_OnElement_ArbitraryEventName_WithEventArgsMethodGroup/TestComponent.mappings.txt index f047b701..66985d56 100644 --- a/test/Microsoft.AspNetCore.Blazor.Build.Test/TestFiles/RuntimeCodeGenerationTest/EventHandler_OnElement_ArbitraryEventName_WithEventArgsMethodGroup/TestComponent.mappings.txt +++ b/test/Microsoft.AspNetCore.Components.Build.Test/TestFiles/RuntimeCodeGenerationTest/EventHandler_OnElement_ArbitraryEventName_WithEventArgsMethodGroup/TestComponent.mappings.txt @@ -1,11 +1,11 @@ -Source Location: (42:1,12 [44] x:\dir\subdir\Test\TestComponent.cshtml) -| - void OnClick(UIEventArgs e) { - } -| -Generated Location: (973:23,12 [44] ) -| - void OnClick(UIEventArgs e) { - } -| - +Source Location: (42:1,12 [44] x:\dir\subdir\Test\TestComponent.cshtml) +| + void OnClick(UIEventArgs e) { + } +| +Generated Location: (973:23,12 [44] ) +| + void OnClick(UIEventArgs e) { + } +| + diff --git a/test/Microsoft.AspNetCore.Blazor.Build.Test/TestFiles/RuntimeCodeGenerationTest/EventHandler_OnElement_WithDelegate/TestComponent.codegen.cs b/test/Microsoft.AspNetCore.Components.Build.Test/TestFiles/RuntimeCodeGenerationTest/EventHandler_OnElement_WithDelegate/TestComponent.codegen.cs similarity index 100% rename from test/Microsoft.AspNetCore.Blazor.Build.Test/TestFiles/RuntimeCodeGenerationTest/EventHandler_OnElement_WithDelegate/TestComponent.codegen.cs rename to test/Microsoft.AspNetCore.Components.Build.Test/TestFiles/RuntimeCodeGenerationTest/EventHandler_OnElement_WithDelegate/TestComponent.codegen.cs diff --git a/test/Microsoft.AspNetCore.Blazor.Build.Test/TestFiles/RuntimeCodeGenerationTest/EventHandler_OnElement_WithDelegate/TestComponent.ir.txt b/test/Microsoft.AspNetCore.Components.Build.Test/TestFiles/RuntimeCodeGenerationTest/EventHandler_OnElement_WithDelegate/TestComponent.ir.txt similarity index 100% rename from test/Microsoft.AspNetCore.Blazor.Build.Test/TestFiles/RuntimeCodeGenerationTest/EventHandler_OnElement_WithDelegate/TestComponent.ir.txt rename to test/Microsoft.AspNetCore.Components.Build.Test/TestFiles/RuntimeCodeGenerationTest/EventHandler_OnElement_WithDelegate/TestComponent.ir.txt diff --git a/test/Microsoft.AspNetCore.Blazor.Build.Test/TestFiles/RuntimeCodeGenerationTest/EventHandler_OnElement_WithDelegate/TestComponent.mappings.txt b/test/Microsoft.AspNetCore.Components.Build.Test/TestFiles/RuntimeCodeGenerationTest/EventHandler_OnElement_WithDelegate/TestComponent.mappings.txt similarity index 100% rename from test/Microsoft.AspNetCore.Blazor.Build.Test/TestFiles/RuntimeCodeGenerationTest/EventHandler_OnElement_WithDelegate/TestComponent.mappings.txt rename to test/Microsoft.AspNetCore.Components.Build.Test/TestFiles/RuntimeCodeGenerationTest/EventHandler_OnElement_WithDelegate/TestComponent.mappings.txt diff --git a/test/Microsoft.AspNetCore.Blazor.Build.Test/TestFiles/RuntimeCodeGenerationTest/EventHandler_OnElement_WithLambdaDelegate/TestComponent.codegen.cs b/test/Microsoft.AspNetCore.Components.Build.Test/TestFiles/RuntimeCodeGenerationTest/EventHandler_OnElement_WithEventArgsLambdaDelegate/TestComponent.codegen.cs similarity index 100% rename from test/Microsoft.AspNetCore.Blazor.Build.Test/TestFiles/RuntimeCodeGenerationTest/EventHandler_OnElement_WithLambdaDelegate/TestComponent.codegen.cs rename to test/Microsoft.AspNetCore.Components.Build.Test/TestFiles/RuntimeCodeGenerationTest/EventHandler_OnElement_WithEventArgsLambdaDelegate/TestComponent.codegen.cs diff --git a/test/Microsoft.AspNetCore.Blazor.Build.Test/TestFiles/RuntimeCodeGenerationTest/EventHandler_OnElement_WithEventArgsLambdaDelegate/TestComponent.ir.txt b/test/Microsoft.AspNetCore.Components.Build.Test/TestFiles/RuntimeCodeGenerationTest/EventHandler_OnElement_WithEventArgsLambdaDelegate/TestComponent.ir.txt similarity index 100% rename from test/Microsoft.AspNetCore.Blazor.Build.Test/TestFiles/RuntimeCodeGenerationTest/EventHandler_OnElement_WithEventArgsLambdaDelegate/TestComponent.ir.txt rename to test/Microsoft.AspNetCore.Components.Build.Test/TestFiles/RuntimeCodeGenerationTest/EventHandler_OnElement_WithEventArgsLambdaDelegate/TestComponent.ir.txt diff --git a/test/Microsoft.AspNetCore.Blazor.Build.Test/TestFiles/RuntimeCodeGenerationTest/EventHandler_OnElement_WithEventArgsMethodGroup/TestComponent.codegen.cs b/test/Microsoft.AspNetCore.Components.Build.Test/TestFiles/RuntimeCodeGenerationTest/EventHandler_OnElement_WithEventArgsMethodGroup/TestComponent.codegen.cs similarity index 97% rename from test/Microsoft.AspNetCore.Blazor.Build.Test/TestFiles/RuntimeCodeGenerationTest/EventHandler_OnElement_WithEventArgsMethodGroup/TestComponent.codegen.cs rename to test/Microsoft.AspNetCore.Components.Build.Test/TestFiles/RuntimeCodeGenerationTest/EventHandler_OnElement_WithEventArgsMethodGroup/TestComponent.codegen.cs index 1abcba48..61f2ee88 100644 --- a/test/Microsoft.AspNetCore.Blazor.Build.Test/TestFiles/RuntimeCodeGenerationTest/EventHandler_OnElement_WithEventArgsMethodGroup/TestComponent.codegen.cs +++ b/test/Microsoft.AspNetCore.Components.Build.Test/TestFiles/RuntimeCodeGenerationTest/EventHandler_OnElement_WithEventArgsMethodGroup/TestComponent.codegen.cs @@ -1,32 +1,32 @@ -// -#pragma warning disable 1591 -namespace Test -{ - #line hidden - using System; - using System.Collections.Generic; - using System.Linq; - using System.Threading.Tasks; - using Microsoft.AspNetCore.Blazor; - using Microsoft.AspNetCore.Blazor.Components; - public class TestComponent : Microsoft.AspNetCore.Blazor.Components.BlazorComponent - { - #pragma warning disable 1998 - protected override void BuildRenderTree(Microsoft.AspNetCore.Blazor.RenderTree.RenderTreeBuilder builder) - { - base.BuildRenderTree(builder); - builder.OpenElement(0, "input"); - builder.AddAttribute(1, "onclick", Microsoft.AspNetCore.Blazor.Components.BindMethods.GetEventHandlerValue(OnClick)); - builder.CloseElement(); - } - #pragma warning restore 1998 -#line 2 "x:\dir\subdir\Test\TestComponent.cshtml" - - void OnClick(UIMouseEventArgs e) { - } - -#line default -#line hidden - } -} -#pragma warning restore 1591 +// +#pragma warning disable 1591 +namespace Test +{ + #line hidden + using System; + using System.Collections.Generic; + using System.Linq; + using System.Threading.Tasks; + using Microsoft.AspNetCore.Blazor; + using Microsoft.AspNetCore.Blazor.Components; + public class TestComponent : Microsoft.AspNetCore.Blazor.Components.BlazorComponent + { + #pragma warning disable 1998 + protected override void BuildRenderTree(Microsoft.AspNetCore.Blazor.RenderTree.RenderTreeBuilder builder) + { + base.BuildRenderTree(builder); + builder.OpenElement(0, "input"); + builder.AddAttribute(1, "onclick", Microsoft.AspNetCore.Blazor.Components.BindMethods.GetEventHandlerValue(OnClick)); + builder.CloseElement(); + } + #pragma warning restore 1998 +#line 2 "x:\dir\subdir\Test\TestComponent.cshtml" + + void OnClick(UIMouseEventArgs e) { + } + +#line default +#line hidden + } +} +#pragma warning restore 1591 diff --git a/test/Microsoft.AspNetCore.Blazor.Build.Test/TestFiles/RuntimeCodeGenerationTest/EventHandler_OnElement_WithEventArgsMethodGroup/TestComponent.ir.txt b/test/Microsoft.AspNetCore.Components.Build.Test/TestFiles/RuntimeCodeGenerationTest/EventHandler_OnElement_WithEventArgsMethodGroup/TestComponent.ir.txt similarity index 100% rename from test/Microsoft.AspNetCore.Blazor.Build.Test/TestFiles/RuntimeCodeGenerationTest/EventHandler_OnElement_WithEventArgsMethodGroup/TestComponent.ir.txt rename to test/Microsoft.AspNetCore.Components.Build.Test/TestFiles/RuntimeCodeGenerationTest/EventHandler_OnElement_WithEventArgsMethodGroup/TestComponent.ir.txt diff --git a/test/Microsoft.AspNetCore.Blazor.Build.Test/TestFiles/RuntimeCodeGenerationTest/EventHandler_OnElement_WithEventArgsMethodGroup/TestComponent.mappings.txt b/test/Microsoft.AspNetCore.Components.Build.Test/TestFiles/RuntimeCodeGenerationTest/EventHandler_OnElement_WithEventArgsMethodGroup/TestComponent.mappings.txt similarity index 95% rename from test/Microsoft.AspNetCore.Blazor.Build.Test/TestFiles/RuntimeCodeGenerationTest/EventHandler_OnElement_WithEventArgsMethodGroup/TestComponent.mappings.txt rename to test/Microsoft.AspNetCore.Components.Build.Test/TestFiles/RuntimeCodeGenerationTest/EventHandler_OnElement_WithEventArgsMethodGroup/TestComponent.mappings.txt index a81c7051..db716b1e 100644 --- a/test/Microsoft.AspNetCore.Blazor.Build.Test/TestFiles/RuntimeCodeGenerationTest/EventHandler_OnElement_WithEventArgsMethodGroup/TestComponent.mappings.txt +++ b/test/Microsoft.AspNetCore.Components.Build.Test/TestFiles/RuntimeCodeGenerationTest/EventHandler_OnElement_WithEventArgsMethodGroup/TestComponent.mappings.txt @@ -1,11 +1,11 @@ -Source Location: (42:1,12 [49] x:\dir\subdir\Test\TestComponent.cshtml) -| - void OnClick(UIMouseEventArgs e) { - } -| -Generated Location: (973:23,12 [49] ) -| - void OnClick(UIMouseEventArgs e) { - } -| - +Source Location: (42:1,12 [49] x:\dir\subdir\Test\TestComponent.cshtml) +| + void OnClick(UIMouseEventArgs e) { + } +| +Generated Location: (973:23,12 [49] ) +| + void OnClick(UIMouseEventArgs e) { + } +| + diff --git a/test/Microsoft.AspNetCore.Blazor.Build.Test/TestFiles/RuntimeCodeGenerationTest/EventHandler_OnElement_WithEventArgsLambdaDelegate/TestComponent.codegen.cs b/test/Microsoft.AspNetCore.Components.Build.Test/TestFiles/RuntimeCodeGenerationTest/EventHandler_OnElement_WithLambdaDelegate/TestComponent.codegen.cs similarity index 97% rename from test/Microsoft.AspNetCore.Blazor.Build.Test/TestFiles/RuntimeCodeGenerationTest/EventHandler_OnElement_WithEventArgsLambdaDelegate/TestComponent.codegen.cs rename to test/Microsoft.AspNetCore.Components.Build.Test/TestFiles/RuntimeCodeGenerationTest/EventHandler_OnElement_WithLambdaDelegate/TestComponent.codegen.cs index baa6ced1..633aa0fc 100644 --- a/test/Microsoft.AspNetCore.Blazor.Build.Test/TestFiles/RuntimeCodeGenerationTest/EventHandler_OnElement_WithEventArgsLambdaDelegate/TestComponent.codegen.cs +++ b/test/Microsoft.AspNetCore.Components.Build.Test/TestFiles/RuntimeCodeGenerationTest/EventHandler_OnElement_WithLambdaDelegate/TestComponent.codegen.cs @@ -1,25 +1,25 @@ -// -#pragma warning disable 1591 -namespace Test -{ - #line hidden - using System; - using System.Collections.Generic; - using System.Linq; - using System.Threading.Tasks; - using Microsoft.AspNetCore.Blazor; - using Microsoft.AspNetCore.Blazor.Components; - public class TestComponent : Microsoft.AspNetCore.Blazor.Components.BlazorComponent - { - #pragma warning disable 1998 - protected override void BuildRenderTree(Microsoft.AspNetCore.Blazor.RenderTree.RenderTreeBuilder builder) - { - base.BuildRenderTree(builder); - builder.OpenElement(0, "input"); - builder.AddAttribute(1, "onclick", Microsoft.AspNetCore.Blazor.Components.BindMethods.GetEventHandlerValue(x => { })); - builder.CloseElement(); - } - #pragma warning restore 1998 - } -} -#pragma warning restore 1591 +// +#pragma warning disable 1591 +namespace Test +{ + #line hidden + using System; + using System.Collections.Generic; + using System.Linq; + using System.Threading.Tasks; + using Microsoft.AspNetCore.Blazor; + using Microsoft.AspNetCore.Blazor.Components; + public class TestComponent : Microsoft.AspNetCore.Blazor.Components.BlazorComponent + { + #pragma warning disable 1998 + protected override void BuildRenderTree(Microsoft.AspNetCore.Blazor.RenderTree.RenderTreeBuilder builder) + { + base.BuildRenderTree(builder); + builder.OpenElement(0, "input"); + builder.AddAttribute(1, "onclick", Microsoft.AspNetCore.Blazor.Components.BindMethods.GetEventHandlerValue(x => { })); + builder.CloseElement(); + } + #pragma warning restore 1998 + } +} +#pragma warning restore 1591 diff --git a/test/Microsoft.AspNetCore.Blazor.Build.Test/TestFiles/RuntimeCodeGenerationTest/EventHandler_OnElement_WithLambdaDelegate/TestComponent.ir.txt b/test/Microsoft.AspNetCore.Components.Build.Test/TestFiles/RuntimeCodeGenerationTest/EventHandler_OnElement_WithLambdaDelegate/TestComponent.ir.txt similarity index 100% rename from test/Microsoft.AspNetCore.Blazor.Build.Test/TestFiles/RuntimeCodeGenerationTest/EventHandler_OnElement_WithLambdaDelegate/TestComponent.ir.txt rename to test/Microsoft.AspNetCore.Components.Build.Test/TestFiles/RuntimeCodeGenerationTest/EventHandler_OnElement_WithLambdaDelegate/TestComponent.ir.txt diff --git a/test/Microsoft.AspNetCore.Blazor.Build.Test/TestFiles/RuntimeCodeGenerationTest/EventHandler_OnElement_WithNoArgMethodGroup/TestComponent.codegen.cs b/test/Microsoft.AspNetCore.Components.Build.Test/TestFiles/RuntimeCodeGenerationTest/EventHandler_OnElement_WithNoArgMethodGroup/TestComponent.codegen.cs similarity index 97% rename from test/Microsoft.AspNetCore.Blazor.Build.Test/TestFiles/RuntimeCodeGenerationTest/EventHandler_OnElement_WithNoArgMethodGroup/TestComponent.codegen.cs rename to test/Microsoft.AspNetCore.Components.Build.Test/TestFiles/RuntimeCodeGenerationTest/EventHandler_OnElement_WithNoArgMethodGroup/TestComponent.codegen.cs index 396a1da4..43352b22 100644 --- a/test/Microsoft.AspNetCore.Blazor.Build.Test/TestFiles/RuntimeCodeGenerationTest/EventHandler_OnElement_WithNoArgMethodGroup/TestComponent.codegen.cs +++ b/test/Microsoft.AspNetCore.Components.Build.Test/TestFiles/RuntimeCodeGenerationTest/EventHandler_OnElement_WithNoArgMethodGroup/TestComponent.codegen.cs @@ -1,32 +1,32 @@ -// -#pragma warning disable 1591 -namespace Test -{ - #line hidden - using System; - using System.Collections.Generic; - using System.Linq; - using System.Threading.Tasks; - using Microsoft.AspNetCore.Blazor; - using Microsoft.AspNetCore.Blazor.Components; - public class TestComponent : Microsoft.AspNetCore.Blazor.Components.BlazorComponent - { - #pragma warning disable 1998 - protected override void BuildRenderTree(Microsoft.AspNetCore.Blazor.RenderTree.RenderTreeBuilder builder) - { - base.BuildRenderTree(builder); - builder.OpenElement(0, "input"); - builder.AddAttribute(1, "onclick", Microsoft.AspNetCore.Blazor.Components.BindMethods.GetEventHandlerValue(OnClick)); - builder.CloseElement(); - } - #pragma warning restore 1998 -#line 2 "x:\dir\subdir\Test\TestComponent.cshtml" - - void OnClick() { - } - -#line default -#line hidden - } -} -#pragma warning restore 1591 +// +#pragma warning disable 1591 +namespace Test +{ + #line hidden + using System; + using System.Collections.Generic; + using System.Linq; + using System.Threading.Tasks; + using Microsoft.AspNetCore.Blazor; + using Microsoft.AspNetCore.Blazor.Components; + public class TestComponent : Microsoft.AspNetCore.Blazor.Components.BlazorComponent + { + #pragma warning disable 1998 + protected override void BuildRenderTree(Microsoft.AspNetCore.Blazor.RenderTree.RenderTreeBuilder builder) + { + base.BuildRenderTree(builder); + builder.OpenElement(0, "input"); + builder.AddAttribute(1, "onclick", Microsoft.AspNetCore.Blazor.Components.BindMethods.GetEventHandlerValue(OnClick)); + builder.CloseElement(); + } + #pragma warning restore 1998 +#line 2 "x:\dir\subdir\Test\TestComponent.cshtml" + + void OnClick() { + } + +#line default +#line hidden + } +} +#pragma warning restore 1591 diff --git a/test/Microsoft.AspNetCore.Blazor.Build.Test/TestFiles/RuntimeCodeGenerationTest/EventHandler_OnElement_WithNoArgMethodGroup/TestComponent.ir.txt b/test/Microsoft.AspNetCore.Components.Build.Test/TestFiles/RuntimeCodeGenerationTest/EventHandler_OnElement_WithNoArgMethodGroup/TestComponent.ir.txt similarity index 100% rename from test/Microsoft.AspNetCore.Blazor.Build.Test/TestFiles/RuntimeCodeGenerationTest/EventHandler_OnElement_WithNoArgMethodGroup/TestComponent.ir.txt rename to test/Microsoft.AspNetCore.Components.Build.Test/TestFiles/RuntimeCodeGenerationTest/EventHandler_OnElement_WithNoArgMethodGroup/TestComponent.ir.txt diff --git a/test/Microsoft.AspNetCore.Blazor.Build.Test/TestFiles/RuntimeCodeGenerationTest/EventHandler_OnElement_WithNoArgMethodGroup/TestComponent.mappings.txt b/test/Microsoft.AspNetCore.Components.Build.Test/TestFiles/RuntimeCodeGenerationTest/EventHandler_OnElement_WithNoArgMethodGroup/TestComponent.mappings.txt similarity index 94% rename from test/Microsoft.AspNetCore.Blazor.Build.Test/TestFiles/RuntimeCodeGenerationTest/EventHandler_OnElement_WithNoArgMethodGroup/TestComponent.mappings.txt rename to test/Microsoft.AspNetCore.Components.Build.Test/TestFiles/RuntimeCodeGenerationTest/EventHandler_OnElement_WithNoArgMethodGroup/TestComponent.mappings.txt index 90a144dc..158115df 100644 --- a/test/Microsoft.AspNetCore.Blazor.Build.Test/TestFiles/RuntimeCodeGenerationTest/EventHandler_OnElement_WithNoArgMethodGroup/TestComponent.mappings.txt +++ b/test/Microsoft.AspNetCore.Components.Build.Test/TestFiles/RuntimeCodeGenerationTest/EventHandler_OnElement_WithNoArgMethodGroup/TestComponent.mappings.txt @@ -1,11 +1,11 @@ -Source Location: (42:1,12 [31] x:\dir\subdir\Test\TestComponent.cshtml) -| - void OnClick() { - } -| -Generated Location: (973:23,12 [31] ) -| - void OnClick() { - } -| - +Source Location: (42:1,12 [31] x:\dir\subdir\Test\TestComponent.cshtml) +| + void OnClick() { + } +| +Generated Location: (973:23,12 [31] ) +| + void OnClick() { + } +| + diff --git a/test/Microsoft.AspNetCore.Blazor.Build.Test/TestFiles/RuntimeCodeGenerationTest/EventHandler_OnElement_WithNoArgsLambdaDelegate/TestComponent.codegen.cs b/test/Microsoft.AspNetCore.Components.Build.Test/TestFiles/RuntimeCodeGenerationTest/EventHandler_OnElement_WithNoArgsLambdaDelegate/TestComponent.codegen.cs similarity index 97% rename from test/Microsoft.AspNetCore.Blazor.Build.Test/TestFiles/RuntimeCodeGenerationTest/EventHandler_OnElement_WithNoArgsLambdaDelegate/TestComponent.codegen.cs rename to test/Microsoft.AspNetCore.Components.Build.Test/TestFiles/RuntimeCodeGenerationTest/EventHandler_OnElement_WithNoArgsLambdaDelegate/TestComponent.codegen.cs index 93fd4cd2..091c368a 100644 --- a/test/Microsoft.AspNetCore.Blazor.Build.Test/TestFiles/RuntimeCodeGenerationTest/EventHandler_OnElement_WithNoArgsLambdaDelegate/TestComponent.codegen.cs +++ b/test/Microsoft.AspNetCore.Components.Build.Test/TestFiles/RuntimeCodeGenerationTest/EventHandler_OnElement_WithNoArgsLambdaDelegate/TestComponent.codegen.cs @@ -1,25 +1,25 @@ -// -#pragma warning disable 1591 -namespace Test -{ - #line hidden - using System; - using System.Collections.Generic; - using System.Linq; - using System.Threading.Tasks; - using Microsoft.AspNetCore.Blazor; - using Microsoft.AspNetCore.Blazor.Components; - public class TestComponent : Microsoft.AspNetCore.Blazor.Components.BlazorComponent - { - #pragma warning disable 1998 - protected override void BuildRenderTree(Microsoft.AspNetCore.Blazor.RenderTree.RenderTreeBuilder builder) - { - base.BuildRenderTree(builder); - builder.OpenElement(0, "input"); - builder.AddAttribute(1, "onclick", Microsoft.AspNetCore.Blazor.Components.BindMethods.GetEventHandlerValue(() => { })); - builder.CloseElement(); - } - #pragma warning restore 1998 - } -} -#pragma warning restore 1591 +// +#pragma warning disable 1591 +namespace Test +{ + #line hidden + using System; + using System.Collections.Generic; + using System.Linq; + using System.Threading.Tasks; + using Microsoft.AspNetCore.Blazor; + using Microsoft.AspNetCore.Blazor.Components; + public class TestComponent : Microsoft.AspNetCore.Blazor.Components.BlazorComponent + { + #pragma warning disable 1998 + protected override void BuildRenderTree(Microsoft.AspNetCore.Blazor.RenderTree.RenderTreeBuilder builder) + { + base.BuildRenderTree(builder); + builder.OpenElement(0, "input"); + builder.AddAttribute(1, "onclick", Microsoft.AspNetCore.Blazor.Components.BindMethods.GetEventHandlerValue(() => { })); + builder.CloseElement(); + } + #pragma warning restore 1998 + } +} +#pragma warning restore 1591 diff --git a/test/Microsoft.AspNetCore.Blazor.Build.Test/TestFiles/RuntimeCodeGenerationTest/EventHandler_OnElement_WithNoArgsLambdaDelegate/TestComponent.ir.txt b/test/Microsoft.AspNetCore.Components.Build.Test/TestFiles/RuntimeCodeGenerationTest/EventHandler_OnElement_WithNoArgsLambdaDelegate/TestComponent.ir.txt similarity index 100% rename from test/Microsoft.AspNetCore.Blazor.Build.Test/TestFiles/RuntimeCodeGenerationTest/EventHandler_OnElement_WithNoArgsLambdaDelegate/TestComponent.ir.txt rename to test/Microsoft.AspNetCore.Components.Build.Test/TestFiles/RuntimeCodeGenerationTest/EventHandler_OnElement_WithNoArgsLambdaDelegate/TestComponent.ir.txt diff --git a/test/Microsoft.AspNetCore.Blazor.Build.Test/TestFiles/RuntimeCodeGenerationTest/EventHandler_OnElement_WithString/TestComponent.codegen.cs b/test/Microsoft.AspNetCore.Components.Build.Test/TestFiles/RuntimeCodeGenerationTest/EventHandler_OnElement_WithString/TestComponent.codegen.cs similarity index 97% rename from test/Microsoft.AspNetCore.Blazor.Build.Test/TestFiles/RuntimeCodeGenerationTest/EventHandler_OnElement_WithString/TestComponent.codegen.cs rename to test/Microsoft.AspNetCore.Components.Build.Test/TestFiles/RuntimeCodeGenerationTest/EventHandler_OnElement_WithString/TestComponent.codegen.cs index 7798dafb..3a18e581 100644 --- a/test/Microsoft.AspNetCore.Blazor.Build.Test/TestFiles/RuntimeCodeGenerationTest/EventHandler_OnElement_WithString/TestComponent.codegen.cs +++ b/test/Microsoft.AspNetCore.Components.Build.Test/TestFiles/RuntimeCodeGenerationTest/EventHandler_OnElement_WithString/TestComponent.codegen.cs @@ -1,25 +1,25 @@ -// -#pragma warning disable 1591 -namespace Test -{ - #line hidden - using System; - using System.Collections.Generic; - using System.Linq; - using System.Threading.Tasks; - using Microsoft.AspNetCore.Blazor; - using Microsoft.AspNetCore.Blazor.Components; - public class TestComponent : Microsoft.AspNetCore.Blazor.Components.BlazorComponent - { - #pragma warning disable 1998 - protected override void BuildRenderTree(Microsoft.AspNetCore.Blazor.RenderTree.RenderTreeBuilder builder) - { - base.BuildRenderTree(builder); - builder.OpenElement(0, "input"); - builder.AddAttribute(1, "onclick", Microsoft.AspNetCore.Blazor.Components.BindMethods.GetEventHandlerValue("foo")); - builder.CloseElement(); - } - #pragma warning restore 1998 - } -} -#pragma warning restore 1591 +// +#pragma warning disable 1591 +namespace Test +{ + #line hidden + using System; + using System.Collections.Generic; + using System.Linq; + using System.Threading.Tasks; + using Microsoft.AspNetCore.Blazor; + using Microsoft.AspNetCore.Blazor.Components; + public class TestComponent : Microsoft.AspNetCore.Blazor.Components.BlazorComponent + { + #pragma warning disable 1998 + protected override void BuildRenderTree(Microsoft.AspNetCore.Blazor.RenderTree.RenderTreeBuilder builder) + { + base.BuildRenderTree(builder); + builder.OpenElement(0, "input"); + builder.AddAttribute(1, "onclick", Microsoft.AspNetCore.Blazor.Components.BindMethods.GetEventHandlerValue("foo")); + builder.CloseElement(); + } + #pragma warning restore 1998 + } +} +#pragma warning restore 1591 diff --git a/test/Microsoft.AspNetCore.Blazor.Build.Test/TestFiles/RuntimeCodeGenerationTest/EventHandler_OnElement_WithString/TestComponent.ir.txt b/test/Microsoft.AspNetCore.Components.Build.Test/TestFiles/RuntimeCodeGenerationTest/EventHandler_OnElement_WithString/TestComponent.ir.txt similarity index 100% rename from test/Microsoft.AspNetCore.Blazor.Build.Test/TestFiles/RuntimeCodeGenerationTest/EventHandler_OnElement_WithString/TestComponent.ir.txt rename to test/Microsoft.AspNetCore.Components.Build.Test/TestFiles/RuntimeCodeGenerationTest/EventHandler_OnElement_WithString/TestComponent.ir.txt diff --git a/test/Microsoft.AspNetCore.Blazor.Build.Test/TestFiles/RuntimeCodeGenerationTest/GenericComponent_WithComponentRef/TestComponent.codegen.cs b/test/Microsoft.AspNetCore.Components.Build.Test/TestFiles/RuntimeCodeGenerationTest/GenericComponent_WithComponentRef/TestComponent.codegen.cs similarity index 100% rename from test/Microsoft.AspNetCore.Blazor.Build.Test/TestFiles/RuntimeCodeGenerationTest/GenericComponent_WithComponentRef/TestComponent.codegen.cs rename to test/Microsoft.AspNetCore.Components.Build.Test/TestFiles/RuntimeCodeGenerationTest/GenericComponent_WithComponentRef/TestComponent.codegen.cs diff --git a/test/Microsoft.AspNetCore.Blazor.Build.Test/TestFiles/RuntimeCodeGenerationTest/GenericComponent_WithComponentRef/TestComponent.ir.txt b/test/Microsoft.AspNetCore.Components.Build.Test/TestFiles/RuntimeCodeGenerationTest/GenericComponent_WithComponentRef/TestComponent.ir.txt similarity index 100% rename from test/Microsoft.AspNetCore.Blazor.Build.Test/TestFiles/RuntimeCodeGenerationTest/GenericComponent_WithComponentRef/TestComponent.ir.txt rename to test/Microsoft.AspNetCore.Components.Build.Test/TestFiles/RuntimeCodeGenerationTest/GenericComponent_WithComponentRef/TestComponent.ir.txt diff --git a/test/Microsoft.AspNetCore.Blazor.Build.Test/TestFiles/RuntimeCodeGenerationTest/GenericComponent_WithComponentRef/TestComponent.mappings.txt b/test/Microsoft.AspNetCore.Components.Build.Test/TestFiles/RuntimeCodeGenerationTest/GenericComponent_WithComponentRef/TestComponent.mappings.txt similarity index 100% rename from test/Microsoft.AspNetCore.Blazor.Build.Test/TestFiles/RuntimeCodeGenerationTest/GenericComponent_WithComponentRef/TestComponent.mappings.txt rename to test/Microsoft.AspNetCore.Components.Build.Test/TestFiles/RuntimeCodeGenerationTest/GenericComponent_WithComponentRef/TestComponent.mappings.txt diff --git a/test/Microsoft.AspNetCore.Blazor.Build.Test/TestFiles/RuntimeCodeGenerationTest/GenericComponent_WithComponentRef_TypeInference/TestComponent.codegen.cs b/test/Microsoft.AspNetCore.Components.Build.Test/TestFiles/RuntimeCodeGenerationTest/GenericComponent_WithComponentRef_TypeInference/TestComponent.codegen.cs similarity index 100% rename from test/Microsoft.AspNetCore.Blazor.Build.Test/TestFiles/RuntimeCodeGenerationTest/GenericComponent_WithComponentRef_TypeInference/TestComponent.codegen.cs rename to test/Microsoft.AspNetCore.Components.Build.Test/TestFiles/RuntimeCodeGenerationTest/GenericComponent_WithComponentRef_TypeInference/TestComponent.codegen.cs diff --git a/test/Microsoft.AspNetCore.Blazor.Build.Test/TestFiles/RuntimeCodeGenerationTest/GenericComponent_WithComponentRef_TypeInference/TestComponent.ir.txt b/test/Microsoft.AspNetCore.Components.Build.Test/TestFiles/RuntimeCodeGenerationTest/GenericComponent_WithComponentRef_TypeInference/TestComponent.ir.txt similarity index 100% rename from test/Microsoft.AspNetCore.Blazor.Build.Test/TestFiles/RuntimeCodeGenerationTest/GenericComponent_WithComponentRef_TypeInference/TestComponent.ir.txt rename to test/Microsoft.AspNetCore.Components.Build.Test/TestFiles/RuntimeCodeGenerationTest/GenericComponent_WithComponentRef_TypeInference/TestComponent.ir.txt diff --git a/test/Microsoft.AspNetCore.Blazor.Build.Test/TestFiles/RuntimeCodeGenerationTest/GenericComponent_WithComponentRef_TypeInference/TestComponent.mappings.txt b/test/Microsoft.AspNetCore.Components.Build.Test/TestFiles/RuntimeCodeGenerationTest/GenericComponent_WithComponentRef_TypeInference/TestComponent.mappings.txt similarity index 100% rename from test/Microsoft.AspNetCore.Blazor.Build.Test/TestFiles/RuntimeCodeGenerationTest/GenericComponent_WithComponentRef_TypeInference/TestComponent.mappings.txt rename to test/Microsoft.AspNetCore.Components.Build.Test/TestFiles/RuntimeCodeGenerationTest/GenericComponent_WithComponentRef_TypeInference/TestComponent.mappings.txt diff --git a/test/Microsoft.AspNetCore.Blazor.Build.Test/TestFiles/RuntimeCodeGenerationTest/LeadingWhiteSpace_WithCSharpExpression/TestComponent.codegen.cs b/test/Microsoft.AspNetCore.Components.Build.Test/TestFiles/RuntimeCodeGenerationTest/LeadingWhiteSpace_WithCSharpExpression/TestComponent.codegen.cs similarity index 100% rename from test/Microsoft.AspNetCore.Blazor.Build.Test/TestFiles/RuntimeCodeGenerationTest/LeadingWhiteSpace_WithCSharpExpression/TestComponent.codegen.cs rename to test/Microsoft.AspNetCore.Components.Build.Test/TestFiles/RuntimeCodeGenerationTest/LeadingWhiteSpace_WithCSharpExpression/TestComponent.codegen.cs diff --git a/test/Microsoft.AspNetCore.Blazor.Build.Test/TestFiles/RuntimeCodeGenerationTest/LeadingWhiteSpace_WithCSharpExpression/TestComponent.ir.txt b/test/Microsoft.AspNetCore.Components.Build.Test/TestFiles/RuntimeCodeGenerationTest/LeadingWhiteSpace_WithCSharpExpression/TestComponent.ir.txt similarity index 100% rename from test/Microsoft.AspNetCore.Blazor.Build.Test/TestFiles/RuntimeCodeGenerationTest/LeadingWhiteSpace_WithCSharpExpression/TestComponent.ir.txt rename to test/Microsoft.AspNetCore.Components.Build.Test/TestFiles/RuntimeCodeGenerationTest/LeadingWhiteSpace_WithCSharpExpression/TestComponent.ir.txt diff --git a/test/Microsoft.AspNetCore.Blazor.Build.Test/TestFiles/RuntimeCodeGenerationTest/LeadingWhiteSpace_WithComponent/TestComponent.codegen.cs b/test/Microsoft.AspNetCore.Components.Build.Test/TestFiles/RuntimeCodeGenerationTest/LeadingWhiteSpace_WithComponent/TestComponent.codegen.cs similarity index 100% rename from test/Microsoft.AspNetCore.Blazor.Build.Test/TestFiles/RuntimeCodeGenerationTest/LeadingWhiteSpace_WithComponent/TestComponent.codegen.cs rename to test/Microsoft.AspNetCore.Components.Build.Test/TestFiles/RuntimeCodeGenerationTest/LeadingWhiteSpace_WithComponent/TestComponent.codegen.cs diff --git a/test/Microsoft.AspNetCore.Blazor.Build.Test/TestFiles/RuntimeCodeGenerationTest/LeadingWhiteSpace_WithComponent/TestComponent.ir.txt b/test/Microsoft.AspNetCore.Components.Build.Test/TestFiles/RuntimeCodeGenerationTest/LeadingWhiteSpace_WithComponent/TestComponent.ir.txt similarity index 100% rename from test/Microsoft.AspNetCore.Blazor.Build.Test/TestFiles/RuntimeCodeGenerationTest/LeadingWhiteSpace_WithComponent/TestComponent.ir.txt rename to test/Microsoft.AspNetCore.Components.Build.Test/TestFiles/RuntimeCodeGenerationTest/LeadingWhiteSpace_WithComponent/TestComponent.ir.txt diff --git a/test/Microsoft.AspNetCore.Blazor.Build.Test/TestFiles/RuntimeCodeGenerationTest/LeadingWhiteSpace_WithDirective/TestComponent.codegen.cs b/test/Microsoft.AspNetCore.Components.Build.Test/TestFiles/RuntimeCodeGenerationTest/LeadingWhiteSpace_WithDirective/TestComponent.codegen.cs similarity index 100% rename from test/Microsoft.AspNetCore.Blazor.Build.Test/TestFiles/RuntimeCodeGenerationTest/LeadingWhiteSpace_WithDirective/TestComponent.codegen.cs rename to test/Microsoft.AspNetCore.Components.Build.Test/TestFiles/RuntimeCodeGenerationTest/LeadingWhiteSpace_WithDirective/TestComponent.codegen.cs diff --git a/test/Microsoft.AspNetCore.Blazor.Build.Test/TestFiles/RuntimeCodeGenerationTest/LeadingWhiteSpace_WithDirective/TestComponent.ir.txt b/test/Microsoft.AspNetCore.Components.Build.Test/TestFiles/RuntimeCodeGenerationTest/LeadingWhiteSpace_WithDirective/TestComponent.ir.txt similarity index 100% rename from test/Microsoft.AspNetCore.Blazor.Build.Test/TestFiles/RuntimeCodeGenerationTest/LeadingWhiteSpace_WithDirective/TestComponent.ir.txt rename to test/Microsoft.AspNetCore.Components.Build.Test/TestFiles/RuntimeCodeGenerationTest/LeadingWhiteSpace_WithDirective/TestComponent.ir.txt diff --git a/test/Microsoft.AspNetCore.Blazor.Build.Test/TestFiles/RuntimeCodeGenerationTest/MultipleExplictChildContent/TestComponent.codegen.cs b/test/Microsoft.AspNetCore.Components.Build.Test/TestFiles/RuntimeCodeGenerationTest/MultipleExplictChildContent/TestComponent.codegen.cs similarity index 100% rename from test/Microsoft.AspNetCore.Blazor.Build.Test/TestFiles/RuntimeCodeGenerationTest/MultipleExplictChildContent/TestComponent.codegen.cs rename to test/Microsoft.AspNetCore.Components.Build.Test/TestFiles/RuntimeCodeGenerationTest/MultipleExplictChildContent/TestComponent.codegen.cs diff --git a/test/Microsoft.AspNetCore.Blazor.Build.Test/TestFiles/RuntimeCodeGenerationTest/MultipleExplictChildContent/TestComponent.ir.txt b/test/Microsoft.AspNetCore.Components.Build.Test/TestFiles/RuntimeCodeGenerationTest/MultipleExplictChildContent/TestComponent.ir.txt similarity index 100% rename from test/Microsoft.AspNetCore.Blazor.Build.Test/TestFiles/RuntimeCodeGenerationTest/MultipleExplictChildContent/TestComponent.ir.txt rename to test/Microsoft.AspNetCore.Components.Build.Test/TestFiles/RuntimeCodeGenerationTest/MultipleExplictChildContent/TestComponent.ir.txt diff --git a/test/Microsoft.AspNetCore.Blazor.Build.Test/TestFiles/RuntimeCodeGenerationTest/RazorTemplate_AsComponentParameter/TestComponent.codegen.cs b/test/Microsoft.AspNetCore.Components.Build.Test/TestFiles/RuntimeCodeGenerationTest/RazorTemplate_AsComponentParameter/TestComponent.codegen.cs similarity index 100% rename from test/Microsoft.AspNetCore.Blazor.Build.Test/TestFiles/RuntimeCodeGenerationTest/RazorTemplate_AsComponentParameter/TestComponent.codegen.cs rename to test/Microsoft.AspNetCore.Components.Build.Test/TestFiles/RuntimeCodeGenerationTest/RazorTemplate_AsComponentParameter/TestComponent.codegen.cs diff --git a/test/Microsoft.AspNetCore.Blazor.Build.Test/TestFiles/RuntimeCodeGenerationTest/RazorTemplate_AsComponentParameter/TestComponent.ir.txt b/test/Microsoft.AspNetCore.Components.Build.Test/TestFiles/RuntimeCodeGenerationTest/RazorTemplate_AsComponentParameter/TestComponent.ir.txt similarity index 100% rename from test/Microsoft.AspNetCore.Blazor.Build.Test/TestFiles/RuntimeCodeGenerationTest/RazorTemplate_AsComponentParameter/TestComponent.ir.txt rename to test/Microsoft.AspNetCore.Components.Build.Test/TestFiles/RuntimeCodeGenerationTest/RazorTemplate_AsComponentParameter/TestComponent.ir.txt diff --git a/test/Microsoft.AspNetCore.Blazor.Build.Test/TestFiles/RuntimeCodeGenerationTest/RazorTemplate_AsComponentParameter/TestComponent.mappings.txt b/test/Microsoft.AspNetCore.Components.Build.Test/TestFiles/RuntimeCodeGenerationTest/RazorTemplate_AsComponentParameter/TestComponent.mappings.txt similarity index 100% rename from test/Microsoft.AspNetCore.Blazor.Build.Test/TestFiles/RuntimeCodeGenerationTest/RazorTemplate_AsComponentParameter/TestComponent.mappings.txt rename to test/Microsoft.AspNetCore.Components.Build.Test/TestFiles/RuntimeCodeGenerationTest/RazorTemplate_AsComponentParameter/TestComponent.mappings.txt diff --git a/test/Microsoft.AspNetCore.Blazor.Build.Test/TestFiles/RuntimeCodeGenerationTest/RazorTemplate_AsComponentParameter_MixedContent/TestComponent.codegen.cs b/test/Microsoft.AspNetCore.Components.Build.Test/TestFiles/RuntimeCodeGenerationTest/RazorTemplate_AsComponentParameter_MixedContent/TestComponent.codegen.cs similarity index 100% rename from test/Microsoft.AspNetCore.Blazor.Build.Test/TestFiles/RuntimeCodeGenerationTest/RazorTemplate_AsComponentParameter_MixedContent/TestComponent.codegen.cs rename to test/Microsoft.AspNetCore.Components.Build.Test/TestFiles/RuntimeCodeGenerationTest/RazorTemplate_AsComponentParameter_MixedContent/TestComponent.codegen.cs diff --git a/test/Microsoft.AspNetCore.Blazor.Build.Test/TestFiles/RuntimeCodeGenerationTest/RazorTemplate_AsComponentParameter_MixedContent/TestComponent.ir.txt b/test/Microsoft.AspNetCore.Components.Build.Test/TestFiles/RuntimeCodeGenerationTest/RazorTemplate_AsComponentParameter_MixedContent/TestComponent.ir.txt similarity index 100% rename from test/Microsoft.AspNetCore.Blazor.Build.Test/TestFiles/RuntimeCodeGenerationTest/RazorTemplate_AsComponentParameter_MixedContent/TestComponent.ir.txt rename to test/Microsoft.AspNetCore.Components.Build.Test/TestFiles/RuntimeCodeGenerationTest/RazorTemplate_AsComponentParameter_MixedContent/TestComponent.ir.txt diff --git a/test/Microsoft.AspNetCore.Blazor.Build.Test/TestFiles/RuntimeCodeGenerationTest/RazorTemplate_AsComponentParameter_MixedContent/TestComponent.mappings.txt b/test/Microsoft.AspNetCore.Components.Build.Test/TestFiles/RuntimeCodeGenerationTest/RazorTemplate_AsComponentParameter_MixedContent/TestComponent.mappings.txt similarity index 100% rename from test/Microsoft.AspNetCore.Blazor.Build.Test/TestFiles/RuntimeCodeGenerationTest/RazorTemplate_AsComponentParameter_MixedContent/TestComponent.mappings.txt rename to test/Microsoft.AspNetCore.Components.Build.Test/TestFiles/RuntimeCodeGenerationTest/RazorTemplate_AsComponentParameter_MixedContent/TestComponent.mappings.txt diff --git a/test/Microsoft.AspNetCore.Blazor.Build.Test/TestFiles/RuntimeCodeGenerationTest/RazorTemplate_ContainsComponent/TestComponent.codegen.cs b/test/Microsoft.AspNetCore.Components.Build.Test/TestFiles/RuntimeCodeGenerationTest/RazorTemplate_ContainsComponent/TestComponent.codegen.cs similarity index 100% rename from test/Microsoft.AspNetCore.Blazor.Build.Test/TestFiles/RuntimeCodeGenerationTest/RazorTemplate_ContainsComponent/TestComponent.codegen.cs rename to test/Microsoft.AspNetCore.Components.Build.Test/TestFiles/RuntimeCodeGenerationTest/RazorTemplate_ContainsComponent/TestComponent.codegen.cs diff --git a/test/Microsoft.AspNetCore.Blazor.Build.Test/TestFiles/RuntimeCodeGenerationTest/RazorTemplate_ContainsComponent/TestComponent.ir.txt b/test/Microsoft.AspNetCore.Components.Build.Test/TestFiles/RuntimeCodeGenerationTest/RazorTemplate_ContainsComponent/TestComponent.ir.txt similarity index 100% rename from test/Microsoft.AspNetCore.Blazor.Build.Test/TestFiles/RuntimeCodeGenerationTest/RazorTemplate_ContainsComponent/TestComponent.ir.txt rename to test/Microsoft.AspNetCore.Components.Build.Test/TestFiles/RuntimeCodeGenerationTest/RazorTemplate_ContainsComponent/TestComponent.ir.txt diff --git a/test/Microsoft.AspNetCore.Blazor.Build.Test/TestFiles/RuntimeCodeGenerationTest/RazorTemplate_ContainsComponent/TestComponent.mappings.txt b/test/Microsoft.AspNetCore.Components.Build.Test/TestFiles/RuntimeCodeGenerationTest/RazorTemplate_ContainsComponent/TestComponent.mappings.txt similarity index 100% rename from test/Microsoft.AspNetCore.Blazor.Build.Test/TestFiles/RuntimeCodeGenerationTest/RazorTemplate_ContainsComponent/TestComponent.mappings.txt rename to test/Microsoft.AspNetCore.Components.Build.Test/TestFiles/RuntimeCodeGenerationTest/RazorTemplate_ContainsComponent/TestComponent.mappings.txt diff --git a/test/Microsoft.AspNetCore.Blazor.Build.Test/TestFiles/RuntimeCodeGenerationTest/RazorTemplate_FollowedByComponent/TestComponent.codegen.cs b/test/Microsoft.AspNetCore.Components.Build.Test/TestFiles/RuntimeCodeGenerationTest/RazorTemplate_FollowedByComponent/TestComponent.codegen.cs similarity index 100% rename from test/Microsoft.AspNetCore.Blazor.Build.Test/TestFiles/RuntimeCodeGenerationTest/RazorTemplate_FollowedByComponent/TestComponent.codegen.cs rename to test/Microsoft.AspNetCore.Components.Build.Test/TestFiles/RuntimeCodeGenerationTest/RazorTemplate_FollowedByComponent/TestComponent.codegen.cs diff --git a/test/Microsoft.AspNetCore.Blazor.Build.Test/TestFiles/RuntimeCodeGenerationTest/RazorTemplate_FollowedByComponent/TestComponent.ir.txt b/test/Microsoft.AspNetCore.Components.Build.Test/TestFiles/RuntimeCodeGenerationTest/RazorTemplate_FollowedByComponent/TestComponent.ir.txt similarity index 100% rename from test/Microsoft.AspNetCore.Blazor.Build.Test/TestFiles/RuntimeCodeGenerationTest/RazorTemplate_FollowedByComponent/TestComponent.ir.txt rename to test/Microsoft.AspNetCore.Components.Build.Test/TestFiles/RuntimeCodeGenerationTest/RazorTemplate_FollowedByComponent/TestComponent.ir.txt diff --git a/test/Microsoft.AspNetCore.Blazor.Build.Test/TestFiles/RuntimeCodeGenerationTest/RazorTemplate_FollowedByComponent/TestComponent.mappings.txt b/test/Microsoft.AspNetCore.Components.Build.Test/TestFiles/RuntimeCodeGenerationTest/RazorTemplate_FollowedByComponent/TestComponent.mappings.txt similarity index 100% rename from test/Microsoft.AspNetCore.Blazor.Build.Test/TestFiles/RuntimeCodeGenerationTest/RazorTemplate_FollowedByComponent/TestComponent.mappings.txt rename to test/Microsoft.AspNetCore.Components.Build.Test/TestFiles/RuntimeCodeGenerationTest/RazorTemplate_FollowedByComponent/TestComponent.mappings.txt diff --git a/test/Microsoft.AspNetCore.Blazor.Build.Test/TestFiles/RuntimeCodeGenerationTest/RazorTemplate_Generic_AsComponentParameter/TestComponent.codegen.cs b/test/Microsoft.AspNetCore.Components.Build.Test/TestFiles/RuntimeCodeGenerationTest/RazorTemplate_Generic_AsComponentParameter/TestComponent.codegen.cs similarity index 100% rename from test/Microsoft.AspNetCore.Blazor.Build.Test/TestFiles/RuntimeCodeGenerationTest/RazorTemplate_Generic_AsComponentParameter/TestComponent.codegen.cs rename to test/Microsoft.AspNetCore.Components.Build.Test/TestFiles/RuntimeCodeGenerationTest/RazorTemplate_Generic_AsComponentParameter/TestComponent.codegen.cs diff --git a/test/Microsoft.AspNetCore.Blazor.Build.Test/TestFiles/RuntimeCodeGenerationTest/RazorTemplate_Generic_AsComponentParameter/TestComponent.ir.txt b/test/Microsoft.AspNetCore.Components.Build.Test/TestFiles/RuntimeCodeGenerationTest/RazorTemplate_Generic_AsComponentParameter/TestComponent.ir.txt similarity index 100% rename from test/Microsoft.AspNetCore.Blazor.Build.Test/TestFiles/RuntimeCodeGenerationTest/RazorTemplate_Generic_AsComponentParameter/TestComponent.ir.txt rename to test/Microsoft.AspNetCore.Components.Build.Test/TestFiles/RuntimeCodeGenerationTest/RazorTemplate_Generic_AsComponentParameter/TestComponent.ir.txt diff --git a/test/Microsoft.AspNetCore.Blazor.Build.Test/TestFiles/RuntimeCodeGenerationTest/RazorTemplate_Generic_AsComponentParameter/TestComponent.mappings.txt b/test/Microsoft.AspNetCore.Components.Build.Test/TestFiles/RuntimeCodeGenerationTest/RazorTemplate_Generic_AsComponentParameter/TestComponent.mappings.txt similarity index 100% rename from test/Microsoft.AspNetCore.Blazor.Build.Test/TestFiles/RuntimeCodeGenerationTest/RazorTemplate_Generic_AsComponentParameter/TestComponent.mappings.txt rename to test/Microsoft.AspNetCore.Components.Build.Test/TestFiles/RuntimeCodeGenerationTest/RazorTemplate_Generic_AsComponentParameter/TestComponent.mappings.txt diff --git a/test/Microsoft.AspNetCore.Blazor.Build.Test/TestFiles/RuntimeCodeGenerationTest/RazorTemplate_Generic_InImplicitExpression/TestComponent.codegen.cs b/test/Microsoft.AspNetCore.Components.Build.Test/TestFiles/RuntimeCodeGenerationTest/RazorTemplate_Generic_InImplicitExpression/TestComponent.codegen.cs similarity index 100% rename from test/Microsoft.AspNetCore.Blazor.Build.Test/TestFiles/RuntimeCodeGenerationTest/RazorTemplate_Generic_InImplicitExpression/TestComponent.codegen.cs rename to test/Microsoft.AspNetCore.Components.Build.Test/TestFiles/RuntimeCodeGenerationTest/RazorTemplate_Generic_InImplicitExpression/TestComponent.codegen.cs diff --git a/test/Microsoft.AspNetCore.Blazor.Build.Test/TestFiles/RuntimeCodeGenerationTest/RazorTemplate_Generic_InImplicitExpression/TestComponent.ir.txt b/test/Microsoft.AspNetCore.Components.Build.Test/TestFiles/RuntimeCodeGenerationTest/RazorTemplate_Generic_InImplicitExpression/TestComponent.ir.txt similarity index 100% rename from test/Microsoft.AspNetCore.Blazor.Build.Test/TestFiles/RuntimeCodeGenerationTest/RazorTemplate_Generic_InImplicitExpression/TestComponent.ir.txt rename to test/Microsoft.AspNetCore.Components.Build.Test/TestFiles/RuntimeCodeGenerationTest/RazorTemplate_Generic_InImplicitExpression/TestComponent.ir.txt diff --git a/test/Microsoft.AspNetCore.Blazor.Build.Test/TestFiles/RuntimeCodeGenerationTest/RazorTemplate_Generic_InImplicitExpression/TestComponent.mappings.txt b/test/Microsoft.AspNetCore.Components.Build.Test/TestFiles/RuntimeCodeGenerationTest/RazorTemplate_Generic_InImplicitExpression/TestComponent.mappings.txt similarity index 100% rename from test/Microsoft.AspNetCore.Blazor.Build.Test/TestFiles/RuntimeCodeGenerationTest/RazorTemplate_Generic_InImplicitExpression/TestComponent.mappings.txt rename to test/Microsoft.AspNetCore.Components.Build.Test/TestFiles/RuntimeCodeGenerationTest/RazorTemplate_Generic_InImplicitExpression/TestComponent.mappings.txt diff --git a/test/Microsoft.AspNetCore.Blazor.Build.Test/TestFiles/RuntimeCodeGenerationTest/RazorTemplate_InCodeBlock/TestComponent.codegen.cs b/test/Microsoft.AspNetCore.Components.Build.Test/TestFiles/RuntimeCodeGenerationTest/RazorTemplate_InCodeBlock/TestComponent.codegen.cs similarity index 100% rename from test/Microsoft.AspNetCore.Blazor.Build.Test/TestFiles/RuntimeCodeGenerationTest/RazorTemplate_InCodeBlock/TestComponent.codegen.cs rename to test/Microsoft.AspNetCore.Components.Build.Test/TestFiles/RuntimeCodeGenerationTest/RazorTemplate_InCodeBlock/TestComponent.codegen.cs diff --git a/test/Microsoft.AspNetCore.Blazor.Build.Test/TestFiles/RuntimeCodeGenerationTest/RazorTemplate_InCodeBlock/TestComponent.ir.txt b/test/Microsoft.AspNetCore.Components.Build.Test/TestFiles/RuntimeCodeGenerationTest/RazorTemplate_InCodeBlock/TestComponent.ir.txt similarity index 100% rename from test/Microsoft.AspNetCore.Blazor.Build.Test/TestFiles/RuntimeCodeGenerationTest/RazorTemplate_InCodeBlock/TestComponent.ir.txt rename to test/Microsoft.AspNetCore.Components.Build.Test/TestFiles/RuntimeCodeGenerationTest/RazorTemplate_InCodeBlock/TestComponent.ir.txt diff --git a/test/Microsoft.AspNetCore.Blazor.Build.Test/TestFiles/RuntimeCodeGenerationTest/RazorTemplate_InCodeBlock/TestComponent.mappings.txt b/test/Microsoft.AspNetCore.Components.Build.Test/TestFiles/RuntimeCodeGenerationTest/RazorTemplate_InCodeBlock/TestComponent.mappings.txt similarity index 100% rename from test/Microsoft.AspNetCore.Blazor.Build.Test/TestFiles/RuntimeCodeGenerationTest/RazorTemplate_InCodeBlock/TestComponent.mappings.txt rename to test/Microsoft.AspNetCore.Components.Build.Test/TestFiles/RuntimeCodeGenerationTest/RazorTemplate_InCodeBlock/TestComponent.mappings.txt diff --git a/test/Microsoft.AspNetCore.Blazor.Build.Test/TestFiles/RuntimeCodeGenerationTest/RazorTemplate_InExplicitExpression/TestComponent.codegen.cs b/test/Microsoft.AspNetCore.Components.Build.Test/TestFiles/RuntimeCodeGenerationTest/RazorTemplate_InExplicitExpression/TestComponent.codegen.cs similarity index 100% rename from test/Microsoft.AspNetCore.Blazor.Build.Test/TestFiles/RuntimeCodeGenerationTest/RazorTemplate_InExplicitExpression/TestComponent.codegen.cs rename to test/Microsoft.AspNetCore.Components.Build.Test/TestFiles/RuntimeCodeGenerationTest/RazorTemplate_InExplicitExpression/TestComponent.codegen.cs diff --git a/test/Microsoft.AspNetCore.Blazor.Build.Test/TestFiles/RuntimeCodeGenerationTest/RazorTemplate_InExplicitExpression/TestComponent.ir.txt b/test/Microsoft.AspNetCore.Components.Build.Test/TestFiles/RuntimeCodeGenerationTest/RazorTemplate_InExplicitExpression/TestComponent.ir.txt similarity index 100% rename from test/Microsoft.AspNetCore.Blazor.Build.Test/TestFiles/RuntimeCodeGenerationTest/RazorTemplate_InExplicitExpression/TestComponent.ir.txt rename to test/Microsoft.AspNetCore.Components.Build.Test/TestFiles/RuntimeCodeGenerationTest/RazorTemplate_InExplicitExpression/TestComponent.ir.txt diff --git a/test/Microsoft.AspNetCore.Blazor.Build.Test/TestFiles/RuntimeCodeGenerationTest/RazorTemplate_InExplicitExpression/TestComponent.mappings.txt b/test/Microsoft.AspNetCore.Components.Build.Test/TestFiles/RuntimeCodeGenerationTest/RazorTemplate_InExplicitExpression/TestComponent.mappings.txt similarity index 100% rename from test/Microsoft.AspNetCore.Blazor.Build.Test/TestFiles/RuntimeCodeGenerationTest/RazorTemplate_InExplicitExpression/TestComponent.mappings.txt rename to test/Microsoft.AspNetCore.Components.Build.Test/TestFiles/RuntimeCodeGenerationTest/RazorTemplate_InExplicitExpression/TestComponent.mappings.txt diff --git a/test/Microsoft.AspNetCore.Blazor.Build.Test/TestFiles/RuntimeCodeGenerationTest/RazorTemplate_InImplicitExpression/TestComponent.codegen.cs b/test/Microsoft.AspNetCore.Components.Build.Test/TestFiles/RuntimeCodeGenerationTest/RazorTemplate_InImplicitExpression/TestComponent.codegen.cs similarity index 100% rename from test/Microsoft.AspNetCore.Blazor.Build.Test/TestFiles/RuntimeCodeGenerationTest/RazorTemplate_InImplicitExpression/TestComponent.codegen.cs rename to test/Microsoft.AspNetCore.Components.Build.Test/TestFiles/RuntimeCodeGenerationTest/RazorTemplate_InImplicitExpression/TestComponent.codegen.cs diff --git a/test/Microsoft.AspNetCore.Blazor.Build.Test/TestFiles/RuntimeCodeGenerationTest/RazorTemplate_InImplicitExpression/TestComponent.ir.txt b/test/Microsoft.AspNetCore.Components.Build.Test/TestFiles/RuntimeCodeGenerationTest/RazorTemplate_InImplicitExpression/TestComponent.ir.txt similarity index 100% rename from test/Microsoft.AspNetCore.Blazor.Build.Test/TestFiles/RuntimeCodeGenerationTest/RazorTemplate_InImplicitExpression/TestComponent.ir.txt rename to test/Microsoft.AspNetCore.Components.Build.Test/TestFiles/RuntimeCodeGenerationTest/RazorTemplate_InImplicitExpression/TestComponent.ir.txt diff --git a/test/Microsoft.AspNetCore.Blazor.Build.Test/TestFiles/RuntimeCodeGenerationTest/RazorTemplate_InImplicitExpression/TestComponent.mappings.txt b/test/Microsoft.AspNetCore.Components.Build.Test/TestFiles/RuntimeCodeGenerationTest/RazorTemplate_InImplicitExpression/TestComponent.mappings.txt similarity index 100% rename from test/Microsoft.AspNetCore.Blazor.Build.Test/TestFiles/RuntimeCodeGenerationTest/RazorTemplate_InImplicitExpression/TestComponent.mappings.txt rename to test/Microsoft.AspNetCore.Components.Build.Test/TestFiles/RuntimeCodeGenerationTest/RazorTemplate_InImplicitExpression/TestComponent.mappings.txt diff --git a/test/Microsoft.AspNetCore.Blazor.Build.Test/TestFiles/RuntimeCodeGenerationTest/RazorTemplate_NonGeneric_AsComponentParameter/TestComponent.codegen.cs b/test/Microsoft.AspNetCore.Components.Build.Test/TestFiles/RuntimeCodeGenerationTest/RazorTemplate_NonGeneric_AsComponentParameter/TestComponent.codegen.cs similarity index 100% rename from test/Microsoft.AspNetCore.Blazor.Build.Test/TestFiles/RuntimeCodeGenerationTest/RazorTemplate_NonGeneric_AsComponentParameter/TestComponent.codegen.cs rename to test/Microsoft.AspNetCore.Components.Build.Test/TestFiles/RuntimeCodeGenerationTest/RazorTemplate_NonGeneric_AsComponentParameter/TestComponent.codegen.cs diff --git a/test/Microsoft.AspNetCore.Blazor.Build.Test/TestFiles/RuntimeCodeGenerationTest/RazorTemplate_NonGeneric_AsComponentParameter/TestComponent.ir.txt b/test/Microsoft.AspNetCore.Components.Build.Test/TestFiles/RuntimeCodeGenerationTest/RazorTemplate_NonGeneric_AsComponentParameter/TestComponent.ir.txt similarity index 100% rename from test/Microsoft.AspNetCore.Blazor.Build.Test/TestFiles/RuntimeCodeGenerationTest/RazorTemplate_NonGeneric_AsComponentParameter/TestComponent.ir.txt rename to test/Microsoft.AspNetCore.Components.Build.Test/TestFiles/RuntimeCodeGenerationTest/RazorTemplate_NonGeneric_AsComponentParameter/TestComponent.ir.txt diff --git a/test/Microsoft.AspNetCore.Blazor.Build.Test/TestFiles/RuntimeCodeGenerationTest/RazorTemplate_NonGeneric_AsComponentParameter/TestComponent.mappings.txt b/test/Microsoft.AspNetCore.Components.Build.Test/TestFiles/RuntimeCodeGenerationTest/RazorTemplate_NonGeneric_AsComponentParameter/TestComponent.mappings.txt similarity index 100% rename from test/Microsoft.AspNetCore.Blazor.Build.Test/TestFiles/RuntimeCodeGenerationTest/RazorTemplate_NonGeneric_AsComponentParameter/TestComponent.mappings.txt rename to test/Microsoft.AspNetCore.Components.Build.Test/TestFiles/RuntimeCodeGenerationTest/RazorTemplate_NonGeneric_AsComponentParameter/TestComponent.mappings.txt diff --git a/test/Microsoft.AspNetCore.Blazor.Build.Test/TestFiles/RuntimeCodeGenerationTest/RazorTemplate_NonGeneric_InImplicitExpression/TestComponent.codegen.cs b/test/Microsoft.AspNetCore.Components.Build.Test/TestFiles/RuntimeCodeGenerationTest/RazorTemplate_NonGeneric_InImplicitExpression/TestComponent.codegen.cs similarity index 100% rename from test/Microsoft.AspNetCore.Blazor.Build.Test/TestFiles/RuntimeCodeGenerationTest/RazorTemplate_NonGeneric_InImplicitExpression/TestComponent.codegen.cs rename to test/Microsoft.AspNetCore.Components.Build.Test/TestFiles/RuntimeCodeGenerationTest/RazorTemplate_NonGeneric_InImplicitExpression/TestComponent.codegen.cs diff --git a/test/Microsoft.AspNetCore.Blazor.Build.Test/TestFiles/RuntimeCodeGenerationTest/RazorTemplate_NonGeneric_InImplicitExpression/TestComponent.ir.txt b/test/Microsoft.AspNetCore.Components.Build.Test/TestFiles/RuntimeCodeGenerationTest/RazorTemplate_NonGeneric_InImplicitExpression/TestComponent.ir.txt similarity index 100% rename from test/Microsoft.AspNetCore.Blazor.Build.Test/TestFiles/RuntimeCodeGenerationTest/RazorTemplate_NonGeneric_InImplicitExpression/TestComponent.ir.txt rename to test/Microsoft.AspNetCore.Components.Build.Test/TestFiles/RuntimeCodeGenerationTest/RazorTemplate_NonGeneric_InImplicitExpression/TestComponent.ir.txt diff --git a/test/Microsoft.AspNetCore.Blazor.Build.Test/TestFiles/RuntimeCodeGenerationTest/RazorTemplate_NonGeneric_InImplicitExpression/TestComponent.mappings.txt b/test/Microsoft.AspNetCore.Components.Build.Test/TestFiles/RuntimeCodeGenerationTest/RazorTemplate_NonGeneric_InImplicitExpression/TestComponent.mappings.txt similarity index 100% rename from test/Microsoft.AspNetCore.Blazor.Build.Test/TestFiles/RuntimeCodeGenerationTest/RazorTemplate_NonGeneric_InImplicitExpression/TestComponent.mappings.txt rename to test/Microsoft.AspNetCore.Components.Build.Test/TestFiles/RuntimeCodeGenerationTest/RazorTemplate_NonGeneric_InImplicitExpression/TestComponent.mappings.txt diff --git a/test/Microsoft.AspNetCore.Blazor.Build.Test/TestFiles/RuntimeCodeGenerationTest/Regression_597/TestComponent.codegen.cs b/test/Microsoft.AspNetCore.Components.Build.Test/TestFiles/RuntimeCodeGenerationTest/Regression_597/TestComponent.codegen.cs similarity index 97% rename from test/Microsoft.AspNetCore.Blazor.Build.Test/TestFiles/RuntimeCodeGenerationTest/Regression_597/TestComponent.codegen.cs rename to test/Microsoft.AspNetCore.Components.Build.Test/TestFiles/RuntimeCodeGenerationTest/Regression_597/TestComponent.codegen.cs index 4a079da1..0258577a 100644 --- a/test/Microsoft.AspNetCore.Blazor.Build.Test/TestFiles/RuntimeCodeGenerationTest/Regression_597/TestComponent.codegen.cs +++ b/test/Microsoft.AspNetCore.Components.Build.Test/TestFiles/RuntimeCodeGenerationTest/Regression_597/TestComponent.codegen.cs @@ -1,32 +1,32 @@ -// -#pragma warning disable 1591 -namespace Test -{ - #line hidden - using System; - using System.Collections.Generic; - using System.Linq; - using System.Threading.Tasks; - using Microsoft.AspNetCore.Blazor; - using Microsoft.AspNetCore.Blazor.Components; - public class TestComponent : Microsoft.AspNetCore.Blazor.Components.BlazorComponent - { - #pragma warning disable 1998 - protected override void BuildRenderTree(Microsoft.AspNetCore.Blazor.RenderTree.RenderTreeBuilder builder) - { - base.BuildRenderTree(builder); - builder.OpenComponent(0); - builder.AddAttribute(1, "v", Microsoft.AspNetCore.Blazor.Components.BindMethods.GetValue(y)); - builder.AddAttribute(2, "vChanged", Microsoft.AspNetCore.Blazor.Components.BindMethods.SetValueHandler(__value => y = __value, y)); - builder.CloseComponent(); - } - #pragma warning restore 1998 -#line 3 "x:\dir\subdir\Test\TestComponent.cshtml" - - string y = null; - -#line default -#line hidden - } -} -#pragma warning restore 1591 +// +#pragma warning disable 1591 +namespace Test +{ + #line hidden + using System; + using System.Collections.Generic; + using System.Linq; + using System.Threading.Tasks; + using Microsoft.AspNetCore.Blazor; + using Microsoft.AspNetCore.Blazor.Components; + public class TestComponent : Microsoft.AspNetCore.Blazor.Components.BlazorComponent + { + #pragma warning disable 1998 + protected override void BuildRenderTree(Microsoft.AspNetCore.Blazor.RenderTree.RenderTreeBuilder builder) + { + base.BuildRenderTree(builder); + builder.OpenComponent(0); + builder.AddAttribute(1, "v", Microsoft.AspNetCore.Blazor.Components.BindMethods.GetValue(y)); + builder.AddAttribute(2, "vChanged", Microsoft.AspNetCore.Blazor.Components.BindMethods.SetValueHandler(__value => y = __value, y)); + builder.CloseComponent(); + } + #pragma warning restore 1998 +#line 3 "x:\dir\subdir\Test\TestComponent.cshtml" + + string y = null; + +#line default +#line hidden + } +} +#pragma warning restore 1591 diff --git a/test/Microsoft.AspNetCore.Blazor.Build.Test/TestFiles/RuntimeCodeGenerationTest/Regression_597/TestComponent.ir.txt b/test/Microsoft.AspNetCore.Components.Build.Test/TestFiles/RuntimeCodeGenerationTest/Regression_597/TestComponent.ir.txt similarity index 100% rename from test/Microsoft.AspNetCore.Blazor.Build.Test/TestFiles/RuntimeCodeGenerationTest/Regression_597/TestComponent.ir.txt rename to test/Microsoft.AspNetCore.Components.Build.Test/TestFiles/RuntimeCodeGenerationTest/Regression_597/TestComponent.ir.txt diff --git a/test/Microsoft.AspNetCore.Blazor.Build.Test/TestFiles/RuntimeCodeGenerationTest/Regression_597/TestComponent.mappings.txt b/test/Microsoft.AspNetCore.Components.Build.Test/TestFiles/RuntimeCodeGenerationTest/Regression_597/TestComponent.mappings.txt similarity index 94% rename from test/Microsoft.AspNetCore.Blazor.Build.Test/TestFiles/RuntimeCodeGenerationTest/Regression_597/TestComponent.mappings.txt rename to test/Microsoft.AspNetCore.Components.Build.Test/TestFiles/RuntimeCodeGenerationTest/Regression_597/TestComponent.mappings.txt index 3e2d09ff..874c49d1 100644 --- a/test/Microsoft.AspNetCore.Blazor.Build.Test/TestFiles/RuntimeCodeGenerationTest/Regression_597/TestComponent.mappings.txt +++ b/test/Microsoft.AspNetCore.Components.Build.Test/TestFiles/RuntimeCodeGenerationTest/Regression_597/TestComponent.mappings.txt @@ -1,9 +1,9 @@ -Source Location: (67:2,12 [24] x:\dir\subdir\Test\TestComponent.cshtml) -| - string y = null; -| -Generated Location: (1057:24,12 [24] ) -| - string y = null; -| - +Source Location: (67:2,12 [24] x:\dir\subdir\Test\TestComponent.cshtml) +| + string y = null; +| +Generated Location: (1057:24,12 [24] ) +| + string y = null; +| + diff --git a/test/Microsoft.AspNetCore.Blazor.Build.Test/TestFiles/RuntimeCodeGenerationTest/Regression_609/TestComponent.codegen.cs b/test/Microsoft.AspNetCore.Components.Build.Test/TestFiles/RuntimeCodeGenerationTest/Regression_609/TestComponent.codegen.cs similarity index 100% rename from test/Microsoft.AspNetCore.Blazor.Build.Test/TestFiles/RuntimeCodeGenerationTest/Regression_609/TestComponent.codegen.cs rename to test/Microsoft.AspNetCore.Components.Build.Test/TestFiles/RuntimeCodeGenerationTest/Regression_609/TestComponent.codegen.cs diff --git a/test/Microsoft.AspNetCore.Blazor.Build.Test/TestFiles/RuntimeCodeGenerationTest/Regression_609/TestComponent.ir.txt b/test/Microsoft.AspNetCore.Components.Build.Test/TestFiles/RuntimeCodeGenerationTest/Regression_609/TestComponent.ir.txt similarity index 100% rename from test/Microsoft.AspNetCore.Blazor.Build.Test/TestFiles/RuntimeCodeGenerationTest/Regression_609/TestComponent.ir.txt rename to test/Microsoft.AspNetCore.Components.Build.Test/TestFiles/RuntimeCodeGenerationTest/Regression_609/TestComponent.ir.txt diff --git a/test/Microsoft.AspNetCore.Blazor.Build.Test/TestFiles/RuntimeCodeGenerationTest/Regression_609/TestComponent.mappings.txt b/test/Microsoft.AspNetCore.Components.Build.Test/TestFiles/RuntimeCodeGenerationTest/Regression_609/TestComponent.mappings.txt similarity index 100% rename from test/Microsoft.AspNetCore.Blazor.Build.Test/TestFiles/RuntimeCodeGenerationTest/Regression_609/TestComponent.mappings.txt rename to test/Microsoft.AspNetCore.Components.Build.Test/TestFiles/RuntimeCodeGenerationTest/Regression_609/TestComponent.mappings.txt diff --git a/test/Microsoft.AspNetCore.Blazor.Build.Test/TestFiles/RuntimeCodeGenerationTest/Regression_772/TestComponent.codegen.cs b/test/Microsoft.AspNetCore.Components.Build.Test/TestFiles/RuntimeCodeGenerationTest/Regression_772/TestComponent.codegen.cs similarity index 100% rename from test/Microsoft.AspNetCore.Blazor.Build.Test/TestFiles/RuntimeCodeGenerationTest/Regression_772/TestComponent.codegen.cs rename to test/Microsoft.AspNetCore.Components.Build.Test/TestFiles/RuntimeCodeGenerationTest/Regression_772/TestComponent.codegen.cs diff --git a/test/Microsoft.AspNetCore.Blazor.Build.Test/TestFiles/RuntimeCodeGenerationTest/Regression_772/TestComponent.diagnostics.txt b/test/Microsoft.AspNetCore.Components.Build.Test/TestFiles/RuntimeCodeGenerationTest/Regression_772/TestComponent.diagnostics.txt similarity index 100% rename from test/Microsoft.AspNetCore.Blazor.Build.Test/TestFiles/RuntimeCodeGenerationTest/Regression_772/TestComponent.diagnostics.txt rename to test/Microsoft.AspNetCore.Components.Build.Test/TestFiles/RuntimeCodeGenerationTest/Regression_772/TestComponent.diagnostics.txt diff --git a/test/Microsoft.AspNetCore.Blazor.Build.Test/TestFiles/RuntimeCodeGenerationTest/Regression_772/TestComponent.ir.txt b/test/Microsoft.AspNetCore.Components.Build.Test/TestFiles/RuntimeCodeGenerationTest/Regression_772/TestComponent.ir.txt similarity index 100% rename from test/Microsoft.AspNetCore.Blazor.Build.Test/TestFiles/RuntimeCodeGenerationTest/Regression_772/TestComponent.ir.txt rename to test/Microsoft.AspNetCore.Components.Build.Test/TestFiles/RuntimeCodeGenerationTest/Regression_772/TestComponent.ir.txt diff --git a/test/Microsoft.AspNetCore.Blazor.Build.Test/TestFiles/RuntimeCodeGenerationTest/Regression_773/TestComponent.codegen.cs b/test/Microsoft.AspNetCore.Components.Build.Test/TestFiles/RuntimeCodeGenerationTest/Regression_773/TestComponent.codegen.cs similarity index 100% rename from test/Microsoft.AspNetCore.Blazor.Build.Test/TestFiles/RuntimeCodeGenerationTest/Regression_773/TestComponent.codegen.cs rename to test/Microsoft.AspNetCore.Components.Build.Test/TestFiles/RuntimeCodeGenerationTest/Regression_773/TestComponent.codegen.cs diff --git a/test/Microsoft.AspNetCore.Blazor.Build.Test/TestFiles/RuntimeCodeGenerationTest/Regression_773/TestComponent.ir.txt b/test/Microsoft.AspNetCore.Components.Build.Test/TestFiles/RuntimeCodeGenerationTest/Regression_773/TestComponent.ir.txt similarity index 100% rename from test/Microsoft.AspNetCore.Blazor.Build.Test/TestFiles/RuntimeCodeGenerationTest/Regression_773/TestComponent.ir.txt rename to test/Microsoft.AspNetCore.Components.Build.Test/TestFiles/RuntimeCodeGenerationTest/Regression_773/TestComponent.ir.txt diff --git a/test/Microsoft.AspNetCore.Blazor.Build.Test/TestFiles/RuntimeCodeGenerationTest/Regression_784/TestComponent.codegen.cs b/test/Microsoft.AspNetCore.Components.Build.Test/TestFiles/RuntimeCodeGenerationTest/Regression_784/TestComponent.codegen.cs similarity index 100% rename from test/Microsoft.AspNetCore.Blazor.Build.Test/TestFiles/RuntimeCodeGenerationTest/Regression_784/TestComponent.codegen.cs rename to test/Microsoft.AspNetCore.Components.Build.Test/TestFiles/RuntimeCodeGenerationTest/Regression_784/TestComponent.codegen.cs diff --git a/test/Microsoft.AspNetCore.Blazor.Build.Test/TestFiles/RuntimeCodeGenerationTest/Regression_784/TestComponent.ir.txt b/test/Microsoft.AspNetCore.Components.Build.Test/TestFiles/RuntimeCodeGenerationTest/Regression_784/TestComponent.ir.txt similarity index 100% rename from test/Microsoft.AspNetCore.Blazor.Build.Test/TestFiles/RuntimeCodeGenerationTest/Regression_784/TestComponent.ir.txt rename to test/Microsoft.AspNetCore.Components.Build.Test/TestFiles/RuntimeCodeGenerationTest/Regression_784/TestComponent.ir.txt diff --git a/test/Microsoft.AspNetCore.Blazor.Build.Test/TestFiles/RuntimeCodeGenerationTest/Regression_784/TestComponent.mappings.txt b/test/Microsoft.AspNetCore.Components.Build.Test/TestFiles/RuntimeCodeGenerationTest/Regression_784/TestComponent.mappings.txt similarity index 100% rename from test/Microsoft.AspNetCore.Blazor.Build.Test/TestFiles/RuntimeCodeGenerationTest/Regression_784/TestComponent.mappings.txt rename to test/Microsoft.AspNetCore.Components.Build.Test/TestFiles/RuntimeCodeGenerationTest/Regression_784/TestComponent.mappings.txt diff --git a/test/Microsoft.AspNetCore.Blazor.Build.Test/TestFiles/RuntimeCodeGenerationTest/ScriptTag_WithErrorSuppressed/TestComponent.codegen.cs b/test/Microsoft.AspNetCore.Components.Build.Test/TestFiles/RuntimeCodeGenerationTest/ScriptTag_WithErrorSuppressed/TestComponent.codegen.cs similarity index 97% rename from test/Microsoft.AspNetCore.Blazor.Build.Test/TestFiles/RuntimeCodeGenerationTest/ScriptTag_WithErrorSuppressed/TestComponent.codegen.cs rename to test/Microsoft.AspNetCore.Components.Build.Test/TestFiles/RuntimeCodeGenerationTest/ScriptTag_WithErrorSuppressed/TestComponent.codegen.cs index c7692c70..92aaadab 100644 --- a/test/Microsoft.AspNetCore.Blazor.Build.Test/TestFiles/RuntimeCodeGenerationTest/ScriptTag_WithErrorSuppressed/TestComponent.codegen.cs +++ b/test/Microsoft.AspNetCore.Components.Build.Test/TestFiles/RuntimeCodeGenerationTest/ScriptTag_WithErrorSuppressed/TestComponent.codegen.cs @@ -1,31 +1,31 @@ -// -#pragma warning disable 1591 -namespace Test -{ - #line hidden - using System; - using System.Collections.Generic; - using System.Linq; - using System.Threading.Tasks; - using Microsoft.AspNetCore.Blazor; - using Microsoft.AspNetCore.Blazor.Components; - public class TestComponent : Microsoft.AspNetCore.Blazor.Components.BlazorComponent - { - #pragma warning disable 1998 - protected override void BuildRenderTree(Microsoft.AspNetCore.Blazor.RenderTree.RenderTreeBuilder builder) - { - base.BuildRenderTree(builder); - builder.OpenElement(0, "div"); - builder.AddContent(1, "\n "); - builder.OpenElement(2, "script"); - builder.AddAttribute(3, "src", "some/url.js"); - builder.AddAttribute(4, "anotherattribute", ""); - builder.AddContent(5, "\n some text\n some more text\n "); - builder.CloseElement(); - builder.AddContent(6, "\n"); - builder.CloseElement(); - } - #pragma warning restore 1998 - } -} -#pragma warning restore 1591 +// +#pragma warning disable 1591 +namespace Test +{ + #line hidden + using System; + using System.Collections.Generic; + using System.Linq; + using System.Threading.Tasks; + using Microsoft.AspNetCore.Blazor; + using Microsoft.AspNetCore.Blazor.Components; + public class TestComponent : Microsoft.AspNetCore.Blazor.Components.BlazorComponent + { + #pragma warning disable 1998 + protected override void BuildRenderTree(Microsoft.AspNetCore.Blazor.RenderTree.RenderTreeBuilder builder) + { + base.BuildRenderTree(builder); + builder.OpenElement(0, "div"); + builder.AddContent(1, "\n "); + builder.OpenElement(2, "script"); + builder.AddAttribute(3, "src", "some/url.js"); + builder.AddAttribute(4, "anotherattribute", ""); + builder.AddContent(5, "\n some text\n some more text\n "); + builder.CloseElement(); + builder.AddContent(6, "\n"); + builder.CloseElement(); + } + #pragma warning restore 1998 + } +} +#pragma warning restore 1591 diff --git a/test/Microsoft.AspNetCore.Blazor.Build.Test/TestFiles/RuntimeCodeGenerationTest/ScriptTag_WithErrorSuppressed/TestComponent.ir.txt b/test/Microsoft.AspNetCore.Components.Build.Test/TestFiles/RuntimeCodeGenerationTest/ScriptTag_WithErrorSuppressed/TestComponent.ir.txt similarity index 100% rename from test/Microsoft.AspNetCore.Blazor.Build.Test/TestFiles/RuntimeCodeGenerationTest/ScriptTag_WithErrorSuppressed/TestComponent.ir.txt rename to test/Microsoft.AspNetCore.Components.Build.Test/TestFiles/RuntimeCodeGenerationTest/ScriptTag_WithErrorSuppressed/TestComponent.ir.txt diff --git a/test/Microsoft.AspNetCore.Blazor.Build.Test/TestFiles/RuntimeCodeGenerationTest/TrailingWhiteSpace_WithCSharpExpression/TestComponent.codegen.cs b/test/Microsoft.AspNetCore.Components.Build.Test/TestFiles/RuntimeCodeGenerationTest/TrailingWhiteSpace_WithCSharpExpression/TestComponent.codegen.cs similarity index 100% rename from test/Microsoft.AspNetCore.Blazor.Build.Test/TestFiles/RuntimeCodeGenerationTest/TrailingWhiteSpace_WithCSharpExpression/TestComponent.codegen.cs rename to test/Microsoft.AspNetCore.Components.Build.Test/TestFiles/RuntimeCodeGenerationTest/TrailingWhiteSpace_WithCSharpExpression/TestComponent.codegen.cs diff --git a/test/Microsoft.AspNetCore.Blazor.Build.Test/TestFiles/RuntimeCodeGenerationTest/TrailingWhiteSpace_WithCSharpExpression/TestComponent.ir.txt b/test/Microsoft.AspNetCore.Components.Build.Test/TestFiles/RuntimeCodeGenerationTest/TrailingWhiteSpace_WithCSharpExpression/TestComponent.ir.txt similarity index 100% rename from test/Microsoft.AspNetCore.Blazor.Build.Test/TestFiles/RuntimeCodeGenerationTest/TrailingWhiteSpace_WithCSharpExpression/TestComponent.ir.txt rename to test/Microsoft.AspNetCore.Components.Build.Test/TestFiles/RuntimeCodeGenerationTest/TrailingWhiteSpace_WithCSharpExpression/TestComponent.ir.txt diff --git a/test/Microsoft.AspNetCore.Blazor.Build.Test/TestFiles/RuntimeCodeGenerationTest/TrailingWhiteSpace_WithComponent/TestComponent.codegen.cs b/test/Microsoft.AspNetCore.Components.Build.Test/TestFiles/RuntimeCodeGenerationTest/TrailingWhiteSpace_WithComponent/TestComponent.codegen.cs similarity index 100% rename from test/Microsoft.AspNetCore.Blazor.Build.Test/TestFiles/RuntimeCodeGenerationTest/TrailingWhiteSpace_WithComponent/TestComponent.codegen.cs rename to test/Microsoft.AspNetCore.Components.Build.Test/TestFiles/RuntimeCodeGenerationTest/TrailingWhiteSpace_WithComponent/TestComponent.codegen.cs diff --git a/test/Microsoft.AspNetCore.Blazor.Build.Test/TestFiles/RuntimeCodeGenerationTest/TrailingWhiteSpace_WithComponent/TestComponent.ir.txt b/test/Microsoft.AspNetCore.Components.Build.Test/TestFiles/RuntimeCodeGenerationTest/TrailingWhiteSpace_WithComponent/TestComponent.ir.txt similarity index 100% rename from test/Microsoft.AspNetCore.Blazor.Build.Test/TestFiles/RuntimeCodeGenerationTest/TrailingWhiteSpace_WithComponent/TestComponent.ir.txt rename to test/Microsoft.AspNetCore.Components.Build.Test/TestFiles/RuntimeCodeGenerationTest/TrailingWhiteSpace_WithComponent/TestComponent.ir.txt diff --git a/test/Microsoft.AspNetCore.Blazor.Build.Test/TestFiles/RuntimeCodeGenerationTest/TrailingWhiteSpace_WithDirective/TestComponent.codegen.cs b/test/Microsoft.AspNetCore.Components.Build.Test/TestFiles/RuntimeCodeGenerationTest/TrailingWhiteSpace_WithDirective/TestComponent.codegen.cs similarity index 100% rename from test/Microsoft.AspNetCore.Blazor.Build.Test/TestFiles/RuntimeCodeGenerationTest/TrailingWhiteSpace_WithDirective/TestComponent.codegen.cs rename to test/Microsoft.AspNetCore.Components.Build.Test/TestFiles/RuntimeCodeGenerationTest/TrailingWhiteSpace_WithDirective/TestComponent.codegen.cs diff --git a/test/Microsoft.AspNetCore.Blazor.Build.Test/TestFiles/RuntimeCodeGenerationTest/TrailingWhiteSpace_WithDirective/TestComponent.ir.txt b/test/Microsoft.AspNetCore.Components.Build.Test/TestFiles/RuntimeCodeGenerationTest/TrailingWhiteSpace_WithDirective/TestComponent.ir.txt similarity index 100% rename from test/Microsoft.AspNetCore.Blazor.Build.Test/TestFiles/RuntimeCodeGenerationTest/TrailingWhiteSpace_WithDirective/TestComponent.ir.txt rename to test/Microsoft.AspNetCore.Components.Build.Test/TestFiles/RuntimeCodeGenerationTest/TrailingWhiteSpace_WithDirective/TestComponent.ir.txt diff --git a/test/Microsoft.AspNetCore.Blazor.Build.Test/TypingTest.cs b/test/Microsoft.AspNetCore.Components.Build.Test/TypingTest.cs similarity index 100% rename from test/Microsoft.AspNetCore.Blazor.Build.Test/TypingTest.cs rename to test/Microsoft.AspNetCore.Components.Build.Test/TypingTest.cs diff --git a/test/Microsoft.AspNetCore.Blazor.Build.Test/WorkingDirectoryRazorIntegrationTest.cs b/test/Microsoft.AspNetCore.Components.Build.Test/WorkingDirectoryRazorIntegrationTest.cs similarity index 100% rename from test/Microsoft.AspNetCore.Blazor.Build.Test/WorkingDirectoryRazorIntegrationTest.cs rename to test/Microsoft.AspNetCore.Components.Build.Test/WorkingDirectoryRazorIntegrationTest.cs diff --git a/test/Microsoft.AspNetCore.Blazor.E2ETest/Infrastructure/BasicTestAppTestBase.cs b/test/Microsoft.AspNetCore.Components.E2ETest/Infrastructure/BasicTestAppTestBase.cs similarity index 100% rename from test/Microsoft.AspNetCore.Blazor.E2ETest/Infrastructure/BasicTestAppTestBase.cs rename to test/Microsoft.AspNetCore.Components.E2ETest/Infrastructure/BasicTestAppTestBase.cs diff --git a/test/Microsoft.AspNetCore.Blazor.E2ETest/Infrastructure/BrowserFixture.cs b/test/Microsoft.AspNetCore.Components.E2ETest/Infrastructure/BrowserFixture.cs similarity index 100% rename from test/Microsoft.AspNetCore.Blazor.E2ETest/Infrastructure/BrowserFixture.cs rename to test/Microsoft.AspNetCore.Components.E2ETest/Infrastructure/BrowserFixture.cs diff --git a/test/Microsoft.AspNetCore.Blazor.E2ETest/Infrastructure/BrowserTestBase.cs b/test/Microsoft.AspNetCore.Components.E2ETest/Infrastructure/BrowserTestBase.cs similarity index 100% rename from test/Microsoft.AspNetCore.Blazor.E2ETest/Infrastructure/BrowserTestBase.cs rename to test/Microsoft.AspNetCore.Components.E2ETest/Infrastructure/BrowserTestBase.cs diff --git a/test/Microsoft.AspNetCore.Blazor.E2ETest/Infrastructure/CaptureSeleniumLogsAttribute.cs b/test/Microsoft.AspNetCore.Components.E2ETest/Infrastructure/CaptureSeleniumLogsAttribute.cs similarity index 100% rename from test/Microsoft.AspNetCore.Blazor.E2ETest/Infrastructure/CaptureSeleniumLogsAttribute.cs rename to test/Microsoft.AspNetCore.Components.E2ETest/Infrastructure/CaptureSeleniumLogsAttribute.cs diff --git a/test/Microsoft.AspNetCore.Blazor.E2ETest/Infrastructure/ServerFixtures/AspNetEnvironment.cs b/test/Microsoft.AspNetCore.Components.E2ETest/Infrastructure/ServerFixtures/AspNetEnvironment.cs similarity index 100% rename from test/Microsoft.AspNetCore.Blazor.E2ETest/Infrastructure/ServerFixtures/AspNetEnvironment.cs rename to test/Microsoft.AspNetCore.Components.E2ETest/Infrastructure/ServerFixtures/AspNetEnvironment.cs diff --git a/test/Microsoft.AspNetCore.Blazor.E2ETest/Infrastructure/ServerFixtures/AspNetSiteServerFixture.cs b/test/Microsoft.AspNetCore.Components.E2ETest/Infrastructure/ServerFixtures/AspNetSiteServerFixture.cs similarity index 100% rename from test/Microsoft.AspNetCore.Blazor.E2ETest/Infrastructure/ServerFixtures/AspNetSiteServerFixture.cs rename to test/Microsoft.AspNetCore.Components.E2ETest/Infrastructure/ServerFixtures/AspNetSiteServerFixture.cs diff --git a/test/Microsoft.AspNetCore.Blazor.E2ETest/Infrastructure/ServerFixtures/DevHostServerFixture.cs b/test/Microsoft.AspNetCore.Components.E2ETest/Infrastructure/ServerFixtures/DevHostServerFixture.cs similarity index 100% rename from test/Microsoft.AspNetCore.Blazor.E2ETest/Infrastructure/ServerFixtures/DevHostServerFixture.cs rename to test/Microsoft.AspNetCore.Components.E2ETest/Infrastructure/ServerFixtures/DevHostServerFixture.cs diff --git a/test/Microsoft.AspNetCore.Blazor.E2ETest/Infrastructure/ServerFixtures/ServerFixture.cs b/test/Microsoft.AspNetCore.Components.E2ETest/Infrastructure/ServerFixtures/ServerFixture.cs similarity index 93% rename from test/Microsoft.AspNetCore.Blazor.E2ETest/Infrastructure/ServerFixtures/ServerFixture.cs rename to test/Microsoft.AspNetCore.Components.E2ETest/Infrastructure/ServerFixtures/ServerFixture.cs index 3bebdab8..170ebaaa 100644 --- a/test/Microsoft.AspNetCore.Blazor.E2ETest/Infrastructure/ServerFixtures/ServerFixture.cs +++ b/test/Microsoft.AspNetCore.Components.E2ETest/Infrastructure/ServerFixtures/ServerFixture.cs @@ -38,7 +38,9 @@ namespace Microsoft.AspNetCore.Blazor.E2ETest.Infrastructure.ServerFixtures { Path.Combine(solutionDir, "benchmarks", projectName), Path.Combine(solutionDir, "samples", projectName), - Path.Combine(solutionDir, "test", "testapps", projectName) + Path.Combine(solutionDir, "test", "testapps", projectName), + Path.Combine(solutionDir, "blazor", "benchmarks", projectName), + Path.Combine(solutionDir, "blazor", "samples", projectName), }; return possibleLocations.FirstOrDefault(Directory.Exists) diff --git a/test/Microsoft.AspNetCore.Blazor.E2ETest/Infrastructure/ServerFixtures/StaticSiteServerFixture.cs b/test/Microsoft.AspNetCore.Components.E2ETest/Infrastructure/ServerFixtures/StaticSiteServerFixture.cs similarity index 100% rename from test/Microsoft.AspNetCore.Blazor.E2ETest/Infrastructure/ServerFixtures/StaticSiteServerFixture.cs rename to test/Microsoft.AspNetCore.Components.E2ETest/Infrastructure/ServerFixtures/StaticSiteServerFixture.cs diff --git a/test/Microsoft.AspNetCore.Blazor.E2ETest/Infrastructure/ServerFixtures/ToggleExecutionModeServerFixture.cs b/test/Microsoft.AspNetCore.Components.E2ETest/Infrastructure/ServerFixtures/ToggleExecutionModeServerFixture.cs similarity index 100% rename from test/Microsoft.AspNetCore.Blazor.E2ETest/Infrastructure/ServerFixtures/ToggleExecutionModeServerFixture.cs rename to test/Microsoft.AspNetCore.Components.E2ETest/Infrastructure/ServerFixtures/ToggleExecutionModeServerFixture.cs diff --git a/test/Microsoft.AspNetCore.Blazor.E2ETest/Infrastructure/ServerFixtures/WebHostServerFixture.cs b/test/Microsoft.AspNetCore.Components.E2ETest/Infrastructure/ServerFixtures/WebHostServerFixture.cs similarity index 100% rename from test/Microsoft.AspNetCore.Blazor.E2ETest/Infrastructure/ServerFixtures/WebHostServerFixture.cs rename to test/Microsoft.AspNetCore.Components.E2ETest/Infrastructure/ServerFixtures/WebHostServerFixture.cs diff --git a/test/Microsoft.AspNetCore.Blazor.E2ETest/Infrastructure/ServerTestBase.cs b/test/Microsoft.AspNetCore.Components.E2ETest/Infrastructure/ServerTestBase.cs similarity index 100% rename from test/Microsoft.AspNetCore.Blazor.E2ETest/Infrastructure/ServerTestBase.cs rename to test/Microsoft.AspNetCore.Components.E2ETest/Infrastructure/ServerTestBase.cs diff --git a/test/Microsoft.AspNetCore.Blazor.E2ETest/Infrastructure/WaitAssert.cs b/test/Microsoft.AspNetCore.Components.E2ETest/Infrastructure/WaitAssert.cs similarity index 100% rename from test/Microsoft.AspNetCore.Blazor.E2ETest/Infrastructure/WaitAssert.cs rename to test/Microsoft.AspNetCore.Components.E2ETest/Infrastructure/WaitAssert.cs diff --git a/test/Microsoft.AspNetCore.Blazor.E2ETest/Microsoft.AspNetCore.Blazor.E2ETest.csproj b/test/Microsoft.AspNetCore.Components.E2ETest/Microsoft.AspNetCore.Blazor.E2ETest.csproj similarity index 68% rename from test/Microsoft.AspNetCore.Blazor.E2ETest/Microsoft.AspNetCore.Blazor.E2ETest.csproj rename to test/Microsoft.AspNetCore.Components.E2ETest/Microsoft.AspNetCore.Blazor.E2ETest.csproj index c6fc1e1c..539187a0 100644 --- a/test/Microsoft.AspNetCore.Blazor.E2ETest/Microsoft.AspNetCore.Blazor.E2ETest.csproj +++ b/test/Microsoft.AspNetCore.Components.E2ETest/Microsoft.AspNetCore.Blazor.E2ETest.csproj @@ -27,15 +27,15 @@ - - - - - + + + + + - - + + diff --git a/test/Microsoft.AspNetCore.Blazor.E2ETest/ServerExecutionTests/ServerExecutionTestExtensions.cs b/test/Microsoft.AspNetCore.Components.E2ETest/ServerExecutionTests/ServerExecutionTestExtensions.cs similarity index 100% rename from test/Microsoft.AspNetCore.Blazor.E2ETest/ServerExecutionTests/ServerExecutionTestExtensions.cs rename to test/Microsoft.AspNetCore.Components.E2ETest/ServerExecutionTests/ServerExecutionTestExtensions.cs diff --git a/test/Microsoft.AspNetCore.Blazor.E2ETest/ServerExecutionTests/ServerSideAppTest.cs b/test/Microsoft.AspNetCore.Components.E2ETest/ServerExecutionTests/ServerSideAppTest.cs similarity index 100% rename from test/Microsoft.AspNetCore.Blazor.E2ETest/ServerExecutionTests/ServerSideAppTest.cs rename to test/Microsoft.AspNetCore.Components.E2ETest/ServerExecutionTests/ServerSideAppTest.cs diff --git a/test/Microsoft.AspNetCore.Blazor.E2ETest/ServerExecutionTests/TestSubclasses.cs b/test/Microsoft.AspNetCore.Components.E2ETest/ServerExecutionTests/TestSubclasses.cs similarity index 100% rename from test/Microsoft.AspNetCore.Blazor.E2ETest/ServerExecutionTests/TestSubclasses.cs rename to test/Microsoft.AspNetCore.Components.E2ETest/ServerExecutionTests/TestSubclasses.cs diff --git a/test/Microsoft.AspNetCore.Blazor.E2ETest/Tests/BinaryHttpClientTest.cs b/test/Microsoft.AspNetCore.Components.E2ETest/Tests/BinaryHttpClientTest.cs similarity index 100% rename from test/Microsoft.AspNetCore.Blazor.E2ETest/Tests/BinaryHttpClientTest.cs rename to test/Microsoft.AspNetCore.Components.E2ETest/Tests/BinaryHttpClientTest.cs diff --git a/test/Microsoft.AspNetCore.Blazor.E2ETest/Tests/BindTest.cs b/test/Microsoft.AspNetCore.Components.E2ETest/Tests/BindTest.cs similarity index 100% rename from test/Microsoft.AspNetCore.Blazor.E2ETest/Tests/BindTest.cs rename to test/Microsoft.AspNetCore.Components.E2ETest/Tests/BindTest.cs diff --git a/test/Microsoft.AspNetCore.Blazor.E2ETest/Tests/CascadingValueTest.cs b/test/Microsoft.AspNetCore.Components.E2ETest/Tests/CascadingValueTest.cs similarity index 100% rename from test/Microsoft.AspNetCore.Blazor.E2ETest/Tests/CascadingValueTest.cs rename to test/Microsoft.AspNetCore.Components.E2ETest/Tests/CascadingValueTest.cs diff --git a/test/Microsoft.AspNetCore.Blazor.E2ETest/Tests/ComponentRenderingTest.cs b/test/Microsoft.AspNetCore.Components.E2ETest/Tests/ComponentRenderingTest.cs similarity index 100% rename from test/Microsoft.AspNetCore.Blazor.E2ETest/Tests/ComponentRenderingTest.cs rename to test/Microsoft.AspNetCore.Components.E2ETest/Tests/ComponentRenderingTest.cs diff --git a/test/Microsoft.AspNetCore.Blazor.E2ETest/Tests/EventBubblingTest.cs b/test/Microsoft.AspNetCore.Components.E2ETest/Tests/EventBubblingTest.cs similarity index 100% rename from test/Microsoft.AspNetCore.Blazor.E2ETest/Tests/EventBubblingTest.cs rename to test/Microsoft.AspNetCore.Components.E2ETest/Tests/EventBubblingTest.cs diff --git a/test/Microsoft.AspNetCore.Blazor.E2ETest/Tests/EventTest.cs b/test/Microsoft.AspNetCore.Components.E2ETest/Tests/EventTest.cs similarity index 100% rename from test/Microsoft.AspNetCore.Blazor.E2ETest/Tests/EventTest.cs rename to test/Microsoft.AspNetCore.Components.E2ETest/Tests/EventTest.cs diff --git a/test/Microsoft.AspNetCore.Blazor.E2ETest/Tests/HostedInAspNetTest.cs b/test/Microsoft.AspNetCore.Components.E2ETest/Tests/HostedInAspNetTest.cs similarity index 100% rename from test/Microsoft.AspNetCore.Blazor.E2ETest/Tests/HostedInAspNetTest.cs rename to test/Microsoft.AspNetCore.Components.E2ETest/Tests/HostedInAspNetTest.cs diff --git a/test/Microsoft.AspNetCore.Blazor.E2ETest/Tests/HttpClientTest.cs b/test/Microsoft.AspNetCore.Components.E2ETest/Tests/HttpClientTest.cs similarity index 100% rename from test/Microsoft.AspNetCore.Blazor.E2ETest/Tests/HttpClientTest.cs rename to test/Microsoft.AspNetCore.Components.E2ETest/Tests/HttpClientTest.cs diff --git a/test/Microsoft.AspNetCore.Blazor.E2ETest/Tests/InteropTest.cs b/test/Microsoft.AspNetCore.Components.E2ETest/Tests/InteropTest.cs similarity index 100% rename from test/Microsoft.AspNetCore.Blazor.E2ETest/Tests/InteropTest.cs rename to test/Microsoft.AspNetCore.Components.E2ETest/Tests/InteropTest.cs diff --git a/test/Microsoft.AspNetCore.Blazor.E2ETest/Tests/MonoSanityTest.cs b/test/Microsoft.AspNetCore.Components.E2ETest/Tests/MonoSanityTest.cs similarity index 100% rename from test/Microsoft.AspNetCore.Blazor.E2ETest/Tests/MonoSanityTest.cs rename to test/Microsoft.AspNetCore.Components.E2ETest/Tests/MonoSanityTest.cs diff --git a/test/Microsoft.AspNetCore.Blazor.E2ETest/Tests/PerformanceTest.cs b/test/Microsoft.AspNetCore.Components.E2ETest/Tests/PerformanceTest.cs similarity index 100% rename from test/Microsoft.AspNetCore.Blazor.E2ETest/Tests/PerformanceTest.cs rename to test/Microsoft.AspNetCore.Components.E2ETest/Tests/PerformanceTest.cs diff --git a/test/Microsoft.AspNetCore.Blazor.E2ETest/Tests/RoutingTest.cs b/test/Microsoft.AspNetCore.Components.E2ETest/Tests/RoutingTest.cs similarity index 100% rename from test/Microsoft.AspNetCore.Blazor.E2ETest/Tests/RoutingTest.cs rename to test/Microsoft.AspNetCore.Components.E2ETest/Tests/RoutingTest.cs diff --git a/test/Microsoft.AspNetCore.Blazor.E2ETest/Tests/StandaloneAppTest.cs b/test/Microsoft.AspNetCore.Components.E2ETest/Tests/StandaloneAppTest.cs similarity index 100% rename from test/Microsoft.AspNetCore.Blazor.E2ETest/Tests/StandaloneAppTest.cs rename to test/Microsoft.AspNetCore.Components.E2ETest/Tests/StandaloneAppTest.cs diff --git a/test/Microsoft.AspNetCore.Blazor.Razor.Extensions.Test/BaseTagHelperDescriptorProviderTest.cs b/test/Microsoft.AspNetCore.Components.Razor.Extensions.Test/BaseTagHelperDescriptorProviderTest.cs similarity index 100% rename from test/Microsoft.AspNetCore.Blazor.Razor.Extensions.Test/BaseTagHelperDescriptorProviderTest.cs rename to test/Microsoft.AspNetCore.Components.Razor.Extensions.Test/BaseTagHelperDescriptorProviderTest.cs diff --git a/test/Microsoft.AspNetCore.Blazor.Razor.Extensions.Test/BindTagHelperDescriptorProviderTest.cs b/test/Microsoft.AspNetCore.Components.Razor.Extensions.Test/BindTagHelperDescriptorProviderTest.cs similarity index 100% rename from test/Microsoft.AspNetCore.Blazor.Razor.Extensions.Test/BindTagHelperDescriptorProviderTest.cs rename to test/Microsoft.AspNetCore.Components.Razor.Extensions.Test/BindTagHelperDescriptorProviderTest.cs diff --git a/test/Microsoft.AspNetCore.Blazor.Razor.Extensions.Test/ComponentDocumentRewritePassTest.cs b/test/Microsoft.AspNetCore.Components.Razor.Extensions.Test/ComponentDocumentRewritePassTest.cs similarity index 100% rename from test/Microsoft.AspNetCore.Blazor.Razor.Extensions.Test/ComponentDocumentRewritePassTest.cs rename to test/Microsoft.AspNetCore.Components.Razor.Extensions.Test/ComponentDocumentRewritePassTest.cs diff --git a/test/Microsoft.AspNetCore.Blazor.Razor.Extensions.Test/ComponentTagHelperDescriptorProviderTest.cs b/test/Microsoft.AspNetCore.Components.Razor.Extensions.Test/ComponentTagHelperDescriptorProviderTest.cs similarity index 100% rename from test/Microsoft.AspNetCore.Blazor.Razor.Extensions.Test/ComponentTagHelperDescriptorProviderTest.cs rename to test/Microsoft.AspNetCore.Components.Razor.Extensions.Test/ComponentTagHelperDescriptorProviderTest.cs diff --git a/test/Microsoft.AspNetCore.Blazor.Razor.Extensions.Test/EventHandlerTagHelperDescriptorProviderTest.cs b/test/Microsoft.AspNetCore.Components.Razor.Extensions.Test/EventHandlerTagHelperDescriptorProviderTest.cs similarity index 100% rename from test/Microsoft.AspNetCore.Blazor.Razor.Extensions.Test/EventHandlerTagHelperDescriptorProviderTest.cs rename to test/Microsoft.AspNetCore.Components.Razor.Extensions.Test/EventHandlerTagHelperDescriptorProviderTest.cs diff --git a/test/Microsoft.AspNetCore.Blazor.Razor.Extensions.Test/GenericTypeNameRewriterTest.cs b/test/Microsoft.AspNetCore.Components.Razor.Extensions.Test/GenericTypeNameRewriterTest.cs similarity index 100% rename from test/Microsoft.AspNetCore.Blazor.Razor.Extensions.Test/GenericTypeNameRewriterTest.cs rename to test/Microsoft.AspNetCore.Components.Razor.Extensions.Test/GenericTypeNameRewriterTest.cs diff --git a/test/Microsoft.AspNetCore.Blazor.Razor.Extensions.Test/GlobalQualifiedTypeNameRewriterTest.cs b/test/Microsoft.AspNetCore.Components.Razor.Extensions.Test/GlobalQualifiedTypeNameRewriterTest.cs similarity index 100% rename from test/Microsoft.AspNetCore.Blazor.Razor.Extensions.Test/GlobalQualifiedTypeNameRewriterTest.cs rename to test/Microsoft.AspNetCore.Components.Razor.Extensions.Test/GlobalQualifiedTypeNameRewriterTest.cs diff --git a/test/Microsoft.AspNetCore.Blazor.Razor.Extensions.Test/HtmlBlockPassTest.cs b/test/Microsoft.AspNetCore.Components.Razor.Extensions.Test/HtmlBlockPassTest.cs similarity index 100% rename from test/Microsoft.AspNetCore.Blazor.Razor.Extensions.Test/HtmlBlockPassTest.cs rename to test/Microsoft.AspNetCore.Components.Razor.Extensions.Test/HtmlBlockPassTest.cs diff --git a/test/Microsoft.AspNetCore.Blazor.Razor.Extensions.Test/Microsoft.AspNetCore.Blazor.Razor.Extensions.Test.csproj b/test/Microsoft.AspNetCore.Components.Razor.Extensions.Test/Microsoft.AspNetCore.Blazor.Razor.Extensions.Test.csproj similarity index 79% rename from test/Microsoft.AspNetCore.Blazor.Razor.Extensions.Test/Microsoft.AspNetCore.Blazor.Razor.Extensions.Test.csproj rename to test/Microsoft.AspNetCore.Components.Razor.Extensions.Test/Microsoft.AspNetCore.Blazor.Razor.Extensions.Test.csproj index 402935f2..f8ea9cec 100644 --- a/test/Microsoft.AspNetCore.Blazor.Razor.Extensions.Test/Microsoft.AspNetCore.Blazor.Razor.Extensions.Test.csproj +++ b/test/Microsoft.AspNetCore.Components.Razor.Extensions.Test/Microsoft.AspNetCore.Blazor.Razor.Extensions.Test.csproj @@ -26,8 +26,8 @@ - - + + diff --git a/test/Microsoft.AspNetCore.Blazor.Razor.Extensions.Test/NodeAssert.cs b/test/Microsoft.AspNetCore.Components.Razor.Extensions.Test/NodeAssert.cs similarity index 100% rename from test/Microsoft.AspNetCore.Blazor.Razor.Extensions.Test/NodeAssert.cs rename to test/Microsoft.AspNetCore.Components.Razor.Extensions.Test/NodeAssert.cs diff --git a/test/Microsoft.AspNetCore.Blazor.Razor.Extensions.Test/RefTagHelperDescriptorProviderTest.cs b/test/Microsoft.AspNetCore.Components.Razor.Extensions.Test/RefTagHelperDescriptorProviderTest.cs similarity index 100% rename from test/Microsoft.AspNetCore.Blazor.Razor.Extensions.Test/RefTagHelperDescriptorProviderTest.cs rename to test/Microsoft.AspNetCore.Components.Razor.Extensions.Test/RefTagHelperDescriptorProviderTest.cs diff --git a/test/Microsoft.AspNetCore.Blazor.Razor.Extensions.Test/xunit.runner.json b/test/Microsoft.AspNetCore.Components.Razor.Extensions.Test/xunit.runner.json similarity index 100% rename from test/Microsoft.AspNetCore.Blazor.Razor.Extensions.Test/xunit.runner.json rename to test/Microsoft.AspNetCore.Components.Razor.Extensions.Test/xunit.runner.json diff --git a/test/Microsoft.AspnetCore.Blazor.Server.Test/Circuits/CircuitSynchronizationContextTest.cs b/test/Microsoft.AspNetCore.Components.Server.Test/Circuits/CircuitSynchronizationContextTest.cs similarity index 100% rename from test/Microsoft.AspnetCore.Blazor.Server.Test/Circuits/CircuitSynchronizationContextTest.cs rename to test/Microsoft.AspNetCore.Components.Server.Test/Circuits/CircuitSynchronizationContextTest.cs diff --git a/test/Microsoft.AspnetCore.Blazor.Server.Test/Circuits/MessagePackBufferStreamTest.cs b/test/Microsoft.AspNetCore.Components.Server.Test/Circuits/MessagePackBufferStreamTest.cs similarity index 100% rename from test/Microsoft.AspnetCore.Blazor.Server.Test/Circuits/MessagePackBufferStreamTest.cs rename to test/Microsoft.AspNetCore.Components.Server.Test/Circuits/MessagePackBufferStreamTest.cs diff --git a/test/Microsoft.AspnetCore.Blazor.Server.Test/Circuits/RenderBatchWriterTest.cs b/test/Microsoft.AspNetCore.Components.Server.Test/Circuits/RenderBatchWriterTest.cs similarity index 100% rename from test/Microsoft.AspnetCore.Blazor.Server.Test/Circuits/RenderBatchWriterTest.cs rename to test/Microsoft.AspNetCore.Components.Server.Test/Circuits/RenderBatchWriterTest.cs diff --git a/test/Microsoft.AspnetCore.Blazor.Server.Test/Microsoft.AspnetCore.Blazor.Server.Test.csproj b/test/Microsoft.AspNetCore.Components.Server.Test/Microsoft.AspnetCore.Blazor.Server.Test.csproj similarity index 77% rename from test/Microsoft.AspnetCore.Blazor.Server.Test/Microsoft.AspnetCore.Blazor.Server.Test.csproj rename to test/Microsoft.AspNetCore.Components.Server.Test/Microsoft.AspnetCore.Blazor.Server.Test.csproj index 5d65574a..0d9fda3a 100644 --- a/test/Microsoft.AspnetCore.Blazor.Server.Test/Microsoft.AspnetCore.Blazor.Server.Test.csproj +++ b/test/Microsoft.AspNetCore.Components.Server.Test/Microsoft.AspnetCore.Blazor.Server.Test.csproj @@ -13,7 +13,7 @@ - + diff --git a/test/Microsoft.AspNetCore.Blazor.Test/CascadingParameterStateTest.cs b/test/Microsoft.AspNetCore.Components.Test/CascadingParameterStateTest.cs similarity index 100% rename from test/Microsoft.AspNetCore.Blazor.Test/CascadingParameterStateTest.cs rename to test/Microsoft.AspNetCore.Components.Test/CascadingParameterStateTest.cs diff --git a/test/Microsoft.AspNetCore.Blazor.Test/CascadingParameterTest.cs b/test/Microsoft.AspNetCore.Components.Test/CascadingParameterTest.cs similarity index 100% rename from test/Microsoft.AspNetCore.Blazor.Test/CascadingParameterTest.cs rename to test/Microsoft.AspNetCore.Components.Test/CascadingParameterTest.cs diff --git a/test/Microsoft.AspNetCore.Blazor.Test/DependencyInjectionTest.cs b/test/Microsoft.AspNetCore.Components.Test/DependencyInjectionTest.cs similarity index 100% rename from test/Microsoft.AspNetCore.Blazor.Test/DependencyInjectionTest.cs rename to test/Microsoft.AspNetCore.Components.Test/DependencyInjectionTest.cs diff --git a/test/Microsoft.AspNetCore.Blazor.Test/LayoutTest.cs b/test/Microsoft.AspNetCore.Components.Test/LayoutTest.cs similarity index 100% rename from test/Microsoft.AspNetCore.Blazor.Test/LayoutTest.cs rename to test/Microsoft.AspNetCore.Components.Test/LayoutTest.cs diff --git a/test/Microsoft.AspNetCore.Blazor.Test/Microsoft.AspNetCore.Blazor.Test.csproj b/test/Microsoft.AspNetCore.Components.Test/Microsoft.AspNetCore.Blazor.Test.csproj similarity index 84% rename from test/Microsoft.AspNetCore.Blazor.Test/Microsoft.AspNetCore.Blazor.Test.csproj rename to test/Microsoft.AspNetCore.Components.Test/Microsoft.AspNetCore.Blazor.Test.csproj index f9e36432..6d9c8192 100644 --- a/test/Microsoft.AspNetCore.Blazor.Test/Microsoft.AspNetCore.Blazor.Test.csproj +++ b/test/Microsoft.AspNetCore.Components.Test/Microsoft.AspNetCore.Blazor.Test.csproj @@ -14,7 +14,7 @@ - + diff --git a/test/Microsoft.AspNetCore.Blazor.Test/ParameterCollectionAssignmentExtensionsTest.cs b/test/Microsoft.AspNetCore.Components.Test/ParameterCollectionAssignmentExtensionsTest.cs similarity index 100% rename from test/Microsoft.AspNetCore.Blazor.Test/ParameterCollectionAssignmentExtensionsTest.cs rename to test/Microsoft.AspNetCore.Components.Test/ParameterCollectionAssignmentExtensionsTest.cs diff --git a/test/Microsoft.AspNetCore.Blazor.Test/ParameterCollectionTest.cs b/test/Microsoft.AspNetCore.Components.Test/ParameterCollectionTest.cs similarity index 100% rename from test/Microsoft.AspNetCore.Blazor.Test/ParameterCollectionTest.cs rename to test/Microsoft.AspNetCore.Components.Test/ParameterCollectionTest.cs diff --git a/test/Microsoft.AspNetCore.Blazor.Test/RenderTreeBuilderTest.cs b/test/Microsoft.AspNetCore.Components.Test/RenderTreeBuilderTest.cs similarity index 100% rename from test/Microsoft.AspNetCore.Blazor.Test/RenderTreeBuilderTest.cs rename to test/Microsoft.AspNetCore.Components.Test/RenderTreeBuilderTest.cs diff --git a/test/Microsoft.AspNetCore.Blazor.Test/RenderTreeDiffBuilderTest.cs b/test/Microsoft.AspNetCore.Components.Test/RenderTreeDiffBuilderTest.cs similarity index 100% rename from test/Microsoft.AspNetCore.Blazor.Test/RenderTreeDiffBuilderTest.cs rename to test/Microsoft.AspNetCore.Components.Test/RenderTreeDiffBuilderTest.cs diff --git a/test/Microsoft.AspNetCore.Blazor.Test/RendererTest.cs b/test/Microsoft.AspNetCore.Components.Test/RendererTest.cs similarity index 100% rename from test/Microsoft.AspNetCore.Blazor.Test/RendererTest.cs rename to test/Microsoft.AspNetCore.Components.Test/RendererTest.cs diff --git a/test/Microsoft.AspNetCore.Blazor.Test/Routing/RouteTableTests.cs b/test/Microsoft.AspNetCore.Components.Test/Routing/RouteTableTests.cs similarity index 100% rename from test/Microsoft.AspNetCore.Blazor.Test/Routing/RouteTableTests.cs rename to test/Microsoft.AspNetCore.Components.Test/Routing/RouteTableTests.cs diff --git a/test/Microsoft.AspNetCore.Blazor.Test/Routing/TemplateParserTests.cs b/test/Microsoft.AspNetCore.Components.Test/Routing/TemplateParserTests.cs similarity index 100% rename from test/Microsoft.AspNetCore.Blazor.Test/Routing/TemplateParserTests.cs rename to test/Microsoft.AspNetCore.Components.Test/Routing/TemplateParserTests.cs diff --git a/test/testapps/BasicTestApp/BasicTestApp.csproj b/test/testapps/BasicTestApp/BasicTestApp.csproj index c98ed522..8e4f0f44 100644 --- a/test/testapps/BasicTestApp/BasicTestApp.csproj +++ b/test/testapps/BasicTestApp/BasicTestApp.csproj @@ -5,14 +5,14 @@ dotnet - run --project ../../../src/Microsoft.AspNetCore.Blazor.Cli serve --pathbase /subdir + run --project ../../../blazor/src/Microsoft.AspNetCore.Blazor.Cli serve --pathbase /subdir - + - - + + diff --git a/test/testapps/TestContentPackage/TestContentPackage.csproj b/test/testapps/TestContentPackage/TestContentPackage.csproj index d2f293ab..93263cb9 100644 --- a/test/testapps/TestContentPackage/TestContentPackage.csproj +++ b/test/testapps/TestContentPackage/TestContentPackage.csproj @@ -19,10 +19,10 @@ - + - + diff --git a/test/testapps/TestServer/TestServer.csproj b/test/testapps/TestServer/TestServer.csproj index fe0b04f2..84a19a4e 100644 --- a/test/testapps/TestServer/TestServer.csproj +++ b/test/testapps/TestServer/TestServer.csproj @@ -10,7 +10,7 @@ - + diff --git a/version.props b/version.props index f24aca40..def80f32 100644 --- a/version.props +++ b/version.props @@ -1,7 +1,7 @@ false 0.8.0