extensions icon indicating copy to clipboard operation
extensions copied to clipboard

Custom aspnet xunit extensions should be converged with XUnitExtensions in arcade

Open ViktorHofer opened this issue 6 years ago • 6 comments

I just noticed that aspnetcore has xunitextensions for various use-cases: https://github.com/aspnet/Extensions/tree/master/src/TestingUtils/Microsoft.AspNetCore.Testing/src/xunit. We do have the same in corefx and partner repositories: https://github.com/dotnet/arcade/tree/master/src/Microsoft.DotNet.XUnitExtensions

We should converge both and remove the duplication here.

ViktorHofer avatar Aug 07 '19 09:08 ViktorHofer