G-Research / fsharp-analyzers

Analyzers for F#
https://g-research.github.io/fsharp-analyzers/
Apache License 2.0
14 stars 1 forks source link

add the LoggingTemplateMissingValuesAnalyzer #53

Closed dawedawe closed 5 months ago

dawedawe commented 5 months ago

As discussed here

dawedawe commented 5 months ago

Solid work.

What happens when you have something like logger.LogInformation("Foo {one} {two}", [| box 1; box 2 |]).

Thanks. That's handled correctly but I can add a test.