Integrating Microcks with .NET Aspire #1629
SebastienDegodez
started this conversation in
Ideas
Replies: 0 comments
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.
-
Hi everyone,
I’d like to open a discussion about the potential value of integrating Microcks into .NET Aspire — Microsoft’s new cloud-native development stack for .NET applications.
Aspire provides:
Write your first Aspire test
🚀 Idea: Microcks as an Aspire Extension
This raises the question: would it make sense to explore a Microcks Aspire extension, enabling developers to:
🔄 Relation to Testcontainers
In the .NET ecosystem, Testcontainers-dotnet is widely used to spin up containerized services for automated testing.
Aspire takes a different approach, it aims to provide a developer-centric experience with rich observability, shared configuration, and lifecycle management of services across dev and test environments.
Microcks could fit well in this model, serving as a dedicated API simulation and contract testing service, especially for more complex protocols (e.g., async APIs, Kafka).
❓ Questions for the Microcks Community
Thanks in advance for your thoughts and feedback! 🙌
Proof of concept:
Beta Was this translation helpful? Give feedback.
All reactions