You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Dec 19, 2018. It is now read-only.
Today the FileSystemRazorProject doesn't entirely fulfill the purpose of handling absolute pathed Razor projects. This is needed so tooling can create Razor projects that work in their absolute pathed world.
The text was updated successfully, but these errors were encountered:
- Normalize paths to be absolute and to also use forward slashes.
- Updated our `EnsureValidPath` method to be `NormalizeAndEnsureValidPath`.
- Added tests to validate new `NormalizeAndEnsureValidPath`.
- Updated existing tests to react to `NormalizeAndEnsureValidPath` correctly.
#1106
- Normalize paths to be absolute and to also use forward slashes.
- Updated our `EnsureValidPath` method to be `NormalizeAndEnsureValidPath`.
- Added tests to validate new `NormalizeAndEnsureValidPath`.
- Updated existing tests to react to `NormalizeAndEnsureValidPath` correctly.
#1106
Today the FileSystemRazorProject doesn't entirely fulfill the purpose of handling absolute pathed Razor projects. This is needed so tooling can create Razor projects that work in their absolute pathed world.
The text was updated successfully, but these errors were encountered: