Search code examples
.net.net-core.net-core-rc2dotnet-cli

Enum Description attribute in dotnet core


Do we have Description attribute for Enums in dot net CLI? (Dot Net Core RC2) If not, any alternative?


Solution

  • For 1.0 and 1.1, DescriptionAttribute is now in the System.ComponentModel.Primitives NuGet package.