meziantou / Meziantou.Polyfill

MIT License
43 stars 1 forks source link

StringBuilder.AppendJoin #24

Closed menees closed 1 year ago

menees commented 1 year ago

Provide a link to the method or type you want to polyfill

https://learn.microsoft.com/en-us/dotnet/api/system.text.stringbuilder.appendjoin

Other information

These were added in .NET Core 2.0. It would be nice to have them as extension methods in .NET Framework and .NET Standard 2.0.

Thanks for the great library!

menees commented 1 year ago

Thanks for the quick resolution!