Closed potterdai closed 7 years ago
Looks like it's only bug with project import. Library System.Runtime.Serialization is not added.
For now you can add manually. File -> Project Structure -> |correct module, like Assembly-CSharp| -> Depedencies -> |+| -> Standard Library -> select System.Runtime.Serialization. I will fix it at midday.
Yep, that solves the problem! Thank you for the help!
Thanks
Fixed. Now (re-)import will add this library to dependencies.
Thanks you
Can I change the .net version from 3.5 to 3.5 SP1 ? There are some attributes lacking in current version of .NET like "IgnoreDataMemberAttribute".
https://msdn.microsoft.com/en-us/library/system.runtime.serialization.ignoredatamemberattribute(v=vs.90).aspx