c# – Help me fix the error
Question: There is an object that inherits from IEnumerable . In MoveNext method of this class, a StackOverflowException occurs on the line with Regex . The regular expression itself looks for text matches in files. Remarkably, everything works on Windows 10 x64 with .Net 4.6, the error occurs on Windows …