Using 'sizeof %ls' as parameter '%d' in call to '%ls' where '%ls' might be an array of wide characters, did you intend to use character count rather than byte count ?
Uses of this construct may result in the generation of unverifiable .NET IL code. This warning can be disabled using '-nowarn:9' ...
Using '%ls' in a default locale to perform a case-insensitive compare to constant string '%ls'. Yields unexpected results ...
Using '%ls' to perform a case-insensitive compare to constant string '%ls'. Yields unexpected results in non-English locales ...
Using 'is' to test compatibility with 'dynamic' is essentially identical to testing compatibility with 'object' and will ...
Using 'sizeof %ls' as parameter '%d' in call to '%ls' where '%ls' might be an array of wide characters, did you intend to ...
Using base types as parameters to methods improves re-use of these methods if you only use methods & properties from the ...
Using file associations requires that the application be full trust, target .NET Framework 3.5 or higher, and be available ...
Using Help Library Manager, you can download new content from MSDN Online's content publication web site for use in offline ...
Using out parameters might indicate a design flaw. Although there are legitimate times to use out parameters, their use frequently ...