Skip to content

Release Notes - 3.4.1

Compare
Choose a tag to compare
@dahall dahall released this 05 May 00:17
· 888 commits to master since this release

Additions

  • Added Vanara.Management assembly with helpers for System.Management.
  • Added Vanara.PInvoke.SensorsApi
  • VirtualDisk: Added support for mounting specific path or drive when attaching, added properties for mount information, CreateAsync, AttachAsync, VHD set, snapshot and mirror methods.
  • VirtDisk: Added CREATE_VIRTUAL_DISK_PARAMETERS.ctor, RAW_SCSI_VIRTUAL_DISK_PARAMETERS.ctor and enhanced OPEN_VIRTUAL_DISK_PARAMETERS.ctor for platform adherance and new constants from SDK.

Fixes

  • Moved RGBQUAD from Gdi32 to Shared.
  • Fixed recursive bug in WinNTExtensions.IsValidSecurityDescriptor
  • Fixed bug with DRIVE_LAYOUT_INFORMATION_EX
  • Improved error handling in DeviceIoControl
  • Fixed conditional binding to Registry in Vanara.PInvoke.Shared
  • Updates to hopefully fix PInvoke.Shared load problems
  • #284 - added functionality to address multiple mount points to VirtualDisk
  • SPCorrespondingTypeAttribute refactor (#288)
  • Rearranged file placement of elements from NtDll as part of exploring #289
  • Fixed flags in MONITORINFOEX (#293)
  • Fixed bug #294 -- problem with SYMBOL_INFO and SymEnumSymbols not showing Name field correctly. Had to change PSYM_ENUMERATESYMBOLS_CALLBACK (breaking change). Added new SymEnumSymbolsEx overload to do the hard work.
  • Reworked all structures in IpHlpApi assembly to ensure size compatibility. (#296)
  • Fixed #297 - Incorrect value for Ws2_32.IN6_ADDR.Loopback