crozone / FormatWith

String extensions for named parameterized string formatting.
MIT License
73 stars 13 forks source link

Suggest using IReadOnlyDictionary<> instead of IDictionary<> #22

Closed guillep2k closed 3 years ago

guillep2k commented 4 years ago

Hi, if possible, I'd suggest supporting IReadOnlyDictionary<>, rather than IDictionary<> (probably both?), as sometimes the object is.... read-only.

crozone commented 3 years ago

Makes perfect sense. I'll roll this into the 4.0 milestone.

crozone commented 3 years ago

Completed as of commit 6e600371875af9644b28f63745d2d85a12b32af4, will be included in 4.0 release.

crozone commented 3 years ago

Closing this since it's implemented on 4.0 and I want the little milestone graph to go up.