Closed StefH closed 5 months ago
Yes csharp and csharpcore look similar, both using Nunit - could be merged/unified. The xunit one is set up using xunit and should stay like that. Other languages have different folders for different testing frameworks, too
OK. I see.
Maybe a good idea to merge the csharpcore
and csharp
and rename that new project to csharp-Verify.NUnit
and rename csharpcore-Verify.xunit
to csharp-Verify.xUnit
.
Or also remove the Verify
from both so that we end up with:
csharp-NUnit
/ csharp.NUnit
csharp-xUnit
/ csharp.xUnit
I can make a PR.
Yes good idea to drop the verify word. Yes looking forward to your PR
Solved by #542
I see these 3 C# projects?
These are all very similar; whould it make sense to just keep the
csharpcore
and rename this tocsharp
?