Gregor Tušar
Results
1
comments of
Gregor Tušar
I did a furter reserach on this and tried some things. I replaced the `IPhysicalFileSystem fileSystem` with `CompositeFileProvider` ``` _fileProvider = new CompositeFileProvider( new PhysicalFileProvider(Environment.CurrentDirectory), _hostingEnvironment.WebRootFileProvider ); ``` This also...