Closed GoogleCodeExporter closed 8 years ago
The latest nightly builds support R# 6.1.
http://ccnet.gallio.org/Distributables/
Original comment by grahamr...@gmail.com
on 29 Dec 2011 at 4:59
I installed build 567. I can now run some tests but there are some TextFixture
classes that randomly (it seems) quit working. That is, I get the dreaded "No
tests found in file". This has happened before and the workaround was to
disable and re-enable Gallio in ReSharper/Options/Tools/Unit Testing. Gallio no
longer shows up there.
Running the tests in Icarus is my workaround.
Original comment by rayme...@gmail.com
on 30 Dec 2011 at 6:34
It would be really great if we can get an update that worked with build
3.3.458. It's a huge pain to change all the assemblies in our multiple test
projects and then have the team install a whole new msi.
Original comment by rhoff...@extended64.com
on 30 Dec 2011 at 6:37
@raymegal it's probably worth doing a full uninstall, deleting anything gallio
related and re-installing. If that doesn't make any difference, could you
please supply a test case that reproduces the problem?
@rhoffman they should be binary compatible. Have you tried it?
Original comment by grahamr...@gmail.com
on 30 Dec 2011 at 7:36
Same issue for us: Gallio 3.3.563, Resharper 6.1 RTM, TestDriven.Net 3.0.
Projects reference Gallio.dll 3.2, MBUnit.dll 3.2. No tests show up in Unit
Test Explorer. Running test with TestDriven.Net context menu in VS gives
following error:
Detected a probable test framework assembly version mismatch.
Referenced test frameworks: 'MbUnit, Version=3.2.0.0, Culture=neutral,
PublicKeyToken=eb9cfa67ee6ab36e'.
Supported test frameworks: 'MbUnit, Version=3.3.0.0'.
We have been trying to just use R# 5 because of this issue. We might have to
revert again unfortunately.
Original comment by dawn.stu...@gmail.com
on 6 Jan 2012 at 5:56
You can't mix and match versions. You need to reference 3.3, if that's what you
have installed.
Original comment by grahamr...@gmail.com
on 6 Jan 2012 at 6:11
Would it be possible to have the plugin support both Gallio versions? I've had
to downgrade because none of our 75K+ test inventory will run after getting R#
6.1 and the latest plugin. Upgrading our Gallio version is not an option for a
while so this will really hinder our ability to move forward.
Original comment by dflor...@gmail.com
on 25 Jan 2012 at 10:47
The only thing that's changed is the plugin, so the 6.1 plugin _should_ be
compatible with 3.3.x. (Not 3.2 though).
I've not tried it, however. I'll give it a go when I have a chance.
Original comment by grahamr...@gmail.com
on 26 Jan 2012 at 9:10
What I meant was backwards-compatibility with Gallio 3.2. We, for example, were
trying to upgrade to ReSharper 6.1. After upgrading, we installed Gallio 3.3 on
our local machines. There are tests in our code-base, however, that reference
Gallio and MbUnit 3.2 and the Gallio plugin for Resharper 6.1 lists them as
"Platform Unsupported." Would it be possible to give the Gallio 3.3 plugin the
ability to run both Gallio/MBUnit 3.3 tests AND run Gallio/MBUnit 3.2 tests?
Original comment by dflor...@gmail.com
on 26 Jan 2012 at 9:17
Not easily, no. Have a look at the Gallio Loader for the gory details.
You could try & bodge it, but I suspect that way lies pain and misery.
Let me have a think about it.
Original comment by grahamr...@gmail.com
on 26 Jan 2012 at 9:59
Will this be supported soon?
Original comment by aabra...@gmail.com
on 27 Jan 2012 at 7:17
The attached zip file contains a VS2010 solution and a Word document that
describes how to recreate what I'm seeing.
Thanks!
Original comment by rayme...@gmail.com
on 28 Jan 2012 at 2:15
Attachments:
Original comment by grahamr...@gmail.com
on 19 Jul 2012 at 10:22
Original issue reported on code.google.com by
rhoff...@extended64.com
on 29 Dec 2011 at 4:26