![]() |
VOOZH | about |
dotnet add package Microsoft.Kiota.Bundle --version 2.0.0
NuGet\Install-Package Microsoft.Kiota.Bundle -Version 2.0.0
<PackageReference Include="Microsoft.Kiota.Bundle" Version="2.0.0" />
<PackageVersion Include="Microsoft.Kiota.Bundle" Version="2.0.0" />Directory.Packages.props
<PackageReference Include="Microsoft.Kiota.Bundle" />Project file
paket add Microsoft.Kiota.Bundle --version 2.0.0
#r "nuget: Microsoft.Kiota.Bundle, 2.0.0"
#:package Microsoft.Kiota.Bundle@2.0.0
#addin nuget:?package=Microsoft.Kiota.Bundle&version=2.0.0Install as a Cake Addin
#tool nuget:?package=Microsoft.Kiota.Bundle&version=2.0.0Install as a Cake Tool
The Kiota Bundle Library for dotnet is the dotnet library providing default implementations for client setup. The package provides a request adapter implementation with defaults serialization libraries setup for use with a generated Kiota client.
Read more about Kiota here.
dotnet add package Microsoft.Kiota.Bundle
If you are using Visual Studio Code as your IDE, the launch.json file already contains the configuration to build and test the library. Otherwise, you can open the Microsoft.Kiota.Abstractions.sln with Visual Studio.
This project welcomes contributions and suggestions. Most contributions require you to agree to a Contributor License Agreement (CLA) declaring that you have the right to, and actually do, grant us the rights to use your contribution. For details, visit https://cla.opensource.microsoft.com.
When you submit a pull request, a CLA bot will automatically determine whether you need to provide a CLA and decorate the PR appropriately (e.g., status check, comment). Simply follow the instructions provided by the bot. You will only need to do this once across all repos using our CLA.
This project has adopted the Microsoft Open Source Code of Conduct. For more information see the Code of Conduct FAQ or contact with any additional questions or comments.
This project may contain trademarks or logos for projects, products, or services. Authorized use of Microsoft trademarks or logos is subject to and must follow Microsoft's Trademark & Brand Guidelines. Use of Microsoft trademarks or logos in modified versions of this project must not cause confusion or imply Microsoft sponsorship. Any use of third-party trademarks or logos are subject to those third-party's policies.
| Product | Versions Compatible and additional computed target framework versions. |
|---|---|
| .NET | net5.0 net5.0 was computed. net5.0-windows net5.0-windows was computed. net6.0 net6.0 was computed. net6.0-android net6.0-android was computed. net6.0-ios net6.0-ios was computed. net6.0-maccatalyst net6.0-maccatalyst was computed. net6.0-macos net6.0-macos was computed. net6.0-tvos net6.0-tvos was computed. net6.0-windows net6.0-windows was computed. net7.0 net7.0 was computed. net7.0-android net7.0-android was computed. net7.0-ios net7.0-ios was computed. net7.0-maccatalyst net7.0-maccatalyst was computed. net7.0-macos net7.0-macos was computed. net7.0-tvos net7.0-tvos was computed. net7.0-windows net7.0-windows was computed. net8.0 net8.0 is compatible. net8.0-android net8.0-android was computed. net8.0-browser net8.0-browser was computed. net8.0-ios net8.0-ios was computed. net8.0-maccatalyst net8.0-maccatalyst was computed. net8.0-macos net8.0-macos was computed. net8.0-tvos net8.0-tvos was computed. net8.0-windows net8.0-windows was computed. net9.0 net9.0 was computed. net9.0-android net9.0-android was computed. net9.0-browser net9.0-browser was computed. net9.0-ios net9.0-ios was computed. net9.0-maccatalyst net9.0-maccatalyst was computed. net9.0-macos net9.0-macos was computed. net9.0-tvos net9.0-tvos was computed. net9.0-windows net9.0-windows was computed. net10.0 net10.0 is compatible. net10.0-android net10.0-android was computed. net10.0-browser net10.0-browser was computed. net10.0-ios net10.0-ios was computed. net10.0-maccatalyst net10.0-maccatalyst was computed. net10.0-macos net10.0-macos was computed. net10.0-tvos net10.0-tvos was computed. net10.0-windows net10.0-windows was computed. |
| .NET Core | netcoreapp2.0 netcoreapp2.0 was computed. netcoreapp2.1 netcoreapp2.1 was computed. netcoreapp2.2 netcoreapp2.2 was computed. netcoreapp3.0 netcoreapp3.0 was computed. netcoreapp3.1 netcoreapp3.1 was computed. |
| .NET Standard | netstandard2.0 netstandard2.0 is compatible. netstandard2.1 netstandard2.1 is compatible. |
| .NET Framework | net461 net461 was computed. net462 net462 was computed. net463 net463 was computed. net47 net47 was computed. net471 net471 was computed. net472 net472 was computed. net48 net48 was computed. net481 net481 was computed. |
| MonoAndroid | monoandroid monoandroid was computed. |
| MonoMac | monomac monomac was computed. |
| MonoTouch | monotouch monotouch was computed. |
| Tizen | tizen40 tizen40 was computed. tizen60 tizen60 was computed. |
| Xamarin.iOS | xamarinios xamarinios was computed. |
| Xamarin.Mac | xamarinmac xamarinmac was computed. |
| Xamarin.TVOS | xamarintvos xamarintvos was computed. |
| Xamarin.WatchOS | xamarinwatchos xamarinwatchos was computed. |
Showing the top 5 NuGet packages that depend on Microsoft.Kiota.Bundle:
| Package | Downloads |
|---|---|
|
Microsoft.OpenApi.Kiota.Builder
The core engine behind the OpenAPI based client generator. |
|
|
Keycloak.AuthServices.Sdk.Kiota
Keycloak HTTP Admin API generated by Kiota |
|
|
GitHub.Octokit.SDK
This is an auto-generated SDK for GitHub's REST API, built on Kiota. |
|
|
Clerk.Net
Clerk Backend API Wrapper for .NET. This package includes the OpenAPI-generated client. |
|
|
Microsoft.Agents.M365Copilot.Core
Microsoft Agents M365 Copilot Client Library implements core functionality used by Microsoft Copilot client libraries. |
Showing the top 6 popular GitHub repositories that depend on Microsoft.Kiota.Bundle:
| Repository | Stars |
|---|---|
|
domaindrivendev/Swashbuckle.AspNetCore
Swagger tools for documenting API's built on ASP.NET Core
|
|
|
microsoft/kiota
OpenAPI based HTTP Client code generator
|
|
|
erwinkramer/bank-api
The Bank API is a design reference project suitable to bootstrap development for a compliant and modern API.
|
|
|
json-api-dotnet/JsonApiDotNetCore
A framework for building JSON:API compliant REST APIs using ASP.NET and Entity Framework Core.
|
|
|
NikiforovAll/keycloak-authorization-services-dotnet
Authentication and Authorization with Keycloak and ASP.NET Core 🔐
|
|
|
mehdihadeli/vertical-slice-api-template
🍰 An asp.net core template based on .Net 9, Vertical Slice Architecture, CQRS, Minimal APIs, OpenTelemetry, API Versioning and OpenAPI.
|
| Version | Downloads | Last Updated |
|---|---|---|
| 2.0.0 | 118,037 | 5/6/2026 |
| 1.22.2 | 80,020 | 5/6/2026 |
| 1.22.1 | 313,609 | 3/19/2026 |
| 1.22.0 | 108,770 | 3/3/2026 |
| 1.21.3 | 139,999 | 2/5/2026 |
| 1.21.2 | 199,035 | 1/19/2026 |
| 1.21.1 | 144,044 | 12/18/2025 |
| 1.21.0 | 387,570 | 10/28/2025 |
| 1.20.1 | 234,992 | 9/29/2025 |
| 1.20.0 | 35,844 | 9/23/2025 |
| 1.19.1 | 386,681 | 8/12/2025 |
| 1.19.0 | 312,100 | 6/18/2025 |
| 1.18.0 | 16,802 | 6/18/2025 |
| 1.17.4 | 220,448 | 6/2/2025 |
| 1.17.3 | 96,778 | 5/22/2025 |
| 1.17.2 | 623,101 | 4/3/2025 |
| 1.17.1 | 347,657 | 2/12/2025 |
| 1.17.0 | 113,309 | 2/6/2025 |
| 1.16.4 | 157,366 | 1/15/2025 |
| 1.16.3 | 20,997 | 1/7/2025 |