Closed jackfoxy closed 6 years ago
latest upgrade of "Mono.Cecil" to "0.10-beta7" should fix this issue
I can confirm, this fixed the problem in my case. Tested on VS2017 15.4.3.
I also discovered that VS very aggressively caches AppData\Local\Temp\VisualStudioTestExplorerExtensions\Expecto.VisualStudio.TestAdapter.5.0.0.2
Something to watch out for when testing in this case, since TestAdapter.5.0.0.2 did not look like it changed. I just copied the Mon.Cecil files. It's not enough to delete the cached folder, you need to restart VS as well.
Hope to see a new release of TestAdapter soon.
Out of curiousity, why are these bug fixes incrementing the build number (according to semantic versioning) and not the patch number? I would suggest incrementing the patch number, as I have found these fixes crucial to getting the adapter to work for users. Build number incrementing tends to have the "look" of being less important.
From my perspective this can be closed after a new release. Thanks, as always, for the contribution.
@jackfoxy my mistake it should increment the bug section
of an adapter version instead of build section
. I updated nuspec and release notes on github.
New version released, I'm closing it.
Expect.equal
stops further discovery of tests.Place some other tests before and after this in a module. You will see the tests before discovered, the others not.