###Unique Enum Value Fixer Basic extension that detects if an enum value got multiple values mapped to same value which may cause ambiguity and confusion. Code fix is provided by just adding a simple TODO about this. Use this extension if your enums should never map multiple members to same value, which are actually allowed in C#. Built upon the Roslyn Compiler .NET SDK. Tested with VS 2019 and built with .NET 4.6.1 and .NET Standard 1.3. |