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
516 stars 39 forks source link

The given key was not present in the dictionary. #329

Closed viceice closed 11 months ago

viceice commented 1 year ago

Installed product versions

Steps to recreate

  1. create a project with ms code coverage
  2. enable RunMsCodeCoverage
  3. run tests and see error in test output window

Current behavior

Code coverage still works but i get this error

Failed to configure settings for runsettings plugin 'Fine Code Coverage MsCodeCoverageRunSettingsService' as it threw following exception:
'The given key was not present in the dictionary.'
Please contact the plugin author.
Starting test discovery for requested test run

Expected behavior

No error

Side Notes

tonyhallett commented 1 year ago

Without a repro I cannot investigate.

viceice commented 1 year ago

ok, I'll try to repro in a new small project