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)....