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
{{ message }}
This repository was archived by the owner on Nov 3, 2021. It is now read-only.
(Once we've figured out how to display an error in references - ReSharper currently only warns about source code issues...)
Warn when a project is referencing files from the wrong framework in a package, when there is a newer framework available. This is usually due to a project having been upgraded, but the packages not re-added.
E.g. a .net 2 project updated to .net 4 still referencing the net2 folder when there is a net40 folder. Or a wp8 project still referencing the wp7 files.