You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Added KtmW32.dll and Pdh.dll supporting assemblies with 100% of functions implemented.
Added new Vanara.Library metapackage that pulls in all Vanara packages.
Completed adding functions with unit tests from wininet.dll to Vanara.PInvoke.WinInet.
Completed adding functions from vertdll.dll to Vanara.PInvoke.Kernel32.
Completed adding functions from ncrypt.dll to Vanara.PInvoke.Cryptography.
Completed adding functions from ole32.dll and propsys.dll to Vanara.PInvoke.Ole.
Enhanced testing support classes and moved all static file references to single class.
Extended error structures with FormatMessage to get their descriptive text.
Added IDisposable to ISafeMemoryHandle so it can be used instead of abstract SafeAllocatedMemoryHandle.
BREAKING: Moved reflection extension methods that extend object to special namespace Vanara.Extensions.Reflection to Intellisense isn't crowded with them.