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
When a dependency is added to the project and that dependency uses a "Settings" file, the compiler can't differ between the dependency Settings file and the C# Settings file.
Possible solution:
In SDK, create an interface for Settings to avoid collision.
Error message:
"System.Exception: There are multiple types named 'Settings'"
The text was updated successfully, but these errors were encountered:
When a dependency is added to the project and that dependency uses a "Settings" file, the compiler can't differ between the dependency Settings file and the C# Settings file.
Possible solution:
In SDK, create an interface for Settings to avoid collision.
Error message:
"System.Exception: There are multiple types named 'Settings'"
The text was updated successfully, but these errors were encountered: