Describe the bug
Normal operations of running autorest produce files with 3 dots in names. These files is extremely hard to remove using Windows explorer.
For example:
Expected behavior
Change names for the temp files.
Can't you just delete the folders starting with autorest-?
only from command line. and since all of them in separate folders, it's annoying to remove. Not even rename allowed. Issue probably related to extension-less files creation in Explorer where you have to put . in the end of file, but not sure.
So we actually have a autorest --clear-temp flag that lets you do just that.
Most helpful comment
So we actually have a
autorest --clear-tempflag that lets you do just that.