James Newton-King
James Newton-King
> > Documentation about app host configuration > > Isn't that what the [CORS config section](https://learn.microsoft.com/en-us/dotnet/aspire/fundamentals/dashboard/configuration?tabs=bash#otlp-cors) speaks too? If not, what am I missing. I looked through the [linked PR...
Please don't update FluentUI versions automatically. They must be **carefully** tested for regressions.
I'm guessing you get that error because of this line: `o.Services.Map("", r => r.Tags.Contains("public"));` You're mapping to health results that have a tag of public, but the only health check...
It looks like Grpc.Core is aborting the request on the client: "The request stream was aborted." I'm not familiar with the Grpc.Core implementation. The best place to ask is on...
What is a non-ASP.NET Core environment to you? You can host a gRPC service inside all kinds of apps. See https://github.com/grpc/grpc-dotnet/issues/1419#issuecomment-2367608784 ASP.NET Core is just some APIs that you can...
Everything I said earlier still stands. Creating a new HTTP server, with TCP, HTTP/2, TLS/SSL, logging, configuration, security hardening, performance testing, and so on is a HUGE amount of work....
Metric tags are accessible via https://learn.microsoft.com/en-us/dotnet/api/microsoft.aspnetcore.http.features.ihttpmetricstagsfeature?view=aspnetcore-9.0 on HttpContext. You could get and modify `http.route` there. We'll do work to HTTP semantic convention activity attributes in .NET 11. If what you're...
I’m away. I’ll reply next week
The combobox Value should be the value of text typed into it. That's how comboxes work. You can see it working here https://www.fluentui-blazor.net/Combobox:  I want that, but as you...
I still see the problem.  And I think I found another issue with the same cause: 1. I select "Middleware loaded" 2. "Middleware loaded" is set in the value...