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
The predefined type 'System.Runtime.CompilerServices.ExtensionAttribute' is defined in multiple assemblies in the global alias; using definition from '...\Assets\Plugins\Newtonsoft.Json.dll'
#952
I'm working in an Unity project while using Newtonsoft.Json library.
It seems Newtonsoft is overwriting my project's native System.Runtime.CompilerServices.ExtensionAttribute
Are namespaces properly defined in the library?
Some extra info:
My Unity project compiles and runs in the Unity editor, but MonoDevelop is not able to run the Debugger.
The text was updated successfully, but these errors were encountered:
I'm working in an Unity project while using Newtonsoft.Json library.
It seems Newtonsoft is overwriting my project's native
System.Runtime.CompilerServices.ExtensionAttribute
Are namespaces properly defined in the library?
Some extra info:
My Unity project compiles and runs in the Unity editor, but MonoDevelop is not able to run the Debugger.
The text was updated successfully, but these errors were encountered: