0
litojuliano created
5 Answer(s)
-
0
Hi @litojuliano,
The Power Tools scans all solution files and detects enums. You can create your custom enum in your project. And it will seem at there.
-
0
-
0
Hi @litojuliano,
Could you share your project with [email protected]?
-
0
Hi m.aliozkaya
I'd sent project solution, hope will resolve soonest.
Thanks and Best Regards,
Lito
Hi @litojuliano,
Could you share your project with [email protected]?
-
0
Hi @litojuliano,
I checked the project. Your enum is not looking correct. It should be like this.
public enum PriceType { GroupA = 1, GroupB = 2, GroupC = 3, GroupD = 4 }
Csharp does not support string value for enums. I recommend reading this blog post, hope this will help https://josipmisko.com/posts/string-enums-in-c-sharp-everything-you-need-to-know