dotnet / upgrade-assistant

A tool to assist developers in upgrading .NET Framework applications to .NET 6 and beyond
MIT License
1.11k stars 163 forks source link

NotifyIcon is not analyzed #956

Open BobFrankston opened 2 years ago

BobFrankston commented 2 years ago

upgrade-assistant.clef.txt

Describe the bug

A clear and concise description of what the bug is.

NotifyIcon depends on ContextMenu which is deprecated but no replacement is listed.

It's also unclear if deprecated items must be replaced or should be replaced

To Reproduce

Have a form with NotifyIcon

Exceptions (if any)

Further technical details

sunandabalu commented 2 years ago

Thanks @BobFrankston for filing the issue, I'll take a look to see if we can alert on NotifyIcon