I have a project with several large test cases in it and the project takes about 2-3 minutes to build. I am suspicious that it has to do with this new warnings feature... for example:
warning xUnit2003: Do not use Assert.Equal()
warning xUnit2004: Do not use Assert.Equal() to check for boolean conditions.
It is doing this for thousands of lines...
It would be great if there was a way to disable this feature. Not sure if it has to do with the visual studio runner or xunit itself.