docs icon indicating copy to clipboard operation
docs copied to clipboard

wiki: schema missing for NUnit 3.0

Open ghost opened this issue 6 years ago • 3 comments

https://github.com/nunit/docs/wiki/XML-Formats

Would be nice if you could add a schema for NUnit 3.0 too, as you did for NUnit 2.0

ghost avatar May 31 '18 12:05 ghost

Schema is more than just a documentation issue. NUnit V2 actually used a schema to validate it's XML output.

If we do this, we should do the same, otherwise it's only a promise we may not be keeping.

CharliePoole avatar May 31 '18 12:05 CharliePoole

We have an issue about creating a schema (and I've considered doing it, but so far have not had time for it). See nunit/nunit-console#13

mikkelbu avatar May 31 '18 12:05 mikkelbu

Framework PR is up: https://github.com/nunit/nunit/pull/2929

jnm2 avatar Jul 13 '18 03:07 jnm2