net11.0
namespace Microsoft.AspNetCore.Builder
{
    public static class WebAssemblyNetDebugProxyAppBuilderExtensions
    {
        [Obsolete("UseWebAssemblyDebugging is obsolete and should be removed along with any inspectUri configurations. Blazor WebAssembly debugging is now launched directly by Visual Studio and Visual Studio Code.", DiagnosticId = "ASPDEPR011", UrlFormat = "https://aka.ms/aspnet/deprecate/011")]
        public static void UseWebAssemblyDebugging(this IApplicationBuilder! app);
    }
}
nuget.org
0.0 %
Reference this API
.NET
10.011.0
Information specific to net11.0
Assemblies

Microsoft.AspNetCore.Components.WebAssembly.Server , Version=11.0.0.0, PublicKeyToken=adb9793829ddae60

Microsoft.AspNetCore.Components.WebAssembly.Server , Version=10.0.11.0, PublicKeyToken=adb9793829ddae60

Referencing

Your project needs a package reference to Microsoft.AspNetCore.Components.WebAssembly.Server.

Package Microsoft.AspNetCore.Components.WebAssembly.Server (11.0.0-preview.7.26381.103) net11.0
Obsolete ASPDEPR011: UseWebAssemblyDebugging is obsolete and should be removed along with any inspectUri configurations. Blazor WebAssembly debugging is now launched directly by Visual Studio and Visual Studio Code.
Platform Restrictions

This API is supported on all platforms.

  • Built-in API
  • Package-provided API