Skip to content

🧙| auto-refactors C# string.Format calls to interpolated strings

License

Notifications You must be signed in to change notification settings

jon-lewis/strinterpolate

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

string.Format -> string interpolation

$"Hello {🐹}", there);

This project strives to safely replace string.Format calls with string interpolation from the CLI faster than you can open your IDE

Getting Started

  • Simply download the executable from releases (or build from source)
  • Paste into the directory of your C# project
  • Execute

If you come across a use-case that is not replaced properly, please contribute with an issue or PR.

Run

go run main.go

Test

go test

About

🧙| auto-refactors C# string.Format calls to interpolated strings

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages