We are wanting to use application generated GUIDs with EF Core, but are looking to use COMB GUIDs to have them ordered sequentially, instead of relying on the guids being generated by EF Core out of box.
Does anyone know of an easy way to override/extend the default functionality of guid generation for new entities? I think we can do it on a per-entity basis using the Fluent API, but a global solution would definitely be preferred.