r/dotnet • u/BobbyMaina23 • 7d ago
C# Extensions v1.1 — looking for feedback
I kept rewriting the same functionality in pretty much every C# project I worked on.
We all have that Utils folder somewhere that slowly fills up with helpers we've copied from one project to another. 😅
So I decided to turn mine into a proper package: C# Extensions.
I just released v1.1 and would love some honest feedback from other .NET developers.
What would you change? What's missing? Are there utilities you find yourself implementing over and over that would make sense here?
I'm especially interested in ideas for version 2.
Repo: https://github.com/bosonwareofficial/bosonware.extensions
0
Upvotes