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 Mar 26, 2024. It is now read-only.
I get the following error when I try to use this in Unity 2020.3:
VoxellNLP\Coreference\Mention\DictionaryFactory.cs(56,24): error CS0103: The name 'ConfigurationManager' does not exist in the current context
using System.Configuration; is properly called, but it can't find using System.Configuration.ConfigurationManager.
Is this a bug or a feature? ... Or, just me?
The text was updated successfully, but these errors were encountered:
I get the following error when I try to use this in Unity 2020.3:
VoxellNLP\Coreference\Mention\DictionaryFactory.cs(56,24): error CS0103: The name 'ConfigurationManager' does not exist in the current context
using System.Configuration; is properly called, but it can't find using System.Configuration.ConfigurationManager.
Is this a bug or a feature? ... Or, just me?
The text was updated successfully, but these errors were encountered: