This content is current as of Conan 2.6. Always check the official docs for latest changes.

Controversial or thought-provoking.

Use this for the developers actually doing the migration work.

The deploy() method is replaced by the new feature.

: Use self.dependencies["name"] to access information about dependencies instead of legacy methods like self.deps_cpp_info . Remove Deprecated Methods : self.copy() is gone; use conan.tools.files.copy() . self.imports() is removed.