Ceiridge/BetterEnums

Bug: BetterEnumsSources.ENUM_EXTENSION_SOURCE_START has no using for Linq

Spoomer opened this issue · 1 comments

I got an error in BetterEnumExtensions.cs in a project, which doesn't have the ImplicitUsing activated. It was an Error because of the Linq methods in GetEnumAttributes. The using for System.Linq is missing.

You can find the fix in the pull request #1

Very good, thanks!