c# - Seed() Output progress to Package Manager Console -


in seed() method poco migration, i'm trying output message package manager console, i've tried following no luck.

protected override void seed(dbcontext context) {     console.writeline("test message");     debug.writeline("test message"); } 

using -verbose command doesn't make difference output.

any ideas on how proceed?


Comments

Popular posts from this blog

matlab - Deleting rows with specific rules -

jquery - How would i go about shortening this code? And to cancel the previous click on click of new section? -