Skip to content

Commit

Permalink
feat: add microcks Dotnet module
Browse files Browse the repository at this point in the history
  • Loading branch information
SebastienDegodez authored Dec 5, 2024
1 parent faeef75 commit be9adc3
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions modules/microcks/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,19 @@ docs:
```bash
npm install @microcks/microcks-testcontainers --save-dev
```
- id: dotnet
url: https://github.com/microcks/microcks-testcontainers-dotnet
maintainer: official
example: |
```csharp
var microcks = new MicrocksBuilder().WithImage("quay.io/microcks/microcks-uber:1.8.0").Build();
await microcks.StartAsync();
```
installation: |
```bash
dotnet add package Microcks.Testcontainers --version 0.1.0
``

Check failure on line 60 in modules/microcks/index.md

View workflow job for this annotation

GitHub Actions / lint

60:1 [trailing-spaces] trailing spaces
description: |
Microcks is an open-source cloud-native platform for mocking and contract-testing all kinds of APIs. It supports REST [OpenAPI](https://www.openapis.org/), [gRPC](https://grpc.io/), [GraphQL](https://graphql.org/), [Async APIs](https://www.asyncapi.com/) and SOAP WebServices.
Expand Down

0 comments on commit be9adc3

Please sign in to comment.