Skip to content

Releases: TimothyK/StronglyTypedEnumConverter

Release 1.2.0

26 Apr 06:41
Compare
Choose a tag to compare

#20 - Remove C# 5.0 support, produces code that requires C# 6.0 or higher
#17 - string interpolation in error messages
#16 - use nameof operator in error messages
#15 - implicit cast to base type
#18 - Namespace support
#19 - All method no longer uses reflection

Maintenance Release 1.1.0

16 Sep 06:20
Compare
Choose a tag to compare

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

31 Jul 03:21
Compare
Choose a tag to compare

The enum code conversion routine is hosted by a WPF desktop application. The actual conversion routine is hosted in the Lib.dll.