Do not wrap a method protected by a LinkDemand with a method that does not perform a security check. A LinkDemand checks the permissions of the immediate caller rather than checking the permissions of all callers in the call stack. In this case, the permissions of the wrapper method will be checked. If the wrapper method does not, itself, check the permissions of callers higher in the call stack, malicious code might be able to execute the wrapped function even though it lacks permission to do so.
Do not use public, protected or protected internal (Protected Friend) nested types as a way of grouping types. Use namespaces ...
Do not use string literals for system items that have locale-specific designations. Special system locations should be retrieved ...
Do not use the varargs calling convention to accept a variable number of arguments. In the managed world, the 'params' and ...
Do not use underscores when specifying identifiers. Some generated Visual Studio identifiers for applications contain underscore ...
Do not wrap a method protected by a LinkDemand with a method that does not perform a security check. A LinkDemand checks ...
Do one of the following: 1) Remove the AllowPartiallyTrustedCallersAttribute from {0}. 2) If the attribute is necessary, ...
Do you also want to remove the corresponding members from the derived classes? To remove the selected member only, click ...
Do you want to add library shares from all available team project collection library shares to the following projects: {0} ...
Do you want to allow the Research task pane to periodically check for and install new services offered by Office, other providers, ...