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 7ef2eb4 commit 76c31deCopy full SHA for 76c31de
src/Components/Components/src/Routing/Router.cs
@@ -3,12 +3,13 @@
3
4
#nullable disable warnings
5
6
-using Microsoft.AspNetCore.Internal;;
+using System.Diagnostics.CodeAnalysis;
7
using System.Reflection;
8
using System.Reflection.Metadata;
9
using System.Runtime.ExceptionServices;
10
using Microsoft.AspNetCore.Components.HotReload;
11
using Microsoft.AspNetCore.Components.Rendering;
12
+using Microsoft.AspNetCore.Internal;
13
using Microsoft.Extensions.Logging;
14
using Microsoft.Extensions.DependencyInjection;
15
0 commit comments