xamarin / binding-tools-for-swift

MIT License
157 stars 21 forks source link

removed a bunch of nullable warnings #828

Closed stephen-hawley closed 6 months ago

stephen-hawley commented 6 months ago

There were several tests that generated warnings about null issues. This sorts them out.

As a bit of background, for every test that generates code (which is most of them), we scan the compiler output and check for warnings and we accept only a small number of warnings. The rest are considered failures. This keeps us honest in terms of the quality of code that we generate.