This repository was archived by the owner on Dec 19, 2018. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 221
Cannot resolve TagHelperDesignTimeDescriptors in CoreCLR #709
Comments
/cc @danroth27 / @Eilon i'm working on this now feel free to decorate with whatever labels you feel necessary. Taskbughancement is my all encompassing suggestion. |
Sorry, didn't feel like creating a new |
Taylor, will this also fix the missing OutputElementHint info? |
Yes this will also fix that since it exists on the design time descriptor. |
NTaylorMullen
added a commit
that referenced
this issue
Mar 16, 2016
- After discussion offline to maintain consistency we decided to also remove `CodeBase` fallback in the net451 scenario. This will keep CoreCLR and net451 scenarios more consistent. - Removed `CodeBase` validation tests. - Added `GetAssemblyLocation` extensibility point to enable proper testing of the `TagHelperDesignTimeDescriptorFactory`. #709
NTaylorMullen
added a commit
that referenced
this issue
Mar 21, 2016
- After discussion offline to maintain consistency we decided to also remove `CodeBase` fallback in the net451 scenario. This will keep CoreCLR and net451 scenarios more consistent. - Removed `CodeBase` validation tests. - Added `GetAssemblyLocation` extensibility point to enable proper testing of the `TagHelperDesignTimeDescriptorFactory`. #709
NTaylorMullen
added a commit
that referenced
this issue
Mar 21, 2016
- After discussion offline to maintain consistency we decided to also remove `CodeBase` fallback in the net451 scenario. This will keep CoreCLR and net451 scenarios more consistent. - Removed `CodeBase` validation tests. - Added `GetAssemblyLocation` extensibility point to enable proper testing of the `TagHelperDesignTimeDescriptorFactory`. #709
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
The impact of this bug is not having
<summary>
IntelliSense in the Razor editor.Problem:
RazorTooling
currently only compiles for CoreCLR/netstandard and Razorifdefs
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.
The text was updated successfully, but these errors were encountered: