Visual Studio 2022 Preview と .NET 6 SDK を使用しています。
ここでは、2 つのレイヤーを持つ webAPI プロジェクトを作成しています。API プロジェクト (Bgvsystem.webAPI) クラス ライブラリ (BgvSystem.Persistance)
NuGet パッケージ -
インストール パッケージ Microsoft.EntityFrameworkCore.SqlServer -バージョン 6.0.0-rc.1.21452.10
インストール パッケージ Microsoft.EntityFrameworkCore.Tools -バージョン 6.0.0-rc.1.21452.10
インストール パッケージ Microsoft.VisualStudio.Web.CodeGeneration.Design -バージョン 6.0.0-rc.1.21464.1
スキャフォールディングを使用してコントローラーを追加しようとすると、以下のエラーが発生します
There was an error running the selected code generator: unable to resolve service for type 'microsoft.entityframeworkcore.dbcontextoption.. While attempting to activate Dbcontext in .net 6 and visual studio 2022 preview
これを解決するには?これを手伝ってください。