You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I cloned ant-design-blazor to local and try to work with EntityFramework Core of mysql in visual studio 2022 for an existing database.
I tried to run Scaffold-DbContext command in package management console, but pm pop-up error:
DbContext Scaffold: The specified deps.json [C:\Users<me>\source\repos\Private<projectApp><project>\bin\Debug\net8.0<project>.deps.json] does not exist.
But I tried build a new blazor web app in visual studio the Scaffold-DbContext work very well.
So, I thought this should be a bug in ant-design-blazor.
BR,
Han Zheng Rong
The text was updated successfully, but these errors were encountered:
Hello, although I am not a staff member of ant design pro blazor, my experience tells you that ant design pro blazor is a front-end framework with a VNet WebAssembly structure, so it does not support SQL database connections. You need to create a new project.net Web API yourself
Dear support team,
I cloned ant-design-blazor to local and try to work with EntityFramework Core of mysql in visual studio 2022 for an existing database.
I tried to run Scaffold-DbContext command in package management console, but pm pop-up error:
DbContext Scaffold: The specified deps.json [C:\Users<me>\source\repos\Private<projectApp><project>\bin\Debug\net8.0<project>.deps.json] does not exist.
But I tried build a new blazor web app in visual studio the Scaffold-DbContext work very well.
So, I thought this should be a bug in ant-design-blazor.
BR,
Han Zheng Rong
The text was updated successfully, but these errors were encountered: