From 1658e76fa7dafc7f25e086c3b9c79f5b6e3db4bc Mon Sep 17 00:00:00 2001 From: Luke Latham <1622880+guardrex@users.noreply.github.com> Date: Thu, 19 Sep 2024 07:24:20 -0400 Subject: [PATCH] Add link to runtime doc request issue (#33658) --- aspnetcore/blazor/fundamentals/startup.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/aspnetcore/blazor/fundamentals/startup.md b/aspnetcore/blazor/fundamentals/startup.md index c359c34ff87d..513f30eea060 100644 --- a/aspnetcore/blazor/fundamentals/startup.md +++ b/aspnetcore/blazor/fundamentals/startup.md @@ -777,6 +777,9 @@ In advanced programming scenarios, the `configureRuntime` function with the `dot * Configures the .NET WebAssembly runtime. * Changes the behavior of a C library. +> [!NOTE] +> A documentation request is pending in the `dotnet/runtime` GitHub repository for more information on environment variables that configure the .NET WebAssembly runtime or affect the behavior of C libraries. Although the documentation request is pending, more information and cross-links to additional resources are available in the request, [Question/request for documentation on .NET WASM runtime env vars (`dotnet/runtime` #98225)](https://github.com/dotnet/runtime/issues/98225). + The `configureRuntime` function can also be used to [enable integration with a browser profiler](https://github.com/dotnet/runtime/blob/main/src/mono/wasm/features.md#profiling). For the placeholders in the following examples that set an environment variable: