xamarin-macios/tests/cecil-tests
Rolf Bjarne Kvinge e99c71ad36
[tests] Fix a few nullability issues in cecil-tests and the .NET tests. (#17095)
Also make any nullability warnings show up as errors.
2022-12-21 10:19:13 +01:00
..
ApiAvailabilityTest.cs [tests] Add cecil-test to verify that the obsolete messages are identical between platforms for a given API. (#17089) 2022-12-21 07:44:15 +01:00
ApiCapitalizationTest.cs [tests] Improve perf in cecil-tests by only loading assemblies once. (#16997) 2022-12-13 09:23:25 +01:00
AttributeTest.cs [tests] Improve cecil-tests's member filtering API. (#17001) 2022-12-13 17:09:45 +01:00
BlittablePInvokes.cs [tests] Improve cecil-tests's member filtering API. (#17001) 2022-12-13 17:09:45 +01:00
CecilExtensions.cs [tests] Port and improve the availability attribute test from introspection. (#17083) 2022-12-20 12:46:06 +01:00
ConstructorTest.cs [tests] Assert that we don't have any private IntPtr constructors in cecil-tests. (#17055) 2022-12-15 13:13:21 +01:00
EnumTest.cs [tests] Improve perf in cecil-tests by only loading assemblies once. (#16997) 2022-12-13 09:23:25 +01:00
GenericPInvokes.cs [tests] Improve cecil-tests's member filtering API. (#17001) 2022-12-13 17:09:45 +01:00
Helper.cs [tests] Add cecil-test to verify that the obsolete messages are identical between platforms for a given API. (#17089) 2022-12-21 07:44:15 +01:00
Makefile [tests] Use .NET to build cecil-tests. (#17028) 2022-12-14 22:35:50 +01:00
MarshalAsTest.cs [tests] Improve cecil-tests's member filtering API. (#17001) 2022-12-13 17:09:45 +01:00
ObsoleteTest.cs [tests] Port and improve the availability attribute test from introspection. (#17083) 2022-12-20 12:46:06 +01:00
OpenTKTest.cs [tests] Improve perf in cecil-tests by only loading assemblies once. (#16997) 2022-12-13 09:23:25 +01:00
README.md [tests] Add cecil-based unit tests (#7825) 2020-02-10 17:23:12 -05:00
Test.cs [tests] Remove ignore due to custom code that's been gone for almost two years. (#17027) 2022-12-15 14:28:51 +01:00
cecil-tests.csproj [tests] Fix a few nullability issues in cecil-tests and the .NET tests. (#17095) 2022-12-21 10:19:13 +01: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...