SourceCodeReader
SourceCodeReader copied to clipboard
Reading NServiceBus fails
path too long error.
https://github.com/NServiceBus/NServiceBus
Duplicate of Issue #1
This is a known issue and till now I couldn't find a perfect solution to this.
Right now the projects are downloaded to "App_Data", length of path to this itself is around 40 characters long. So one way avoid this is - to download the projects into root of a drive instead into App_Data.
The place where I hosted this application(appharbor.com) doesn't provide write permission outside App_Data. So I am holding this issue for fixing it in future.