Rearrange tfms for intellisense in vscode and visual studio#37027
Rearrange tfms for intellisense in vscode and visual studio#37027Anipik merged 1 commit intodotnet:masterfrom Anipik:dtb
Conversation
|
Tagging subscribers to this area: @ViktorHofer |
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?
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. |
|
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-*