Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
README.md | 2025-04-26 | 909 Bytes | |
v5.7.1 source code.tar.gz | 2025-04-26 | 1.4 MB | |
v5.7.1 source code.zip | 2025-04-26 | 4.4 MB | |
Totals: 3 Items | 5.8 MB | 0 |
This patch:
- Fixes a build error when using Kiota without any API references.
- Fixes compatibility with MongoDB.
- Removes the Experimental attribute from the AddOpenApiForJsonApi
extension method.
- Reverts an unintentional breaking change in QueryTokenizer
.
Merged PRs
- Publish packages to feedz.io by @bkoelman in https://github.com/json-api-dotnet/JsonApiDotNetCore/pull/1719
- Improve detection of collection element type by @bkoelman in https://github.com/json-api-dotnet/JsonApiDotNetCore/pull/1720
- Fixed: build error after adding reference to JADNC.Kiota package by @bkoelman in https://github.com/json-api-dotnet/JsonApiDotNetCore/pull/1721
- Remove Experimental attribute from AddOpenApiForJsonApi by @bkoelman in https://github.com/json-api-dotnet/JsonApiDotNetCore/pull/1724
Full Changelog: https://github.com/json-api-dotnet/JsonApiDotNetCore/compare/v5.7.0...v5.7.1