Registry Enumeration: serialization issue
bjsi opened this issue · 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
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.