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 fce3533 commit e6840a1Copy full SHA for e6840a1
src/Components/Endpoints/test/EndpointHtmlRendererTest.cs
@@ -1,7 +1,6 @@
1
// Licensed to the .NET Foundation under one or more agreements.
2
// The .NET Foundation licenses this file to you under the MIT license.
3
4
-using System.Diagnostics;
5
using System.Text.Encodings.Web;
6
using System.Text.Json;
7
using System.Text.RegularExpressions;
@@ -147,7 +146,6 @@ public async Task CanPreload_WebAssembly_ResourceAssets()
147
146
await renderer.Dispatcher.InvokeAsync(() => result.WriteTo(writer, HtmlEncoder.Default));
148
149
// Assert
150
- Debugger.Launch();
151
var output = writer.ToString();
152
153
Assert.Contains("href=\"first.js\"", output);
0 commit comments