dotnet / codeformatter

Tool that uses Roslyn to automatically rewrite the source to follow our coding styles
MIT License
1.24k stars 244 forks source link

Fix missing MSTestNamespaces.txt in output dir #293

Closed gabrielweyer closed 2 years ago

gabrielweyer commented 3 years ago

MSTestNamespaces.txt should be copied to output directory if we want to use the tool from command line.

Fix #232 and fix #246