8000 Release IDE Integrations · fixie/fixie · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

IDE Integrations

Compare
Choose a tag to compare
@plioi plioi released this 04 Aug 00:34
· 529 commits to main since this release

Even before this release, Fixie implemented a "Test Adapter" which made it compatible with Visual Studio Test Explorer. However, the adapter was atypical compared to those of other frameworks, which limited the ability for other test runners to detect it.

By better-matching the intended patterns of all .NET Test Adapters, Fixie is now supported in the following IDE test runners:

  • Visual Studio Test Explorer
  • JetBrains ReSharper
  • JetBrains Rider
  • Visual Studio for Mac
  • Visual Studio Code via dotnet test-compatible extensions.

(For JetBrains tools, be sure to go into their respective settings under Unit Testing > VSTest and check "Enable VSTest adapters support" followed by a restart of the IDE.)

Special thanks to @garoyeri, @khalidabuhakmeh, and @estrizhok for guidance and troubleshooting.

0