Created
March 16, 2021 23:29
-
-
Save rafaelpadovezi/00db27f61bd8dc8990026ede8194b567 to your computer and use it in GitHub Desktop.
Log - 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