Avoid deprecated usage
Prohibits the usage of deprecated attributes in the codebase, except within manual conversion flows. While deprecated attributes may still be present for backward compatibility, their use should be avoided to maintain code quality and reduce the risk of future issues. Developers are encouraged to refactor code to utilize non-deprecated alternatives. Manual conversion flows are the only allowed context for using deprecated attributes, enabling necessary data migrations while minimizing reliance on outdated features.