microsoft / testfx

MSTest framework and adapter
MIT License
715 stars 253 forks source link

Rename diagnostic options to use kebab case #3630

Open nohwnd opened 3 weeks ago

nohwnd commented 3 weeks ago

Describe the bug

--diagnostic-filelogger-synchronouswrite
--diagnostic-output-fileprefix

are not following the kebab case and put two words together. They should be renamed to

--diagnostic-filelogger-synchronous-write
--diagnostic-output-file-prefix

Or when put in context with the remaining logger option --diagnostic-output-directory

--diagnostic-output-write-file-synchronously
MarcoRossignoli commented 3 weeks ago

I'm fine with the rename.

Evangelink commented 3 weeks ago

I would even suggest