DavidVilleneuveAnsys

Results 2 comments of DavidVilleneuveAnsys

Sure, I can attempt a fix in the week. Thanks for the prompt reply.

I was able to reproduce the bug with an Unit test in `FilePatternParserTests`, by adding this test: ```csharp [TestMethod] public void FilePatternParserShouldCorrectlySplitPatternAndDirectoryWithAlternateSeparator() { var patternMatchingResult = new PatternMatchingResult(new List()); _mockMatcherHelper.Setup(x...