RequestBuilder should not add QueryParameters in the final URI if they are null or empty
andrueastman opened this issue · 0 comments
andrueastman commented
Sourced from microsoftgraph/msgraph-sdk-dotnet-core#564
When the query parameter is not set or empty, we should not add it to the Uri.
Possilby we need a better check at https://github.com/microsoft/kiota-abstractions-dotnet/blob/89beebb57258163e44a962f8d4222488ef82febf/src/RequestInformation.cs#L53