If a parameter name contains "uri" or "url" or "urn", and it's typed as string, the parameter type should be changed to System.Uri, unless there is an overload method where the same parameter is typed as System.Uri.
If a function name contains "uri" or "url" or "urn" and the return type is string, the return type should be changed to System.Uri. ...
If a method overloads another method by replacing a System.Uri parameter with a string, then the string overload should simply ...
If a method uses an IntPtr or UIntPtr field in a class with a finalizer and does not call GC.KeepAlive, a race condition ...
If a page has no doctype or an unrecognized doctype is declared, the Secondary Schema will be used. Note: Doctypes will not ...
If a parameter name contains "uri" or "url" or "urn", and it's typed as string, the parameter type should be changed to System.Uri, ...
If a splitter is used in a group, the group can have only one column to the left of the splitter and one column to the right ...
If a test project contains coded UI tests, or a reference to an assembly built using the .NET Framework 4 or above, you cannot ...
If a type contains fields attributed as OptionalField, then it should implement the corresponding special deserialization ...
If a type implements a Dispose method and has unmanaged resources, it should provide a Finalize method in case Dispose is ...