↧
Gendarme warnings for async statement
Greetings,put the following code into a new .NET 4 console application, enable Gendarme code analysis, and build it. var a := async begin // Do something end; // Wait for async code to finish a; I get...
View ArticleGendarme warning about no marshaling information for boolean parameter...
Greetings everyone!Consider the following code: uses System.Runtime.InteropServices, System.Security;type [SuppressUnmanagedCodeSecurity] UnsafeNativeMethods = static assembly class public...
View Article