Quantcast
Channel: enumutils Issue Tracker Rss Feed
Browsing all 13 articles
Browse latest View live

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 Article



Commented 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 Article

Closed 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 Article

Reopened 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 Article

Created 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 Article


Commented 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 Article

Created 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 Article

Closed 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 Article


Closed 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 Article


Commented 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 Article

Commented 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 Article

Created 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 Article

Closed 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

Browsing all 13 articles
Browse latest View live




Latest Images