Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
POCO 移行の Seed() メソッドで、パッケージ マネージャー コンソールにメッセージを出力しようとしています。
protected override void Seed(DBContext context) { Console.WriteLine("Test Message"); Debug.WriteLine("Test Message"); }
-Verboseコマンドを使用しても、出力に違いはありません。
続行する方法についてのアイデアはありますか?