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
See #1826
Fix issue where FileField was mapped as "file" and not "content"
Fix issue where Language fluent method accepted a NumberPropertyDescriptor<T> instead of StringPropertyDescriptor<T>
Fix issue where ContentLength fluent method accepted a StringPropertyDescriptor<T> instead of NumberPropertyDescriptor<T>
Both of these fluent method changes overload the fluent method and mean that the lambda expression must be typed
will fail on
a => a.FileField(t => t.Name(e => e.Foo)
becauseAttachmentPropertyDescriptor.Dictionary
is not initialized and has null value:The text was updated successfully, but these errors were encountered: