Kevin Smith
Results
12
comments of
Kevin Smith
True I agree with that, but a lot of frameworks like `NServiceBus` have a way to store data and would be great to just plug this on the back of...
Looks like this might have been intentional (or overlooked), within `.\src\Enchilada\Filesystem\FileSystemFileProvider.cs` [Line 30](https://github.com/sparkeh9/Enchilada/blob/master/src/Enchilada/Filesystem/FileSystemFileProvider.cs#L30): ``` if ( System.IO.File.Exists( combinedPath ) || Path.HasExtension( combinedPath ) ) ``` It required the file to...