xamarin-macios/tests/monotouch-test/CoreAnimation
Rolf Bjarne Kvinge 36af029204
Change all null checking expressions to use 'is' and 'is not'. (#18176)
Change all null checking expressions to use 'is null' and 'is not null'
instead of '== null' and '!= null'.

This was mostly done with sed, so code can probably be improved in many
other ways with manual inspection, but that will come over time.

Also add code to the autoformat script to automatically fix these issues in the future.
2023-05-05 17:52:19 +02:00
..
CABasicAnimation.cs [autoformat] Add monotouch-test (#16701) 2022-11-10 17:59:26 +01:00
CAFrameRateRangeTest.cs [autoformat] Add monotouch-test (#16701) 2022-11-10 17:59:26 +01:00
CAKeyFrameAnimation.cs [autoformat] Add monotouch-test (#16701) 2022-11-10 17:59:26 +01:00
CALayer.cs [autoformat] Add monotouch-test (#16701) 2022-11-10 17:59:26 +01:00
CAOpenGLLayer.cs [autoformat] Add monotouch-test (#16701) 2022-11-10 17:59:26 +01:00
CATextLayerTests.cs [CoreAnimation] Adopt XAMCORE_4_0 changes in .NET. (#13918) 2022-01-28 10:02:46 +01:00
EmitterBehaviorTest.cs [CoreAnimation] Adopt XAMCORE_4_0 changes in .NET. (#13918) 2022-01-28 10:02:46 +01:00
EmitterCellTest.cs [tests] Remove Classic code from all tests. (#8702) 2020-05-28 16:35:09 +02:00
LayerTest.cs Change all null checking expressions to use 'is' and 'is not'. (#18176) 2023-05-05 17:52:19 +02:00
MediaTimingFunctionTest.cs [autoformat] Add monotouch-test (#16701) 2022-11-10 17:59:26 +01:00
ShapeLayerTest.cs [autoformat] Add monotouch-test (#16701) 2022-11-10 17:59:26 +01:00
TransactionTest.cs [generator] Fix fetching nullability for block properties by checking the property for nullability info. (#17594) 2023-02-23 14:34:20 +01:00