I am using Entity Framework Core 3.0 code. How do I add descriptions for columns in entity configuration classes or migrations so that they end up as a column description in SQL Server?
There is a publication for Entity Framework 4.3.1 but I could not do it in the Entity Framework Core.