microsoft / testfx

MSTest framework and adapter

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Remove Usings.cs from samples

cremor opened this issue · comments

The global usings should not be needed any more with #2701

But they now need to be added to the "Below is the equivalent project configuration when not using MSTest.Sdk" sections in the csproj files as <Using Include="Microsoft.VisualStudio.TestTools.UnitTesting" />.

Thanks, please see the linked PR, I was not sure if I am getting your request correctly.