Releases: TimothyK/StronglyTypedEnumConverter
Release 1.2.0
Maintenance Release 1.1.0
Add a lot of options to the code generation
#4 - Now the code can be generated so that adding new member is easier verse adding new properties.
#11 - IComparable and less than / greater than operator support
#5 - The code generation is upgraded from C# 5.0 to 7.1, although we don't use any features above 6.0. You still have the option to generator 5.0 if you like.
#12 - Support for Underlying data type explicit casting can be turned off,
#1 - underlying data type of byte is supported in addition to int
#9 - ToDbValue and FromDbValue methods are added
The only breaking change is that VB.NET is no longer supported 😭 #6
All issues:
https://github.com/TimothyK/StronglyTypedEnumConverter/issues?q=is%3Aissue+is%3Aclosed+milestone%3Amr1
Initial release
The enum code conversion routine is hosted by a WPF desktop application. The actual conversion routine is hosted in the Lib.dll.