1 write to DetailedErrors
Microsoft.AspNetCore.Components.Endpoints (1)
DependencyInjection\DefaultRazorComponentsServiceOptionsConfiguration.cs (1)
25options.DetailedErrors = string.Equals(value, "true", StringComparison.OrdinalIgnoreCase) ||
1 reference to DetailedErrors
Microsoft.AspNetCore.Components.Endpoints (1)
Rendering\EndpointHtmlRenderer.Streaming.cs (1)
208var showDetailedErrors = env.IsDevelopment() || options.Value.DetailedErrors;