Steven Weerdenburg
Steven Weerdenburg
I think this is no longer an issue. It looks like this is now driven by an assembly-level attribute: https://github.com/nunit/nunit/blob/a5adf028c101283beecad0b49104468efe75b90f/src/NUnitFramework/nunitlite/TextUI.cs#L83-L87 https://github.com/nunit/nunit/blob/d83e7150edb41340d5d00e76e4fa918509fbfeb9/src/CommonAssemblyInfo.cs#L59-L63 And the output seems correct now: 
Oh sorry about that @ChrisMaddock ! Thanks for catching and pointing out the line that needs updating
Can you explain a bit about what you are trying to accomplish by changing the base directory and what you've tried so far? We'll need a bit more info to...
Sorry it's taken a bit for you to get a response @WindingWinter .This question may be better suited for the audience in the console runner repo (https://github.com/nunit/nunit-console), but can you...
@MichalMucek Are the binaries used in your pipeline for net framework or core/net5+? For the latter, I think the DOTNET_ROOT environment variable would be the standard way to define this...
Thanks for reporting this @Sputnik24 To help us out, are you able to share a csproj example that would show can the package versions and runtime for your example? EDIT:...
This could be related to or duplicating #1269
I'm a little late replying, but have kept this in my inbox until I could. I've been intending and wanting to get more involved in the engine for a while...
We've recently started the process of moving to npgsql@7 and this has proven to be a very helpful feature. Thanks once again
Great question @WindingWinter ! While the superset / subset methods could validate if ALL items are present, I haven't found something which works for the ANY case quite so easily....