Foundatio.Repositories
Foundatio.Repositories copied to clipboard
Generic repositories
Patternize multi-tenant custom field handling - Custom field mapping storage - [x] Entity type (repo), tenant (should allow for composite like organization+type), field type, friendly name, extensible to store additional...
I removed some usages of JSON.NET down to where our only usage is pretty much the JSON patch support. Spent some time taking a look at [json-everything](https://json-everything.net/)'s `JsonPatch` support and...
Some items may fail due to version change or multiple bulk results running at the same time. We should retry this and possibly return the number of modified documents (bulkResult.Items)....
Updated [Microsoft.NET.Test.Sdk](https://github.com/microsoft/vstest) from 18.0.0 to 18.0.1. Release notes _Sourced from [Microsoft.NET.Test.Sdk's releases](https://github.com/microsoft/vstest/releases)._ ## 18.0.1 ## What's Changed Fixing an issue with loading covrun64.dll on systems that have .NET 10 SDK...
Updated [Microsoft.AspNetCore.Components.WebAssembly.DevServer](https://github.com/dotnet/dotnet) from 8.0.19 to 10.0.1. Release notes _Sourced from [Microsoft.AspNetCore.Components.WebAssembly.DevServer's releases](https://github.com/dotnet/dotnet/releases)._ ## 10.0.0-preview.6.25358.103 You can build .NET 10.0 Preview 6 from the repository by cloning the release tag `v10.0.0-preview.6.25358.103`...
Introduces improved nested field support and related tests. This commit addresses the need for testing nested fields. It includes a new test file, updates configurations, and adds utilities for generating...
Updated [Microsoft.AspNetCore.Components.WebAssembly.Server](https://github.com/dotnet/aspnetcore) from 8.0.19 to 8.0.22. Release notes _Sourced from [Microsoft.AspNetCore.Components.WebAssembly.Server's releases](https://github.com/dotnet/aspnetcore/releases)._ ## 8.0.22 [Release](https://github.com/dotnet/core/releases/tag/v8.0.22) ## What's Changed * Update branding to 8.0.22 by @vseanreesermsft in https://github.com/dotnet/aspnetcore/pull/63949 * [release/8.0] Update...
Updated [Microsoft.AspNetCore.Components.WebAssembly](https://github.com/dotnet/aspnetcore) from 8.0.19 to 8.0.22. Release notes _Sourced from [Microsoft.AspNetCore.Components.WebAssembly's releases](https://github.com/dotnet/aspnetcore/releases)._ ## 8.0.22 [Release](https://github.com/dotnet/core/releases/tag/v8.0.22) ## What's Changed * Update branding to 8.0.22 by @vseanreesermsft in https://github.com/dotnet/aspnetcore/pull/63949 * [release/8.0] Update...
Updated [Jint](https://github.com/sebastienros/jint) from 4.4.1 to 4.4.2. Release notes _Sourced from [Jint's releases](https://github.com/sebastienros/jint/releases)._ ## 4.4.2 ## What's Changed * Upgrade to xUnit v3 by @lahma in https://github.com/sebastienros/jint/pull/2154 * Fix `BigInt` modulo...