OYIon / LiveSharp

Public repository for the LiveSharp project
96 stars 4 forks source link

Log files in the project directory are scanned - Crash #113

Closed pwhsoft closed 3 years ago

pwhsoft commented 3 years ago

Log files that are used at runtime are attempted to be read by livesharp before compilation. An exception is thrown because there is a lock on the log file. This causes livesharp to stop working. Include options to exclude such files from livesharp.

Maybe there should be a possibility to exclude such files. An example for this are .gitignore files. I think this would fit perfectly for this purpose. For example ".livesharpignore".

ionoy commented 3 years ago

You can now use .livesharpignore file to exclude your logs from updating. More info here: https://www.livesharp.net/help/