Skip to content

gdUnit4Net v4.3.0

Compare
Choose a tag to compare
@MikeSchulze MikeSchulze released this 09 Jul 16:08
· 20 commits to master since this release
22007d7

Major Changes

The way test events are sent has been changed from std:out to IPC and had to be updated in the API and test adapter.

With this version, we achieve the test adapter in Rider to debugging without need of hacks.
It is important to update Rider to 2024.2 or later to enable the test adapter to run debug.

gdUnit4.api v4.3.0

gdUnit4.test.adapter v2.0.0

What's Changed

  • GD-127: Replace stdout based TestEventProcessor by IPC implementation by @MikeSchulze in #129
  • GD-124: Use LaunchProcessWithDebuggerAttached instead of AttachDebuggerIfNeed for Rider 2024.2 by @MikeSchulze in #130

Full Changelog: v4.2.5...v4.3.0