Treats all compiler warnings as errors. For a new project, it may be best to use /WX in all compilations; resolving all warnings will ensure the fewest possible hard-to-find code defects.
Transparent or safe critical method {0} is overriding critical method {1} in violation of method override rules. {0} must ...
Transparent or safe-critical method {0} uses the SuppressUnmanagedCodeSecurityAttribute, either directly on the method or ...
Transparent or safe-critical type {0} derives from critical type {1} in violation of the transparency inheritance rules. ...
Transparent type {0} derives from safe-critical type {1} in violation of the transparency inheritance rules. {0} must be ...
Treats all compiler warnings as errors. For a new project, it may be best to use /WX in all compilations; resolving all warnings ...
Tried to open registry key "{0}". If the attempt failed, null was returned. To determine which key was accessed, see the ...
True indicates that a threshold violation is generated if the performance counter value is greater than the threshold value. ...
True indicates that an authentication header is sent for each request. False indicates that authentication headers are only ...
True indicates that performance counter data is collected for this HTTP request when the Web test is added to the test mix ...