Skip to content
Discussion options

You must be logged in to vote

Hello miserix👋
From what I know, the short answer is no, not for the AppHost itself. RIght now, the AppHost project has to be C# or TypeScript, those are the only two supported right now (authoring languages)

That said, there's an important distinction worth making here: the AppHost is purely just the orchestration layer, not your actual services, its where you describe your app's architecture, wire up services, configure database, etc-etc. So If you have an existing VB.NET, F#, or C++/CLI apps you want to bring under Aspire, you can absolutely reference them as resources from a C# AppHost using AddProject<T>() for .NET projects or AddExecutable() for native outputs

Aspire orchestrates pr…

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by miserix13
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants