You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As of writing, the set of APIs offered to customize collection name is strictly limited to me defining the specific type that i want to override the collection name for using ChangeCollectionPropertyForType. Could we expose a function that could allow you to change collection properties for any?
I would think the method signature will look something similar to the one below ConfigureCollectionProperty(Action<T, ICollectionPropertySetting>): void