Dmitry Tabakerov
Results
2
comments of
Dmitry Tabakerov
You can use it, it works. We use it for our project and it does what we need, no problems have been found yet.
@DavidArno 's example with casting any string to the string enum is a good reason to downvote this proposal. ``` public enum OSPlatform : string { FreeBSD = "Free BSD",...