Vanara/UnitTests/CSharpRunner
dahall d9f00186b0 Removed support for .NET 2.0, 3.5, 4.0 and 4.5, .NET Core 2.0, 2.1, and 3.0 since all are or shortly will be out of support. Added support for .NET 4.6.2 and 4.8. 2022-02-07 14:35:37 -07:00
..
Properties Updated project and build files for 3.2.18. Converted all project files to new SDK format. 2020-10-21 08:27:54 -06:00
CSharpRunner.cs Fixed Run methods for consistency 2019-07-24 12:56:01 -06:00
GenericTester.cs Added test class harness for testing COM and classes that span all tests 2020-05-14 10:13:48 -06:00
PrivBlock.cs Added SafeAnysizeStruct to help marshal stuctures with a 1-element field at the end that can be variable size. Adjusted all structs of this type to use this to marshal along with tests and supported classes. 2019-11-03 16:02:54 -07:00
Shared.csproj Removed support for .NET 2.0, 3.5, 4.0 and 4.5, .NET Core 2.0, 2.1, and 3.0 since all are or shortly will be out of support. Added support for .NET 4.6.2 and 4.8. 2022-02-07 14:35:37 -07:00
SuccessfulConstraint.cs MAJOR BREAKING CHANGE: Changed underlying type of HRESULT and NTStatus to Int32 and Win32Error to UInt32 (reversed) due to a major miss on my part in reading the header files. Sorry everyone. 2020-04-27 21:25:47 -06:00
TempFile.cs Added TempFile docs and new ctor with extension 2021-08-14 14:57:41 -06:00
TestCaseSources.cs Added TestCaseSources.GetValueOrDefault method 2020-09-14 10:27:10 -06:00
TestHelper.cs Added/updated tests for Kernel32 2021-02-18 14:27:08 -07:00