Releases: devlooped/xunit.vsix
Releases · devlooped/xunit.vsix
v0.9.3-alpha
Changelog
Full Changelog
✨ Implemented enhancements:
- Take screenshots on certain failures for troubleshooting #77 (@kzu)
🔨 Other:
- Drop TimeoutSeconds and instead use the built-in Timeout from base FactAttribute #59
🔀 Merged:
- Add COM filter to retry messages for devenv #79 (@kzu)
- ? ?? Bump ThisAssembly #74 (@github-actions[bot])
v0.9.0
Changelog
v0.9.0 (2022-09-07)
Full Changelog
✨ Implemented enhancements:
- While debugging a test, timeouts should be disabled #57
- Automatically attach debugger to VS if test is being debugged #55
🔀 Merged:
- While debugging a test, timeouts should be disabled #58 (@kzu)
- Automatically attach debugger to VS if test is being debugged #56 (@kzu)
v0.8.0
Changelog
v0.8.0 (2022-08-30)
Full Changelog
🔨 Other:
- InvalidOperationException for Visual Studio 2017 #6
🔀 Merged:
- Open C# file, and only only on exp instance #53 (@kzu)
- Don't request DTE via COM since it can hang VS #50 (@kzu)
- Remove usage of COM/process based ISP wrapper #49 (@kzu)
- Further prevent hangs when running UI thread tests #46 (@kzu)
- Switch to VSSDK, use built-in primitives, address warnings #45 (@kzu)
- Kill the windows devenv process, since we're in bash #44 (@kzu)
- Kill devenv between test runs #43 (@kzu)
v0.7.0
Changelog
v0.7.0 (2022-08-25)
Full Changelog
🔨 Other:
- Improve UI thread handling by leveraging JoinableTaskContext #42
🔀 Merged:
- Remove slow vs tool install and reset #41 (@kzu)
v0.6.1
Changelog
v0.6.1 (2022-08-24)
Full Changelog
🐛 Fixed bugs:
- Speed up skipped tests execution #39
- Allow disabling timeouts selectively without having to debug #38
- Allow debugging remote VS process via CLI/envvars #37
- After a new deployment of a VSIX, first test run randomly hangs VS #34
🔀 Merged:
- Change back to previous retrying test runs #40 (@kzu)
- Do not force MEF component initialization #35 (@kzu)