Mackinnon Buck

Results 135 comments of Mackinnon Buck

Yep, we changed the BrowserRefresh middleware to buffer the entire response to improve the reliability of hot reload script injection. We could fix the memory usage problem by checking earlier...

Thanks for reaching out! We've moved this issue to the backlog for now to gather additional feedback from the community about whether this is a change that should be made.

@wtgodbe Do you have any ideas about what might be causing this?

> Is it possible to mak that message more user friendly or is it an Apple thing, that cannot be controlled? It looks like there's a conversation on StackOverflow about...

Thanks for your feedback, @Shineway02 and @Murkrow02. Could you please check if the issue reproduces on a MAUI project (__*NOT*__ Blazor) with a normal webview?

This is currently unsupported because component parameters are assigned using reflection. This bypasses any implicit conversion operators defined on the parameter type. We are considering adding source generation for component...

Closing this out since the feature described by https://github.com/dotnet/aspnetcore/issues/30287 should have implemented everything necessary to support this scenario.

There seems to be a problem with rendering `null` model values, but only when returning a `PageResult` from an action. Rather than rendering an empty value, it renders the previously...

> could you please elaborate on how to handle the ObjectDisposedException... @lofcz Apologies if I wasn't clear - my suggestion was to handle it in the framework (but on second...

Update: We've decided not to change this area and instead we're going to update our docs to recommend patterns that avoid disposing `DotNetStreamReference`s during transmission to the browser. @guardrex, do...