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.
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.