https://github.com/microcks/microcks-aspire-demo
Aspire .NET demonstration app on how to use Microcks Aspire extension in your dev/test workflow
https://github.com/microcks/microcks-aspire-demo
aspire-dotnet microcks
Last synced: 2 months ago
JSON representation
Aspire .NET demonstration app on how to use Microcks Aspire extension in your dev/test workflow
- Host: GitHub
- URL: https://github.com/microcks/microcks-aspire-demo
- Owner: microcks
- License: mit
- Created: 2025-11-10T14:40:49.000Z (7 months ago)
- Default Branch: main
- Last Pushed: 2026-03-30T18:53:40.000Z (3 months ago)
- Last Synced: 2026-03-30T20:34:06.534Z (3 months ago)
- Topics: aspire-dotnet, microcks
- Language: C#
- Homepage: https://microcks.io
- Size: 513 KB
- Stars: 2
- Watchers: 0
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# microcks-aspire-demo
Aspire .NET demonstration app on how to use Microcks Aspire extension in your dev/test workflow
You will work with a ASP.NET Core application and explore:
- Use Microcks for **provisioning third-party API mocks**,
- Use Microcks for **simulating external Kafka events publishers**,
- Write tests using Microcks contract-testing features for both **REST/OpenAPI based APIs and Events/AsyncAPI** based messages.
## Table of Contents
- [Step 1: Getting Started](step1-getting-started.md)
- [Step 2: Exploring the app](step2-exploring-the-app.md)
- [Step 3: Local Development Experience with Microcks](step3-local-development.md)
- [Step 4: Write Tests for REST](step4-write-rest-tests.md)
- [Step 5: Write Tests for Async](step5-write-async-tests.md)
## License Summary
The code in this repository is made available under the MIT license. See the [LICENSE](LICENSE) file for details.