xamarin-macios/tests/cecil-tests
Rolf Bjarne Kvinge d9b71dcd37
Turns out we need MarshalAs for characters as well. (#10785)
The default marshalling size for characters in .NET is a single byte, and that
is potentially lossy (and causes tests to fail for non-ascii characters).
2021-03-05 07:22:14 +01:00
..
EnumTest.cs [tests][cecil] Check that error-based enum values don't have availability attributes (#9737) 2020-09-30 15:15:18 -04:00
Helper.cs Add a MarshalAs attribute to all boolean return types and parameters in P/Invokes. (#10782) 2021-03-04 16:22:24 +01:00
Makefile [tests] Port cecil-tests to new-style csproj. (#8663) 2020-05-25 14:47:20 +02:00
MarshalAsTest.cs Turns out we need MarshalAs for characters as well. (#10785) 2021-03-05 07:22:14 +01:00
README.md [tests] Add cecil-based unit tests (#7825) 2020-02-10 17:23:12 -05:00
Test.cs [cecil-tests] Fix string composition (#10781) 2021-03-04 16:40:53 +01:00
cecil-tests.csproj [tests][cecil] Check for absence of `[NoX]` (Unavailable) in platform assemblies. Fix #4835 (#9686) 2020-09-30 07:56:48 -04: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...