Sylvain Berthu

Results 1 issues of Sylvain Berthu

Hello, In .Net5 Framework, I have a Xunit Test class like this: ``` using Pose; using System.IO; using Xunit; public class MyTest { public bool test(string path) { bool ret...