Andriy Svyryd
Andriy Svyryd
See https://github.com/dotnet/efcore/issues/28205
- [ ] Process join entity types in KeyDiscoveryConvention.ProcessForeignKeyPropertiesChanged, similarly for SqlServerOnDeleteConvention - [ ] Don't use a convention scope in `UsingEntity` - [ ] Consider setting nullability for value...
It would throw by default
However, this wouldn't allow persisting the values of keys that contain the ordinal property. This depends on https://github.com/dotnet/efcore/issues/34445 to allow flexibility in the order of values coming from the database
In addition to #28452 and #28584 we should allow specifying MaxLength, IsUnicode and other applicable facets
Split off from #245