Skip to content

Add string interpolation conversions for other common .NET APIs #19

@DustinCampbell

Description

@DustinCampbell

It'd be great to be able to apply the "Convert to String Interpolation" to .NET APIs other than just String.Format(). For example:

  • Debug.WriteLine(string, params object[])
  • Console.WriteLine(string, params object[])
  • StringBuilder.AppendFormat() (even though this causes an allocation)

Metadata

Metadata

Labels

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions