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
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:
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: