clariuslabs / TransformOnBuild

Transform Text Templates On Build
Apache License 2.0
48 stars 17 forks source link

Please don't create *.bak_clarius files #52

Closed PhilipDaniels closed 5 years ago

PhilipDaniels commented 6 years ago

They flash up temporarily in the VS 2017 solution window (causes questions from 'sensitive' developers!) and must be manually added to .gitignore in case they are accidentally left around.

kzu commented 6 years ago

@mnaoumov?

mnaoumov commented 6 years ago

@kzu I'll take a look

bert-alpen commented 6 years ago

Seconded. They create a problem when using TFS (which my company, unfortunately, still does). Since in TFS all files are marked as ReadOnly by default, the write attempt in RewriteTemplateFile() generates an UnauthorizedAccessException. I tried to fix this by removing the ReadOnly flag in a pre build task, but apparently it only gets executed after this package.

mnaoumov commented 6 years ago

I'll fix it today

пн, 13 авг. 2018 г., 11:55 bert-alpen notifications@github.com:

Seconded. They create a problem when using TFS (which my company, unfortunately, still does). Since in TFS all files are marked as ReadOnly by default, the write attempt in RewriteTemplateFile() generates an UnauthorizedAccessException. I tried to fix this by removing the ReadOnly flag in a pre build task, but apparently it only gets executed after this package.

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/clariuslabs/TransformOnBuild/issues/52#issuecomment-412451852, or mute the thread https://github.com/notifications/unsubscribe-auth/AAs6hneDugv4lsy1_6PUDfahN2NPtd5tks5uQT8RgaJpZM4UyGTh .