Necrobot-Private / CoreBot

half sample .netcore1.1 version of necrobot with VS2017
GNU General Public License v3.0
2 stars 3 forks source link

"The type 'Regex' exists in both 'System.Text.RegularExpressions" #5

Open msx752 opened 7 years ago

msx752 commented 7 years ago

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,

msx752 commented 7 years ago

related with : https://github.com/Necrobot-Private/CoreBot/issues/7