xamarin-macios/tests/bindings-framework-test
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
..
ApiDefinition.cs [bindings-framework-test] Remove unused define. 2016-06-27 13:07:37 +02:00
StructsAndEnums.cs [tests] Add bindings-framework-test. 2016-04-26 17:48:55 -04:00
XTest.framework.linkwith.cs [tests] Add missing framework to the bindings-framework-test project's LinkWith attribute. 2019-04-29 14:55:40 +02:00
bindings-framework-test.csproj [generator] Add C#8 nullability into generated code (#7570) 2020-04-09 09:29:28 -04:00