Efcore: Can Scaffold-DbContext generate entities with comments for all DBProvider?

Created on 12 Nov 2020  路  3Comments  路  Source: dotnet/efcore

copy from:
https://github.com/dotnet/efcore/issues/19113

I'm use Pomelo.EntityFrameworkCore.MySql.

but it cannot generate xml comments for entity property by Scaffold-DbContext in current release version.
and the contributor said this feature is in EF Core 6.0 https://github.com/PomeloFoundation/Pomelo.EntityFrameworkCore.MySql/issues/1219

Uh... really?

closed-question customer-reported

Most helpful comment

@Flithor I think it will work if you follow the instrictions here: https://github.com/ErikEJ/EFCorePowerTools/wiki/Reverse-Engineering#reverse-engineer---workflow (use the MySQL Visual Studio tools, not ODBC)

All 3 comments

This is available with EF Core Power Tools today.

Not works, I cannot add a MySql ODBC connection

@Flithor I think it will work if you follow the instrictions here: https://github.com/ErikEJ/EFCorePowerTools/wiki/Reverse-Engineering#reverse-engineer---workflow (use the MySQL Visual Studio tools, not ODBC)

Was this page helpful?
0 / 5 - 0 ratings