Merge branch 'release/2.2'

# Conflicts:
#	build/dependencies.props
#	korebuild-lock.txt
#	version.props
This commit is contained in:
N. Taylor Mullen 2018-09-05 17:24:25 -07:00
commit e8f8727193
1 changed files with 0 additions and 2 deletions

View File

@ -137,8 +137,6 @@ namespace Microsoft.AspNetCore.Razor.Language.Legacy
// scope. Block scopes are special cases in Razor such as @<p> would cause an error because there's no
// matching end </p> tag in the template block scope and therefore doesn't make sense as a tag helper.
BuildMalformedTagHelpers(_trackerStack.Count - activeTrackers, errorSink);
Debug.Assert(activeTrackers == _trackerStack.Count);
}
BuildCurrentlyTrackedBlock();