Stef Heyenrath
|
8140b37095
|
WithProxy() should save the new mapping (#600)
* WithProxy should save the new mapping
* fix ut
* .
|
2021-03-31 18:17:27 +02:00 |
|
Stef Heyenrath
|
92923a12ae
|
Move CSharpCodeMatcher to a new project (#548)
* matcher
* wip
* fix
* <VersionPrefix>1.4.0</VersionPrefix>
* .
* x
* ?
* netstandard2.1
* {}
* test
* Fix: Assembly with same name is already loaded
* _format file
* AssemblyFile = $"WireMock.CodeHelper.Class{Guid.NewGuid()}"
* AssemblyFile = $"WireMock.CodeHelper.Class{Guid.NewGuid().ToString().Replace("-", "")}"
* GC
* x
* remove load ex
* ret
* readme
* no GC
* GetImplementationTypeByInterface
* ``
* PluginLoader
* type
|
2021-01-12 16:56:03 +01:00 |
|
Stef Heyenrath
|
1c88f5d97d
|
fix (#487)
|
2020-07-09 21:37:39 +02:00 |
|
Stef Heyenrath
|
e2fbfda3f0
|
An OpenApi (swagger) parser to generate MappingModel or mapping.json file (#479)
* wip
* .
* .
* nuget
* .
* .
* WithMappingModel
* tests
* json
* codefactor
* sign
* .
* interface
* sln
* comments
|
2020-07-01 09:57:52 +02:00 |
|
Stef Heyenrath
|
307a89d324
|
AllowAnyHttpStatusCodeInResponse (#407)
* .
* ,
* PUBLISH_TESTRESULTS
* fix logging
* fix compile error
* codefactor fix
* Debug - Sonar + other things in csproj
|
2020-01-27 18:47:58 +01:00 |
|
Stef Heyenrath
|
710fc8dcf6
|
Fixed StatusCode = null or < 0 (#406)
* .
* fix tests
* responseModel.StatusCode is int statusCodeAsInt && statusCodeAsInt > 0
* < 0
|
2020-01-25 17:51:38 +01:00 |
|
Stef Heyenrath
|
d971144426
|
WireMock.Net version 1.1.x (#363)
* refactor
* rename api
* -preview-01
* logger
* move
* RandomDataGenerator.Net
* .
* ISettings
* renames...
* refactor CommandlineParser logic
* remove standalone
* Remove Interfaces
* Update tests
* WireMock.Net.StandAlone
* .
* fix
* .
* _settings
* Admin
* WireMock.Net.Abstractions
* fix build
* rename WireMockServer
* fix compile errors
|
2019-12-27 16:01:13 +01:00 |
|