問題タブ [app-startup]

For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.

0 投票する
2 に答える
920 参照

asp.net-core - IServicesCollection.AddScoped を介して複数の接続文字列を渡す()

entityframeworkcore を使用した .net コア webapi アプリケーション。dbcontext に加えて、追加の接続文字列をデータ アクセス ライブラリ クラスに渡す方法を見つけようとしています。以下の ** dbcontext ** を参照してください。

startup.cs

これはできますか?または、コンテキスト オブジェクト自体を介して追加の接続文字列を挿入する別の方法はありますか? これを行うことについて多くのコメントとオプションがありますが、リポジトリ オブジェクトに渡されるコンテキストと接続文字列の両方を処理するアプローチはありません。