gpt4 book ai didi

asp.net-core - 如何使用 Visual Studio Code 在 ASP.NET Core 中构建数据库

转载 作者:行者123 更新时间:2023-12-05 08:23:13 24 4
gpt4 key购买 nike

我已经尝试使用以下命令(如果我使用 Visual Studio 则效果很好):

Scaffold-DbContext "Server=12.345.567.890;Database=ABC;Trusted_Connection=True;User Id=xyz;Password=12345;Integrated Security=false;" Microsoft.EntityFrameworkCore.SqlServer -OutputDir Models -f

在使用 Visual Studio 代码终端尝试上述命令时,出现此错误:

The term 'Scaffold-DbContext' is not recognized as the name of a cmdlet, function, script file, or operable program. Check the spelling of the name, or if a path was included, verify that the path is correct and try again

最佳答案

您可能需要运行脚手架的命令行版本。您发布的命令适用于 Visual Studio 中的包管理器

dotnet ef dbcontext scaffold "Server=12.345.567.890;Database=ABC;Trusted_Connection=True;User Id=xyz;Password=12345;Integrated Security=false;" Microsoft.EntityFrameworkCore.SqlServer -o Models

来源 ASP.NET Core - Write Apps with Visual Studio Code and Entity Framework

关于asp.net-core - 如何使用 Visual Studio Code 在 ASP.NET Core 中构建数据库,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/47299396/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com