Uh oh!
There was an error while loading. Please reload this page.
Rearrange tfms for intellisense in vscode and visual studio - #37027
Conversation
ghost
commented
May 26, 2020
Tagging subscribers to this area: @ViktorHofer |
ViktorHofer
commented
May 26, 2020
What about netstandard-only projects? |
safern
left a comment
There was a problem hiding this comment.
Is this something we will have to live with? Like we use to do with, /t:UpdateVSConfigurations? If so, is there a way we can improve/fix this in a better way?
Anipik
commented
May 26, 2020
The intellisense will work if the ref folder is populated with the correct reference assemblies.
We can have designTimeBuild protection on ci which can help us catch these errors before they are introduced. I have an issue tracking that. |
ViktorHofer
commented
May 27, 2020
Got it thanks. Then I don't think we need any protection for this as I'm currently working on getting rid of the upfront restore necessity hence the order of tfms shouldn't matter going forward. |
Fixes#36799
The intellisense always picks up the first tfm in tfms to resolve the references, so the first one needs to be netcoreapp-*