Skip to content

Logging multidimensional 2d array fails silently #2019

@emphasis87

Description

@emphasis87

This fails silently:

var a = new object[1, 1]{ { "a" } };
Log.Error("{@Value}", a);

Is this expected behavior? I would expect this:
[["a"]]

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