Joseph Musser
Joseph Musser
Okay! I'll put each thing as close to the defining code as possible. I believe you can include and import XSD, but I'd have to read up on it.
Is there a target namespace we have used in the past? I'm also leaning towards `xs:all` everywhere rather than `xs:sequence`, which gives us the freedom to change the order in...
Here's what I got so far, validates against real-world test XML from the Explore action: https://github.com/jnm2/nunit/blob/xsd/src/NUnitFramework/framework/Schemas/Test.xsd#L1 That has to come first, because the result format extends this format. What do...
Oh, good question! I hadn't thought of that.
@ChrisMaddock Any exceptions thrown during explore are already covered by the normal result format. 👍
If your tests don't work because you're targeting _.NET Standard_, then you would need conditional compilation with `#if` even if PlatformAttribute was available. If your tests don't work only on...
Just an update on the particulars: TimeoutAttribute and PlatformAttribute are now present for all platforms.
Looks good now. When I didn't see trace output, the first place I looked before resorting to Google was https://github.com/nunit/docs/wiki/Console-Command-Line. Could we add a short description there of where the...
When emitting markdown docs, I think `
👍 Sounds good. What do you think about the size of the menu leaf items specifically?