6 references to Options
Aspire.Dashboard (6)
Components\Layout\MainLayout.razor.cs (6)
224return (Options.CurrentValue.Otlp.GetGrpcEndpointAddress() != null || Options.CurrentValue.Otlp.GetHttpEndpointAddress() != null) && 225Options.CurrentValue.Otlp.AuthMode == OtlpAuthMode.Unsecured && 226!Options.CurrentValue.Otlp.SuppressUnsecuredMessage; 232return !Options.CurrentValue.Api.Disabled.GetValueOrDefault() && 233Options.CurrentValue.Api.AuthMode == ApiAuthMode.Unsecured;