For { type: "string", format: "date" } models, Kiota references a Date struct that is shipped in its Abstractions package.
In newer .net releases, it would be nice to use the built-in System.DateOnly type, so that the model integrates more naturally with the rest of the code.
For
{ type: "string", format: "date" }models, Kiota references aDatestruct that is shipped in its Abstractions package.In newer .net releases, it would be nice to use the built-in
System.DateOnlytype, so that the model integrates more naturally with the rest of the code.