Closed sbanni closed 4 years ago
This issue has been marked as "needs attention 👋" due to no activity for 7 days. Please triage the issue so the fix can be established.
This issue has been marked as "needs attention 👋" due to no activity for 7 days. Please triage the issue so the fix can be established.
This issue has been marked as "needs attention 👋" due to no activity for 7 days. Please triage the issue so the fix can be established.
This issue has been marked as "needs attention 👋" due to no activity for 7 days. Please triage the issue so the fix can be established.
This issue has been marked as "needs attention 👋" due to no activity for 15 days. Please triage the issue so the fix can be established.
This issue has been marked as "needs attention 👋" due to no activity for 15 days. Please triage the issue so the fix can be established.
This issue has been marked as "needs attention 👋" due to no activity for 15 days. Please triage the issue so the fix can be established.
This issue has been marked as "needs attention 👋" due to no activity for 15 days. Please triage the issue so the fix can be established.
This issue has been marked as "needs attention 👋" due to no activity for 15 days. Please triage the issue so the fix can be established.
This issue has been marked as "needs attention 👋" due to no activity for 15 days. Please triage the issue so the fix can be established.
This issue has been marked as "needs attention 👋" due to no activity for 15 days. Please triage the issue so the fix can be established.
This issue has been marked as "needs attention 👋" due to no activity for 15 days. Please triage the issue so the fix can be established.
This issue has been marked as "needs attention 👋" due to no activity for 15 days. Please triage the issue so the fix can be established.
This issue has been marked as "needs attention 👋" due to no activity for 15 days. Please triage the issue so the fix can be established.
This issue has been marked as "needs attention 👋" due to no activity for 15 days. Please triage the issue so the fix can be established.
I couldn't repro in VS2019 16.7 so closing it.
Create three projects:
(A)- .Net Core 3.0 WinForms C# project
(B)- UWP blank application (set the minimum version to 1903)
©- UWP Class Library (set the minimum version to 1903)
In (A) add references (B) and ©
Add a class in (C) (say C.TestClass) with some property, and from a file in (A) instantiate it and try to use automatic completion to access its properties.
Observed: Intellisense works fine
Now, I want to install XamlHost in (A) (since I need Xaml Island). What I do:
Observed: Intellisense still works for C.TestClass in (A)
Observed: Intellisense stops working for C.TestClass in (A) and you can see warning icons on all of the referenced packages and projects