Vanara/UnitTests/PInvoke/Shared
David Hall 6f80b4217d Fixed and extended implicit operators for RECT and PRECT 2023-01-16 12:13:58 -07:00
..
Collections Completed work on unit test separation. All projects build. 2019-03-16 16:11:06 -06:00
InteropServices Added AnySizeStringMarshaler<T> which is an IVanaraMarshaler implementation to handle structures where the last field is a single character string array. Also added ability to use "*" as field name to indicate that string or array length should be determined by the amount of allocated memory. 2021-02-18 14:22:59 -07:00
WinBase MAJOR BREAKING CHANGES: Fundamentally changed how HANDLEs are represented and used. Much better type safety now that all handles derive from HANDLE and disposing instances are all noted by a SafeHxxx name. Solves problem with circular references and random IntPtr parameters. 2018-09-21 22:35:34 -06:00
WinDef Fixed and extended implicit operators for RECT and PRECT 2023-01-16 12:13:58 -07:00
WinError Updated unit tests for errors based on underlying type changes. 2020-05-04 12:41:48 -06:00
WinNT Updated unit tests to indicate where tests were not complete by adding tasks 2019-06-09 09:58:51 -06:00
WinUser Another 2.0 major commit. All tests working. 2018-11-19 21:18:50 -07:00
OverlappedAsyncTests.cs Added struct size test for Vanara.Shared. 2022-04-14 08:34:27 -06:00
ResourceIdTests.cs Another 2.0 major commit. All tests working. 2018-11-19 21:18:50 -07:00
Shared.csproj Removed all Framework entries from unit test project files and into root Directory.Build.props 2020-11-12 22:38:00 -07:00