xamarin-macios/msbuild/tests/MyiOSAppWithBinding
Sebastien Pouliot a5ac0ea102
[generator] Add C#8 nullability into generated code (#7570)
Goals
* Reflect Apple nullability annotations in our bindings using C#8
* No warnings when building bindings

Non-Goals
* Update (add or fix) `[NullAllowed]` to match Apple headers (next phase)
* Make the generator or internal code fully nullable aware (`nowarn` is used)

Notes
* Apple's own annotations are not 100% accurate :(
* Where known issue exists we have _fixed_ our attributes to match reality :)
* We also do additional null-checks internally that might seems not required (better safe than sorry).
2020-04-09 09:29:28 -04:00
..
Resources [msbuild/tests] Add TVServicesExtension test (#21) 2016-05-03 13:17:38 -04:00
AppDelegate.cs fix: Template typos execution, transition (#7723) 2020-01-20 15:29:23 +01:00
Entitlements.plist Build MSBuild targets & assemblies. 2016-04-24 14:48:44 -04:00
Info.plist Build MSBuild targets & assemblies. 2016-04-24 14:48:44 -04:00
Main.cs Build MSBuild targets & assemblies. 2016-04-24 14:48:44 -04:00
Main.storyboard Build MSBuild targets & assemblies. 2016-04-24 14:48:44 -04:00
MyiOSAppWithBinding.csproj [generator] Add C#8 nullability into generated code (#7570) 2020-04-09 09:29:28 -04:00
MyiOSAppWithBinding.sln Build MSBuild targets & assemblies. 2016-04-24 14:48:44 -04:00
ViewController.cs Build MSBuild targets & assemblies. 2016-04-24 14:48:44 -04:00
ViewController.designer.cs Build MSBuild targets & assemblies. 2016-04-24 14:48:44 -04:00