Remove the call to GC.Collect from {0}. It is usually unnecessary to force garbage collection, and doing so can severely degrade performance.
Remove IDisposable from the list of interfaces implemented by {0} and override the base class Dispose implementation instead. ...
Remove Rule Definition : Removes a Rule from a project so it is no longer available as an IVCRulePropertyStorage object in ...
Remove Team Foundation Build Notifications from the system notification area and do not start it automatically the next time ...
Remove the .compiled files for main code assembly. This option should not be used if your application contains any explicit ...
Remove the call to GC.Collect from {0}. It is usually unnecessary to force garbage collection, and doing so can severely ...
Remove the call to System.Type.InvokeMember with BindingFlags.NonPublic from {0}. Taking a dependency on a private member ...
Remove the call to Thread.Resume from {0}. Suspending and resuming threads can be dangerous if the system is in the middle ...
Remove the call to Thread.Suspend from {0}. Suspending and resuming threads can be dangerous if the system is in the middle ...
Remove the demand or link demand from {0} because it will not prevent the struct from being instantiated. Place the demand ...