https://github.com/tooniez/dotnet-wiremock
🖲️ Mock server utilising WireMock.Net
https://github.com/tooniez/dotnet-wiremock
csharp dotnet mock mock-server wiremock
Last synced: 19 days ago
JSON representation
🖲️ Mock server utilising WireMock.Net
- Host: GitHub
- URL: https://github.com/tooniez/dotnet-wiremock
- Owner: tooniez
- License: mit
- Created: 2024-03-25T14:00:29.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2026-01-25T15:26:29.000Z (4 months ago)
- Last Synced: 2026-01-26T08:23:18.591Z (4 months ago)
- Topics: csharp, dotnet, mock, mock-server, wiremock
- Language: C#
- Homepage:
- Size: 55.7 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: .github/CONTRIBUTING.md
- Funding: .github/FUNDING.yml
- License: LICENSE
- Code of conduct: .github/CODE_OF_CONDUCT.md
- Codeowners: .github/CODEOWNERS
- Security: .github/SECURITY.md
- Support: .github/SUPPORT.md
- Governance: .github/GOVERNANCE.md
Awesome Lists containing this project
README
# WireMock.Net for .NET
This project uses WireMock.Net, a flexible library for stubbing and mocking web HTTP responses using .NET and .NET Core.
## Getting Started
These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.
### Prerequisites
- .NET Core 3.1 or later
### Installation
1. Clone this repo
```
git clone https://github.com/tooniez/dotnet-wiremock.git
```
2. Navigate to the project directory
```
cd dotnet-wiremock
```
3. Restore the packages
```
dotnet restore
```
### Usage
1. Build repository
```
dotnet build
```
2. Run WireMock server
```
dotnet run
```
### License
Copyright © 2024 [tooniez](https://github.com/tooniez)
This project is [MIT](https://github.com/tooniez/dotnet-wiremock/blob/main/LICENSE) licensed.