Grant Erickson

Results 6 issues of Grant Erickson

We are using a deterministic random generator via an overload on the BaseValueGenerator. This allows us to run unit tests that have the same data every time. However, maybe the...

It may be very interesting to be able to create both a server side and potentially a client-side implementation of GraphQL right off of the EF classes. This could be...

I went to the docs and started clicking around reading stuff and then decided I wanted an overview. What does this thing really do anyway? I know we have written...

docs

The admin pages by default show the number of related child rows. Currently, there isn't a good way to do this aside from getting all the rows. If the number...

enhancement
knockout

Adding multi-tenancy (single database) to an application is a complex process that requires changes at nearly every level of the application. By baking this into Coalesce we could have the...

docs

Soft deletes are commonplace in many data scenarios. This can be done with Coalesce, but the build in functionality for deletes does an actual delete. It would be nice to...

enhancement