xamarin-macios/tests/cecil-tests
Rolf Bjarne Kvinge a34ca54cc2
[src] Make sure the (IntPtr/NativeHandle, bool) ctor is always preserved (conditionally) for types that subclass NativeObject. Fixes #13699. (#13708)
Also add test to make sure we never forget again.

Fixes https://github.com/xamarin/xamarin-macios/issues/13699.
2022-01-14 15:26:23 +01:00
..
CecilExtensions.cs [tests][cecil-tests] Add new test to verify the constructors we expose. 2021-11-26 14:25:21 +01:00
ConstructorTest.cs [src] Make sure the (IntPtr/NativeHandle, bool) ctor is always preserved (conditionally) for types that subclass NativeObject. Fixes #13699. (#13708) 2022-01-14 15:26:23 +01:00
EnumTest.cs Fix some whitespace issues in various files. (#12399) 2021-08-11 10:06:46 +02:00
Helper.cs Add cecil test for verifying obsoleted apis (#13590) 2022-01-12 09:47:46 -05:00
Makefile [tests] Port cecil-tests to new-style csproj. (#8663) 2020-05-25 14:47:20 +02:00
MarshalAsTest.cs [Tests] Fix cecil tests. (#12853) 2021-09-28 08:09:23 -04:00
ObsoleteTest.cs Add cecil test for verifying obsoleted apis (#13590) 2022-01-12 09:47:46 -05:00
README.md [tests] Add cecil-based unit tests (#7825) 2020-02-10 17:23:12 -05:00
Test.cs Fix some whitespace issues in various files. (#12399) 2021-08-11 10:06:46 +02:00
cecil-tests.csproj [main] Update dependencies from dotnet/installer (#12245) 2021-07-28 09:46:36 +02:00
cecil-tests.sln [tests][cecil-tests] Add new test to verify the constructors we expose. 2021-11-26 14:25:21 +01:00

README.md

Cecil-based Tests

Even with the huge variety of tests that we have there's still a few things that are hard to test properly. Some of them can be tested by analyzing the assemblies (IL or metadata). So here we are...