SapNwRfc icon indicating copy to clipboard operation
SapNwRfc copied to clipboard

SAP NetWeaver RFC library for .NET 5, .NET Core and .NET Framework

Results 21 SapNwRfc issues
Sort by recently updated
recently updated
newest added

While using Parse function in SapConnectionParameters.cs connectionString with multiple equal signs causing issues and does not work as intended. Easy to reproduce: Regex: "^\s*(?\S*)\s*=\s*(?\S*)\s*$" Input: something=my=password Output: key="something=my" value="password" This...