Steven Weerdenburg
Steven Weerdenburg
I'm marking this as a `good first issue`. It sounds like we want to modify this `File.Exists()` check here: https://github.com/nunit/nunit/blob/3a35f8c390665810ffb100e924ca2e5d7ee7f06e/src/NUnitFramework/framework/TestContext.cs#L372-L373 On .NET Framework only to prepend `\\?\` to the existence...
Thanks @Meet2rohit99 ! Please let us know if you had any questions 😁
@CollinAlpert Is this something you'd still like to pursue? On the trade-off of net8 vs net4.8, my own take is that I think a big improvement on the former is...
I think I noticed some duplication today between the framework and NUnitlite projects. In theory, this could also help deduplicate some code.
There's a link in the README that we should update with the new location for these: https://github.com/nunit/nunit/blob/master/README.md?plain=1#L19
We turned off publishing to myget from appveyor in https://github.com/nunit/nunit/pull/4441/files I think this means we don't currently publish dev packages from CI. Should we add myget to the current pipeline...
Thanks for the clear repro @metoule . I've uploaded a sample of it to our issues repo: https://github.com/nunit/nunit.issues/tree/main/Issue4545 I can confirm as well that it happens for both NUnit 3.14...
@metoule Is this something you'd be interested in submitting a PR to fix?
Thanks for the investigation and analysis @metoule Looking at the original PR, the `DelayedConstraintResult` was added and seems to have overridden all methods _except_ `WriteMessageTo` in order to preserve the...
Thank you for the thorough repro and information @metoule ! I haven't been able to get to a computer for an extended time to dig into it with the latest...