This repository was archived by the owner on Dec 19, 2018. It is now read-only.
This repository was archived by the owner on Dec 19, 2018. It is now read-only.
Cannot resolve TagHelperDesignTimeDescriptors in CoreCLR #709
Closed
Description
The impact of this bug is not having <summary>
IntelliSense in the Razor editor.
Problem: RazorTooling
currently only compiles for CoreCLR/netstandard and Razor ifdefs
the design time descriptor code to only run in net45 (how it used to run).
We need to find a way to locate XML locations for assemblies in CoreCLR to make this possible.