SuperMemoAssistant icon indicating copy to clipboard operation
SuperMemoAssistant copied to clipboard

Registry Enumeration: serialization issue

Open bjsi opened this issue 4 years ago • 1 comments

Description

Iteration over the concepts in the concept registry throws the following error:

System.Runtime.Serialization.SerializationException: 'Unable to load type System.Collections.Generic.List`1+Enumerator[[SuperMemoAssistant.SuperMemo.SuperMemo17.Registry.Members.Concept, SuperMemoAssistant.Core, Version=2.0.0.0, Culture=neutral, PublicKeyToken=null]] required for deserialization.'

Also, attempts to associate a created element with a concept using ElementBuilder's .AddLinkedConcept or .WithConcept methods doesn't seem to work. Checking the .Concept property of the created item shows that it is null and no links are made inside SM.

Environment (fill where applicable)

SMA 2.0.5-alpha-17

bjsi avatar May 30 '20 16:05 bjsi

Could you open a new issue for

Also, attempts to associate a created element with a concept using ElementBuilder's .AddLinkedConcept or .WithConcept methods doesn't seem to work. Checking the .Concept property of the created item shows that it is null and no links are made inside SM.

alexis- avatar Nov 05 '20 14:11 alexis-