mcintyre321 / EmbeddedResourceVirtualPathProvider

A custom VirtualPathProvider for IIS - load views and assets from Embedded Resources in referenced assemblies
http://www.adverseconditionals.com/2011/07/portable-aspnet-code-using.html
MIT License
63 stars 42 forks source link

Does not support complicated folder structures #28

Closed robbiecooray closed 7 years ago

robbiecooray commented 7 years ago

The current solution does not support:

  1. dots in folder name (select2-3.4.5)
  2. numbers in the front of the folder (3rdParty)
robbiecooray commented 7 years ago

30 #29