Steve Sanderson

Results 228 comments of Steve Sanderson

@TanayParikh Does this mean we need to work around it by loading the content into memory and then passing a different stream into WebView2? (Or more efficiently, creating some stream...

@pranavkm Since they aren't using runtime compilation, do you have any other suggestions on what might be wrong here, or do we need to investigate?

@sbsw I'm afraid hot reload requires .NET 6 (so, target `net6.0`).

Thanks for reporting it that way. Closing this as external.

Thanks for the detailed design, @TanayParikh! I see this is all a matter of tradeoffs, as usual :) Question: is this Blazor Server-specific? It seems like it would equally be...

> Regarding scope.DisposeIfTransient, that would work quite nicely as long as when you resolve ComponentX than contains ComponentY they don't get injected with the same instance - which I assume...

> That does unfortunately affect perf as that would have to be done for every service. I'm not too worried about that: we'd only codegen this call for `@inject`, and...

@pranavkm Can you suggest any diagnostic steps here? There's not much information to indicate what might be wrong.

@TanayParikh I see this has the `test-fixed` label but could you clarify which PR contained the fix? I'm unclear on how to know if it's been 30 days since this...