QBO has been updated to support cases insensitive URLs and parameters. While not a breaking change, the change is deep enough that it includes a feature switch to enable/disable the functionality: qbo.Application.Properties.Settings.CaseSensitiveMethodSignature , which defaults to false .To leverage the feature switch, instead of calling: new Dictionary<string, object>() code should instead call: new Parameters() The Parameters class constructor sets the StringComparer based on the CaseSensitiveMethodSignature. Beyond that, the functionality is equivalent to IDictionary<string, object>.The changes to enable this include:
|
Quandis Business Objects 3 > Release Notes >