isharpsolutions/Missing

DumpToString does not handle NameValueCollections properly

Opened this issue · 0 comments

It seems that NameValueCollections are handled by outputting the array of keys.

It should be output similar to what Missing.Diagnostics.Log.Debug(NameValueCollection) does.

Something like...

"key" = "value"
"key2" = "value"