G-Research / fsharp-analyzers

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

Ignore formattableStrings in TypedInterpolatedStringsAnalyzer #46

Closed nojaf closed 9 months ago

nojaf commented 9 months ago

When an interpolated string is used as FormattableString it cannot accept any explicit annotations.

I'm filtering these out.