FortuneN / FineCodeCoverage

Visualize unit test code coverage easily for free in Visual Studio Community Edition (and other editions too)
https://marketplace.visualstudio.com/items?itemName=FortuneNgwenya.FineCodeCoverage
Other
526 stars 40 forks source link

Exception from the extension when saving options is causing VS 2022 to terminate. #313

Closed nm515350 closed 1 year ago

nm515350 commented 1 year ago

Installed product versions

Description

Exception from the extension when options saved while the Fine Code Coverage tool window is not open.

Steps to recreate

  1. Close Fine Code Coverage tool window image
  2. Restart Visual Studio 2022
  3. Confirm the Fine Code Coverage window is not open.
  4. Select Tools -> Options
  5. Modify any Fine Code Coverage option - I've been toggling the Enabled option.
  6. Select OK to save the options.
  7. Select Tools -> Options
  8. Modify any Fine Code Coverage option - I've been toggling the Enabled option.
  9. Select OK to save the options.
  10. A wait cursor is displayed and after WERFault.exe has completed, Visual Studio 2022 terminates.

Current behavior

Exception from the extension when options saved while the Fine Code Coverage tool window is not open.

Expected behavior

Visual Studio 2022 should not crash when saving options.

Side Notes

tonyhallett commented 1 year ago

Thanks for the detailed explanation. Will resolve in the next couple of days.

github-actions[bot] commented 1 year ago

released v1.1.190 and available on marketplace

nm515350 commented 1 year ago

@tonyhallett - Thank your for the quick turnaround.