Skip to content
This repository has been archived by the owner on Dec 19, 2018. It is now read-only.

Fix FileSystemRazorProject to accurately handle absolute paths. #1106

Closed
NTaylorMullen opened this issue Mar 22, 2017 · 2 comments
Closed

Fix FileSystemRazorProject to accurately handle absolute paths. #1106

NTaylorMullen opened this issue Mar 22, 2017 · 2 comments
Assignees

Comments

@NTaylorMullen
Copy link
Member

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.

@NTaylorMullen NTaylorMullen added this to the 2.0.0-preview1 milestone Mar 22, 2017
@NTaylorMullen NTaylorMullen self-assigned this Mar 22, 2017
NTaylorMullen added a commit that referenced this issue Mar 22, 2017
- Normalize paths to be absolute and to also use forward slashes.
- Updated our `EnsureValidPath` method to be `NormalizeAndEnsureValidPath`.

#1106
NTaylorMullen added a commit that referenced this issue Mar 22, 2017
- 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
NTaylorMullen added a commit that referenced this issue Mar 22, 2017
- 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
@ajaybhargavb
Copy link
Contributor

Close?

@NTaylorMullen
Copy link
Member Author

c077599

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

3 participants