Skip to content

Release Notes - 5.0.3

Choose a tag to compare

@dahall dahall released this 09 Apr 22:50
· 4 commits to master since this release

Additions

  • Added tests for analyzer and fixed some issues.
  • Finished work on analyzer to check for using 'null' or 'default' on a SafeHANDLE variable or argument and another to check to see if there is a PInvoke overload that is more optimized than a current call.
  • Added VARIANT_BOOL struct to Core to wrap a 2-byte OLE boolean value
  • Added Type.IsComInterface() extension method
  • Added unit tests for BOOL, BOOLEAN, and VARIANT_BOOL

Fixes

Full Changelog: v5.0.1...v5.0.3