Richard Terris

Results 5 comments of Richard Terris

This is possibly becoming the wrong place for this, but.... I have now gone as far as set up OWIN TestServer within my unit test project to try and get...

@leastprivilege It would seem so, for me at least :D But jokes aside - what you're suggesting IS really easy but it's not working for me. The code will create...

No, in the unit test the static logger doesn't get created, only when I add that code to the unit test. I would have thought the startup class would still...

I have no idea why this editor is modifying my code but the TestServer.Create also specifies OwinTestConfiguration which is what sets up my middleware where I am creating the logger...

Hi @damianh thanks for the response. From what I've read, it doesn't look like NUnit supports parallelisation, but I don't think it should be an issue here because I just...