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 758448e commit ca379ebCopy full SHA for ca379eb
src/Components/Endpoints/test/RazorComponentResultTest.cs
@@ -510,7 +510,7 @@ class FakeDataProtector : IDataProtector
510
511
class FakeNavigationManager : NavigationManager, IHostEnvironmentNavigationManager
512
{
513
- public new void Initialize(string baseUri, string uri)
+ public new void Initialize(string baseUri, string uri)
514
=> base.Initialize(baseUri, uri);
515
516
#nullable enable
0 commit comments