Skip to content
This repository was archived by the owner on Jul 12, 2022. It is now read-only.

Commit a82be6c

Browse files
committed
Added a README.md
1 parent d2ac3bb commit a82be6c

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

src/XUnitConverter/README.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
# XUnitConverter
2+
3+
This is a tool for converting projects from using MSTest to XUnit. This tool automates many of the repetitive tasks like changing to `[Fact]` attributes, using the correct methods on `Assert`, updating namespaces, etc ...
4+
5+
## Usage
6+
The tool takes only the project to be converted as an argument.
7+
8+
```
9+
xunitconverter <project path>
10+
```
11+
12+
## Contributing
13+
14+
We follow the same contribution process that
15+
[corefx is using][corefx-contributing].
16+
17+
[corefx-contributing]: https://github.com/dotnet/corefx/wiki/Contributing
18+

0 commit comments

Comments
 (0)