Joseph Musser

Results 395 comments of Joseph Musser

> What version of the compiler is this compiled with? The PDB and DLL? I don't know if I can find out since I didn't build them. Is that information...

If you have time and want to look, let me know where you want me to send it. If you're confident that I'm not losing anything important, don't let me...

My basic goal is to achieve source-stepping while incurring as little coupling as possible to Microsoft PDB format details at a certain point in time. If this conversion is not...

Ran into a couple of these, too: > PDB0016: token 0x0600782E: Invalid scope IL offset range: [32, 66)

I had stepped through but I wasn't sure which repo to look in. That makes sense. Emailed, thank you!

The goal with this one would be to fill a gap that isn't currently being filled.

@Overclock303 It sounds like you're asking for a new feature in NUnit. https://github.com/nunit/nunit/issues would be the place to track that.

I use Shouldly a lot these days, so this would be every test method for me. Maybe an opt-in diagnostic would make sense?

Empty test method bodies sound like a good thing to warn for. What do you think?

I'd have to look through MSBuild Structured Log Viewer for candidates, but I'm pretty sure I've seen the SDK version itself as a properly and the major versions line up...