James Newton-King

Results 646 comments of James Newton-King

/benchmark plaintext aspnet-citrine-win kestrel

/benchmark plaintext aspnet-citrine-win kestrel

I think this is also useful in the extensibility section. Imagine you're a .NET library owner and you want to make your stuff work great with Aspire. You need an...

I made a bunch of changes. * Locked the endpoint down to Protobuf payloads * Make OTLP/gRPC endpoint optional. Either OTLP/gRPC or OTLP/HTTP is required. * More tests TODO: There...

I think everything is done and this is mergeable. Looking for reviews and approvals. A follow-up piece of work is changing the app host templates to include `DOTNET_DASHBOARD_OTLP_HTTP_ENDPOINT_URL` env var....

Merged! Thanks for your work on this @sharpSteff.

I think the problem is the `InitiallySelected` bindings don't force the tree to forget what is selected. Source: https://github.com/dotnet/aspire/blob/2b15a508b3ee5406615ffe76987dad714f0b36cb/src/Aspire.Dashboard/Components/Pages/Metrics.razor#L32-L44 A fix would be to force Blazor to re-render the tree...

> Another idea is to get a reference to the `FluentTreeView` in the code behind and explicitly set FluentTreeView.CurrentSelected to null when the resource changes. I tried this. It creates...