huysentruitw / SapNwRfc

SAP NetWeaver RFC library for .NET 5, .NET Core and .NET Framework
MIT License
149 stars 43 forks source link

Adjust `ToInterop` to consider custom parameters in subclasses #84

Closed oliverkahrmann-basf closed 1 year ago

oliverkahrmann-basf commented 1 year ago

Relates to #82, but does not fix all of it.

This change makes using subclasses of SapConnectionParameters possible when creating a connection.
It does NOT fix SapConnectionParameters.Parse() since that requires a slightly different fix.

huysentruitw commented 1 year ago

Thanks for this PR!