James Newton-King

Results 94 issues of James Newton-King

Every online store I've used allows anonymously adding items to a shopping cart and then prompts for login during check out. Unusually, eshop requires logging in before adding items to...

good first issue

Note: I haven't seen anything broken by this issue. These are my thoughts in the area in case it does become a problem in the future. --- AOT and trimming...

c#

### Is there an existing issue for this? - [X] I have searched the existing issues ### Is your feature request related to a problem? Please describe the problem. Caching...

area-middleware

### Is there an existing issue for this? - [X] I have searched the existing issues ### Is your feature request related to a problem? Please describe the problem. Every...

area-networking

### Is there an existing issue for this? - [X] I have searched the existing issues ### Is your feature request related to a problem? Please describe the problem. ASP.NET...

area-networking

Issue https://github.com/dotnet/aspnetcore/issues/47536 adds metrics for existing counters. We should investigate where adding new metrics makes sense in ASP.NET Core. Metrics are easier to add and test than old event counters....

enhancement
area-auth
feature-observability

# 🐛 Bug Report Quickly navigating to and from a page with a large grid eventually causes this error: ``` 2024-03-01T22:53:23.8215924 warn: Microsoft.AspNetCore.Components.Server.Circuits.RemoteRenderer[100] Unhandled exception rendering component: Cannot create a...

# 🐛 Bug Report I stress tested Aspire and had a grid with many rows that updated once a second. I noticed very high CPU usage. I profiled and found...

# 🐛 Bug Report When `FluentOverflow` has an overflow inside a grid then it constantly re-renders itself. Work is happening on the server, being sent over SignalR and in the...

Fixes https://github.com/dotnet/aspnetcore/issues/54293 Route analyzer introduced in .NET 8 is causing very long build times if some projects. Highly concatenated strings caused a lot of time to be spent in `HasLanguageComment`....

area-infrastructure