Remove the call to Thread.Suspend from {0}. Suspending and resuming threads can be dangerous if the system is in the middle of a critical operation such as executing a class constructor of an important system type or resolving security for a shared assembly.
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 ...
Remove the finalizer from type {0}, override Dispose(bool disposing), and put the finalization logic in the code path where ...
Remove the read-only designation from {0} or change the field to one that is an immutable reference type. If the reference ...
RemoveHandler keyword Declares a RemoveHandler accessor, which specifies the statements to execute when an event handler ...