David Cuccia (he/him)

Results 58 comments of David Cuccia (he/him)

This seems like a cross-cutting concern - might it somehow be managed with an enclosing scope or wrapper class? Perhaps our core impl adds an pub/sub notification model using something...

@SeanFarrow @mumby0168 if we published Mediatr-style events such as those demoed here: https://youtu.be/NmmpXcMxCjY?t=665 ...then the consuming code could follow a wrapper pattern like this: https://www.youtube.com/watch?v=dLPKwEeqwgU&t=705s (using Nick Chapsas videos as...

@chrisgull interested in what your use case is for UWP. I've tried it successfully it in both WPF and MAUI Hybrid (Blazor), FWIW.

+1 for living, testable/debuggable documentation with Notebooks, and to a fast inner-loop by using Roslyn to dynamically compile the notebook in-memory based on project source code changes. Right now, I...

Hooray! The lack of Notebooks discussion at BUILD had me worried that the project wasn't moving forward. Can't wait to see how this gets shaped. For me, it could really...

@Eilon this is helpful, thank you, and it was great to see this work get some official mention at .NET Conf last week. Congrats on the project's success - can't...

@Eilon thanks for your detailed replies (sorry for the late reply on my end). So happy to see BlazorWebView in .NET 6.0 Preview 3! https://devblogs.microsoft.com/aspnet/asp-net-core-updates-in-net-6-preview-3/

I can second the single file use case - I am building portable no-install single file desktop apps and evaluating Blazor as the UI layer.