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 Nov 1, 2020. It is now read-only.
Hi. Appreciate the help. I was running into a missing metadata error that said the following, when trying to deserialize xml (only came up after adding <IlcArg Include="--completetypemetadata" /> to my .csproj):
MakeGenericMethod() cannot create this generic method instantiation because the instantiation was not metadata-enabled: 'System.Xml.Serialization.ReflectionXmlSerializationReaderHelper.GetSetMemberValueDelegateWithType<MakeUltra.Rule,System.String>(System.Reflection.MemberInfo)'
So I added the following to my rd.xml file, as seen in #4775:
I fixed it by switching to Newtonsoft.JSON. I originally was only using XML because I couldn't get Newtonsoft.JSON to work (same exact issue as #6394). I posted my solution there. I'm going to mark this issue as closed because I think it might be solved with a similar fix I used over there, but feel free to reopen it if you want to. I am not going to work through it though because I only used XML since I thought it would be easier than JSON.
Hi. Appreciate the help. I was running into a missing metadata error that said the following, when trying to deserialize xml (only came up after adding
<IlcArg Include="--completetypemetadata" />
to my.csproj
):So I added the following to my
rd.xml
file, as seen in #4775:Now when compiling, I get the following output:
I think it must be because
System.Private.Xml
isn't available to me, but how do I resolve this otherwise?I'm going to also tag #6477 and @MichalStrehovsky, seems relevant ;)
The text was updated successfully, but these errors were encountered: