matkoch / resharper-verify

23 stars 4 forks source link

How do you set the preferred diff engine? #8

Closed milkshakeuk closed 2 years ago

milkshakeuk commented 2 years ago

When I run the tests in rider devenv.exe (visual studio 2022) keeps popping up (one of each nunit test case).

How do I prevent visual studio popping up? and then just accepting the received with the plugin, as currently it does nothing when I try to accept, either when visual studio is still open or when I close it.

VerifyExample

milkshakeuk commented 2 years ago

It would be great if anyone could help, this plugin seems useful if it were to work.

matkoch commented 2 years ago

See https://github.com/matkoch/resharper-verify/pull/1

I still think the pull request would be good, but it's @SimonCropp's call :)

milkshakeuk commented 2 years ago

@matkoch this did not solve my issue, this plugin still does not work, what do I need to do to make it work? what am I missing? VerifyExample2

matkoch commented 2 years ago

that looks unrelated to the original issue here. visual studio doesn't open anymore, right?

try starting Rider in internal mode and check if you can spot any exceptions (red icon at the right bottom).

milkshakeuk commented 2 years ago

not seeing any exceptions. image

matkoch commented 2 years ago

sorry but i can't help you then. create a minimal repro if you can, and please create a new issue. this here is still the wrong place as per the title.

SimonCropp commented 2 years ago

can you try version 2022.1.0

milkshakeuk commented 2 years ago

can you try version 2022.1.0

@SimonCropp It seems to work now with 2022.1.0 rider and 2022.1.0 plugin. how to prevent IDEs popping up with the diff and just use the plugin?