Skip to content

Instantly share code, notes, and snippets.

@rafaelpadovezi
Created March 16, 2021 23:30
Show Gist options
  • Save rafaelpadovezi/b08a9043a94de45fd826abca5bb92133 to your computer and use it in GitHub Desktop.
Save rafaelpadovezi/b08a9043a94de45fd826abca5bb92133 to your computer and use it in GitHub Desktop.
Starting SaveChanges
dbug: CoreEventId.SaveChangesStarting[10004] (Microsoft.EntityFrameworkCore.Update)
SaveChanges starting for 'TestContext'.
dbug: CoreEventId.DetectChangesStarting[10800] (Microsoft.EntityFrameworkCore.ChangeTracking)
DetectChanges starting for 'TestContext'.
dbug: CoreEventId.DetectChangesCompleted[10801] (Microsoft.EntityFrameworkCore.ChangeTracking)
DetectChanges completed for 'TestContext'.
dbug: RelationalEventId.ConnectionOpening[20000] (Microsoft.EntityFrameworkCore.Database.Connection)
Opening connection to database 'Timesheet' on server 'localhost,1433'.
dbug: RelationalEventId.ConnectionOpened[20001] (Microsoft.EntityFrameworkCore.Database.Connection)
Opened connection to database 'Timesheet' on server 'localhost,1433'.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment