Jacob Dufault

Results 27 issues of Jacob Dufault

How should they be supported? Via an annotation (ie, `[InspectorFacadeDefault]`), or via some other mechanism? One issue with annotations is that the default values will be limited to primitive types.

Ideas: - convert object to string, search that - scan via reflection for any string-like objects

Add inspector support for multidimensional arrays, such as `char[,]`. For the moment, `char[][]` can be used instead. This issue replaces issues #14 and #15.

Hi - I'm no longer actively involved in C#, so if you'd like to receive commit access to this repository please reply here.

It would be a nice feature to have! `fsDirectConverter` offers perf improvements during serializer creation, so it would be nice to use an array with them. Maybe `fsDirectObjectConverter`, `fsDirectArrayConverter`, and...