-
Includes:
- [x] #1046
- [x] #1039
- [x] #1042
- [x] #1056
- [x] #1077
- [x] #1138
- [x] #1275
- [x] #1274
- [x] #1273
- [x] #1272
- [x] #1271
…
-
To make the generated code performant and amenable to AOT compilation and linker trimming, usage of LINQ should be removed. .NET JIT (which AOT also uses at its build-time backend) gives up while devi…
-
Hi,
I am trying to upload new file to SharePoint using java as follows:
graphServiceClient.drives().byDriveId("DRIVE_ID").items().byDriveItemId("ITEM_ID").content().put(fileInputStream);
In case I …
-
Trying to migrate from SDK v4.35 to 5.8. We have a multi-tenant app with consent granted in other tenancies.
Authentication code is
`
var scopes = new[] { "User.Read", "Mail.ReadWrite", "Mail.R…
-
I'm not sure what is going on here (feel free to rephrase the title accordingly), but there is something wrong happening in a (not so)edge case.
Here you have a minimal reproducer description:
```…
-
Originally reported https://github.com/microsoft/kiota/issues/4335
https://github.com/std-uritemplate/std-uritemplate/blob/95b7aceaddf3c0ccc02d0e8cf4d7c2a90b423098/csharp/Std.UriTemplate.cs#L470
htt…
-
There are exceptions while parsing some `orderHint`'s for Planner Task/Task Details resources.
Exception occurs in `pendulum` library but is not captured on `msgraph` level.
The following is a sta…
-
I have an OpenAPI specification for TeamCity.
For example, here https://teamcity.jetbrains.com/guestAuth/app/rest/swagger.json
It compiles with error.
` WithPathRequestBuilder.cs(60, 40): [CS011…
-
We migrated from version 1.6 to version 1.13 and noticed some weird changes in the names of the methods.
In v1.6 a method was named like this:
`res, err := client.Groups().ByGroupIdGuid(idUUID).Get(…
-
```
openapi: '3.0.2'
info:
title: JSONPlaceholder
version: '1.0'
servers:
- url: https://jsonplaceholder.typicode.com/
paths:
/api/download/{blobId}:
parameters:
- in: path…