Do we have Description attribute for Enums in dot net CLI? (Dot Net Core RC2) If not, any alternative?
Description
For 1.0 and 1.1, DescriptionAttribute is now in the System.ComponentModel.Primitives NuGet package.
DescriptionAttribute
System.ComponentModel.Primitives