Skip to content

DumpToString does not handle NameValueCollections properly #7

@pingvinen

Description

@pingvinen

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"

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions