-
Notifications
You must be signed in to change notification settings - Fork 82
Implement CombinedFileSystemProvider #49
Comments
@muratg Fixing this issue can help in fixing aspnet/Diagnostics#157 where razor files could be(as MVC gives this option) coming from physical or embedded resources cc @davidfowl |
Actually ignore my previous comment, the fix for aspnet/Diagnostics#157 is not dependent on fixing this issue...but from an end user perspective would be nice to have.. |
Need this for aspnet/Mvc#2551 |
This is backlog for now. If it is definitely needed for MVC then come talk to us. |
Hi, |
PR sounds great. I tried playing with this at one point and sort of dropped it because it was missing some design -
These might not be an issue if individual IFileProviders were isolated in separate hives (had to have distinct roots) but that didn't work for the scenarios we were trying to use it in Mvc. |
Hi, |
I was thinking a bit about this issue and here are my two cents:
|
Thanks, @MartinJohns. FWIV, RC1 is already released BTW! :) |
cc @loudej
This was specifically the issue that stopped me from creating a |
Hi, The caller will potentially be notified for files that cannot be accessed, but I don't see how to do differently 😞 |
@mgrosperrin that sounds fine. Over expiring shouldn't be a problem. The first two bullet points from @MartinJohns sound fine. |
The CombinedFileSystemProvider would accept multiple FileSystemProviders and return files if they exist in one of them.
The text was updated successfully, but these errors were encountered: