This repository was archived by the owner on Jul 2, 2021. It is now read-only.
Releases: linkdotnet/EnumValueObject
Releases · linkdotnet/EnumValueObject
v1.0.7.1
v1.0.7
- Optimized reflection code
- Cleanup and updated nuget packages
v1.0.6
- Updated NuGet-Packages
- Fixed a very rare issue, where
All => Enumerationwas not populated soCreatewill fail in an exception
v1.0.5
- Added
Isfunctionality to check if a key is valid for a givenEnumValueObject - Smaller refactoring
EnumValueObject.Allreturns aIReadOnlyCollectioninstead ofIReadOnlyList
v1.0.4
- Keys cannot be null or only contain whitespaces
- The
CSharpFunctionalExtensionslibrary was updated - Small correction in the sample file
v1.0.3
GetHashCode returns the same HashCode as the underlying Key. This follows the reason that when two objects are equal the HashCode should be equal as well.
v1.0.2
ToString() returns now the Key as default behavior.
Initial Release
1.0.0 Filled readme