xamarin-macios/tests/cecil-tests
Manuel de la Pena 339936f457
[Tests] Fix cecil tests. (#12853)
-  Added the marshaling attr and a test to ensure it is ok.
- Fix the cecil MarshalAs test to not skip over types when checking.
    This revealed multiple tests failures that needed fixing.

fixes: https://github.com/xamarin/maccore/issues/2519

Co-authored-by: Rolf Bjarne Kvinge <rolf@xamarin.com>
2021-09-28 08:09:23 -04:00
..
EnumTest.cs Fix some whitespace issues in various files. (#12399) 2021-08-11 10:06:46 +02:00
Helper.cs Fix some whitespace issues in various files. (#12399) 2021-08-11 10:06:46 +02: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
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

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...