Steve Dunn

Results 242 comments of Steve Dunn

Oops - apologies for that and thanks for pinpointing the cause of issue! A new build is happening right now.

> All builds succeeding and tests passing with 1.0.3. 🎉 Thanks for the quick fix! Excellent - thank you!

Same for declaring a float but setting ints ```csharp [Intellenum(typeof(record.@struct.@float.@decimal))] [Instance("Item1", 1)] [Instance("Item2", 2)] public partial class @event2 { } ```

... also, Instance attributes/methods should check the type, e.g. ```csharp [Intellenum(typeof(record.@struct.@float.@decimal))] [Instance("Item1", 1f)] [Instance("Item2", 2f)] public partial class @event2 { } ``` @decimal (it's convoluted as it's from the 'escaped...

Hi @amyboose - thank you for the feedback. Re. `Equals`: it **must** first check if the left or right is initialised, otherwise an exception is thrown when `Value` is accessed...