And looks like I pushed the MapPath extension change too soon. I had to fix an issue in the path for forward and backward slash.
For example if an application tries to do MapPath("/resource") then this code does not work cross plat unless the directory separator characters are fixed appropriately.
Fixed it and also added some test coverage.
|
||
|---|---|---|
| .. | ||
| Fakes | ||
| testroot | ||
| HostingEngineTests.cs | ||
| HostingUtilitiesTests.cs | ||
| HttpContextFactoryFacts.cs | ||
| Microsoft.AspNet.Hosting.Tests.xproj | ||
| StartupManagerTests.cs | ||
| project.json | ||