G-Research / fsharp-analyzers

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

Potential false positive in GRA-LOGTEMPLMISSVALS-001 #79

Closed nojaf closed 4 months ago

nojaf commented 4 months ago

From the trenches:

stepLog.LogWarning(sprintf "Foo %dm %ds {Wasted}\n{Result}" (int timespan.TotalMinutes) timespan.Seconds, timeWasteString, result)

This gives Error GRA-LOGTEMPLMISSVALS-001 - The given values in your call to ILogger.LogWarning don't match the expected templated args but probably shouldn't.