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 14, 2018. It is now read-only.
Due to the change here: cfd5630 directives are no longer inherited in the tooling scenario because we short-circuit for rooted paths (tooling passes in rooted paths) in the ViewStartUtility, now ViewHierarchyUtility.
This seems to have regressed at the beginning of December.
The text was updated successfully, but these errors were encountered:
- Tooling passes in rooted paths when asking for a RazorParser for a file. This was problematic when resolving inherited code trees and ultimately this commit tests that.
#2213
- Tooling passes in rooted paths when asking for a RazorParser for a file. This was problematic when resolving inherited code trees and ultimately this commit tests that.
#2213
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Due to the change here: cfd5630 directives are no longer inherited in the tooling scenario because we short-circuit for rooted paths (tooling passes in rooted paths) in the
ViewStartUtility
, nowViewHierarchyUtility
.This seems to have regressed at the beginning of December.
The text was updated successfully, but these errors were encountered: