Chris Maddock
Chris Maddock
Is this the NUnit3 adapter, as per the SO question you've linked to? Which version of the adapter are you using? The issue in that StackOverflow question was fixed in...
Hey @felipetozato! The .NET Standard engine required to do #48 in the way we want to is actually nearly ready - the work is done in a branch here: https://github.com/nunit/nunit-console/tree/issue-388b...
Awesome, thanks!
Hi @cclauson, Nothing clever going on - it's just that changes have happened in this repository since the last NuGet release. The project was converted to .NET Standard 2.0 earlier...
Ahh - sorry, now I understand. I think that must have been missed. 😞 I wonder if it's possible to support that functionality directly in .NET Standard... We'd welcome a...
I see Xamarin forms supplies a `Application.Quit()` method - I wonder if that would work here? My thoughts would be that the best case scenario would be to fix the...
I thought I'd have a play around with this. Have come up against one issue that the portable agent is netstandard 1.3, whereas (I think!) win phone 8.1 only supports...
That would be another solution! It seems quite easy to reverse, if there is outcry. 😄
Currently blocked by https://github.com/nunit/nunit.portable.agent/issues/13 and #64
Removing from 3.2, this is instead going to wait until some sort of portable engine solution.