You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jul 12, 2022. It is now read-only.
I've used the tool over a .csproj project and nothing happened. I haven't found any documentation about how to use it. Could you please upload a mini how-to to teach us?
Thanks!
The text was updated successfully, but these errors were encountered:
Probably you're missing the MSTestNamespaces.txt file in the output directory, 6eb6cc3 in PR #233 fixed that for me, but unfortunately that PR has not been merged yet :(
When I ran the converter without that patch, I think got warnings in the console, and that patch made it go away. Try that first.
Next, if your codebase contains TestInitialize, and TestCleanup attributes, then you might be interested in my dev branch where I've added support to convert those to the appropriate xUnit equivalents. It's here.
I've used the tool over a .csproj project and nothing happened. I haven't found any documentation about how to use it. Could you please upload a mini how-to to teach us?
Thanks!
The text was updated successfully, but these errors were encountered: