You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jan 10, 2025. It is now read-only.
Hi,
The line runner.Writer = new NUnitOutputTextWriter (runner, null, new NUnitLite.Runner.NUnit2XmlOutputWriter ());
is not correct and won't build if one removes the if/endif. NUnitOutputTextWriter takes a DateTime which i don't understand why it is required.
donnib
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Hi,
The line
runner.Writer = new NUnitOutputTextWriter (runner, null, new NUnitLite.Runner.NUnit2XmlOutputWriter ());
is not correct and won't build if one removes the if/endif.
NUnitOutputTextWriter
takes aDateTime
which i don't understand why it is required.donnib
The text was updated successfully, but these errors were encountered: