https://bugs.winehq.org/show_bug.cgi?id=37633
--- Comment #5 from Bruno Jesus 00cpxxx@gmail.com --- (In reply to Anastasius Focht from comment #2)
Hello folks,
I compiled the C# snippet into small console app and it works as expected.
--- snip --- using System;
namespace bug37557 { class Program { static void Main(string[] args) { var xml = new System.Net.WebClient().DownloadString("https://raw.githubusercontent.com/ Epix37/Hearthstone-Deck-Tracker/master/Hearthstone%20Deck%20Tracker/Version. xml"); Console.WriteLine(xml); } } } --- snip ---
Anastasius, can you please attach the compiled exe? Did you run in mono?