Stef Heyenrath
|
8b1bd1b21b
|
1.15.0
1.15.0
|
2025-10-22 10:58:44 +02:00 |
|
Michi
|
c1b23b615e
|
Support Testcontainers 4.8.0 (#1370)
|
2025-10-22 10:18:16 +02:00 |
|
Stef Heyenrath
|
5885324dfb
|
Fix WithProbability logic (#1367)
* Fix WithProbability logic
* .
* FIX
* Update src/WireMock.Net.Minimal/Owin/MappingMatcher.cs
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
---------
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
|
2025-10-22 10:16:59 +02:00 |
|
Tom Akehurst
|
e3f3e0a8f2
|
Tweaked docs message in README
|
2025-10-13 20:29:29 +01:00 |
|
Tom Akehurst
|
685d28db0b
|
Added link to new doc site from README.md
|
2025-10-13 20:23:18 +01:00 |
|
Stef Heyenrath
|
f6c5225fe0
|
1.14.0
1.14.0
|
2025-10-06 17:00:19 +02:00 |
|
Stef Heyenrath
|
b9019a2f61
|
Update ProxyUrlReplaceSettingsModel with TransformTemplate property (#1362)
* Update ProxyUrlReplaceSettingsModel with TransformTemplate property + parse settings correctly
* oldValue nullable
* <Version>1.14.0-preview-01</Version>
|
2025-10-06 09:16:25 +02:00 |
|
Stef Heyenrath
|
b82dad2563
|
Add Tls13 (#1363)
* Add Tls13
* fix
|
2025-10-05 15:51:47 +02:00 |
|
Stef Heyenrath
|
45d4e7077d
|
1.13.0
1.13.0
|
2025-09-28 12:44:14 +02:00 |
|
Stef Heyenrath
|
19e95325fa
|
ProxyUrlTransformer (#1361)
* ProxyUrlTransformer
* tests
* Update src/WireMock.Net.Shared/Settings/ProxyUrlReplaceSettings.cs
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
---------
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
|
2025-09-28 12:40:33 +02:00 |
|
Stef Heyenrath
|
371bfdc160
|
TypeLoader: implement Try methods (#1358)
* TypeLoader: implement Try methods
* fix
|
2025-08-31 08:48:29 +02:00 |
|
Stef Heyenrath
|
5c5e104f2c
|
1.12.0
1.12.0
|
2025-08-30 11:49:20 +02:00 |
|
Stef Heyenrath
|
068fdf33e3
|
Upgrade Testcontainers to 4.7.0 (#1357)
* Upgrade Testcontainers to 4.7.0
* .
|
2025-08-30 11:46:52 +02:00 |
|
Stef Heyenrath
|
358590918e
|
1.11.2
1.11.2
|
2025-08-27 10:25:31 +02:00 |
|
Stef Heyenrath
|
32afea5d30
|
Revert JetBrains.Annotations and add System.Text.RegularExpressions to solve CVE (#1355)
|
2025-08-27 10:04:36 +02:00 |
|
Stef Heyenrath
|
50b3d58a01
|
1.11.1
|
2025-08-27 08:47:58 +02:00 |
|
Stef Heyenrath
|
35bf5e94a5
|
Add System.Net.Http again to solve CVE warning (#1354)
|
2025-08-27 08:45:24 +02:00 |
|
Stef Heyenrath
|
9fcc9ade10
|
Add additional try-catch to TypeLoader logic (#1352)
|
2025-08-27 08:33:01 +02:00 |
|
Stef Heyenrath
|
865bbf2432
|
WireMock.Net.ProtoBuf: fix version
|
2025-08-26 15:42:23 +02:00 |
|
Stef Heyenrath
|
560540099e
|
1.11.0
1.11.0
|
2025-08-26 07:58:04 +02:00 |
|
Stef Heyenrath
|
e5c4605020
|
Create WireMock.Net.ProtoBuf project (#1350)
* Create WireMock.Net.ProtoBuf project
* ok
* Update Directory.Build.props
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
---------
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
|
2025-08-26 07:55:02 +02:00 |
|
Stef Heyenrath
|
124d29c86a
|
1.10.1
1.10.1
|
2025-08-22 19:58:00 +02:00 |
|
Stef Heyenrath
|
08117e870b
|
Add AtPath and AtAbsolutePath to Assertions projects (#1349)
* Add AtPath and AtAbsolutePath to Assertions projects
* tst
|
2025-08-22 19:40:59 +02:00 |
|
Stef Heyenrath
|
ddb181cc52
|
WireMock.Net.Extensions.Routing
|
2025-08-18 20:47:10 +02:00 |
|
Stef Heyenrath
|
10fdd24fca
|
1.10.0
1.10.0
|
2025-08-18 20:22:49 +02:00 |
|
Gennadii Saltyshchak
|
be2ea67b89
|
Add new package WireMock.Net.Extensions.Routing which provides minimal-API-style routing for WireMock.Net (#1344)
* Add new package WireMock.Net.Extensions.Routing
* Update documentation for WireMock.Net.Extensions.Routing
* Cleanup imports
* Add header to all source files inside WireMock.Net.Extensions.Routing
* Add header to all source files inside WireMock.Net.Extensions.Routing.Tests
* Revert unintended changes
* Remove redundant build configurations
* Remove incorrect links from documentation
* Update nuget package references
* Revert unintended changes
* Migrate to AwesomeAssertions
* Remove redundant project reference
* Adjust formatting
* Migrate to primary constructor
* Refactoring: rename delegate parameter
* Abstract over JSON converter
* Replace WireMock with WireMock.Net in comments
* Move local functions to the bottom of the methods
|
2025-08-18 19:52:42 +02:00 |
|
Stef Heyenrath
|
60eb519ae2
|
1.9.1
1.9.1
|
2025-08-17 10:11:48 +02:00 |
|
Stef Heyenrath
|
22ed94918a
|
Fix generating source code for Scenario and State (#1347)
* Fix generating source code for Scenario and State
* Update src/WireMock.Net.Minimal/Serialization/MappingConverter.cs
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
* Update src/WireMock.Net.Minimal/Serialization/MappingConverter.cs
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
* .
---------
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
|
2025-08-17 10:06:39 +02:00 |
|
Stef Heyenrath
|
faffc56484
|
Add TimesInSameState to MappingModel (#1345)
* Add TimesInSameState to MappingModel
* fix tests
|
2025-08-11 08:46:18 +02:00 |
|
Stef Heyenrath
|
a5558777e2
|
1.9.0
1.9.0
|
2025-08-10 19:07:24 +02:00 |
|
Stef Heyenrath
|
6722ca40ba
|
Update feature_request.md
|
2025-08-10 19:02:24 +02:00 |
|
Stef Heyenrath
|
0597a73e0e
|
Create GraphQL project (#1334)
* Create new project for GraphQL
* ...
* .
* ok?
* Update src/WireMock.Net.Shared/Extensions/AnyOfExtensions.cs
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
* --
* ...
---------
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
|
2025-08-10 19:00:22 +02:00 |
|
Stef Heyenrath
|
0d510cdde8
|
1.8.18
1.8.18
|
2025-08-04 18:03:44 +02:00 |
|
Stef Heyenrath
|
52a396beef
|
1.8.18
|
2025-08-04 18:03:23 +02:00 |
|
Sam Fields
|
6ccfe68686
|
Fixes an issue with matching JSON bodies as bytes (#1339)
* Fixes an issue with matching JSON bodies as bytes
* Adding tests for exact object matching
* Simplify the check for byte data
|
2025-08-02 20:11:13 +02:00 |
|
Stef Heyenrath
|
e400e92452
|
1.8.17
1.8.17
|
2025-07-23 09:40:55 +02:00 |
|
Stef Heyenrath
|
7a187dfb78
|
Add more examples for WithGraphQLSchema (#1335)
|
2025-07-23 09:34:31 +02:00 |
|
Stef Heyenrath
|
e6ff8776fb
|
Make CSharpCodeMatcher public (#1337)
|
2025-07-23 09:29:53 +02:00 |
|
Stef Heyenrath
|
c32e904f4d
|
1.8.16
1.8.16
|
2025-07-19 08:16:34 +02:00 |
|
Stef Heyenrath
|
e80d436dd6
|
Use corerct Handlebars.Net.Helpers.Xslt (2.5.2) (#1332)
|
2025-07-18 10:57:58 +02:00 |
|
Stef Heyenrath
|
fcc95ff06f
|
1.8.15
1.8.15
|
2025-07-18 08:45:42 +02:00 |
|
Stef Heyenrath
|
020cc15420
|
Correctly map the Pact Interaction Description property (#1331)
* Correctly map the Pact Interaction Description property
* Update src/WireMock.Net.Minimal/Serialization/PactMapper.cs
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
* post
---------
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
|
2025-07-18 08:41:04 +02:00 |
|
Stef Heyenrath
|
aeb15725e4
|
1.8.14
1.8.14
|
2025-07-13 08:53:53 +02:00 |
|
Stef Heyenrath
|
a06ee6b158
|
Fix HandlebarsContext.ParseAndEvaluate (#1329)
|
2025-07-12 11:05:02 +02:00 |
|
Stef Heyenrath
|
b0076b4e81
|
Implement IMimeMessageData (#1326)
* Implement IMimeMessageData
* 1
* Update src/WireMock.Net.MimePart/Util/MimeKitUtils.cs
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
* v1
* v2
* e
* ?
* fix
* if (Array.TrueForAll(_funcs, func => func(value).IsPerfect()))
* Update src/WireMock.Net.Shared/Util/IMimeKitUtils.cs
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
* Update src/WireMock.Net.Minimal/Matchers/Request/RequestMessageMultiPartMatcher.cs
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
* Update src/WireMock.Net.MimePart/Models/MimeEntityDataWrapper.cs
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
* Models.Mime.IMimeMessageData? BodyAsMimeMessage { get; }
* Update src/WireMock.Net.MimePart/Util/MimeKitUtils.cs
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
* Update src/WireMock.Net.MimePart/Models/MimePartDataWrapper.cs
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
* Update src/WireMock.Net.MimePart/Models/MimeMessageDataWrapper.cs
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
* Update src/WireMock.Net.Shared/Util/IMimeKitUtils.cs
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
* .
---------
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
|
2025-07-12 09:54:18 +02:00 |
|
Stef Heyenrath
|
6c61f87ef3
|
Add method CreateHttpClientFactory (#1325)
* Add method CreateHttpClientFactory
* rev
|
2025-07-08 10:50:30 +02:00 |
|
Stef Heyenrath
|
35cd06b47b
|
Update README.md
|
2025-06-24 09:31:22 +02:00 |
|
Stef Heyenrath
|
b925c537c7
|
1.8.13
1.8.13
|
2025-06-23 08:07:30 +02:00 |
|
Stef Heyenrath
|
f80925c1fb
|
Add Scenario set State method (#1322)
* Add SetScenarioState
* add tests
* summary
* .
* 1.8.13-preview-01
* fix
* fix name
|
2025-06-23 08:03:11 +02:00 |
|
Stef Heyenrath
|
43cff52b69
|
1.8.12
1.8.12
|
2025-06-15 11:50:31 +02:00 |
|