HDF.PInvoke
HDF.PInvoke copied to clipboard
Getting the native path from app settings can fail with NullReferenceException
See #112 for details.
ConfigurationManger.AppSettings[ ... ]
:
- returns
null
when the key doesn't exist - the return type is
string
, so theToString()
doesn't do anything except throwingNullReferenceException