5 references to Options
Aspire.Dashboard (5)
Components\Layout\MainLayout.razor.cs (4)
177return Options.CurrentValue.Otlp.AuthMode == OtlpAuthMode.Unsecured && !Options.CurrentValue.Otlp.SuppressUnsecuredMessage; 182return Options.CurrentValue.Mcp.AuthMode == McpAuthMode.Unsecured && !Options.CurrentValue.Mcp.SuppressUnsecuredMessage;
Components_Layout_MainLayout_razor.g.cs (1)
551if (!Options.CurrentValue.Mcp.Disabled.GetValueOrDefault())