I am using Breeze.Sharp with Blazor. I have exported the metadata and stored it in local storage.
When I try to import it to MetadataStore (to avoid fetching it everytime ) I get the following error
System.Exception: 'There are no KeyProperties yet defined on EntityType: 'Student:#SchoolManager.Entities'. Please insure that the metadata for this type is complete either by calling FetchMetadata or by explicitly updating the KeyProperties before creating an EntityKey for this type.
This used to work with breeze js client.