akkadotnet / akka.net

Canonical actor model implementation for .NET with local + distributed actors in C# and F#.
http://getakka.net
Other
4.66k stars 1.04k forks source link

[Epic] Akka.NET .NET Aspire Support #7079

Open Aaronontheweb opened 5 months ago

Aaronontheweb commented 5 months ago

Is your feature request related to a problem? Please describe.

Obviously I'll need to write a bigger spec out, but putting this for tracking purposes and for users to signal their interest - should we add .NET Aspire support for Akka.NET?

george-zubrienko commented 2 months ago

.NET Aspire is designed to improve the experience of building .NET cloud-native apps.

I think what it achieves instead of vendor-locking to a single MS-approved solution. For this reason we only use WebHost + DI and no other stuff because all those silver bullet solutions MS cooks up are not consistent and have max 2 years lifetime. I'd wager it would be a massive burden to support Aspire and then smth else when it dies couple years later :)

jorik commented 1 week ago

Is this still on the roadmap? I've been using Aspire for local development for the past few months, and it's a really great tool for that!