Skip to content

Commit c1ef9b2

Browse files
authored
Update changelogs from fern repo (#4259)
1 parent 55e9e98 commit c1ef9b2

1 file changed

Lines changed: 8 additions & 0 deletions

File tree

fern/products/sdks/overview/csharp/changelog/2026-03-13.mdx

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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+
19
## 2.27.1
210
**`(fix):`** Fix retry test assertions to match the SDK's indented JSON serialization.
311

0 commit comments

Comments
 (0)