RalfKoban / MiKo-Analyzers

Provides analyzers that are based on the .NET Compiler Platform.
MIT License
13 stars 1 forks source link

MiKo_3065 should not report for parameters on calls #1093

Closed RalfKoban closed 3 weeks ago

RalfKoban commented 4 weeks ago

Today, MiKo_3065 reports not only for the message template but also any other parameter in case it is an interpolated string. We should reports that for message templates only.

Note: Also consider 'string.Format()' as similar to interpolated strings.