xamarin-macios/tools/install-source
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
..
InstallSourcesTests [autoformat] Add the rest of tools. (#16801) 2022-11-17 17:18:34 -05:00
.gitignore Install source code. 2016-04-24 14:47:27 -04:00
IPathMangler.cs [autoformat] Add the rest of tools. (#16801) 2022-11-17 17:18:34 -05:00
Makefile Switch to mono archive and remove submodule 2019-05-21 22:16:02 +02:00
MonoPathMangler.cs [autoformat] Add the rest of tools. (#16801) 2022-11-17 17:18:34 -05:00
OpenTKSourceMangler.cs [autoformat] Add the rest of tools. (#16801) 2022-11-17 17:18:34 -05:00
PathManglerFactory.cs Change all null checking expressions to use 'is' and 'is not'. (#18176) 2023-05-05 17:52:19 +02:00
Program.cs Change all null checking expressions to use 'is' and 'is not'. (#18176) 2023-05-05 17:52:19 +02:00
XamarinSourcesPathMangler.cs [autoformat] Add the rest of tools. (#16801) 2022-11-17 17:18:34 -05:00
install-source.csproj Fix some whitespace issues in various files. (#12399) 2021-08-11 10:06:46 +02:00
install-source.sln [Debugger] Allow to step into Xamarin code. (#1663) 2017-12-05 14:13:59 +01:00