We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7aba250 commit 55b5f95Copy full SHA for 55b5f95
src/Components/Blazor/Blazor/test/Rendering/RenderRegistryTest.cs renamed to src/Components/WebAssembly/WebAssembly/test/RenderRegistryTest.cs
@@ -1,7 +1,10 @@
1
+// Copyright (c) .NET Foundation. All rights reserved.
2
+// Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information.
3
+
4
using System;
5
using Xunit;
6
-namespace Microsoft.AspNetCore.Blazor.Rendering
7
+namespace Microsoft.AspNetCore.Components.WebAssembly.Rendering
8
{
9
public class RenderRegistryTest
10
0 commit comments