Skip to content
| Marketplace
Sign in
Visual Studio>Tools>UniqueEnumValueFixer
UniqueEnumValueFixer

UniqueEnumValueFixer

ToreAurstadIT

|
54 installs
| (0) | Free
This diagnostic extension is built upon a sample from the Roslyn .NET Compiler Platform. This is a sample diagnostic extension for the .NET Compiler Platform ("Roslyn").
Download

###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.

  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2025 Microsoft