Created
March 16, 2021 23:30
-
-
Save rafaelpadovezi/b08a9043a94de45fd826abca5bb92133 to your computer and use it in GitHub Desktop.
Starting SaveChanges
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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