xamarin-macios/tests/cecil-tests
Chris Hamons cf77b790cb
[NET Attribute Conversion] Add missing attributes in code-behind by re-running conversion (#14660)
* [NET Attribute Conversion] Chip Framework
* [NET Attribute Conversion] Rerun with many fixes
* Fix generator crash when compiling attributes with no introduced version
* Test changes for availability re-run. One new test
2022-04-07 10:46:15 -05:00
..
AttributeTest.cs [NET Attribute Conversion] Add missing attributes in code-behind by re-running conversion (#14660) 2022-04-07 10:46:15 -05: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 [cecil-tests] Enable previously disabled tests. (#14587) 2022-04-01 07:22:27 +02:00
EnumTest.cs Fix some whitespace issues in various files. (#12399) 2021-08-11 10:06:46 +02:00
Helper.cs [NET Attribute Conversion] Add missing attributes in code-behind by re-running conversion (#14660) 2022-04-07 10:46:15 -05:00
Makefile [NET Attribute Conversion] Add missing attributes in code-behind by re-running conversion (#14660) 2022-04-07 10:46:15 -05:00
MarshalAsTest.cs [Tests] Fix cecil tests. (#12853) 2021-09-28 08:09:23 -04:00
ObsoleteTest.cs [cecil-tests] Enable previously disabled tests. (#14587) 2022-04-01 07:22:27 +02:00
OpenTKTest.cs [cecil-tests] Enable previously disabled tests. (#14587) 2022-04-01 07:22:27 +02: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...