You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The feature is super helpful when working with larger projects. Unfortunately, the way it works it removes the references from the .csproj files. It would be great if it also worked with asmdefs. At the very list, it could print out the list of detected unused dependencies.
The text was updated successfully, but these errors were encountered:
The feature added in #2279 will work with "Remove Unused References". As the project references are removed, the .asmdef file is updated. There is no special integration into the "Remove Unused References" refactoring - the dialog will list all references that can be removed, even those added by default by Unity. When Unity next gets focus, these default assemblies will be re-added. However, any .asmdef files that are not used will not be added back.
Rider 2020.2 added support for removing unused assembly references, a feature that was previously only available in ReSharper:
https://youtrack.jetbrains.com/issue/RIDER-7943
The feature is super helpful when working with larger projects. Unfortunately, the way it works it removes the references from the .csproj files. It would be great if it also worked with asmdefs. At the very list, it could print out the list of detected unused dependencies.
The text was updated successfully, but these errors were encountered: