Advertisement
Guest User

Untitled

a guest
Sep 20th, 2019
94
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 19.66 KB | None | 0 0
  1. trce: Microsoft.AspNetCore.Mvc.Internal.ControllerActionInvoker[2]
  2. Action Filter: Before executing OnActionExecutionAsync on filter Microsoft.AspNetCore.Mvc.Internal.ControllerActionFilter.
  3. trce: Microsoft.AspNetCore.Mvc.Internal.ControllerActionInvoker[2]
  4. Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter.
  5. trce: Microsoft.AspNetCore.Mvc.Internal.ControllerActionInvoker[3]
  6. Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter.
  7. trce: Microsoft.AspNetCore.Mvc.Internal.ControllerActionInvoker[2]
  8. Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Internal.ResponseCacheFilter.
  9. trce: Microsoft.AspNetCore.Mvc.Internal.ControllerActionInvoker[3]
  10. Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.Internal.ResponseCacheFilter.
  11. info: Microsoft.AspNetCore.Mvc.Internal.ControllerActionInvoker[1]
  12. Executing action method MapDiffBot.Controllers.FilesController.HandleMapGet (MapDiffBot) - Validation state: Valid
  13. trce: Microsoft.AspNetCore.Mvc.Internal.ControllerActionInvoker[3]
  14. Executing action method MapDiffBot.Controllers.FilesController.HandleMapGet (MapDiffBot) with arguments (191988999, 230321371, 0, before, System.Threading.CancellationToken)
  15. trce: MapDiffBot.Controllers.FilesController[0]
  16. Recieved GET: 191988999/230321371/0/before.png
  17. info: Microsoft.EntityFrameworkCore.Infrastructure[10403]
  18. Entity Framework Core 2.2.6-servicing-10079 initialized 'DatabaseContext' using provider 'Pomelo.EntityFrameworkCore.MySql' with options: None
  19. dbug: Microsoft.EntityFrameworkCore.Database.Connection[20000]
  20. Opening connection to database 'ss13_map_diff_bot' on server 'localhost'.
  21. dbug: Microsoft.EntityFrameworkCore.Database.Connection[20001]
  22. Opened connection to database 'ss13_map_diff_bot' on server 'localhost'.
  23. dbug: Microsoft.EntityFrameworkCore.Database.Command[20100]
  24. Executing DbCommand [Parameters=[@__differ_3='?' (DbType = Boolean), @__before_4='?' (DbType = Boolean), @__repositoryId_0='?' (DbType = Int64), @__checkRunId_1='?' (DbType = Int64), @__fileId_2='?' (DbType = Int32)], CommandType='Text', CommandTimeout='30']
  25. SELECT `x.AfterImage`.`Id`, `x.AfterImage`.`Data`, `x.BeforeImage`.`Id`, `x.BeforeImage`.`Data`, `x.DifferenceImage`.`Id`, `x.DifferenceImage`.`Data`, @__differ_3, @__before_4
  26. FROM `MapDiffs` AS `x`
  27. LEFT JOIN `Images` AS `x.AfterImage` ON `x`.`AfterImageId` = `x.AfterImage`.`Id`
  28. LEFT JOIN `Images` AS `x.BeforeImage` ON `x`.`BeforeImageId` = `x.BeforeImage`.`Id`
  29. LEFT JOIN `Images` AS `x.DifferenceImage` ON `x`.`DifferenceImageId` = `x.DifferenceImage`.`Id`
  30. WHERE ((`x`.`InstallationRepositoryId` = @__repositoryId_0) AND (`x`.`CheckRunId` = @__checkRunId_1)) AND (`x`.`FileId` = @__fileId_2)
  31. LIMIT 1
  32. info: Microsoft.EntityFrameworkCore.Database.Command[20101]
  33. Executed DbCommand (1ms) [Parameters=[@__differ_3='?' (DbType = Boolean), @__before_4='?' (DbType = Boolean), @__repositoryId_0='?' (DbType = Int64), @__checkRunId_1='?' (DbType = Int64), @__fileId_2='?' (DbType = Int32)], CommandType='Text', CommandTimeout='30']
  34. SELECT `x.AfterImage`.`Id`, `x.AfterImage`.`Data`, `x.BeforeImage`.`Id`, `x.BeforeImage`.`Data`, `x.DifferenceImage`.`Id`, `x.DifferenceImage`.`Data`, @__differ_3, @__before_4
  35. FROM `MapDiffs` AS `x`
  36. LEFT JOIN `Images` AS `x.AfterImage` ON `x`.`AfterImageId` = `x.AfterImage`.`Id`
  37. LEFT JOIN `Images` AS `x.BeforeImage` ON `x`.`BeforeImageId` = `x.BeforeImage`.`Id`
  38. LEFT JOIN `Images` AS `x.DifferenceImage` ON `x`.`DifferenceImageId` = `x.DifferenceImage`.`Id`
  39. WHERE ((`x`.`InstallationRepositoryId` = @__repositoryId_0) AND (`x`.`CheckRunId` = @__checkRunId_1)) AND (`x`.`FileId` = @__fileId_2)
  40. LIMIT 1
  41. dbug: Microsoft.EntityFrameworkCore.Database.Command[20300]
  42. A data reader was disposed.
  43. dbug: Microsoft.EntityFrameworkCore.Database.Connection[20002]
  44. Closing connection to database 'ss13_map_diff_bot' on server 'localhost'.
  45. dbug: Microsoft.EntityFrameworkCore.Database.Connection[20003]
  46. Closed connection to database 'ss13_map_diff_bot' on server 'localhost'.
  47. fail: Microsoft.EntityFrameworkCore.Query[10100]
  48. An exception occurred while iterating over the results of a query for context type 'MapDiffBot.Models.DatabaseContext'.
  49. System.NullReferenceException: Object reference not set to an instance of an object.
  50. at lambda_method(Closure , QueryContext , TransparentIdentifier`2 )
  51. at Microsoft.EntityFrameworkCore.Query.ExpressionVisitors.Internal.ProjectionShaper.TypedProjectionShaper`3.Shape(QueryContext queryContext, ValueBuffer& valueBuffer)
  52. at Microsoft.EntityFrameworkCore.Query.Internal.AsyncQueryingEnumerable`1.AsyncEnumerator.BufferlessMoveNext(DbContext _, Boolean buffer, CancellationToken cancellationToken)
  53. at Pomelo.EntityFrameworkCore.MySql.Storage.Internal.MySqlExecutionStrategy.ExecuteAsync[TState,TResult](TState state, Func`4 operation, Func`4 verifySucceeded, CancellationToken cancellationToken)
  54. at Microsoft.EntityFrameworkCore.Query.Internal.AsyncQueryingEnumerable`1.AsyncEnumerator.MoveNext(CancellationToken cancellationToken)
  55. at System.Linq.AsyncEnumerable.FirstOrDefault_[TSource](IAsyncEnumerable`1 source, CancellationToken cancellationToken) in D:\a\1\s\Ix.NET\Source\System.Interactive.Async\First.cs:line 144
  56. at Microsoft.EntityFrameworkCore.Query.Internal.AsyncLinqOperatorProvider.TaskResultAsyncEnumerable`1.Enumerator.MoveNext(CancellationToken cancellationToken)
  57. at Microsoft.EntityFrameworkCore.Query.Internal.AsyncLinqOperatorProvider.ExceptionInterceptor`1.EnumeratorExceptionInterceptor.MoveNext(CancellationToken cancellationToken)
  58. System.NullReferenceException: Object reference not set to an instance of an object.
  59. at lambda_method(Closure , QueryContext , TransparentIdentifier`2 )
  60. at Microsoft.EntityFrameworkCore.Query.ExpressionVisitors.Internal.ProjectionShaper.TypedProjectionShaper`3.Shape(QueryContext queryContext, ValueBuffer& valueBuffer)
  61. at Microsoft.EntityFrameworkCore.Query.Internal.AsyncQueryingEnumerable`1.AsyncEnumerator.BufferlessMoveNext(DbContext _, Boolean buffer, CancellationToken cancellationToken)
  62. at Pomelo.EntityFrameworkCore.MySql.Storage.Internal.MySqlExecutionStrategy.ExecuteAsync[TState,TResult](TState state, Func`4 operation, Func`4 verifySucceeded, CancellationToken cancellationToken)
  63. at Microsoft.EntityFrameworkCore.Query.Internal.AsyncQueryingEnumerable`1.AsyncEnumerator.MoveNext(CancellationToken cancellationToken)
  64. at System.Linq.AsyncEnumerable.FirstOrDefault_[TSource](IAsyncEnumerable`1 source, CancellationToken cancellationToken) in D:\a\1\s\Ix.NET\Source\System.Interactive.Async\First.cs:line 144
  65. at Microsoft.EntityFrameworkCore.Query.Internal.AsyncLinqOperatorProvider.TaskResultAsyncEnumerable`1.Enumerator.MoveNext(CancellationToken cancellationToken)
  66. at Microsoft.EntityFrameworkCore.Query.Internal.AsyncLinqOperatorProvider.ExceptionInterceptor`1.EnumeratorExceptionInterceptor.MoveNext(CancellationToken cancellationToken)
  67. fail: Microsoft.EntityFrameworkCore.Query[10100]
  68. An exception occurred while iterating over the results of a query for context type 'MapDiffBot.Models.DatabaseContext'.
  69. System.NullReferenceException: Object reference not set to an instance of an object.
  70. at lambda_method(Closure , QueryContext , TransparentIdentifier`2 )
  71. at Microsoft.EntityFrameworkCore.Query.ExpressionVisitors.Internal.ProjectionShaper.TypedProjectionShaper`3.Shape(QueryContext queryContext, ValueBuffer& valueBuffer)
  72. at Microsoft.EntityFrameworkCore.Query.Internal.AsyncQueryingEnumerable`1.AsyncEnumerator.BufferlessMoveNext(DbContext _, Boolean buffer, CancellationToken cancellationToken)
  73. at Pomelo.EntityFrameworkCore.MySql.Storage.Internal.MySqlExecutionStrategy.ExecuteAsync[TState,TResult](TState state, Func`4 operation, Func`4 verifySucceeded, CancellationToken cancellationToken)
  74. at Microsoft.EntityFrameworkCore.Query.Internal.AsyncQueryingEnumerable`1.AsyncEnumerator.MoveNext(CancellationToken cancellationToken)
  75. at System.Linq.AsyncEnumerable.FirstOrDefault_[TSource](IAsyncEnumerable`1 source, CancellationToken cancellationToken) in D:\a\1\s\Ix.NET\Source\System.Interactive.Async\First.cs:line 144
  76. at Microsoft.EntityFrameworkCore.Query.Internal.AsyncLinqOperatorProvider.TaskResultAsyncEnumerable`1.Enumerator.MoveNext(CancellationToken cancellationToken)
  77. at Microsoft.EntityFrameworkCore.Query.Internal.AsyncLinqOperatorProvider.ExceptionInterceptor`1.EnumeratorExceptionInterceptor.MoveNext(CancellationToken cancellationToken)
  78. at Microsoft.EntityFrameworkCore.Query.Internal.QueryCompiler.ExecuteSingletonAsyncQuery[TResult](QueryContext queryContext, Func`2 compiledQuery, IDiagnosticsLogger`1 logger, Type contextType)
  79. System.NullReferenceException: Object reference not set to an instance of an object.
  80. at lambda_method(Closure , QueryContext , TransparentIdentifier`2 )
  81. at Microsoft.EntityFrameworkCore.Query.ExpressionVisitors.Internal.ProjectionShaper.TypedProjectionShaper`3.Shape(QueryContext queryContext, ValueBuffer& valueBuffer)
  82. at Microsoft.EntityFrameworkCore.Query.Internal.AsyncQueryingEnumerable`1.AsyncEnumerator.BufferlessMoveNext(DbContext _, Boolean buffer, CancellationToken cancellationToken)
  83. at Pomelo.EntityFrameworkCore.MySql.Storage.Internal.MySqlExecutionStrategy.ExecuteAsync[TState,TResult](TState state, Func`4 operation, Func`4 verifySucceeded, CancellationToken cancellationToken)
  84. at Microsoft.EntityFrameworkCore.Query.Internal.AsyncQueryingEnumerable`1.AsyncEnumerator.MoveNext(CancellationToken cancellationToken)
  85. at System.Linq.AsyncEnumerable.FirstOrDefault_[TSource](IAsyncEnumerable`1 source, CancellationToken cancellationToken) in D:\a\1\s\Ix.NET\Source\System.Interactive.Async\First.cs:line 144
  86. at Microsoft.EntityFrameworkCore.Query.Internal.AsyncLinqOperatorProvider.TaskResultAsyncEnumerable`1.Enumerator.MoveNext(CancellationToken cancellationToken)
  87. at Microsoft.EntityFrameworkCore.Query.Internal.AsyncLinqOperatorProvider.ExceptionInterceptor`1.EnumeratorExceptionInterceptor.MoveNext(CancellationToken cancellationToken)
  88. at Microsoft.EntityFrameworkCore.Query.Internal.QueryCompiler.ExecuteSingletonAsyncQuery[TResult](QueryContext queryContext, Func`2 compiledQuery, IDiagnosticsLogger`1 logger, Type contextType)
  89. trce: Microsoft.AspNetCore.Mvc.Internal.ControllerActionInvoker[2]
  90. Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Internal.ResponseCacheFilter.
  91. trce: Microsoft.AspNetCore.Mvc.Internal.ControllerActionInvoker[3]
  92. Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.Internal.ResponseCacheFilter.
  93. trce: Microsoft.AspNetCore.Mvc.Internal.ControllerActionInvoker[2]
  94. Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter.
  95. trce: Microsoft.AspNetCore.Mvc.Internal.ControllerActionInvoker[3]
  96. Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter.
  97. trce: Microsoft.AspNetCore.Mvc.Internal.ControllerActionInvoker[3]
  98. Action Filter: After executing OnActionExecutionAsync on filter Microsoft.AspNetCore.Mvc.Internal.ControllerActionFilter.
  99. trce: Microsoft.AspNetCore.Mvc.Internal.ControllerActionInvoker[2]
  100. Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Internal.SaveTempDataFilter.
  101. trce: Microsoft.AspNetCore.Mvc.Internal.ControllerActionInvoker[3]
  102. Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Internal.SaveTempDataFilter.
  103. info: Microsoft.AspNetCore.Mvc.Internal.ControllerActionInvoker[2]
  104. Executed action MapDiffBot.Controllers.FilesController.HandleMapGet (MapDiffBot) in 21.4716ms
  105. fail: Microsoft.AspNetCore.Server.Kestrel[13]
  106. Connection id "0HLPTV6CQFT7F", Request id "0HLPTV6CQFT7F:00000005": An unhandled exception was thrown by the application.
  107. System.NullReferenceException: Object reference not set to an instance of an object.
  108. at lambda_method(Closure , QueryContext , TransparentIdentifier`2 )
  109. at Microsoft.EntityFrameworkCore.Query.ExpressionVisitors.Internal.ProjectionShaper.TypedProjectionShaper`3.Shape(QueryContext queryContext, ValueBuffer& valueBuffer)
  110. at Microsoft.EntityFrameworkCore.Query.Internal.AsyncQueryingEnumerable`1.AsyncEnumerator.BufferlessMoveNext(DbContext _, Boolean buffer, CancellationToken cancellationToken)
  111. at Pomelo.EntityFrameworkCore.MySql.Storage.Internal.MySqlExecutionStrategy.ExecuteAsync[TState,TResult](TState state, Func`4 operation, Func`4 verifySucceeded, CancellationToken cancellationToken)
  112. at Microsoft.EntityFrameworkCore.Query.Internal.AsyncQueryingEnumerable`1.AsyncEnumerator.MoveNext(CancellationToken cancellationToken)
  113. at System.Linq.AsyncEnumerable.FirstOrDefault_[TSource](IAsyncEnumerable`1 source, CancellationToken cancellationToken) in D:\a\1\s\Ix.NET\Source\System.Interactive.Async\First.cs:line 144
  114. at Microsoft.EntityFrameworkCore.Query.Internal.AsyncLinqOperatorProvider.TaskResultAsyncEnumerable`1.Enumerator.MoveNext(CancellationToken cancellationToken)
  115. at Microsoft.EntityFrameworkCore.Query.Internal.AsyncLinqOperatorProvider.ExceptionInterceptor`1.EnumeratorExceptionInterceptor.MoveNext(CancellationToken cancellationToken)
  116. at Microsoft.EntityFrameworkCore.Query.Internal.QueryCompiler.ExecuteSingletonAsyncQuery[TResult](QueryContext queryContext, Func`2 compiledQuery, IDiagnosticsLogger`1 logger, Type contextType)
  117. at MapDiffBot.Controllers.FilesController.HandleMapGet(Int64 repositoryId, Int64 checkRunId, Int32 fileId, String beforeOrAfter, CancellationToken cancellationToken) in D:\GitHub\MapDiffBot\MapDiffBot\Controllers\FilesController.cs:line 94
  118. at Microsoft.AspNetCore.Mvc.Internal.ActionMethodExecutor.TaskOfIActionResultExecutor.Execute(IActionResultTypeMapper mapper, ObjectMethodExecutor executor, Object controller, Object[] arguments)
  119. at System.Threading.Tasks.ValueTask`1.get_Result()
  120. at Microsoft.AspNetCore.Mvc.Internal.ControllerActionInvoker.InvokeActionMethodAsync()
  121. at Microsoft.AspNetCore.Mvc.Internal.ControllerActionInvoker.InvokeNextActionFilterAsync()
  122. at Microsoft.AspNetCore.Mvc.Internal.ControllerActionInvoker.Rethrow(ActionExecutedContext context)
  123. at Microsoft.AspNetCore.Mvc.Internal.ControllerActionInvoker.Next(State& next, Scope& scope, Object& state, Boolean& isCompleted)
  124. at Microsoft.AspNetCore.Mvc.Internal.ControllerActionInvoker.InvokeInnerFilterAsync()
  125. at Microsoft.AspNetCore.Mvc.Internal.ResourceInvoker.InvokeNextResourceFilter()
  126. at Microsoft.AspNetCore.Mvc.Internal.ResourceInvoker.Rethrow(ResourceExecutedContext context)
  127. at Microsoft.AspNetCore.Mvc.Internal.ResourceInvoker.Next(State& next, Scope& scope, Object& state, Boolean& isCompleted)
  128. at Microsoft.AspNetCore.Mvc.Internal.ResourceInvoker.InvokeFilterPipelineAsync()
  129. at Microsoft.AspNetCore.Mvc.Internal.ResourceInvoker.InvokeAsync()
  130. at Microsoft.AspNetCore.Builder.RouterMiddleware.Invoke(HttpContext httpContext)
  131. at Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware.Invoke(HttpContext context)
  132. at Microsoft.AspNetCore.Localization.RequestLocalizationMiddleware.Invoke(HttpContext context)
  133. at Cyberboss.AspNetCore.AsyncInitializer.ApplicationBuilderExtensions.<>c__DisplayClass1_0.<<UseAsyncInitialization>b__2>d.MoveNext()
  134. --- End of stack trace from previous location where exception was thrown ---
  135. at Microsoft.AspNetCore.Server.Kestrel.Core.Internal.Http.HttpProtocol.ProcessRequests[TContext](IHttpApplication`1 application)
  136. info: Microsoft.EntityFrameworkCore.Infrastructure[10403]
  137. Entity Framework Core 2.2.6-servicing-10079 initialized 'DatabaseContext' using provider 'Pomelo.EntityFrameworkCore.MySql' with options: None
  138. dbug: Microsoft.EntityFrameworkCore.ChangeTracking[10808]
  139. 'DatabaseContext' generated a temporary value for the 'Id' property of new 'Log' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
  140. dbug: Microsoft.EntityFrameworkCore.ChangeTracking[10806]
  141. Context 'DatabaseContext' started tracking 'Log' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
  142. dbug: Microsoft.EntityFrameworkCore.Update[10004]
  143. SaveChanges starting for 'DatabaseContext'.
  144. dbug: Microsoft.EntityFrameworkCore.ChangeTracking[10800]
  145. DetectChanges starting for 'DatabaseContext'.
  146. dbug: Microsoft.EntityFrameworkCore.ChangeTracking[10801]
  147. DetectChanges completed for 'DatabaseContext'.
  148. dbug: Microsoft.EntityFrameworkCore.Database.Connection[20000]
  149. Opening connection to database 'ss13_map_diff_bot' on server 'localhost'.
  150. dbug: Microsoft.EntityFrameworkCore.Database.Connection[20001]
  151. Opened connection to database 'ss13_map_diff_bot' on server 'localhost'.
  152. dbug: Microsoft.EntityFrameworkCore.Database.Transaction[20200]
  153. Beginning transaction with isolation level 'Unspecified'.
  154. dbug: Microsoft.EntityFrameworkCore.Database.Command[20100]
  155. Executing DbCommand [Parameters=[@p0='?' (DbType = Int32), @p1='?' (DbType = Int32), @p2='?' (Size = 4000), @p3='?' (Size = 255), @p4='?' (DbType = DateTimeOffset)], CommandType='Text', CommandTimeout='30']
  156. INSERT INTO `Log` (`EventId`, `Level`, `Message`, `Name`, `TimeStamp`)
  157. VALUES (@p0, @p1, @p2, @p3, @p4);
  158. SELECT `Id`
  159. FROM `Log`
  160. WHERE ROW_COUNT() = 1 AND `Id` = LAST_INSERT_ID();
  161. info: Microsoft.EntityFrameworkCore.Database.Command[20101]
  162. Executed DbCommand (1ms) [Parameters=[@p0='?' (DbType = Int32), @p1='?' (DbType = Int32), @p2='?' (Size = 4000), @p3='?' (Size = 255), @p4='?' (DbType = DateTimeOffset)], CommandType='Text', CommandTimeout='30']
  163. INSERT INTO `Log` (`EventId`, `Level`, `Message`, `Name`, `TimeStamp`)
  164. VALUES (@p0, @p1, @p2, @p3, @p4);
  165. SELECT `Id`
  166. FROM `Log`
  167. WHERE ROW_COUNT() = 1 AND `Id` = LAST_INSERT_ID();
  168. dbug: Microsoft.EntityFrameworkCore.ChangeTracking[10803]
  169. Foreign key property 'Log.Id' detected as changed. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see property values.
  170. dbug: Microsoft.EntityFrameworkCore.Database.Command[20300]
  171. A data reader was disposed.
  172. dbug: Microsoft.EntityFrameworkCore.Database.Transaction[20202]
  173. Committing transaction.
  174. dbug: Microsoft.EntityFrameworkCore.Database.Connection[20002]
  175. Closing connection to database 'ss13_map_diff_bot' on server 'localhost'.
  176. dbug: Microsoft.EntityFrameworkCore.Database.Connection[20003]
  177. Closed connection to database 'ss13_map_diff_bot' on server 'localhost'.
  178. dbug: Microsoft.EntityFrameworkCore.Database.Transaction[20204]
  179. Disposing transaction.
  180. dbug: Microsoft.EntityFrameworkCore.ChangeTracking[10807]
  181. An 'Log' entity tracked by 'DatabaseContext' changed from 'Added' to 'Unchanged'. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
  182. dbug: Microsoft.EntityFrameworkCore.Update[10005]
  183. SaveChanges completed for 'DatabaseContext' with 1 entities written to the database.
  184. dbug: Microsoft.EntityFrameworkCore.Infrastructure[10407]
  185. 'DatabaseContext' disposed.
  186. dbug: Microsoft.AspNetCore.Server.Kestrel[9]
  187. Connection id "0HLPTV6CQFT7F" completed keep alive response.
  188. dbug: Microsoft.EntityFrameworkCore.Infrastructure[10407]
  189. 'DatabaseContext' disposed.
  190. info: Microsoft.AspNetCore.Hosting.Internal.WebHost[2]
  191. Request finished in 35.3209ms 500
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement