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