-
Notifications
You must be signed in to change notification settings - Fork 195
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Remove shared code in favor of other library #17
Comments
I like that EnumHelper (fuller implementation) but I don't need the rest of that library's baggage. |
I can ask whether this library can be split into smaller parts. |
Will you be more specific on both items? I'm not clear on what you're asking. |
The purpose of CodeJam library is to have all small extensions that everybody writes in their library. |
Not yet. It doesn't support .NET 2.0, weakly supports 3.5 and doesn't support .NET Standard 2.0. This library does already. |
It does support .NET Standard 2.0 and .NET Core. As for .NET 2.0, I really doubt that this complication is justified. |
I'll take a look whether .NET 2.0 can be supported in this library. |
Instead of implementing basic things like IsFlagSet in Vanara, you could use other libraries which already do this and more, e.g.: https://github.com/rsdn/CodeJam/wiki/M_CodeJam_EnumHelper_IsFlagSet__1
The text was updated successfully, but these errors were encountered: