Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
README.md | 2024-01-13 | 916 Bytes | |
v5.5.1 source code.tar.gz | 2024-01-13 | 789.9 kB | |
v5.5.1 source code.zip | 2024-01-13 | 1.6 MB | |
Totals: 3 Items | 2.4 MB | 0 |
This patch eliminates building an intermediate ServiceProvider
at startup, which unblocks usage in Aspire (more specifically, its usage of AddNpgsqlDataSource
) and improves Serilog compatibility.
Furthermore, this patch makes methods on FilterParser
overridable, which enables plugging in custom parsing of constant values (text surrounded by single quotes) inside a filter query string value.
Merged PRs
- Allow to override valueconverter on FilterParser by @bjornharrtell in https://github.com/json-api-dotnet/JsonApiDotNetCore/pull/1401
- Remove building an intermediate service provider at startup by @bkoelman in https://github.com/json-api-dotnet/JsonApiDotNetCore/pull/1431
Full Changelog: https://github.com/json-api-dotnet/JsonApiDotNetCore/compare/v5.5.0...v5.5.1