Skip to content

Latest commit

 

History

History
132 lines (75 loc) · 6.27 KB

changelog.md

File metadata and controls

132 lines (75 loc) · 6.27 KB

Changelog

v0.9.3 (2023-02-10)

Full Changelog

v0.9.3-alpha (2023-02-10)

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.2 (2022-10-08)

Full Changelog

🔀 Merged:

  • Emulate Roslyn's ensuring of extension manager loading #64 (@kzu)

v0.9.1 (2022-09-28)

Full Changelog

🔀 Merged:

  • Return failure when wait doesn't succeed #63 (@kzu)

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 (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 (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 (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)

v0.5.0 (2022-08-18)

Full Changelog

v0.5.0-beta (2022-07-20)

Full Changelog

v0.4.0 (2022-05-13)

Full Changelog

🔨 Other:

  • Only refresh VSIX registration if package is not registered #1

🔀 Merged:

  • Remove assembly-level attribute generation, rely on metadata #14 (@kzu)
  • Minor updates #13 (@kzu)
  • Re-enable all integration tests on CI #12 (@kzu)
  • Shell fixes #5 (@kzu)
  • Build fixes #4 (@kzu)
  • Add 2017 support #3 (@kzu)
  • removed dependency on VS 2010 assemblies and other fixes #2 (@victorgarciaaprea)

v0.1.0 (2015-05-13)

Full Changelog

* This Changelog was automatically generated by github_changelog_generator