microsoft / kiota-dotnet

Abstractions library for the Kiota generated SDKs in dotnet
https://aka.ms/kiota/docs
MIT License
41 stars 34 forks source link

prepare for std uri template 2 and date time drop #395

Closed baywet closed 1 month ago

baywet commented 2 months ago

related https://github.com/std-uritemplate/std-uritemplate-csharp/pull/11 The following types need to the normalized to their RFC3339 representation before they are passed to std URI template when they are present are query or path parameter values DateTime, DateTimeOffset, and their collection representations (array, enumerable)

andrueastman commented 1 month ago

I believe this is already handled in the library.

The request info class looks to handle the types already here https://github.com/microsoft/kiota-dotnet/blob/ae93dbc61908d8048a92cecf13564be2782685d0/src/abstractions/RequestInformation.cs#L127

Furthermore, validation checks are passing as the tests below are part of the suite.