You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I was implementing this in a few of the console applications that I'm building and found that it would be really nice to have Flags support for an Enum. Right now the only solution is to use a collection of Enum values and then parse it out in code. Which is fine, but it would be a really nice to have if the library did that for you.