I'm using the Conan Package Manager in my Visual Studio 2022.
It would be very useful if a button (or a menu item in the context menu when right-clicking the project) would allow to clear the build of the current dependencies, in order to be able to rebuild them completely.
AFAIK this is only (partially) possible by changing something in project configuration, e.g. removing and adding back the dependencies.
Would it be possible to add a such functionality? Or if it already exists, can you please explain me how to achieve that?