Adolfo Marinucci

Results 48 comments of Adolfo Marinucci

I don't know if you know a better approach to get comment tokens inside methods than this https://stackoverflow.com/questions/24108127/how-do-i-get-comment-tokens-from-the-dart-analyzer-scanner

ok, yes, I guess I could spend some more time on other priority tasks :+1:

Hi, first of all I want to thank you for getting this awesome project to the community Regarding swapping Electron, I just wanted to know your thoughts about the approach...

New feature in MauiReactor 3, FormattedString() has now full fluent syntax: ```c# Label( FormattedString( Span("Red bold, ", Colors.Red, FontAttributes.Bold), Span("default, ", TapGestureRecognizer(async () => await ContainerPage!.DisplayAlert("Tapped", "This is a tapped...

**New feature coming to MauiReactor 3** MauiReactor 3 will support async handlers for events. For example, you'll be able to write something like this: ```c# public override VisualNode Render() =>...

**Hot-reload improvement in MauiReactor 3** In MauiReactor 2, if you're using injected services in components, you are surely aware that service interface/implementation types must be defined in a separate assembly...

**Breaking-change for hot-reload** Starting from 3.0.9, hot-reload must be enabled using the new .NET 9+ feature switch (https://github.com/dotnet/designs/blob/main/accepted/2020/feature-switch.md). You can opt-in hot-reload enabling the switch "MauiReactor.HotReload". For example add the...

**AOT compliance with version 3.0.12-beta** I'm really glad to share with you that MauiReactor since version 3.0.12-beta is fully AOT compatible. If you want to compile your application with MauiReactor...

**MauiReactor 3 for .NET 9 is coming next week!** I've already built a production app with it for my client and it's going very well. To give you more context:...