Closed dawedawe closed 10 months ago
As discussed here
Solid work. What happens when you have something like logger.LogInformation("Foo {one} {two}", [| box 1; box 2 |]).
Solid work.
What happens when you have something like logger.LogInformation("Foo {one} {two}", [| box 1; box 2 |]).
logger.LogInformation("Foo {one} {two}", [| box 1; box 2 |])
Thanks. That's handled correctly but I can add a test.
As discussed here