Simone

Results 3 issues of Simone

Sometimes when sending a message a OutOfMemoryException was thrown. .net framework 4.0 ``` An unhandled exception just occurred|System.Reflection.TargetInvocationException: Exception has been thrown by the target of an invocation. ---> System.OutOfMemoryException:...

**Suggestion:** Add a list of labels at the creation of a Pie when giving it a list of doubles ```cs double[] _pieValues = new double[]; string[] _pieLabels = new string[];...

**Describe the bug** The MockFileSystem throws an IOException if a conflicting file exists. The real System.IO.Directory.CreateDirectory method returns an object that represents the directory at the specified path. This object...

type: bug
flag: good-first-issue