KoenZomers / OneDriveAPI

API in .NET Framework 4.8.0, .NET Core 3.1 and .NET 6.0 to communicate with OneDrive Personal and OneDrive for Business
Eclipse Public License 1.0
109 stars 34 forks source link

Use KeyValueJoinCharacter property instead of "=" when constuct the string #23

Closed VHellin closed 4 years ago

VHellin commented 4 years ago

Hi, I suppose the presence of the property KeyValueJoinCharacter indicates the consumer of the class should be able to "format" the query with the character he defined (also is "=" in most case the default one to be used). Whatever for the moment, consumer is allow to set the property, but the class never uses it.

KoenZomers commented 4 years ago

Well noticed! Thanks for your PR.