Is it possible to inject a Guid provider to aspnet / EF core so that two test runs produces the identical database content?
I'd like to diff the dump of two databases but randomised ids are a problem. I currently remove the ids but it makes the diff less than idea.