Current behavior is to throw by default if a converter is associated with a property that will use value generation
However, a value generator to use can be specified:
- On the property
- On the type mapping
- On a converter
A client-side generator is added to the Guid converters so that Guid key scenarios still work. We should find similar "safe" cases and make those work as well.
Original PR: #11479