We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 55e9e98 commit c1ef9b2Copy full SHA for c1ef9b2
1 file changed
fern/products/sdks/overview/csharp/changelog/2026-03-13.mdx
@@ -1,3 +1,11 @@
1
+## 2.28.0
2
+**`(feat):`** Generate a separate WireMock server for each test fixture instead of sharing
3
+a single global server across all mock server tests. Each test class now starts
4
+and stops its own `WireMockServer` in `[OneTimeSetUp]`/`[OneTimeTearDown]`,
5
+and test fixtures are annotated with `[Parallelizable(ParallelScope.Self)]`
6
+so NUnit can run them in parallel.
7
+
8
9
## 2.27.1
10
**`(fix):`** Fix retry test assertions to match the SDK's indented JSON serialization.
11
0 commit comments