FSharp.Logf icon indicating copy to clipboard operation
FSharp.Logf copied to clipboard

`logf` should support interpolated strings

Open jwosty opened this issue 2 years ago • 2 comments

The following should work:

let durationMs = 5. / 3.
logfi ml $"Duration: %.2f{durationMs}ms"

Currently, this blows up with a runtime exception.

IIRC, this might actually be impossible to implement at the moment. Will investigate again to verify.

jwosty avatar Jun 08 '23 16:06 jwosty

Blocked by: https://github.com/vbfox/MasterOfFoo/pull/5

jwosty avatar Jun 28 '23 17:06 jwosty