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 Dec 18, 2020. It is now read-only.
Then its better to find all the classes that match that condition and apply the rename. Pretty sure theres more then just one.
alikindsys
changed the title
'Permissions' is an ambiguous reference between 'DSharpPlus.Permissions' and 'sisbase.Utils.Permissions'
Ambiguous references on the sisbase.Utils namespace
Jul 20, 2020
Agreed. The only other file in Utils that matches this pattern is Unicode, which contains a list of unicode emojis. It does not (currently) provide any functions abstractig over the usage of this list, only two dictionaries Emojis: Disctionary<string, string> (really <UnicodePoint, DiscordName>) and UnicodeEmojisByDiscordName (really Dictionary<DiscordName, UnicodePoint>). these aren't self explanatory, so perhaps split that rename and refactoring into a different issue
Workaround
Explicitly declare
DSharpPlus.Permissions
Proposed Solution
Rename
sisbase.Utils.Permissions
to avoid the conflict.The text was updated successfully, but these errors were encountered: