Quantcast
Channel: RazorGenerator Issue Tracker Rss Feed
Viewing all articles
Browse latest Browse all 525

Created Issue: VirtualPath case sensitive problem in IsPhysicalFileNewer. [101]

$
0
0

private bool IsPhysicalFileNewer(string virtualPath)
{
if (virtualPath.StartsWith(_baseVirtualPath ?? String.Empty, StringComparison.Ordinal))
......
}

can change __StringComparison.Ordinal__ to __StringComparison.OrdinalIgnoreCase__ ?

thanks...

Viewing all articles
Browse latest Browse all 525

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>