Thursday, January 05, 2017

EF Migrations Start Debugger



            if (System.Diagnostics.Debugger.IsAttached == false)
            {
                System.Diagnostics.Debugger.Launch();
            }

No comments: