Sorry, but there are no more tags available to filter with.
  • AspNet Core 2.0 Add Migration Error

    I want the migrate to create the database along with tables dynamically. AspNet Core 2.0 Add migration doesn't work.

    <var
    datastore = _MainDBContext.datastores.FirstOrDefault(x=>x.db_type=="MS"); string connectionString = @"Server=…