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
{{ message }}
This repository has been archived by the owner on Dec 14, 2018. It is now read-only.
No current MVC code uses DefaultModelMetadata.PropertyGetter. If it were used, would find null values e.g. ModelMetadata.PropertyGetter(null) lead to NREs. Root cause may be the fact PropertyHelper.MakeNullSafeFastPropertyGetter() is not referenced.
No current MVC code uses
DefaultModelMetadata.PropertyGetter
. If it were used, would findnull
values e.g.ModelMetadata.PropertyGetter(null)
lead to NREs. Root cause may be the factPropertyHelper.MakeNullSafeFastPropertyGetter()
is not referenced.Experienced this issue while developing PR #2984.
The text was updated successfully, but these errors were encountered: