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 was archived by the owner on Dec 19, 2018. It is now read-only.
Current Microsoft.AspNet.Tooling.Razor is using non-test variations of Razor's TagHelperDescriptor comparers. Instead of duplicating all the code for these comparers we should move the current comparers to a Microsoft.AspNet.Razor.Test.Sources project in /src (so a package is created). Microsoft.AspNet.Razor.Test.Sources should be a sources package that does not publish packages externally; this way we can use the common Razor test utilities across our repos but not impact external consumers.
Current
Microsoft.AspNet.Tooling.Razoris using non-test variations of Razor'sTagHelperDescriptorcomparers. Instead of duplicating all the code for these comparers we should move the current comparers to aMicrosoft.AspNet.Razor.Test.Sourcesproject in/src(so a package is created).Microsoft.AspNet.Razor.Test.Sourcesshould be a sources package that does not publish packages externally; this way we can use the common Razor test utilities across our repos but not impact external consumers.