rspec/rules/S3443/csharp/message.adoc

7 lines
215 B
Plaintext

=== Message
* Remove this use of "GetType" on a "System.Type".
* Pass an argument that is not a "System.Type" or use "IsAssignableFrom".
* Remove the "GetType" call, it's suspicious in an "IsInstanceOfType" call.