Replies: 2 comments
|
Not experienced with .NET MAUI unfortunately, would you be willing to contribute a sample to this repo? Might be a good starting point for investigations and improvements |
0 replies
|
I'm a bit busy building a production level maui app, and your thingy works wonderfully. But after release in a couple of months, I can extract a demo and will show you then. Flows all in clean architecture, passes data and once n maui, complements with weak message. Completely async, decoupled and source generated.
Sent from Outlook<http://aka.ms/weboutlook>
…________________________________
From: Martin Othamar ***@***.***>
Sent: Sunday, February 8, 2026 10:32 AM
To: martinothamar/Mediator ***@***.***>
Cc: Miguel Delgado ***@***.***>; Author ***@***.***>
Subject: Re: [martinothamar/Mediator] .Net Maui and Mediator, marriage made in heaven or bitter divorce? (Discussion #259)
Not experienced with .NET MAUI unfortunately, would you be willing to contribute a sample to this repo? Might be a good starting point for investigations and improvements
—
Reply to this email directly, view it on GitHub<#259 (comment)>, or unsubscribe<https://github.com/notifications/unsubscribe-auth/AALXMD5YNS3H3ER3QQLTQUT4K56LXAVCNFSM6AAAAACQVVDY3GVHI2DSMVQWIX3LMV43URDJONRXK43TNFXW4Q3PNVWWK3TUHMYTKNZTGU4TMMI>.
You are receiving this because you authored the thread.Message ID: ***@***.***>
|
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
I want to use this package because it does not use reflection that is a big issue in AOT. Currently Mediator works from the features layer downwards. I'd like to use it with Maui (.Net 10) in a fire and forget pattern that allows for reactivity, decoupling and lots of goodies.
I'm not sure how to configure it for dependency injection and other considerations and can't find any resource to specifically address it.
Any suggestion? Very much appreciated.
All reactions