Created Issue: Flag enums show up as not having flags [97]
Attempting to test if an enumeration has a flags attribute by using EnumFlagsUtils.DoesEnumHaveFlagsAttribute( Enum enumerationToTest ) always returns false, even when the enum has the Flags attribute.
View ArticleCommented Issue: Flag enums show up as not having flags [97]
Attempting to test if an enumeration has a flags attribute by using EnumFlagsUtils.DoesEnumHaveFlagsAttribute( Enum enumerationToTest ) always returns false, even when the enum has the Flags...
View ArticleClosed Issue: Flag enums show up as not having flags [97]
Attempting to test if an enumeration has a flags attribute by using EnumFlagsUtils.DoesEnumHaveFlagsAttribute( Enum enumerationToTest ) always returns false, even when the enum has the Flags...
View ArticleReopened Issue: Flag enums show up as not having flags [97]
Attempting to test if an enumeration has a flags attribute by using EnumFlagsUtils.DoesEnumHaveFlagsAttribute( Enum enumerationToTest ) always returns false, even when the enum has the Flags...
View ArticleCreated Feature: Methods that return an Enum should return the specific type...
When I use the Enum Utilities Library on an enum (such as using the BitShiftLeft() method), I have to manually cast the returned enum to the correct type. I shouldn't have to do that much work to get...
View ArticleCommented Feature: Methods that return an Enum should return the specific...
When I use the Enum Utilities Library on an enum (such as using the BitShiftLeft() method), I have to manually cast the returned enum to the correct type. I shouldn't have to do that much work to get...
View ArticleCreated Issue: None of the Generic methods properly support contravarience [115]
Attempting to pass in an enumeration instance assigned to a variable of type System.Enum will cause an ArgumentException to be thrown (in this case, a contravarience issue).
View ArticleClosed Feature: Methods that return an Enum should return the specific type...
When I use the Enum Utilities Library on an enum (such as using the BitShiftLeft() method), I have to manually cast the returned enum to the correct type. I shouldn't have to do that much work to get...
View ArticleClosed Issue: Flag enums show up as not having flags [97]
Attempting to test if an enumeration has a flags attribute by using EnumFlagsUtils.DoesEnumHaveFlagsAttribute( Enum enumerationToTest ) always returns false, even when the enum has the Flags...
View ArticleCommented Issue: None of the Generic methods properly support contravarience...
Attempting to pass in an enumeration instance assigned to a variable of type System.Enum will cause an ArgumentException to be thrown (in this case, a contravarience issue).Comments: ** Comment from...
View ArticleCommented Issue: None of the Generic methods properly support contravarience...
Attempting to pass in an enumeration instance assigned to a variable of type System.Enum will cause an ArgumentException to be thrown (in this case, a contravarience issue).Comments: ** Comment from...
View ArticleCreated Issue: The extension methods are visible to non-enum types [118]
Extension methods are added to non-enum types as well as enum types (for example, int types).
View ArticleClosed Issue: The extension methods are visible to non-enum types [118]
Extension methods are added to non-enum types as well as enum types (for example, int types).Comments: Fixed as of r2051.
View Article