-
follow up to https://github.com/microsoft/kiota/pull/4367
and https://github.com/microsoft/kiota/issues/4190
Implement a unit test with a 304 response, no location header, check the request adapter r…
-
Kiota ignores the usage of `required`/`nullable` in OAS schemas. C# properties are always generated as nullable. This results in unneeded noisy squiggles, as shown [here](https://github.com/microsoft/…
-
Currently (all?) clients manually implement the RPC API, which is problematic, because:
* It leads to accidental implementation bugs, such as unit mistakes (s/vB vs BTC/kvB)
* It is hard to mainta…
-
Currently, Kiota generates C# classes with conditional compilation to use nullable reference types. For example:
```csharp
//
using Microsoft.Kiota.Abstractions.Serialization;
using System.Coll…
0xced updated
1 month ago
-
### Is your feature request related to a problem? Please describe the problem.
The MS Graph SDK for Python comprehensively covers all Graph APIs and provides full models for all data structures.
T…
-
Example: https://github.com/microsoft/kiota/blob/main/.github/ISSUE_TEMPLATE/01-kiota-bug.yml
-
### Is your feature request related to a problem? Please describe the problem.
To support the new client generation, we need a new Kiota Core package. That needs to happen for every language.
### Cl…
-
### Which components would you like this sample to be about?
- [ ] mgt-login
- [X] mgt-person
- [X] mgt-person-card
- [ ] mgt-people
- [ ] mgt-people-picker
- [ ] mgt-agenda
- [ ] mgt-tasks
- [ ] mgt…
-
example https://github.com/microsoft/kiota-http-guzzle-php/pull/123
-
Follow up to #2933
The current telemetry implemented in the vscode extension gives us some level of understanding of usage and patterns. We should refine this and extend it to the CLI itself since …