MscrmTools / MscrmTools.Xrm.Connection

Provides Winforms control to connect to Microsoft Dynamics CRM deployments
GNU Lesser General Public License v3.0
23 stars 38 forks source link

Metadata cache #142

Closed MarkMpn closed 3 years ago

MarkMpn commented 3 years ago

Fixes an error where properties of a cached EntityMetadata object could be set to null if there were changes only to one of the related attributes.

Also ensures that an invalid or inaccessible cache file does not prevent the cache from being refreshed.