Project full of errors after uninstalling a NuGet package #3355
Unanswered
userandaname
asked this question in
Q&A
Replies: 1 comment 3 replies
-
Did you actually try rebuilding the project? A quirk of the Visual Studio build system is that code generation and other things like that happens only when you build, not when the intellisense compiler runs. |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi, I installed a package using NuGet (https://github.com/HavenDV/H.NotifyIcon) and I'm a complete noob and didn't know how to use it properly, so I uninstalled it. In doing so, all of MainWindow scripts (MainWindow.xaml and .xaml.cs) is FULL of errors and it can't find Microsoft.UI which might've been deleted cos of the uninstall and I've made a new test project and it had the same issue, reinstalled VS and still not fixed. The design tab also won't work saying "Some assembly references are missing." I have no idea how to fix this at all!
Is this fixable?
Beta Was this translation helpful? Give feedback.
All reactions