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