Tom Pritchard
Results
2
issues of
Tom Pritchard
## Pull Request checklist Note: these are not necessarily requirements - [x] I reformatted the code with clang-format - [x] I checked to make sure my submission worked - [x]...
I've been playing around with the method and have noticed this: ``` csharp if (t.IsGenericType && t.GetGenericTypeDefinition() == typeof(Dictionary)) { var result = ""; var dict = (System.Collections.IDictionary)v; foreach (var...
Bug