Vanara/Core
dahall 4ce428215c Added SafeAllocatedMemoryHandleBase.GetBytes() and pulled SafeMemoryHandle.Locked from IMemoryMethods instance 2022-01-22 15:30:42 -07:00
..
BkwdComp Oops. Removing an addition that was already added. 2020-09-10 10:30:48 -06:00
Collections Added XML comment 2020-12-22 16:25:39 -07:00
Extensions Added StringHelper methods supporting encoders 2022-01-22 15:27:13 -07:00
InteropServices Added SafeAllocatedMemoryHandleBase.GetBytes() and pulled SafeMemoryHandle.Locked from IMemoryMethods instance 2022-01-22 15:30:42 -07:00
Properties Added missing French resources to Vanara.Core 2020-02-29 15:01:18 -07:00
RunTimeLib Added constants and conversion methods for enums in the C Run-time Library related to files. 2021-06-02 13:08:30 -06:00
AssemblyReport.md Updated project files with 3.4.0 changes 2022-01-17 17:15:18 -07:00
BeginEndEventContext.cs Added `BeginEndEventContext` to call delegates on context entry and exit 2021-11-11 17:49:22 -07:00
ByteSizeFormatter.cs Added static Instance field and caused 0's to be trimmed off end of Format response. 2019-05-08 19:02:31 -06:00
CompositeFormatter.cs Added missing XML comments 2018-07-31 07:10:20 -06:00
RefEnumerator.cs Added RefEnumerator.Count, Reset and indexer 2020-11-10 21:36:56 -07:00
Vanara.Core.csproj BREAKING CHANGES: I have dramatically reduced dependencies of almost all assemblies on .NET runtime assemblies not part of core System assemblies, most specifically System.Drawing and System.Windows.Forms. This forced the removal of some overloaded methods and the replacement of leveraged structures and enums with native equivalents. I added Vanara.Windows.Shell.Common which has all the content from Vanara.WIndows.Shell that did not have dependencies. I extracted all extension methods from Gdi32 and User32 and moved them to Vanara.Windows.Extensions. 2022-01-14 07:32:51 -07:00