EF Core contexts support an Update method which will update an entity if it exist.
When using context.Update(), the columns for tracking CreatorUserId and CreatedUTC are reset.
Is this a known problem?
If so, is this something that is on the roadmap to fix?