Hi.
If the source or transform files are read-only, an UnauthorizedAccessException is thrown:
System.UnauthorizedAccessException: Access to the path 'C:\MyApp\MyProject\MyFile.json' is denied.
I expected a transformation to succeed even if the source or transform files are read-only.
Here's a related issue: microsoft/slow-cheetah#86
Thank you.