System.NullReferenceException when assigning null to Session.SessionLogPath
With WinSCP.exe 6.5.6, when creating a new
For consistency, can the code be updated so all
Thanks.
Session object in C# using object initialisation syntax:
- it's possible to assign null to
DebugLogPath
- it's possible to assign null to
XmlLogPath
- attempting to assign null to
SessionLogPaththrowsSystem.NullReferenceException('Object reference not set to an instance of an object.')
For consistency, can the code be updated so all
LogPath parameters accept an assignment of null?
Thanks.
