Bruno Zell
Bruno Zell
This idea is listed in the [Visual Studio User Voice](https://visualstudio.uservoice.com/forums/121579-visual-studio-ide/suggestions/2035831-xml-format-of-solutions-files-sln). Vote for it.
What are the considerations for result accuracy here? Can we just funnel `async` `await` through NBench as is or do we need to take care of some diagnostic issues that...
I'm facing the same problem right now when using nested submodules (submodule depends on other repository with csproj). The temporary workarround is to use a conditional `ProjectReference`: ```xml ``` Then...