Verify nullability of strings in the API #13
Labels
area-core
Sampsharp.OpenMp.Core - open.mp API definitions, types and related marshallers
openmp-api
open.mp API layer / improvements to reflect the managed signatures of the open.mp structures
Some API parameters, return values and event parameters of type
string
might be nullable. Check every occurence ofstring
and where applicable, replace withstring?
The text was updated successfully, but these errors were encountered: