FFIG / ffig

Generate code to call C++ libraries from other languages
MIT License
29 stars 9 forks source link

Use nullable references when dotnet core supports C# 8.0 #409

Open jbcoe opened 6 years ago

jbcoe commented 6 years ago

https://blogs.msdn.microsoft.com/dotnet/2017/11/15/nullable-reference-types-in-csharp/

Methods that return nullable sub-objects should return nullable references when they are supported.