zejji
zejji
I note there is another open issue [here](https://github.com/nickdodd79/AutoBogus/issues/46) which is also related to the question of deterministic data, but I think that issue is just one facet of the general...
@nickdodd79 - Thanks, that will be a massive help!
@logiclrd - Thanks Unless I've understood correctly, isn't `WithFakerHub` a global configuration setting? What if you need multiple different `Faker` configurations (e.g. with different rules) and still need to be...
@logiclrd - Thanks for this explanation - I will do some experimentation! @nickdodd79 - I'm still seeing the issue with 2.12.0. I've attached a self-contained LINQPad 6 example project to...
@martinothamar - Many thanks for your reply. I'll also take a look over the Mediator source code to see if there is a neat way to build in the extension...
Just to echo @dallmair's comment above, we were also investigating using the System.Text.Json source generator in a new minimal API, together with the following configuration to specify that the generated...
We are in the same position of having a legacy database with EF Core retrofitted. The requirement for foreign keys removes the ability to use navigation properties with this data,...
@ajcvickers - it's a large, monolithic database with many years of data and we don't control the client deployments (i.e. there are multiple installs not under our direct control). Accordingly,...
@ajcvickers - Features are still being added to the application, which means that any new migrations generally create new tables (which can happily include foreign + unique key constraints because...
This would certainly be an interesting as using a standard message envelope would allow for interoperability between .NET applications and applications written in other languages (or using other frameworks). This...