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 was archived by the owner on Jul 30, 2020. It is now read-only.
Severity Code Description Project File Line Suppression State Error CS0433 The type 'Regex' exists in both 'System.Text.RegularExpressions, Version=4.0.10.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' and 'System, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089' CoreBot.RocketAPI D:\Github_SourceTree\CoreBotTeam\CoreBot.RocketAPI\Helpers\HtmlRemoval.cs 29 Active
not only 'regex' it happens for every subnamespace of System
two different library have same namespace and there are conflicts,