Nelze vybrat více než 25 témat Téma musí začínat písmenem nebo číslem, může obsahovat pomlčky („-“) a může být dlouhé až 35 znaků.

webapi-20220627.log 108KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782
  1. [2022-06-27 11:25:06.196 +02:00 WRN Sensitive data logging is enabled. Log entries and exception messages may include sensitive application data; this mode should only be enabled during development.
  2. ][2022-06-27 11:25:06.289 +02:00 WRN No store type was specified for the decimal property 'Premium' on entity type 'InsurancePolicy'. This will cause values to be silently truncated if they do not fit in the default precision and scale. Explicitly specify the SQL server column type that can accommodate all the values in 'OnModelCreating' using 'HasColumnType', specify precision and scale using 'HasPrecision', or configure a value converter using 'HasConversion'.
  3. ][2022-06-27 11:25:06.453 +02:00 INF Entity Framework Core 6.0.3 initialized 'DatabaseContext' using provider 'Microsoft.EntityFrameworkCore.SqlServer:6.0.3' with options: SensitiveDataLoggingEnabled
  4. ][2022-06-27 11:25:07.405 +02:00 INF Executed DbCommand (19ms) [Parameters=[], CommandType='"Text"', CommandTimeout='30']
  5. SELECT 1
  6. ][2022-06-27 11:25:07.428 +02:00 INF Executed DbCommand (14ms) [Parameters=[], CommandType='"Text"', CommandTimeout='30']
  7. SELECT OBJECT_ID(N'[__EFMigrationsHistory]');
  8. ][2022-06-27 11:25:07.451 +02:00 INF Executed DbCommand (4ms) [Parameters=[], CommandType='"Text"', CommandTimeout='30']
  9. SELECT [MigrationId], [ProductVersion]
  10. FROM [__EFMigrationsHistory]
  11. ORDER BY [MigrationId];
  12. ][2022-06-27 11:25:07.693 +02:00 INF Now listening on: http://localhost:5116
  13. ][2022-06-27 11:25:07.696 +02:00 INF Application started. Press Ctrl+C to shut down.
  14. ][2022-06-27 11:25:07.697 +02:00 INF Hosting environment: Development
  15. ][2022-06-27 11:25:07.697 +02:00 INF Content root path: C:\Users\meris.ahmatovic\Desktop\06242022\Diligent.WebAPI.Host\
  16. ][2022-06-27 11:25:08.775 +02:00 INF Request starting HTTP/1.1 GET http://localhost:5116/swagger/index.html - -
  17. ][2022-06-27 11:25:08.970 +02:00 INF Request starting HTTP/1.1 GET http://localhost:5116/swagger/swagger-ui.css - -
  18. ][2022-06-27 11:25:08.972 +02:00 INF Request starting HTTP/1.1 GET http://localhost:5116/swagger/swagger-ui-bundle.js - -
  19. ][2022-06-27 11:25:08.973 +02:00 INF Request starting HTTP/1.1 GET http://localhost:5116/swagger/swagger-ui-standalone-preset.js - -
  20. ][2022-06-27 11:25:08.977 +02:00 INF Request starting HTTP/1.1 GET http://localhost:5116/_framework/aspnetcore-browser-refresh.js - -
  21. ][2022-06-27 11:25:08.985 +02:00 INF Request starting HTTP/1.1 GET http://localhost:5116/_vs/browserLink - -
  22. ][2022-06-27 11:25:09.001 +02:00 INF Request finished HTTP/1.1 GET http://localhost:5116/_framework/aspnetcore-browser-refresh.js - - - 200 12010 application/javascript;+charset=utf-8 17.4380ms
  23. ][2022-06-27 11:25:09.003 +02:00 INF Request finished HTTP/1.1 GET http://localhost:5116/swagger/index.html - - - 200 - text/html;charset=utf-8 234.6542ms
  24. ][2022-06-27 11:25:09.007 +02:00 INF The file /swagger-ui-bundle.js was not modified
  25. ][2022-06-27 11:25:09.007 +02:00 INF The file /swagger-ui.css was not modified
  26. ][2022-06-27 11:25:09.007 +02:00 INF The file /swagger-ui-standalone-preset.js was not modified
  27. ][2022-06-27 11:25:09.008 +02:00 INF Request finished HTTP/1.1 GET http://localhost:5116/swagger/swagger-ui.css - - - 304 - text/css 37.8672ms
  28. ][2022-06-27 11:25:09.008 +02:00 INF Request finished HTTP/1.1 GET http://localhost:5116/swagger/swagger-ui-standalone-preset.js - - - 304 - application/javascript 35.3456ms
  29. ][2022-06-27 11:25:09.008 +02:00 INF Request finished HTTP/1.1 GET http://localhost:5116/swagger/swagger-ui-bundle.js - - - 304 - application/javascript 35.6206ms
  30. ][2022-06-27 11:25:09.028 +02:00 INF Request finished HTTP/1.1 GET http://localhost:5116/_vs/browserLink - - - 200 - text/javascript;+charset=UTF-8 42.6425ms
  31. ][2022-06-27 11:25:09.197 +02:00 INF Request starting HTTP/1.1 GET http://localhost:5116/swagger/v1/swagger.json - -
  32. ][2022-06-27 11:25:09.342 +02:00 INF Request finished HTTP/1.1 GET http://localhost:5116/swagger/v1/swagger.json - - - 200 - application/json;charset=utf-8 145.0835ms
  33. ][2022-06-27 11:25:15.458 +02:00 INF Request starting HTTP/1.1 GET http://localhost:5116/api/mongo/InsuranceCompany - -
  34. ][2022-06-27 11:25:15.469 +02:00 INF Executing endpoint 'Diligent.WebAPI.Host.MongoControllers.InsuranceCompanyController.Get (Diligent.WebAPI.Host)'
  35. ][2022-06-27 11:25:15.481 +02:00 INF Route matched with {action = "Get", controller = "InsuranceCompany"}. Executing controller action with signature System.Threading.Tasks.Task`1[System.Collections.Generic.List`1[Diligent.WebAPI.Host.MongoDTOs.InsuranceCompanyReadDTO]] Get() on controller Diligent.WebAPI.Host.MongoControllers.InsuranceCompanyController (Diligent.WebAPI.Host).
  36. ][2022-06-27 11:25:15.491 +02:00 INF Executed action Diligent.WebAPI.Host.MongoControllers.InsuranceCompanyController.Get (Diligent.WebAPI.Host) in 5.6267ms
  37. ][2022-06-27 11:25:15.492 +02:00 INF Executed endpoint 'Diligent.WebAPI.Host.MongoControllers.InsuranceCompanyController.Get (Diligent.WebAPI.Host)'
  38. ][2022-06-27 11:25:15.524 +02:00 ERR Unable to resolve service for type 'Diligent.WebAPI.Business.MongoServices.InsuranceCompanyService' while attempting to activate 'Diligent.WebAPI.Host.MongoControllers.InsuranceCompanyController'.
  39. ][2022-06-27 11:25:15.525 +02:00 INF Request finished HTTP/1.1 GET http://localhost:5116/api/mongo/InsuranceCompany - - - 500 - application/json 66.7930ms
  40. ][2022-06-27 11:25:59.816 +02:00 WRN Sensitive data logging is enabled. Log entries and exception messages may include sensitive application data; this mode should only be enabled during development.
  41. ][2022-06-27 11:25:59.883 +02:00 WRN No store type was specified for the decimal property 'Premium' on entity type 'InsurancePolicy'. This will cause values to be silently truncated if they do not fit in the default precision and scale. Explicitly specify the SQL server column type that can accommodate all the values in 'OnModelCreating' using 'HasColumnType', specify precision and scale using 'HasPrecision', or configure a value converter using 'HasConversion'.
  42. ][2022-06-27 11:26:00.011 +02:00 INF Entity Framework Core 6.0.3 initialized 'DatabaseContext' using provider 'Microsoft.EntityFrameworkCore.SqlServer:6.0.3' with options: SensitiveDataLoggingEnabled
  43. ][2022-06-27 11:26:00.275 +02:00 INF Executed DbCommand (15ms) [Parameters=[], CommandType='"Text"', CommandTimeout='30']
  44. SELECT 1
  45. ][2022-06-27 11:26:00.296 +02:00 INF Executed DbCommand (12ms) [Parameters=[], CommandType='"Text"', CommandTimeout='30']
  46. SELECT OBJECT_ID(N'[__EFMigrationsHistory]');
  47. ][2022-06-27 11:26:00.316 +02:00 INF Executed DbCommand (3ms) [Parameters=[], CommandType='"Text"', CommandTimeout='30']
  48. SELECT [MigrationId], [ProductVersion]
  49. FROM [__EFMigrationsHistory]
  50. ORDER BY [MigrationId];
  51. ][2022-06-27 11:26:00.409 +02:00 INF Now listening on: http://localhost:5116
  52. ][2022-06-27 11:26:00.411 +02:00 INF Application started. Press Ctrl+C to shut down.
  53. ][2022-06-27 11:26:00.411 +02:00 INF Hosting environment: Development
  54. ][2022-06-27 11:26:00.411 +02:00 INF Content root path: C:\Users\meris.ahmatovic\Desktop\06242022\Diligent.WebAPI.Host\
  55. ][2022-06-27 11:26:02.276 +02:00 INF Request starting HTTP/1.1 GET http://localhost:5116/api/mongo/InsuranceCompany - -
  56. ][2022-06-27 11:26:02.335 +02:00 INF Executing endpoint 'Diligent.WebAPI.Host.MongoControllers.InsuranceCompanyController.Get (Diligent.WebAPI.Host)'
  57. ][2022-06-27 11:26:02.344 +02:00 INF Route matched with {action = "Get", controller = "InsuranceCompany"}. Executing controller action with signature System.Threading.Tasks.Task`1[System.Collections.Generic.List`1[Diligent.WebAPI.Host.MongoDTOs.InsuranceCompanyReadDTO]] Get() on controller Diligent.WebAPI.Host.MongoControllers.InsuranceCompanyController (Diligent.WebAPI.Host).
  58. ][2022-06-27 11:26:02.349 +02:00 INF Executed action Diligent.WebAPI.Host.MongoControllers.InsuranceCompanyController.Get (Diligent.WebAPI.Host) in 1.398ms
  59. ][2022-06-27 11:26:02.350 +02:00 INF Executed endpoint 'Diligent.WebAPI.Host.MongoControllers.InsuranceCompanyController.Get (Diligent.WebAPI.Host)'
  60. ][2022-06-27 11:26:02.382 +02:00 ERR Unable to resolve service for type 'Diligent.WebAPI.Business.MongoServices.InsuranceCompanyService' while attempting to activate 'Diligent.WebAPI.Host.MongoControllers.InsuranceCompanyController'.
  61. ][2022-06-27 11:26:02.394 +02:00 INF Request finished HTTP/1.1 GET http://localhost:5116/api/mongo/InsuranceCompany - - - 500 - application/json 120.3035ms
  62. ][2022-06-27 11:26:04.349 +02:00 INF Request starting HTTP/1.1 GET http://localhost:5116/swagger/index.html - -
  63. ][2022-06-27 11:26:04.440 +02:00 INF Request starting HTTP/1.1 GET http://localhost:5116/_vs/browserLink - -
  64. ][2022-06-27 11:26:04.440 +02:00 INF Request starting HTTP/1.1 GET http://localhost:5116/_framework/aspnetcore-browser-refresh.js - -
  65. ][2022-06-27 11:26:04.441 +02:00 INF Request finished HTTP/1.1 GET http://localhost:5116/_framework/aspnetcore-browser-refresh.js - - - 200 12010 application/javascript;+charset=utf-8 1.5192ms
  66. ][2022-06-27 11:26:04.442 +02:00 INF Request finished HTTP/1.1 GET http://localhost:5116/swagger/index.html - - - 200 - text/html;charset=utf-8 93.3124ms
  67. ][2022-06-27 11:26:04.460 +02:00 INF Request finished HTTP/1.1 GET http://localhost:5116/_vs/browserLink - - - 200 - text/javascript;+charset=UTF-8 19.8877ms
  68. ][2022-06-27 11:26:04.640 +02:00 INF Request starting HTTP/1.1 GET http://localhost:5116/swagger/v1/swagger.json - -
  69. ][2022-06-27 11:26:04.649 +02:00 INF Request starting HTTP/1.1 GET http://localhost:5116/swagger/favicon-32x32.png - -
  70. ][2022-06-27 11:26:04.654 +02:00 INF The file /favicon-32x32.png was not modified
  71. ][2022-06-27 11:26:04.654 +02:00 INF Request finished HTTP/1.1 GET http://localhost:5116/swagger/favicon-32x32.png - - - 304 - image/png 5.5402ms
  72. ][2022-06-27 11:26:04.726 +02:00 INF Request finished HTTP/1.1 GET http://localhost:5116/swagger/v1/swagger.json - - - 200 - application/json;charset=utf-8 85.8981ms
  73. ][2022-06-27 11:26:19.501 +02:00 INF Request starting HTTP/1.1 GET http://localhost:5116/api/mongo/InsuranceCompany - -
  74. ][2022-06-27 11:26:19.502 +02:00 INF Executing endpoint 'Diligent.WebAPI.Host.MongoControllers.InsuranceCompanyController.Get (Diligent.WebAPI.Host)'
  75. ][2022-06-27 11:26:19.502 +02:00 INF Route matched with {action = "Get", controller = "InsuranceCompany"}. Executing controller action with signature System.Threading.Tasks.Task`1[System.Collections.Generic.List`1[Diligent.WebAPI.Host.MongoDTOs.InsuranceCompanyReadDTO]] Get() on controller Diligent.WebAPI.Host.MongoControllers.InsuranceCompanyController (Diligent.WebAPI.Host).
  76. ][2022-06-27 11:26:19.503 +02:00 INF Executed action Diligent.WebAPI.Host.MongoControllers.InsuranceCompanyController.Get (Diligent.WebAPI.Host) in 0.5737ms
  77. ][2022-06-27 11:26:19.503 +02:00 INF Executed endpoint 'Diligent.WebAPI.Host.MongoControllers.InsuranceCompanyController.Get (Diligent.WebAPI.Host)'
  78. ][2022-06-27 11:26:19.520 +02:00 ERR Unable to resolve service for type 'Diligent.WebAPI.Business.MongoServices.InsuranceCompanyService' while attempting to activate 'Diligent.WebAPI.Host.MongoControllers.InsuranceCompanyController'.
  79. ][2022-06-27 11:26:19.520 +02:00 INF Request finished HTTP/1.1 GET http://localhost:5116/api/mongo/InsuranceCompany - - - 500 - application/json 18.7660ms
  80. ][2022-06-27 11:26:46.061 +02:00 WRN Sensitive data logging is enabled. Log entries and exception messages may include sensitive application data; this mode should only be enabled during development.
  81. ][2022-06-27 11:26:46.138 +02:00 WRN No store type was specified for the decimal property 'Premium' on entity type 'InsurancePolicy'. This will cause values to be silently truncated if they do not fit in the default precision and scale. Explicitly specify the SQL server column type that can accommodate all the values in 'OnModelCreating' using 'HasColumnType', specify precision and scale using 'HasPrecision', or configure a value converter using 'HasConversion'.
  82. ][2022-06-27 11:26:46.267 +02:00 INF Entity Framework Core 6.0.3 initialized 'DatabaseContext' using provider 'Microsoft.EntityFrameworkCore.SqlServer:6.0.3' with options: SensitiveDataLoggingEnabled
  83. ][2022-06-27 11:26:46.526 +02:00 INF Executed DbCommand (15ms) [Parameters=[], CommandType='"Text"', CommandTimeout='30']
  84. SELECT 1
  85. ][2022-06-27 11:26:46.548 +02:00 INF Executed DbCommand (13ms) [Parameters=[], CommandType='"Text"', CommandTimeout='30']
  86. SELECT OBJECT_ID(N'[__EFMigrationsHistory]');
  87. ][2022-06-27 11:26:46.568 +02:00 INF Executed DbCommand (3ms) [Parameters=[], CommandType='"Text"', CommandTimeout='30']
  88. SELECT [MigrationId], [ProductVersion]
  89. FROM [__EFMigrationsHistory]
  90. ORDER BY [MigrationId];
  91. ][2022-06-27 11:26:46.669 +02:00 INF Now listening on: http://localhost:5116
  92. ][2022-06-27 11:26:46.672 +02:00 INF Application started. Press Ctrl+C to shut down.
  93. ][2022-06-27 11:26:46.673 +02:00 INF Hosting environment: Development
  94. ][2022-06-27 11:26:46.673 +02:00 INF Content root path: C:\Users\meris.ahmatovic\Desktop\06242022\Diligent.WebAPI.Host\
  95. ][2022-06-27 11:26:48.026 +02:00 INF Request starting HTTP/1.1 GET http://localhost:5116/swagger/index.html - -
  96. ][2022-06-27 11:26:48.168 +02:00 INF Request starting HTTP/1.1 GET http://localhost:5116/_vs/browserLink - -
  97. ][2022-06-27 11:26:48.171 +02:00 INF Request starting HTTP/1.1 GET http://localhost:5116/_framework/aspnetcore-browser-refresh.js - -
  98. ][2022-06-27 11:26:48.180 +02:00 INF Request finished HTTP/1.1 GET http://localhost:5116/swagger/index.html - - - 200 - text/html;charset=utf-8 156.3908ms
  99. ][2022-06-27 11:26:48.180 +02:00 INF Request finished HTTP/1.1 GET http://localhost:5116/_framework/aspnetcore-browser-refresh.js - - - 200 12010 application/javascript;+charset=utf-8 1.6661ms
  100. ][2022-06-27 11:26:48.190 +02:00 INF Request finished HTTP/1.1 GET http://localhost:5116/_vs/browserLink - - - 200 - text/javascript;+charset=UTF-8 21.4237ms
  101. ][2022-06-27 11:26:48.268 +02:00 INF Request starting HTTP/1.1 GET http://localhost:5116/swagger/v1/swagger.json - -
  102. ][2022-06-27 11:26:48.353 +02:00 INF Request finished HTTP/1.1 GET http://localhost:5116/swagger/v1/swagger.json - - - 200 - application/json;charset=utf-8 84.4292ms
  103. ][2022-06-27 11:26:52.991 +02:00 INF Request starting HTTP/1.1 POST http://localhost:5116/api/mongo/InsuranceCompany application/json 191
  104. ][2022-06-27 11:26:53.000 +02:00 INF CORS policy execution failed.
  105. ][2022-06-27 11:26:53.000 +02:00 INF Request origin http://localhost:5116 does not have permission to access the resource.
  106. ][2022-06-27 11:26:53.004 +02:00 INF Executing endpoint 'Diligent.WebAPI.Host.MongoControllers.InsuranceCompanyController.Post (Diligent.WebAPI.Host)'
  107. ][2022-06-27 11:26:53.024 +02:00 INF Route matched with {action = "Post", controller = "InsuranceCompany"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.ActionResult] Post(Diligent.WebAPI.Host.MongoDTOs.InsuranceCompanyCreateDTO) on controller Diligent.WebAPI.Host.MongoControllers.InsuranceCompanyController (Diligent.WebAPI.Host).
  108. ][2022-06-27 11:26:53.717 +02:00 INF Executed action Diligent.WebAPI.Host.MongoControllers.InsuranceCompanyController.Post (Diligent.WebAPI.Host) in 689.3592ms
  109. ][2022-06-27 11:26:53.718 +02:00 INF Executed endpoint 'Diligent.WebAPI.Host.MongoControllers.InsuranceCompanyController.Post (Diligent.WebAPI.Host)'
  110. ][2022-06-27 11:26:53.734 +02:00 ERR Missing type map configuration or unsupported mapping.
  111. Mapping types:
  112. InsuranceCompanyCreateDTO -> InsuranceCompanyMongo
  113. Diligent.WebAPI.Host.MongoDTOs.InsuranceCompanyCreateDTO -> Diligent.WebAPI.Data.Entities.InsuranceCompanyMongo
  114. ][2022-06-27 11:26:53.737 +02:00 INF Request finished HTTP/1.1 POST http://localhost:5116/api/mongo/InsuranceCompany application/json 191 - 500 - application/json 746.5708ms
  115. ][2022-06-27 11:27:01.908 +02:00 INF Request starting HTTP/1.1 GET http://localhost:5116/api/mongo/InsuranceCompany - -
  116. ][2022-06-27 11:27:01.909 +02:00 INF Executing endpoint 'Diligent.WebAPI.Host.MongoControllers.InsuranceCompanyController.Get (Diligent.WebAPI.Host)'
  117. ][2022-06-27 11:27:01.912 +02:00 INF Route matched with {action = "Get", controller = "InsuranceCompany"}. Executing controller action with signature System.Threading.Tasks.Task`1[System.Collections.Generic.List`1[Diligent.WebAPI.Host.MongoDTOs.InsuranceCompanyReadDTO]] Get() on controller Diligent.WebAPI.Host.MongoControllers.InsuranceCompanyController (Diligent.WebAPI.Host).
  118. ][2022-06-27 11:27:02.097 +02:00 INF Executing ObjectResult, writing value of type 'System.Collections.Generic.List`1[[Diligent.WebAPI.Host.MongoDTOs.InsuranceCompanyReadDTO, Diligent.WebAPI.Host, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]]'.
  119. ][2022-06-27 11:27:02.105 +02:00 INF Executed action Diligent.WebAPI.Host.MongoControllers.InsuranceCompanyController.Get (Diligent.WebAPI.Host) in 193.4582ms
  120. ][2022-06-27 11:27:02.106 +02:00 INF Executed endpoint 'Diligent.WebAPI.Host.MongoControllers.InsuranceCompanyController.Get (Diligent.WebAPI.Host)'
  121. ][2022-06-27 11:27:02.106 +02:00 INF Request finished HTTP/1.1 GET http://localhost:5116/api/mongo/InsuranceCompany - - - 200 - application/json;+charset=utf-8 197.7124ms
  122. ][2022-06-27 11:27:24.554 +02:00 INF Request starting HTTP/1.1 POST http://localhost:5116/api/mongo/InsuranceCompany application/json 191
  123. ][2022-06-27 11:27:24.554 +02:00 INF CORS policy execution failed.
  124. ][2022-06-27 11:27:24.554 +02:00 INF Request origin http://localhost:5116 does not have permission to access the resource.
  125. ][2022-06-27 11:27:24.554 +02:00 INF Executing endpoint 'Diligent.WebAPI.Host.MongoControllers.InsuranceCompanyController.Post (Diligent.WebAPI.Host)'
  126. ][2022-06-27 11:27:24.554 +02:00 INF Route matched with {action = "Post", controller = "InsuranceCompany"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.ActionResult] Post(Diligent.WebAPI.Host.MongoDTOs.InsuranceCompanyCreateDTO) on controller Diligent.WebAPI.Host.MongoControllers.InsuranceCompanyController (Diligent.WebAPI.Host).
  127. ][2022-06-27 11:27:24.581 +02:00 INF Executed action Diligent.WebAPI.Host.MongoControllers.InsuranceCompanyController.Post (Diligent.WebAPI.Host) in 26.6685ms
  128. ][2022-06-27 11:27:24.581 +02:00 INF Executed endpoint 'Diligent.WebAPI.Host.MongoControllers.InsuranceCompanyController.Post (Diligent.WebAPI.Host)'
  129. ][2022-06-27 11:27:24.594 +02:00 ERR Missing type map configuration or unsupported mapping.
  130. Mapping types:
  131. InsuranceCompanyCreateDTO -> InsuranceCompanyMongo
  132. Diligent.WebAPI.Host.MongoDTOs.InsuranceCompanyCreateDTO -> Diligent.WebAPI.Data.Entities.InsuranceCompanyMongo
  133. ][2022-06-27 11:27:24.594 +02:00 INF Request finished HTTP/1.1 POST http://localhost:5116/api/mongo/InsuranceCompany application/json 191 - 500 - application/json 40.3012ms
  134. ][2022-06-27 11:28:33.512 +02:00 WRN Sensitive data logging is enabled. Log entries and exception messages may include sensitive application data; this mode should only be enabled during development.
  135. ][2022-06-27 11:28:33.578 +02:00 WRN No store type was specified for the decimal property 'Premium' on entity type 'InsurancePolicy'. This will cause values to be silently truncated if they do not fit in the default precision and scale. Explicitly specify the SQL server column type that can accommodate all the values in 'OnModelCreating' using 'HasColumnType', specify precision and scale using 'HasPrecision', or configure a value converter using 'HasConversion'.
  136. ][2022-06-27 11:28:33.700 +02:00 INF Entity Framework Core 6.0.3 initialized 'DatabaseContext' using provider 'Microsoft.EntityFrameworkCore.SqlServer:6.0.3' with options: SensitiveDataLoggingEnabled
  137. ][2022-06-27 11:28:33.962 +02:00 INF Executed DbCommand (15ms) [Parameters=[], CommandType='"Text"', CommandTimeout='30']
  138. SELECT 1
  139. ][2022-06-27 11:28:33.984 +02:00 INF Executed DbCommand (13ms) [Parameters=[], CommandType='"Text"', CommandTimeout='30']
  140. SELECT OBJECT_ID(N'[__EFMigrationsHistory]');
  141. ][2022-06-27 11:28:34.005 +02:00 INF Executed DbCommand (3ms) [Parameters=[], CommandType='"Text"', CommandTimeout='30']
  142. SELECT [MigrationId], [ProductVersion]
  143. FROM [__EFMigrationsHistory]
  144. ORDER BY [MigrationId];
  145. ][2022-06-27 11:28:34.096 +02:00 INF Now listening on: http://localhost:5116
  146. ][2022-06-27 11:28:34.098 +02:00 INF Application started. Press Ctrl+C to shut down.
  147. ][2022-06-27 11:28:34.098 +02:00 INF Hosting environment: Development
  148. ][2022-06-27 11:28:34.098 +02:00 INF Content root path: C:\Users\meris.ahmatovic\Desktop\06242022\Diligent.WebAPI.Host\
  149. ][2022-06-27 11:28:41.922 +02:00 INF Request starting HTTP/1.1 POST http://localhost:5116/api/mongo/InsuranceCompany application/json 191
  150. ][2022-06-27 11:28:41.967 +02:00 INF CORS policy execution failed.
  151. ][2022-06-27 11:28:41.967 +02:00 INF Request origin http://localhost:5116 does not have permission to access the resource.
  152. ][2022-06-27 11:28:41.978 +02:00 INF Executing endpoint 'Diligent.WebAPI.Host.MongoControllers.InsuranceCompanyController.Post (Diligent.WebAPI.Host)'
  153. ][2022-06-27 11:28:41.994 +02:00 INF Route matched with {action = "Post", controller = "InsuranceCompany"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.ActionResult] Post(Diligent.WebAPI.Host.MongoDTOs.InsuranceCompanyCreateDTO) on controller Diligent.WebAPI.Host.MongoControllers.InsuranceCompanyController (Diligent.WebAPI.Host).
  154. ][2022-06-27 11:28:42.407 +02:00 INF Executed action Diligent.WebAPI.Host.MongoControllers.InsuranceCompanyController.Post (Diligent.WebAPI.Host) in 408.4889ms
  155. ][2022-06-27 11:28:42.408 +02:00 INF Executed endpoint 'Diligent.WebAPI.Host.MongoControllers.InsuranceCompanyController.Post (Diligent.WebAPI.Host)'
  156. ][2022-06-27 11:28:42.427 +02:00 ERR Missing type map configuration or unsupported mapping.
  157. Mapping types:
  158. InsuranceCompanyCreateDTO -> InsuranceCompanyMongo
  159. Diligent.WebAPI.Host.MongoDTOs.InsuranceCompanyCreateDTO -> Diligent.WebAPI.Data.Entities.InsuranceCompanyMongo
  160. ][2022-06-27 11:28:42.435 +02:00 INF Request finished HTTP/1.1 POST http://localhost:5116/api/mongo/InsuranceCompany application/json 191 - 500 - application/json 515.5680ms
  161. ][2022-06-27 11:28:53.418 +02:00 INF Request starting HTTP/1.1 POST http://localhost:5116/api/mongo/InsuranceCompany application/json 191
  162. ][2022-06-27 11:28:53.419 +02:00 INF CORS policy execution failed.
  163. ][2022-06-27 11:28:53.419 +02:00 INF Request origin http://localhost:5116 does not have permission to access the resource.
  164. ][2022-06-27 11:28:53.419 +02:00 INF Executing endpoint 'Diligent.WebAPI.Host.MongoControllers.InsuranceCompanyController.Post (Diligent.WebAPI.Host)'
  165. ][2022-06-27 11:28:53.420 +02:00 INF Route matched with {action = "Post", controller = "InsuranceCompany"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.ActionResult] Post(Diligent.WebAPI.Host.MongoDTOs.InsuranceCompanyCreateDTO) on controller Diligent.WebAPI.Host.MongoControllers.InsuranceCompanyController (Diligent.WebAPI.Host).
  166. ][2022-06-27 11:28:53.449 +02:00 INF Executed action Diligent.WebAPI.Host.MongoControllers.InsuranceCompanyController.Post (Diligent.WebAPI.Host) in 29.1027ms
  167. ][2022-06-27 11:28:53.449 +02:00 INF Executed endpoint 'Diligent.WebAPI.Host.MongoControllers.InsuranceCompanyController.Post (Diligent.WebAPI.Host)'
  168. ][2022-06-27 11:28:53.462 +02:00 ERR Missing type map configuration or unsupported mapping.
  169. Mapping types:
  170. InsuranceCompanyCreateDTO -> InsuranceCompanyMongo
  171. Diligent.WebAPI.Host.MongoDTOs.InsuranceCompanyCreateDTO -> Diligent.WebAPI.Data.Entities.InsuranceCompanyMongo
  172. ][2022-06-27 11:28:53.463 +02:00 INF Request finished HTTP/1.1 POST http://localhost:5116/api/mongo/InsuranceCompany application/json 191 - 500 - application/json 44.4426ms
  173. ][2022-06-27 11:28:59.404 +02:00 INF Request starting HTTP/1.1 GET http://localhost:5116/api/mongo/InsuranceCompany - -
  174. ][2022-06-27 11:28:59.406 +02:00 INF Executing endpoint 'Diligent.WebAPI.Host.MongoControllers.InsuranceCompanyController.Get (Diligent.WebAPI.Host)'
  175. ][2022-06-27 11:28:59.409 +02:00 INF Route matched with {action = "Get", controller = "InsuranceCompany"}. Executing controller action with signature System.Threading.Tasks.Task`1[System.Collections.Generic.List`1[Diligent.WebAPI.Host.MongoDTOs.InsuranceCompanyReadDTO]] Get() on controller Diligent.WebAPI.Host.MongoControllers.InsuranceCompanyController (Diligent.WebAPI.Host).
  176. ][2022-06-27 11:28:59.555 +02:00 INF Executing ObjectResult, writing value of type 'System.Collections.Generic.List`1[[Diligent.WebAPI.Host.MongoDTOs.InsuranceCompanyReadDTO, Diligent.WebAPI.Host, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]]'.
  177. ][2022-06-27 11:28:59.566 +02:00 INF Executed action Diligent.WebAPI.Host.MongoControllers.InsuranceCompanyController.Get (Diligent.WebAPI.Host) in 156.0753ms
  178. ][2022-06-27 11:28:59.566 +02:00 INF Executed endpoint 'Diligent.WebAPI.Host.MongoControllers.InsuranceCompanyController.Get (Diligent.WebAPI.Host)'
  179. ][2022-06-27 11:28:59.567 +02:00 INF Request finished HTTP/1.1 GET http://localhost:5116/api/mongo/InsuranceCompany - - - 200 - application/json;+charset=utf-8 162.8128ms
  180. ][2022-06-27 11:30:01.989 +02:00 WRN Sensitive data logging is enabled. Log entries and exception messages may include sensitive application data; this mode should only be enabled during development.
  181. ][2022-06-27 11:30:02.059 +02:00 WRN No store type was specified for the decimal property 'Premium' on entity type 'InsurancePolicy'. This will cause values to be silently truncated if they do not fit in the default precision and scale. Explicitly specify the SQL server column type that can accommodate all the values in 'OnModelCreating' using 'HasColumnType', specify precision and scale using 'HasPrecision', or configure a value converter using 'HasConversion'.
  182. ][2022-06-27 11:30:02.196 +02:00 INF Entity Framework Core 6.0.3 initialized 'DatabaseContext' using provider 'Microsoft.EntityFrameworkCore.SqlServer:6.0.3' with options: SensitiveDataLoggingEnabled
  183. ][2022-06-27 11:30:02.457 +02:00 INF Executed DbCommand (15ms) [Parameters=[], CommandType='"Text"', CommandTimeout='30']
  184. SELECT 1
  185. ][2022-06-27 11:30:02.478 +02:00 INF Executed DbCommand (12ms) [Parameters=[], CommandType='"Text"', CommandTimeout='30']
  186. SELECT OBJECT_ID(N'[__EFMigrationsHistory]');
  187. ][2022-06-27 11:30:02.497 +02:00 INF Executed DbCommand (3ms) [Parameters=[], CommandType='"Text"', CommandTimeout='30']
  188. SELECT [MigrationId], [ProductVersion]
  189. FROM [__EFMigrationsHistory]
  190. ORDER BY [MigrationId];
  191. ][2022-06-27 11:30:02.590 +02:00 INF Now listening on: http://localhost:5116
  192. ][2022-06-27 11:30:02.593 +02:00 INF Application started. Press Ctrl+C to shut down.
  193. ][2022-06-27 11:30:02.593 +02:00 INF Hosting environment: Development
  194. ][2022-06-27 11:30:02.593 +02:00 INF Content root path: C:\Users\meris.ahmatovic\Desktop\06242022\Diligent.WebAPI.Host\
  195. ][2022-06-27 11:30:04.676 +02:00 INF Request starting HTTP/1.1 GET http://localhost:5116/swagger/index.html - -
  196. ][2022-06-27 11:30:04.826 +02:00 INF Request starting HTTP/1.1 GET http://localhost:5116/_vs/browserLink - -
  197. ][2022-06-27 11:30:04.826 +02:00 INF Request starting HTTP/1.1 GET http://localhost:5116/_framework/aspnetcore-browser-refresh.js - -
  198. ][2022-06-27 11:30:04.828 +02:00 INF Request finished HTTP/1.1 GET http://localhost:5116/_framework/aspnetcore-browser-refresh.js - - - 200 12010 application/javascript;+charset=utf-8 1.6214ms
  199. ][2022-06-27 11:30:04.830 +02:00 INF Request finished HTTP/1.1 GET http://localhost:5116/swagger/index.html - - - 200 - text/html;charset=utf-8 156.4762ms
  200. ][2022-06-27 11:30:04.851 +02:00 INF Request finished HTTP/1.1 GET http://localhost:5116/_vs/browserLink - - - 200 - text/javascript;+charset=UTF-8 24.9562ms
  201. ][2022-06-27 11:30:04.927 +02:00 INF Request starting HTTP/1.1 GET http://localhost:5116/swagger/v1/swagger.json - -
  202. ][2022-06-27 11:30:05.015 +02:00 INF Request finished HTTP/1.1 GET http://localhost:5116/swagger/v1/swagger.json - - - 200 - application/json;charset=utf-8 88.6514ms
  203. ][2022-06-27 11:30:09.882 +02:00 INF Request starting HTTP/1.1 GET http://localhost:5116/v1.0/insuranceCompanies - -
  204. ][2022-06-27 11:30:09.890 +02:00 INF Executing endpoint 'Diligent.WebAPI.Host.Controllers.InsuranceCompaniesController.GetInsuranceCompanies (Diligent.WebAPI.Host)'
  205. ][2022-06-27 11:30:09.899 +02:00 INF Route matched with {action = "GetInsuranceCompanies", controller = "InsuranceCompanies"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.ActionResult`1[System.Collections.Generic.List`1[Diligent.WebAPI.Host.DTOs.InsuranceCompanyDTOs.InsuranceCompanyReturnDTO]]] GetInsuranceCompanies() on controller Diligent.WebAPI.Host.Controllers.InsuranceCompaniesController (Diligent.WebAPI.Host).
  206. ][2022-06-27 11:30:09.997 +02:00 INF Entity Framework Core 6.0.3 initialized 'DatabaseContext' using provider 'Microsoft.EntityFrameworkCore.SqlServer:6.0.3' with options: SensitiveDataLoggingEnabled
  207. ][2022-06-27 11:30:10.198 +02:00 INF Executed DbCommand (13ms) [Parameters=[], CommandType='"Text"', CommandTimeout='30']
  208. SELECT [i].[Id], [i].[City], [i].[Country], [i].[CreatedAtUtc], [i].[DeletedAtUtc], [i].[Fax], [i].[LegalAddress], [i].[LegalEmail], [i].[Name], [i].[PhoneNumber], [i].[PostalCode], [i].[UpdatedAtUtc]
  209. FROM [InsuranceCompanies] AS [i]
  210. ][2022-06-27 11:30:10.277 +02:00 INF Executing ObjectResult, writing value of type 'System.Collections.Generic.List`1[[Diligent.WebAPI.Host.DTOs.InsuranceCompanyDTOs.InsuranceCompanyReturnDTO, Diligent.WebAPI.Host, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]]'.
  211. ][2022-06-27 11:30:10.292 +02:00 INF Executed action Diligent.WebAPI.Host.Controllers.InsuranceCompaniesController.GetInsuranceCompanies (Diligent.WebAPI.Host) in 388.6367ms
  212. ][2022-06-27 11:30:10.293 +02:00 INF Executed endpoint 'Diligent.WebAPI.Host.Controllers.InsuranceCompaniesController.GetInsuranceCompanies (Diligent.WebAPI.Host)'
  213. ][2022-06-27 11:30:10.296 +02:00 INF Request finished HTTP/1.1 GET http://localhost:5116/v1.0/insuranceCompanies - - - 200 - application/json;+charset=utf-8 413.8437ms
  214. ][2022-06-27 11:30:19.697 +02:00 INF Request starting HTTP/1.1 GET http://localhost:5116/api/mongo/InsuranceCompany - -
  215. ][2022-06-27 11:30:19.701 +02:00 INF Executing endpoint 'Diligent.WebAPI.Host.MongoControllers.InsuranceCompanyController.Get (Diligent.WebAPI.Host)'
  216. ][2022-06-27 11:30:19.704 +02:00 INF Route matched with {action = "Get", controller = "InsuranceCompany"}. Executing controller action with signature System.Threading.Tasks.Task`1[System.Collections.Generic.List`1[Diligent.WebAPI.Host.MongoDTOs.InsuranceCompanyReadDTO]] Get() on controller Diligent.WebAPI.Host.MongoControllers.InsuranceCompanyController (Diligent.WebAPI.Host).
  217. ][2022-06-27 11:30:20.082 +02:00 INF Executing ObjectResult, writing value of type 'System.Collections.Generic.List`1[[Diligent.WebAPI.Host.MongoDTOs.InsuranceCompanyReadDTO, Diligent.WebAPI.Host, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]]'.
  218. ][2022-06-27 11:30:20.084 +02:00 INF Executed action Diligent.WebAPI.Host.MongoControllers.InsuranceCompanyController.Get (Diligent.WebAPI.Host) in 380.2646ms
  219. ][2022-06-27 11:30:20.084 +02:00 INF Executed endpoint 'Diligent.WebAPI.Host.MongoControllers.InsuranceCompanyController.Get (Diligent.WebAPI.Host)'
  220. ][2022-06-27 11:30:20.084 +02:00 INF Request finished HTTP/1.1 GET http://localhost:5116/api/mongo/InsuranceCompany - - - 200 - application/json;+charset=utf-8 386.8684ms
  221. ][2022-06-27 11:30:34.088 +02:00 INF Request starting HTTP/1.1 POST http://localhost:5116/api/mongo/InsuranceCompany application/json 190
  222. ][2022-06-27 11:30:34.089 +02:00 INF CORS policy execution failed.
  223. ][2022-06-27 11:30:34.089 +02:00 INF Request origin http://localhost:5116 does not have permission to access the resource.
  224. ][2022-06-27 11:30:34.089 +02:00 INF Executing endpoint 'Diligent.WebAPI.Host.MongoControllers.InsuranceCompanyController.Post (Diligent.WebAPI.Host)'
  225. ][2022-06-27 11:30:34.099 +02:00 INF Route matched with {action = "Post", controller = "InsuranceCompany"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.ActionResult] Post(Diligent.WebAPI.Host.MongoDTOs.InsuranceCompanyCreateDTO) on controller Diligent.WebAPI.Host.MongoControllers.InsuranceCompanyController (Diligent.WebAPI.Host).
  226. ][2022-06-27 11:34:20.737 +02:00 WRN Sensitive data logging is enabled. Log entries and exception messages may include sensitive application data; this mode should only be enabled during development.
  227. ][2022-06-27 11:34:20.808 +02:00 WRN No store type was specified for the decimal property 'Premium' on entity type 'InsurancePolicy'. This will cause values to be silently truncated if they do not fit in the default precision and scale. Explicitly specify the SQL server column type that can accommodate all the values in 'OnModelCreating' using 'HasColumnType', specify precision and scale using 'HasPrecision', or configure a value converter using 'HasConversion'.
  228. ][2022-06-27 11:34:20.939 +02:00 INF Entity Framework Core 6.0.3 initialized 'DatabaseContext' using provider 'Microsoft.EntityFrameworkCore.SqlServer:6.0.3' with options: SensitiveDataLoggingEnabled
  229. ][2022-06-27 11:34:21.215 +02:00 INF Executed DbCommand (15ms) [Parameters=[], CommandType='"Text"', CommandTimeout='30']
  230. SELECT 1
  231. ][2022-06-27 11:34:21.236 +02:00 INF Executed DbCommand (12ms) [Parameters=[], CommandType='"Text"', CommandTimeout='30']
  232. SELECT OBJECT_ID(N'[__EFMigrationsHistory]');
  233. ][2022-06-27 11:34:21.256 +02:00 INF Executed DbCommand (3ms) [Parameters=[], CommandType='"Text"', CommandTimeout='30']
  234. SELECT [MigrationId], [ProductVersion]
  235. FROM [__EFMigrationsHistory]
  236. ORDER BY [MigrationId];
  237. ][2022-06-27 11:34:21.348 +02:00 INF Now listening on: http://localhost:5116
  238. ][2022-06-27 11:34:21.351 +02:00 INF Application started. Press Ctrl+C to shut down.
  239. ][2022-06-27 11:34:21.351 +02:00 INF Hosting environment: Development
  240. ][2022-06-27 11:34:21.351 +02:00 INF Content root path: C:\Users\meris.ahmatovic\Desktop\06242022\Diligent.WebAPI.Host\
  241. ][2022-06-27 11:34:24.618 +02:00 INF Request starting HTTP/1.1 POST http://localhost:5116/api/mongo/InsuranceCompany application/json 190
  242. ][2022-06-27 11:34:24.661 +02:00 INF CORS policy execution failed.
  243. ][2022-06-27 11:34:24.661 +02:00 INF Request origin http://localhost:5116 does not have permission to access the resource.
  244. ][2022-06-27 11:34:24.673 +02:00 INF Executing endpoint 'Diligent.WebAPI.Host.MongoControllers.InsuranceCompanyController.Post (Diligent.WebAPI.Host)'
  245. ][2022-06-27 11:34:24.689 +02:00 INF Route matched with {action = "Post", controller = "InsuranceCompany"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.ActionResult] Post(Diligent.WebAPI.Host.MongoDTOs.InsuranceCompanyCreateDTO) on controller Diligent.WebAPI.Host.MongoControllers.InsuranceCompanyController (Diligent.WebAPI.Host).
  246. ][2022-06-27 11:34:25.185 +02:00 INF Executing CreatedAtActionResult, writing value of type 'Diligent.WebAPI.Data.Entities.InsuranceCompanyMongo'.
  247. ][2022-06-27 11:34:25.221 +02:00 INF Executed action Diligent.WebAPI.Host.MongoControllers.InsuranceCompanyController.Post (Diligent.WebAPI.Host) in 527.9978ms
  248. ][2022-06-27 11:34:25.221 +02:00 INF Executed endpoint 'Diligent.WebAPI.Host.MongoControllers.InsuranceCompanyController.Post (Diligent.WebAPI.Host)'
  249. ][2022-06-27 11:34:25.225 +02:00 INF Request finished HTTP/1.1 POST http://localhost:5116/api/mongo/InsuranceCompany application/json 190 - 201 - application/json;+charset=utf-8 607.9117ms
  250. ][2022-06-27 12:00:13.457 +02:00 WRN Sensitive data logging is enabled. Log entries and exception messages may include sensitive application data; this mode should only be enabled during development.
  251. ][2022-06-27 12:00:13.547 +02:00 WRN No store type was specified for the decimal property 'Premium' on entity type 'InsurancePolicy'. This will cause values to be silently truncated if they do not fit in the default precision and scale. Explicitly specify the SQL server column type that can accommodate all the values in 'OnModelCreating' using 'HasColumnType', specify precision and scale using 'HasPrecision', or configure a value converter using 'HasConversion'.
  252. ][2022-06-27 12:00:13.726 +02:00 INF Entity Framework Core 6.0.3 initialized 'DatabaseContext' using provider 'Microsoft.EntityFrameworkCore.SqlServer:6.0.3' with options: SensitiveDataLoggingEnabled
  253. ][2022-06-27 12:00:14.072 +02:00 INF Executed DbCommand (21ms) [Parameters=[], CommandType='"Text"', CommandTimeout='30']
  254. SELECT 1
  255. ][2022-06-27 12:00:14.100 +02:00 INF Executed DbCommand (15ms) [Parameters=[], CommandType='"Text"', CommandTimeout='30']
  256. SELECT OBJECT_ID(N'[__EFMigrationsHistory]');
  257. ][2022-06-27 12:00:14.127 +02:00 INF Executed DbCommand (4ms) [Parameters=[], CommandType='"Text"', CommandTimeout='30']
  258. SELECT [MigrationId], [ProductVersion]
  259. FROM [__EFMigrationsHistory]
  260. ORDER BY [MigrationId];
  261. ][2022-06-27 12:00:14.264 +02:00 INF Now listening on: http://localhost:5116
  262. ][2022-06-27 12:00:14.268 +02:00 INF Application started. Press Ctrl+C to shut down.
  263. ][2022-06-27 12:00:14.268 +02:00 INF Hosting environment: Development
  264. ][2022-06-27 12:00:14.269 +02:00 INF Content root path: C:\Users\meris.ahmatovic\Desktop\06242022\Diligent.WebAPI.Host\
  265. ][2022-06-27 12:00:20.403 +02:00 INF Request starting HTTP/1.1 GET http://localhost:5116/swagger/index.html - -
  266. ][2022-06-27 12:00:20.462 +02:00 INF Request finished HTTP/1.1 GET http://localhost:5116/swagger/index.html - - - 404 0 - 61.6722ms
  267. ][2022-06-27 12:02:31.048 +02:00 WRN Sensitive data logging is enabled. Log entries and exception messages may include sensitive application data; this mode should only be enabled during development.
  268. ][2022-06-27 12:02:31.119 +02:00 WRN No store type was specified for the decimal property 'Premium' on entity type 'InsurancePolicy'. This will cause values to be silently truncated if they do not fit in the default precision and scale. Explicitly specify the SQL server column type that can accommodate all the values in 'OnModelCreating' using 'HasColumnType', specify precision and scale using 'HasPrecision', or configure a value converter using 'HasConversion'.
  269. ][2022-06-27 12:02:31.249 +02:00 INF Entity Framework Core 6.0.3 initialized 'DatabaseContext' using provider 'Microsoft.EntityFrameworkCore.SqlServer:6.0.3' with options: SensitiveDataLoggingEnabled
  270. ][2022-06-27 12:02:31.515 +02:00 INF Executed DbCommand (16ms) [Parameters=[], CommandType='"Text"', CommandTimeout='30']
  271. SELECT 1
  272. ][2022-06-27 12:02:31.536 +02:00 INF Executed DbCommand (12ms) [Parameters=[], CommandType='"Text"', CommandTimeout='30']
  273. SELECT OBJECT_ID(N'[__EFMigrationsHistory]');
  274. ][2022-06-27 12:02:31.555 +02:00 INF Executed DbCommand (3ms) [Parameters=[], CommandType='"Text"', CommandTimeout='30']
  275. SELECT [MigrationId], [ProductVersion]
  276. FROM [__EFMigrationsHistory]
  277. ORDER BY [MigrationId];
  278. ][2022-06-27 12:02:31.648 +02:00 INF Now listening on: http://localhost:5116
  279. ][2022-06-27 12:02:31.650 +02:00 INF Application started. Press Ctrl+C to shut down.
  280. ][2022-06-27 12:02:31.650 +02:00 INF Hosting environment: Development
  281. ][2022-06-27 12:02:31.650 +02:00 INF Content root path: C:\Users\meris.ahmatovic\Desktop\06242022\Diligent.WebAPI.Host\
  282. ][2022-06-27 12:02:32.453 +02:00 INF Request starting HTTP/1.1 GET http://localhost:5116/swagger/index.html - -
  283. ][2022-06-27 12:02:32.642 +02:00 INF Request starting HTTP/1.1 GET http://localhost:5116/_vs/browserLink - -
  284. ][2022-06-27 12:02:32.642 +02:00 INF Request starting HTTP/1.1 GET http://localhost:5116/_framework/aspnetcore-browser-refresh.js - -
  285. ][2022-06-27 12:02:32.644 +02:00 INF Request finished HTTP/1.1 GET http://localhost:5116/_framework/aspnetcore-browser-refresh.js - - - 200 12010 application/javascript;+charset=utf-8 1.6776ms
  286. ][2022-06-27 12:02:32.651 +02:00 INF Request finished HTTP/1.1 GET http://localhost:5116/swagger/index.html - - - 200 - text/html;charset=utf-8 203.1599ms
  287. ][2022-06-27 12:02:32.691 +02:00 INF Request finished HTTP/1.1 GET http://localhost:5116/_vs/browserLink - - - 200 - text/javascript;+charset=UTF-8 48.6140ms
  288. ][2022-06-27 12:02:32.748 +02:00 INF Request starting HTTP/1.1 GET http://localhost:5116/swagger/v1/swagger.json - -
  289. ][2022-06-27 12:02:32.835 +02:00 INF Request finished HTTP/1.1 GET http://localhost:5116/swagger/v1/swagger.json - - - 200 - application/json;charset=utf-8 86.9252ms
  290. ][2022-06-27 12:02:37.103 +02:00 INF Request starting HTTP/1.1 GET http://localhost:5116/api/mongo/InsuranceCompany - -
  291. ][2022-06-27 12:02:37.120 +02:00 INF Executing endpoint 'Diligent.WebAPI.Host.MongoControllers.InsuranceCompanyController.Get (Diligent.WebAPI.Host)'
  292. ][2022-06-27 12:02:37.133 +02:00 INF Route matched with {action = "Get", controller = "InsuranceCompany"}. Executing controller action with signature System.Threading.Tasks.Task`1[System.Collections.Generic.List`1[Diligent.WebAPI.Host.MongoDTOs.InsuranceCompanyMongo.InsuranceCompanyReadDTO]] Get() on controller Diligent.WebAPI.Host.MongoControllers.InsuranceCompanyController (Diligent.WebAPI.Host).
  293. ][2022-06-27 12:02:37.139 +02:00 INF Executed action Diligent.WebAPI.Host.MongoControllers.InsuranceCompanyController.Get (Diligent.WebAPI.Host) in 1.8905ms
  294. ][2022-06-27 12:02:37.140 +02:00 INF Executed endpoint 'Diligent.WebAPI.Host.MongoControllers.InsuranceCompanyController.Get (Diligent.WebAPI.Host)'
  295. ][2022-06-27 12:02:37.171 +02:00 ERR Unable to resolve service for type 'Diligent.WebAPI.Business.MongoInterfaces.IInsuranceCompanyService' while attempting to activate 'Diligent.WebAPI.Host.MongoControllers.InsuranceCompanyController'.
  296. ][2022-06-27 12:02:37.172 +02:00 INF Request finished HTTP/1.1 GET http://localhost:5116/api/mongo/InsuranceCompany - - - 500 - application/json 68.6805ms
  297. ][2022-06-27 12:04:19.128 +02:00 WRN Sensitive data logging is enabled. Log entries and exception messages may include sensitive application data; this mode should only be enabled during development.
  298. ][2022-06-27 12:04:19.194 +02:00 WRN No store type was specified for the decimal property 'Premium' on entity type 'InsurancePolicy'. This will cause values to be silently truncated if they do not fit in the default precision and scale. Explicitly specify the SQL server column type that can accommodate all the values in 'OnModelCreating' using 'HasColumnType', specify precision and scale using 'HasPrecision', or configure a value converter using 'HasConversion'.
  299. ][2022-06-27 12:04:19.324 +02:00 INF Entity Framework Core 6.0.3 initialized 'DatabaseContext' using provider 'Microsoft.EntityFrameworkCore.SqlServer:6.0.3' with options: SensitiveDataLoggingEnabled
  300. ][2022-06-27 12:04:19.582 +02:00 INF Executed DbCommand (15ms) [Parameters=[], CommandType='"Text"', CommandTimeout='30']
  301. SELECT 1
  302. ][2022-06-27 12:04:19.603 +02:00 INF Executed DbCommand (12ms) [Parameters=[], CommandType='"Text"', CommandTimeout='30']
  303. SELECT OBJECT_ID(N'[__EFMigrationsHistory]');
  304. ][2022-06-27 12:04:19.622 +02:00 INF Executed DbCommand (3ms) [Parameters=[], CommandType='"Text"', CommandTimeout='30']
  305. SELECT [MigrationId], [ProductVersion]
  306. FROM [__EFMigrationsHistory]
  307. ORDER BY [MigrationId];
  308. ][2022-06-27 12:04:19.713 +02:00 INF Now listening on: http://localhost:5116
  309. ][2022-06-27 12:04:19.715 +02:00 INF Application started. Press Ctrl+C to shut down.
  310. ][2022-06-27 12:04:19.716 +02:00 INF Hosting environment: Development
  311. ][2022-06-27 12:04:19.716 +02:00 INF Content root path: C:\Users\meris.ahmatovic\Desktop\06242022\Diligent.WebAPI.Host\
  312. ][2022-06-27 12:04:28.139 +02:00 INF Request starting HTTP/1.1 GET http://localhost:5116/api/mongo/InsuranceCompany - -
  313. ][2022-06-27 12:04:28.198 +02:00 INF Executing endpoint 'Diligent.WebAPI.Host.MongoControllers.InsuranceCompanyController.Get (Diligent.WebAPI.Host)'
  314. ][2022-06-27 12:04:28.207 +02:00 INF Route matched with {action = "Get", controller = "InsuranceCompany"}. Executing controller action with signature System.Threading.Tasks.Task`1[System.Collections.Generic.List`1[Diligent.WebAPI.Host.MongoDTOs.InsuranceCompanyMongo.InsuranceCompanyReadDTO]] Get() on controller Diligent.WebAPI.Host.MongoControllers.InsuranceCompanyController (Diligent.WebAPI.Host).
  315. ][2022-06-27 12:04:28.645 +02:00 INF Executing ObjectResult, writing value of type 'System.Collections.Generic.List`1[[Diligent.WebAPI.Host.MongoDTOs.InsuranceCompanyMongo.InsuranceCompanyReadDTO, Diligent.WebAPI.Host, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]]'.
  316. ][2022-06-27 12:04:28.672 +02:00 INF Executed action Diligent.WebAPI.Host.MongoControllers.InsuranceCompanyController.Get (Diligent.WebAPI.Host) in 460.5414ms
  317. ][2022-06-27 12:04:28.673 +02:00 INF Executed endpoint 'Diligent.WebAPI.Host.MongoControllers.InsuranceCompanyController.Get (Diligent.WebAPI.Host)'
  318. ][2022-06-27 12:04:28.675 +02:00 INF Request finished HTTP/1.1 GET http://localhost:5116/api/mongo/InsuranceCompany - - - 200 - application/json;+charset=utf-8 538.9848ms
  319. ][2022-06-27 12:20:13.620 +02:00 WRN Sensitive data logging is enabled. Log entries and exception messages may include sensitive application data; this mode should only be enabled during development.
  320. ][2022-06-27 12:20:13.685 +02:00 WRN No store type was specified for the decimal property 'Premium' on entity type 'InsurancePolicy'. This will cause values to be silently truncated if they do not fit in the default precision and scale. Explicitly specify the SQL server column type that can accommodate all the values in 'OnModelCreating' using 'HasColumnType', specify precision and scale using 'HasPrecision', or configure a value converter using 'HasConversion'.
  321. ][2022-06-27 12:20:13.808 +02:00 INF Entity Framework Core 6.0.3 initialized 'DatabaseContext' using provider 'Microsoft.EntityFrameworkCore.SqlServer:6.0.3' with options: SensitiveDataLoggingEnabled
  322. ][2022-06-27 12:20:14.072 +02:00 INF Executed DbCommand (15ms) [Parameters=[], CommandType='"Text"', CommandTimeout='30']
  323. SELECT 1
  324. ][2022-06-27 12:20:14.093 +02:00 INF Executed DbCommand (12ms) [Parameters=[], CommandType='"Text"', CommandTimeout='30']
  325. SELECT OBJECT_ID(N'[__EFMigrationsHistory]');
  326. ][2022-06-27 12:20:14.114 +02:00 INF Executed DbCommand (3ms) [Parameters=[], CommandType='"Text"', CommandTimeout='30']
  327. SELECT [MigrationId], [ProductVersion]
  328. FROM [__EFMigrationsHistory]
  329. ORDER BY [MigrationId];
  330. ][2022-06-27 12:21:45.831 +02:00 WRN Sensitive data logging is enabled. Log entries and exception messages may include sensitive application data; this mode should only be enabled during development.
  331. ][2022-06-27 12:21:45.903 +02:00 WRN No store type was specified for the decimal property 'Premium' on entity type 'InsurancePolicy'. This will cause values to be silently truncated if they do not fit in the default precision and scale. Explicitly specify the SQL server column type that can accommodate all the values in 'OnModelCreating' using 'HasColumnType', specify precision and scale using 'HasPrecision', or configure a value converter using 'HasConversion'.
  332. ][2022-06-27 12:21:46.029 +02:00 INF Entity Framework Core 6.0.3 initialized 'DatabaseContext' using provider 'Microsoft.EntityFrameworkCore.SqlServer:6.0.3' with options: SensitiveDataLoggingEnabled
  333. ][2022-06-27 12:21:46.292 +02:00 INF Executed DbCommand (15ms) [Parameters=[], CommandType='"Text"', CommandTimeout='30']
  334. SELECT 1
  335. ][2022-06-27 12:21:46.314 +02:00 INF Executed DbCommand (12ms) [Parameters=[], CommandType='"Text"', CommandTimeout='30']
  336. SELECT OBJECT_ID(N'[__EFMigrationsHistory]');
  337. ][2022-06-27 12:21:46.335 +02:00 INF Executed DbCommand (3ms) [Parameters=[], CommandType='"Text"', CommandTimeout='30']
  338. SELECT [MigrationId], [ProductVersion]
  339. FROM [__EFMigrationsHistory]
  340. ORDER BY [MigrationId];
  341. ][2022-06-27 12:21:46.446 +02:00 INF Now listening on: http://localhost:5116
  342. ][2022-06-27 12:21:46.450 +02:00 INF Application started. Press Ctrl+C to shut down.
  343. ][2022-06-27 12:21:46.450 +02:00 INF Hosting environment: Development
  344. ][2022-06-27 12:21:46.450 +02:00 INF Content root path: C:\Users\meris.ahmatovic\Desktop\06242022\Diligent.WebAPI.Host\
  345. ][2022-06-27 12:21:56.516 +02:00 INF Request starting HTTP/1.1 GET http://localhost:5116/swagger/index.html - -
  346. ][2022-06-27 12:21:56.671 +02:00 INF Request starting HTTP/1.1 GET http://localhost:5116/_vs/browserLink - -
  347. ][2022-06-27 12:21:56.672 +02:00 INF Request starting HTTP/1.1 GET http://localhost:5116/_framework/aspnetcore-browser-refresh.js - -
  348. ][2022-06-27 12:21:56.675 +02:00 INF Request finished HTTP/1.1 GET http://localhost:5116/_framework/aspnetcore-browser-refresh.js - - - 200 12010 application/javascript;+charset=utf-8 2.0612ms
  349. ][2022-06-27 12:21:56.676 +02:00 INF Request finished HTTP/1.1 GET http://localhost:5116/swagger/index.html - - - 200 - text/html;charset=utf-8 163.0936ms
  350. ][2022-06-27 12:21:56.694 +02:00 INF Request finished HTTP/1.1 GET http://localhost:5116/_vs/browserLink - - - 200 - text/javascript;+charset=UTF-8 23.1088ms
  351. ][2022-06-27 12:21:56.863 +02:00 INF Request starting HTTP/1.1 GET http://localhost:5116/swagger/v1/swagger.json - -
  352. ][2022-06-27 12:21:56.950 +02:00 INF Request finished HTTP/1.1 GET http://localhost:5116/swagger/v1/swagger.json - - - 200 - application/json;charset=utf-8 86.9868ms
  353. ][2022-06-27 12:22:22.169 +02:00 INF Request starting HTTP/1.1 GET http://localhost:5116/api/mongo/InsurancePolicy - -
  354. ][2022-06-27 12:22:22.183 +02:00 INF Executing endpoint 'Diligent.WebAPI.Host.MongoControllers.InsurancePolicyController.Get (Diligent.WebAPI.Host)'
  355. ][2022-06-27 12:22:22.192 +02:00 INF Route matched with {action = "Get", controller = "InsurancePolicy"}. Executing controller action with signature System.Threading.Tasks.Task`1[System.Collections.Generic.List`1[Diligent.WebAPI.Host.MongoDTOs.InsurancePolicyMongo.InsurancePolicyReturnDTO]] Get() on controller Diligent.WebAPI.Host.MongoControllers.InsurancePolicyController (Diligent.WebAPI.Host).
  356. ][2022-06-27 12:22:22.656 +02:00 INF Executing ObjectResult, writing value of type 'System.Collections.Generic.List`1[[Diligent.WebAPI.Host.MongoDTOs.InsurancePolicyMongo.InsurancePolicyReturnDTO, Diligent.WebAPI.Host, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]]'.
  357. ][2022-06-27 12:22:22.667 +02:00 INF Executed action Diligent.WebAPI.Host.MongoControllers.InsurancePolicyController.Get (Diligent.WebAPI.Host) in 470.9895ms
  358. ][2022-06-27 12:22:22.668 +02:00 INF Executed endpoint 'Diligent.WebAPI.Host.MongoControllers.InsurancePolicyController.Get (Diligent.WebAPI.Host)'
  359. ][2022-06-27 12:22:22.668 +02:00 INF Request finished HTTP/1.1 GET http://localhost:5116/api/mongo/InsurancePolicy - - - 200 - application/json;+charset=utf-8 498.5544ms
  360. ][2022-06-27 12:22:59.150 +02:00 INF Request starting HTTP/1.1 POST http://localhost:5116/api/mongo/InsurancePolicy application/json 129
  361. ][2022-06-27 12:22:59.152 +02:00 INF CORS policy execution failed.
  362. ][2022-06-27 12:22:59.152 +02:00 INF Request origin http://localhost:5116 does not have permission to access the resource.
  363. ][2022-06-27 12:22:59.152 +02:00 INF Executing endpoint 'Diligent.WebAPI.Host.MongoControllers.InsurancePolicyController.Post (Diligent.WebAPI.Host)'
  364. ][2022-06-27 12:22:59.162 +02:00 INF Route matched with {action = "Post", controller = "InsurancePolicy"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.ActionResult] Post(Diligent.WebAPI.Host.MongoDTOs.InsurancePolicyMongo.InsurancePolicySaveDTO) on controller Diligent.WebAPI.Host.MongoControllers.InsurancePolicyController (Diligent.WebAPI.Host).
  365. ][2022-06-27 12:22:59.272 +02:00 INF Executing CreatedAtActionResult, writing value of type 'Diligent.WebAPI.Data.Entities.InsurancePolicyMongo'.
  366. ][2022-06-27 12:22:59.296 +02:00 INF Executed action Diligent.WebAPI.Host.MongoControllers.InsurancePolicyController.Post (Diligent.WebAPI.Host) in 133.4338ms
  367. ][2022-06-27 12:22:59.296 +02:00 INF Executed endpoint 'Diligent.WebAPI.Host.MongoControllers.InsurancePolicyController.Post (Diligent.WebAPI.Host)'
  368. ][2022-06-27 12:22:59.296 +02:00 INF Request finished HTTP/1.1 POST http://localhost:5116/api/mongo/InsurancePolicy application/json 129 - 201 - application/json;+charset=utf-8 146.2905ms
  369. ][2022-06-27 12:23:06.219 +02:00 INF Request starting HTTP/1.1 GET http://localhost:5116/api/mongo/InsurancePolicy - -
  370. ][2022-06-27 12:23:06.220 +02:00 INF Executing endpoint 'Diligent.WebAPI.Host.MongoControllers.InsurancePolicyController.Get (Diligent.WebAPI.Host)'
  371. ][2022-06-27 12:23:06.220 +02:00 INF Route matched with {action = "Get", controller = "InsurancePolicy"}. Executing controller action with signature System.Threading.Tasks.Task`1[System.Collections.Generic.List`1[Diligent.WebAPI.Host.MongoDTOs.InsurancePolicyMongo.InsurancePolicyReturnDTO]] Get() on controller Diligent.WebAPI.Host.MongoControllers.InsurancePolicyController (Diligent.WebAPI.Host).
  372. ][2022-06-27 12:23:06.235 +02:00 INF Executing ObjectResult, writing value of type 'System.Collections.Generic.List`1[[Diligent.WebAPI.Host.MongoDTOs.InsurancePolicyMongo.InsurancePolicyReturnDTO, Diligent.WebAPI.Host, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]]'.
  373. ][2022-06-27 12:23:06.236 +02:00 INF Executed action Diligent.WebAPI.Host.MongoControllers.InsurancePolicyController.Get (Diligent.WebAPI.Host) in 16.6202ms
  374. ][2022-06-27 12:23:06.237 +02:00 INF Executed endpoint 'Diligent.WebAPI.Host.MongoControllers.InsurancePolicyController.Get (Diligent.WebAPI.Host)'
  375. ][2022-06-27 12:23:06.237 +02:00 INF Request finished HTTP/1.1 GET http://localhost:5116/api/mongo/InsurancePolicy - - - 200 - application/json;+charset=utf-8 17.2727ms
  376. ][2022-06-27 13:04:40.028 +02:00 WRN Sensitive data logging is enabled. Log entries and exception messages may include sensitive application data; this mode should only be enabled during development.
  377. ][2022-06-27 13:04:40.148 +02:00 WRN No store type was specified for the decimal property 'Premium' on entity type 'InsurancePolicy'. This will cause values to be silently truncated if they do not fit in the default precision and scale. Explicitly specify the SQL server column type that can accommodate all the values in 'OnModelCreating' using 'HasColumnType', specify precision and scale using 'HasPrecision', or configure a value converter using 'HasConversion'.
  378. ][2022-06-27 13:04:40.359 +02:00 INF Entity Framework Core 6.0.3 initialized 'DatabaseContext' using provider 'Microsoft.EntityFrameworkCore.SqlServer:6.0.3' with options: SensitiveDataLoggingEnabled
  379. ][2022-06-27 13:04:40.765 +02:00 INF Executed DbCommand (19ms) [Parameters=[], CommandType='"Text"', CommandTimeout='30']
  380. SELECT 1
  381. ][2022-06-27 13:04:40.791 +02:00 INF Executed DbCommand (14ms) [Parameters=[], CommandType='"Text"', CommandTimeout='30']
  382. SELECT OBJECT_ID(N'[__EFMigrationsHistory]');
  383. ][2022-06-27 13:04:40.812 +02:00 INF Executed DbCommand (2ms) [Parameters=[], CommandType='"Text"', CommandTimeout='30']
  384. SELECT [MigrationId], [ProductVersion]
  385. FROM [__EFMigrationsHistory]
  386. ORDER BY [MigrationId];
  387. ][2022-06-27 13:04:40.931 +02:00 INF Now listening on: http://localhost:5116
  388. ][2022-06-27 13:04:40.935 +02:00 INF Application started. Press Ctrl+C to shut down.
  389. ][2022-06-27 13:04:40.935 +02:00 INF Hosting environment: Development
  390. ][2022-06-27 13:04:40.935 +02:00 INF Content root path: C:\Users\meris.ahmatovic\Desktop\06242022\Diligent.WebAPI.Host\
  391. ][2022-06-27 13:05:16.671 +02:00 INF Request starting HTTP/1.1 GET http://localhost:5116/swagger/index.html - -
  392. ][2022-06-27 13:05:16.879 +02:00 INF Request starting HTTP/1.1 GET http://localhost:5116/_vs/browserLink - -
  393. ][2022-06-27 13:05:16.879 +02:00 INF Request starting HTTP/1.1 GET http://localhost:5116/_framework/aspnetcore-browser-refresh.js - -
  394. ][2022-06-27 13:05:16.894 +02:00 INF Request finished HTTP/1.1 GET http://localhost:5116/_framework/aspnetcore-browser-refresh.js - - - 200 12010 application/javascript;+charset=utf-8 2.5707ms
  395. ][2022-06-27 13:05:16.894 +02:00 INF Request finished HTTP/1.1 GET http://localhost:5116/swagger/index.html - - - 200 - text/html;charset=utf-8 225.9642ms
  396. ][2022-06-27 13:05:16.928 +02:00 INF Request finished HTTP/1.1 GET http://localhost:5116/_vs/browserLink - - - 200 - text/javascript;+charset=UTF-8 49.4323ms
  397. ][2022-06-27 13:05:17.076 +02:00 INF Request starting HTTP/1.1 GET http://localhost:5116/swagger/v1/swagger.json - -
  398. ][2022-06-27 13:05:17.162 +02:00 INF Request finished HTTP/1.1 GET http://localhost:5116/swagger/v1/swagger.json - - - 200 - application/json;charset=utf-8 86.2964ms
  399. ][2022-06-27 13:05:23.406 +02:00 INF Request starting HTTP/1.1 GET http://localhost:5116/api/mongo/InsuranceCompany - -
  400. ][2022-06-27 13:05:23.420 +02:00 INF Executing endpoint 'Diligent.WebAPI.Host.MongoControllers.InsuranceCompanyController.Get (Diligent.WebAPI.Host)'
  401. ][2022-06-27 13:05:23.430 +02:00 INF Route matched with {action = "Get", controller = "InsuranceCompany"}. Executing controller action with signature System.Threading.Tasks.Task`1[System.Collections.Generic.List`1[Diligent.WebAPI.Host.MongoDTOs.InsuranceCompanyMongo.InsuranceCompanyReadDTO]] Get() on controller Diligent.WebAPI.Host.MongoControllers.InsuranceCompanyController (Diligent.WebAPI.Host).
  402. ][2022-06-27 13:05:23.875 +02:00 INF Executing ObjectResult, writing value of type 'System.Collections.Generic.List`1[[Diligent.WebAPI.Host.MongoDTOs.InsuranceCompanyMongo.InsuranceCompanyReadDTO, Diligent.WebAPI.Host, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]]'.
  403. ][2022-06-27 13:05:23.888 +02:00 INF Executed action Diligent.WebAPI.Host.MongoControllers.InsuranceCompanyController.Get (Diligent.WebAPI.Host) in 453.942ms
  404. ][2022-06-27 13:05:23.889 +02:00 INF Executed endpoint 'Diligent.WebAPI.Host.MongoControllers.InsuranceCompanyController.Get (Diligent.WebAPI.Host)'
  405. ][2022-06-27 13:05:23.889 +02:00 INF Request finished HTTP/1.1 GET http://localhost:5116/api/mongo/InsuranceCompany - - - 200 - application/json;+charset=utf-8 482.8029ms
  406. ][2022-06-27 13:05:31.752 +02:00 INF Request starting HTTP/1.1 GET http://localhost:5116/api/mongo/InsurancePolicy - -
  407. ][2022-06-27 13:05:31.753 +02:00 INF Executing endpoint 'Diligent.WebAPI.Host.MongoControllers.InsurancePolicyController.Get (Diligent.WebAPI.Host)'
  408. ][2022-06-27 13:05:31.756 +02:00 INF Route matched with {action = "Get", controller = "InsurancePolicy"}. Executing controller action with signature System.Threading.Tasks.Task`1[System.Collections.Generic.List`1[Diligent.WebAPI.Host.MongoDTOs.InsurancePolicyMongo.InsurancePolicyReturnDTO]] Get() on controller Diligent.WebAPI.Host.MongoControllers.InsurancePolicyController (Diligent.WebAPI.Host).
  409. ][2022-06-27 13:05:31.775 +02:00 INF Executing ObjectResult, writing value of type 'System.Collections.Generic.List`1[[Diligent.WebAPI.Host.MongoDTOs.InsurancePolicyMongo.InsurancePolicyReturnDTO, Diligent.WebAPI.Host, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]]'.
  410. ][2022-06-27 13:05:31.779 +02:00 INF Executed action Diligent.WebAPI.Host.MongoControllers.InsurancePolicyController.Get (Diligent.WebAPI.Host) in 22.9468ms
  411. ][2022-06-27 13:05:31.779 +02:00 INF Executed endpoint 'Diligent.WebAPI.Host.MongoControllers.InsurancePolicyController.Get (Diligent.WebAPI.Host)'
  412. ][2022-06-27 13:05:31.779 +02:00 INF Request finished HTTP/1.1 GET http://localhost:5116/api/mongo/InsurancePolicy - - - 200 - application/json;+charset=utf-8 27.0864ms
  413. ][2022-06-27 13:05:48.723 +02:00 INF Request starting HTTP/1.1 GET http://localhost:5116/api/mongo/InsurancePolicy/62b98503ee06738fcb31f21b - -
  414. ][2022-06-27 13:05:48.723 +02:00 INF Executing endpoint 'Diligent.WebAPI.Host.MongoControllers.InsurancePolicyController.Get (Diligent.WebAPI.Host)'
  415. ][2022-06-27 13:05:48.733 +02:00 INF Route matched with {action = "Get", controller = "InsurancePolicy"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.ActionResult`1[Diligent.WebAPI.Host.MongoDTOs.InsurancePolicyMongo.InsurancePolicyReturnDTO]] Get(System.String) on controller Diligent.WebAPI.Host.MongoControllers.InsurancePolicyController (Diligent.WebAPI.Host).
  416. ][2022-06-27 13:05:48.768 +02:00 INF Executing ObjectResult, writing value of type 'Diligent.WebAPI.Host.MongoDTOs.InsurancePolicyMongo.InsurancePolicyReturnDTO'.
  417. ][2022-06-27 13:05:48.768 +02:00 INF Executed action Diligent.WebAPI.Host.MongoControllers.InsurancePolicyController.Get (Diligent.WebAPI.Host) in 34.8271ms
  418. ][2022-06-27 13:05:48.768 +02:00 INF Executed endpoint 'Diligent.WebAPI.Host.MongoControllers.InsurancePolicyController.Get (Diligent.WebAPI.Host)'
  419. ][2022-06-27 13:05:48.769 +02:00 INF Request finished HTTP/1.1 GET http://localhost:5116/api/mongo/InsurancePolicy/62b98503ee06738fcb31f21b - - - 200 - application/json;+charset=utf-8 45.6989ms
  420. ][2022-06-27 13:06:19.173 +02:00 INF Request starting HTTP/1.1 PUT http://localhost:5116/api/mongo/InsurancePolicy/62b98503ee06738fcb31f21b application/json 257
  421. ][2022-06-27 13:06:19.176 +02:00 INF CORS policy execution failed.
  422. ][2022-06-27 13:06:19.176 +02:00 INF Request origin http://localhost:5116 does not have permission to access the resource.
  423. ][2022-06-27 13:06:19.176 +02:00 INF Executing endpoint 'Diligent.WebAPI.Host.MongoControllers.InsurancePolicyController.Update (Diligent.WebAPI.Host)'
  424. ][2022-06-27 13:06:19.179 +02:00 INF Route matched with {action = "Update", controller = "InsurancePolicy"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.ActionResult] Update(System.String, Diligent.WebAPI.Data.Entities.InsurancePolicyMongo) on controller Diligent.WebAPI.Host.MongoControllers.InsurancePolicyController (Diligent.WebAPI.Host).
  425. ][2022-06-27 13:06:19.259 +02:00 INF Executing StatusCodeResult, setting HTTP status code 200
  426. ][2022-06-27 13:06:19.259 +02:00 INF Executed action Diligent.WebAPI.Host.MongoControllers.InsurancePolicyController.Update (Diligent.WebAPI.Host) in 80.0514ms
  427. ][2022-06-27 13:06:19.259 +02:00 INF Executed endpoint 'Diligent.WebAPI.Host.MongoControllers.InsurancePolicyController.Update (Diligent.WebAPI.Host)'
  428. ][2022-06-27 13:06:19.260 +02:00 INF Request finished HTTP/1.1 PUT http://localhost:5116/api/mongo/InsurancePolicy/62b98503ee06738fcb31f21b application/json 257 - 200 0 - 86.3501ms
  429. ][2022-06-27 13:06:31.659 +02:00 INF Request starting HTTP/1.1 GET http://localhost:5116/api/mongo/InsurancePolicy/62b98503ee06738fcb31f21b - -
  430. ][2022-06-27 13:06:31.660 +02:00 INF Executing endpoint 'Diligent.WebAPI.Host.MongoControllers.InsurancePolicyController.Get (Diligent.WebAPI.Host)'
  431. ][2022-06-27 13:06:31.660 +02:00 INF Route matched with {action = "Get", controller = "InsurancePolicy"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.ActionResult`1[Diligent.WebAPI.Host.MongoDTOs.InsurancePolicyMongo.InsurancePolicyReturnDTO]] Get(System.String) on controller Diligent.WebAPI.Host.MongoControllers.InsurancePolicyController (Diligent.WebAPI.Host).
  432. ][2022-06-27 13:06:31.666 +02:00 INF Executing ObjectResult, writing value of type 'Diligent.WebAPI.Host.MongoDTOs.InsurancePolicyMongo.InsurancePolicyReturnDTO'.
  433. ][2022-06-27 13:06:31.666 +02:00 INF Executed action Diligent.WebAPI.Host.MongoControllers.InsurancePolicyController.Get (Diligent.WebAPI.Host) in 6.0543ms
  434. ][2022-06-27 13:06:31.666 +02:00 INF Executed endpoint 'Diligent.WebAPI.Host.MongoControllers.InsurancePolicyController.Get (Diligent.WebAPI.Host)'
  435. ][2022-06-27 13:06:31.666 +02:00 INF Request finished HTTP/1.1 GET http://localhost:5116/api/mongo/InsurancePolicy/62b98503ee06738fcb31f21b - - - 200 - application/json;+charset=utf-8 6.7048ms
  436. ][2022-06-27 13:06:40.732 +02:00 INF Request starting HTTP/1.1 DELETE http://localhost:5116/api/mongo/InsurancePolicy/62b98503ee06738fcb31f21b - -
  437. ][2022-06-27 13:06:40.733 +02:00 INF CORS policy execution failed.
  438. ][2022-06-27 13:06:40.733 +02:00 INF Request origin http://localhost:5116 does not have permission to access the resource.
  439. ][2022-06-27 13:06:40.733 +02:00 INF Executing endpoint 'Diligent.WebAPI.Host.MongoControllers.InsurancePolicyController.Delete (Diligent.WebAPI.Host)'
  440. ][2022-06-27 13:06:40.735 +02:00 INF Route matched with {action = "Delete", controller = "InsurancePolicy"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.ActionResult] Delete(System.String) on controller Diligent.WebAPI.Host.MongoControllers.InsurancePolicyController (Diligent.WebAPI.Host).
  441. ][2022-06-27 13:06:40.748 +02:00 INF Executing StatusCodeResult, setting HTTP status code 200
  442. ][2022-06-27 13:06:40.748 +02:00 INF Executed action Diligent.WebAPI.Host.MongoControllers.InsurancePolicyController.Delete (Diligent.WebAPI.Host) in 13.0681ms
  443. ][2022-06-27 13:06:40.748 +02:00 INF Executed endpoint 'Diligent.WebAPI.Host.MongoControllers.InsurancePolicyController.Delete (Diligent.WebAPI.Host)'
  444. ][2022-06-27 13:06:40.749 +02:00 INF Request finished HTTP/1.1 DELETE http://localhost:5116/api/mongo/InsurancePolicy/62b98503ee06738fcb31f21b - - - 200 0 - 16.1373ms
  445. ][2022-06-27 13:06:49.882 +02:00 INF Request starting HTTP/1.1 GET http://localhost:5116/api/mongo/InsurancePolicy/62b98503ee06738fcb31f21b - -
  446. ][2022-06-27 13:06:49.883 +02:00 INF Executing endpoint 'Diligent.WebAPI.Host.MongoControllers.InsurancePolicyController.Get (Diligent.WebAPI.Host)'
  447. ][2022-06-27 13:06:49.883 +02:00 INF Route matched with {action = "Get", controller = "InsurancePolicy"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.ActionResult`1[Diligent.WebAPI.Host.MongoDTOs.InsurancePolicyMongo.InsurancePolicyReturnDTO]] Get(System.String) on controller Diligent.WebAPI.Host.MongoControllers.InsurancePolicyController (Diligent.WebAPI.Host).
  448. ][2022-06-27 13:06:49.948 +02:00 INF Executed action Diligent.WebAPI.Host.MongoControllers.InsurancePolicyController.Get (Diligent.WebAPI.Host) in 64.8814ms
  449. ][2022-06-27 13:06:49.948 +02:00 INF Executed endpoint 'Diligent.WebAPI.Host.MongoControllers.InsurancePolicyController.Get (Diligent.WebAPI.Host)'
  450. ][2022-06-27 13:06:50.033 +02:00 ERR Company not found
  451. ][2022-06-27 13:06:50.034 +02:00 INF Request finished HTTP/1.1 GET http://localhost:5116/api/mongo/InsurancePolicy/62b98503ee06738fcb31f21b - - - 404 - application/json 151.2894ms
  452. ][2022-06-27 13:14:45.899 +02:00 WRN Sensitive data logging is enabled. Log entries and exception messages may include sensitive application data; this mode should only be enabled during development.
  453. ][2022-06-27 13:14:45.965 +02:00 WRN No store type was specified for the decimal property 'Premium' on entity type 'InsurancePolicy'. This will cause values to be silently truncated if they do not fit in the default precision and scale. Explicitly specify the SQL server column type that can accommodate all the values in 'OnModelCreating' using 'HasColumnType', specify precision and scale using 'HasPrecision', or configure a value converter using 'HasConversion'.
  454. ][2022-06-27 13:14:46.090 +02:00 INF Entity Framework Core 6.0.3 initialized 'DatabaseContext' using provider 'Microsoft.EntityFrameworkCore.SqlServer:6.0.3' with options: SensitiveDataLoggingEnabled
  455. ][2022-06-27 13:14:46.361 +02:00 INF Executed DbCommand (17ms) [Parameters=[], CommandType='"Text"', CommandTimeout='30']
  456. SELECT 1
  457. ][2022-06-27 13:14:46.385 +02:00 INF Executed DbCommand (13ms) [Parameters=[], CommandType='"Text"', CommandTimeout='30']
  458. SELECT OBJECT_ID(N'[__EFMigrationsHistory]');
  459. ][2022-06-27 13:14:46.411 +02:00 INF Executed DbCommand (3ms) [Parameters=[], CommandType='"Text"', CommandTimeout='30']
  460. SELECT [MigrationId], [ProductVersion]
  461. FROM [__EFMigrationsHistory]
  462. ORDER BY [MigrationId];
  463. ][2022-06-27 13:14:46.525 +02:00 INF Now listening on: http://localhost:5116
  464. ][2022-06-27 13:14:46.528 +02:00 INF Application started. Press Ctrl+C to shut down.
  465. ][2022-06-27 13:14:46.529 +02:00 INF Hosting environment: Development
  466. ][2022-06-27 13:14:46.529 +02:00 INF Content root path: C:\Users\meris.ahmatovic\Desktop\06242022\Diligent.WebAPI.Host\
  467. ][2022-06-27 14:23:45.917 +02:00 WRN Sensitive data logging is enabled. Log entries and exception messages may include sensitive application data; this mode should only be enabled during development.
  468. ][2022-06-27 14:23:45.988 +02:00 WRN No store type was specified for the decimal property 'Premium' on entity type 'InsurancePolicy'. This will cause values to be silently truncated if they do not fit in the default precision and scale. Explicitly specify the SQL server column type that can accommodate all the values in 'OnModelCreating' using 'HasColumnType', specify precision and scale using 'HasPrecision', or configure a value converter using 'HasConversion'.
  469. ][2022-06-27 14:23:46.119 +02:00 INF Entity Framework Core 6.0.3 initialized 'DatabaseContext' using provider 'Microsoft.EntityFrameworkCore.SqlServer:6.0.3' with options: SensitiveDataLoggingEnabled
  470. ][2022-06-27 14:23:46.391 +02:00 INF Executed DbCommand (16ms) [Parameters=[], CommandType='"Text"', CommandTimeout='30']
  471. SELECT 1
  472. ][2022-06-27 14:23:46.412 +02:00 INF Executed DbCommand (12ms) [Parameters=[], CommandType='"Text"', CommandTimeout='30']
  473. SELECT OBJECT_ID(N'[__EFMigrationsHistory]');
  474. ][2022-06-27 14:23:46.433 +02:00 INF Executed DbCommand (3ms) [Parameters=[], CommandType='"Text"', CommandTimeout='30']
  475. SELECT [MigrationId], [ProductVersion]
  476. FROM [__EFMigrationsHistory]
  477. ORDER BY [MigrationId];
  478. ][2022-06-27 14:23:46.512 +02:00 INF Now listening on: http://localhost:5116
  479. ][2022-06-27 14:23:46.515 +02:00 INF Application started. Press Ctrl+C to shut down.
  480. ][2022-06-27 14:23:46.515 +02:00 INF Hosting environment: Development
  481. ][2022-06-27 14:23:46.515 +02:00 INF Content root path: C:\Users\ermin.bronja\Desktop\Projekat\Diligent.WebAPI.Host\
  482. ][2022-06-27 14:23:51.924 +02:00 INF Request starting HTTP/1.1 GET http://localhost:5116/swagger/index.html - -
  483. ][2022-06-27 14:23:51.976 +02:00 INF Request finished HTTP/1.1 GET http://localhost:5116/swagger/index.html - - - 404 0 - 55.0042ms
  484. ][2022-06-27 14:25:47.118 +02:00 WRN Sensitive data logging is enabled. Log entries and exception messages may include sensitive application data; this mode should only be enabled during development.
  485. ][2022-06-27 14:25:47.185 +02:00 WRN No store type was specified for the decimal property 'Premium' on entity type 'InsurancePolicy'. This will cause values to be silently truncated if they do not fit in the default precision and scale. Explicitly specify the SQL server column type that can accommodate all the values in 'OnModelCreating' using 'HasColumnType', specify precision and scale using 'HasPrecision', or configure a value converter using 'HasConversion'.
  486. ][2022-06-27 14:25:47.315 +02:00 INF Entity Framework Core 6.0.3 initialized 'DatabaseContext' using provider 'Microsoft.EntityFrameworkCore.SqlServer:6.0.3' with options: SensitiveDataLoggingEnabled
  487. ][2022-06-27 14:25:47.594 +02:00 INF Executed DbCommand (15ms) [Parameters=[], CommandType='"Text"', CommandTimeout='30']
  488. SELECT 1
  489. ][2022-06-27 14:25:47.615 +02:00 INF Executed DbCommand (12ms) [Parameters=[], CommandType='"Text"', CommandTimeout='30']
  490. SELECT OBJECT_ID(N'[__EFMigrationsHistory]');
  491. ][2022-06-27 14:25:47.635 +02:00 INF Executed DbCommand (3ms) [Parameters=[], CommandType='"Text"', CommandTimeout='30']
  492. SELECT [MigrationId], [ProductVersion]
  493. FROM [__EFMigrationsHistory]
  494. ORDER BY [MigrationId];
  495. ][2022-06-27 14:25:47.745 +02:00 INF Now listening on: http://localhost:5116
  496. ][2022-06-27 14:25:47.748 +02:00 INF Application started. Press Ctrl+C to shut down.
  497. ][2022-06-27 14:25:47.748 +02:00 INF Hosting environment: Development
  498. ][2022-06-27 14:25:47.748 +02:00 INF Content root path: C:\Users\ermin.bronja\Desktop\Projekat\Diligent.WebAPI.Host\
  499. ][2022-06-27 14:25:49.123 +02:00 INF Request starting HTTP/1.1 GET http://localhost:5116/swagger/index.html - -
  500. ][2022-06-27 14:25:49.278 +02:00 INF Request starting HTTP/1.1 GET http://localhost:5116/_vs/browserLink - -
  501. ][2022-06-27 14:25:49.281 +02:00 INF Request starting HTTP/1.1 GET http://localhost:5116/_framework/aspnetcore-browser-refresh.js - -
  502. ][2022-06-27 14:25:49.284 +02:00 INF Request finished HTTP/1.1 GET http://localhost:5116/swagger/index.html - - - 200 - text/html;charset=utf-8 164.7467ms
  503. ][2022-06-27 14:25:49.284 +02:00 INF Request finished HTTP/1.1 GET http://localhost:5116/_framework/aspnetcore-browser-refresh.js - - - 200 12010 application/javascript;+charset=utf-8 2.1146ms
  504. ][2022-06-27 14:25:49.304 +02:00 INF Request finished HTTP/1.1 GET http://localhost:5116/_vs/browserLink - - - 200 - text/javascript;+charset=UTF-8 25.8120ms
  505. ][2022-06-27 14:25:49.498 +02:00 INF Request starting HTTP/1.1 GET http://localhost:5116/swagger/v1/swagger.json - -
  506. ][2022-06-27 14:25:49.590 +02:00 INF Request finished HTTP/1.1 GET http://localhost:5116/swagger/v1/swagger.json - - - 200 - application/json;charset=utf-8 91.4483ms
  507. ][2022-06-27 14:25:56.080 +02:00 INF Request starting HTTP/1.1 GET http://localhost:5116/api/mongo/Insurer - -
  508. ][2022-06-27 14:25:56.092 +02:00 INF Executing endpoint 'Diligent.WebAPI.Host.MongoController.InsurerController.GetAll (Diligent.WebAPI.Host)'
  509. ][2022-06-27 14:25:56.101 +02:00 INF Route matched with {action = "GetAll", controller = "Insurer"}. Executing controller action with signature System.Threading.Tasks.Task`1[System.Collections.Generic.List`1[Diligent.WebAPI.Host.MongoDTOs.InsurerMongo.InsurerReturnDTO]] GetAll() on controller Diligent.WebAPI.Host.MongoController.InsurerController (Diligent.WebAPI.Host).
  510. ][2022-06-27 14:25:56.679 +02:00 INF Executed action Diligent.WebAPI.Host.MongoController.InsurerController.GetAll (Diligent.WebAPI.Host) in 573.4077ms
  511. ][2022-06-27 14:25:56.680 +02:00 INF Executed endpoint 'Diligent.WebAPI.Host.MongoController.InsurerController.GetAll (Diligent.WebAPI.Host)'
  512. ][2022-06-27 14:25:56.779 +02:00 ERR An error occurred while deserializing the CreatedAtUtc property of class Diligent.WebAPI.Data.Entities.BaseMongo: Cannot deserialize a 'DateTime' from BsonType 'Null'.
  513. ][2022-06-27 14:25:56.782 +02:00 INF Request finished HTTP/1.1 GET http://localhost:5116/api/mongo/Insurer - - - 500 - application/json 701.7839ms
  514. ][2022-06-27 14:26:21.384 +02:00 WRN Sensitive data logging is enabled. Log entries and exception messages may include sensitive application data; this mode should only be enabled during development.
  515. ][2022-06-27 14:26:21.449 +02:00 WRN No store type was specified for the decimal property 'Premium' on entity type 'InsurancePolicy'. This will cause values to be silently truncated if they do not fit in the default precision and scale. Explicitly specify the SQL server column type that can accommodate all the values in 'OnModelCreating' using 'HasColumnType', specify precision and scale using 'HasPrecision', or configure a value converter using 'HasConversion'.
  516. ][2022-06-27 14:26:21.574 +02:00 INF Entity Framework Core 6.0.3 initialized 'DatabaseContext' using provider 'Microsoft.EntityFrameworkCore.SqlServer:6.0.3' with options: SensitiveDataLoggingEnabled
  517. ][2022-06-27 14:26:21.839 +02:00 INF Executed DbCommand (16ms) [Parameters=[], CommandType='"Text"', CommandTimeout='30']
  518. SELECT 1
  519. ][2022-06-27 14:26:21.860 +02:00 INF Executed DbCommand (12ms) [Parameters=[], CommandType='"Text"', CommandTimeout='30']
  520. SELECT OBJECT_ID(N'[__EFMigrationsHistory]');
  521. ][2022-06-27 14:26:21.880 +02:00 INF Executed DbCommand (2ms) [Parameters=[], CommandType='"Text"', CommandTimeout='30']
  522. SELECT [MigrationId], [ProductVersion]
  523. FROM [__EFMigrationsHistory]
  524. ORDER BY [MigrationId];
  525. ][2022-06-27 14:26:21.971 +02:00 INF Now listening on: http://localhost:5116
  526. ][2022-06-27 14:26:21.973 +02:00 INF Application started. Press Ctrl+C to shut down.
  527. ][2022-06-27 14:26:21.973 +02:00 INF Hosting environment: Development
  528. ][2022-06-27 14:26:21.974 +02:00 INF Content root path: C:\Users\ermin.bronja\Desktop\Projekat\Diligent.WebAPI.Host\
  529. ][2022-06-27 14:26:23.454 +02:00 INF Request starting HTTP/1.1 GET http://localhost:5116/api/mongo/Insurer - -
  530. ][2022-06-27 14:26:23.514 +02:00 INF Executing endpoint 'Diligent.WebAPI.Host.MongoController.InsurerController.GetAll (Diligent.WebAPI.Host)'
  531. ][2022-06-27 14:26:23.525 +02:00 INF Route matched with {action = "GetAll", controller = "Insurer"}. Executing controller action with signature System.Threading.Tasks.Task`1[System.Collections.Generic.List`1[Diligent.WebAPI.Host.MongoDTOs.InsurerMongo.InsurerReturnDTO]] GetAll() on controller Diligent.WebAPI.Host.MongoController.InsurerController (Diligent.WebAPI.Host).
  532. ][2022-06-27 14:26:24.089 +02:00 INF Executed action Diligent.WebAPI.Host.MongoController.InsurerController.GetAll (Diligent.WebAPI.Host) in 558.7317ms
  533. ][2022-06-27 14:26:24.090 +02:00 INF Executed endpoint 'Diligent.WebAPI.Host.MongoController.InsurerController.GetAll (Diligent.WebAPI.Host)'
  534. ][2022-06-27 14:26:24.203 +02:00 ERR Element 'Name' does not match any field or property of class Diligent.WebAPI.Data.Entities.InsurerMongo.
  535. ][2022-06-27 14:26:24.218 +02:00 INF Request finished HTTP/1.1 GET http://localhost:5116/api/mongo/Insurer - - - 500 - application/json 766.5954ms
  536. ][2022-06-27 14:28:33.693 +02:00 WRN Sensitive data logging is enabled. Log entries and exception messages may include sensitive application data; this mode should only be enabled during development.
  537. ][2022-06-27 14:28:33.758 +02:00 WRN No store type was specified for the decimal property 'Premium' on entity type 'InsurancePolicy'. This will cause values to be silently truncated if they do not fit in the default precision and scale. Explicitly specify the SQL server column type that can accommodate all the values in 'OnModelCreating' using 'HasColumnType', specify precision and scale using 'HasPrecision', or configure a value converter using 'HasConversion'.
  538. ][2022-06-27 14:28:33.878 +02:00 INF Entity Framework Core 6.0.3 initialized 'DatabaseContext' using provider 'Microsoft.EntityFrameworkCore.SqlServer:6.0.3' with options: SensitiveDataLoggingEnabled
  539. ][2022-06-27 14:28:34.149 +02:00 INF Executed DbCommand (16ms) [Parameters=[], CommandType='"Text"', CommandTimeout='30']
  540. SELECT 1
  541. ][2022-06-27 14:28:34.172 +02:00 INF Executed DbCommand (13ms) [Parameters=[], CommandType='"Text"', CommandTimeout='30']
  542. SELECT OBJECT_ID(N'[__EFMigrationsHistory]');
  543. ][2022-06-27 14:28:34.192 +02:00 INF Executed DbCommand (2ms) [Parameters=[], CommandType='"Text"', CommandTimeout='30']
  544. SELECT [MigrationId], [ProductVersion]
  545. FROM [__EFMigrationsHistory]
  546. ORDER BY [MigrationId];
  547. ][2022-06-27 14:28:34.283 +02:00 INF Now listening on: http://localhost:5116
  548. ][2022-06-27 14:28:34.286 +02:00 INF Application started. Press Ctrl+C to shut down.
  549. ][2022-06-27 14:28:34.286 +02:00 INF Hosting environment: Development
  550. ][2022-06-27 14:28:34.286 +02:00 INF Content root path: C:\Users\ermin.bronja\Desktop\Projekat\Diligent.WebAPI.Host\
  551. ][2022-06-27 14:28:36.985 +02:00 INF Request starting HTTP/1.1 GET http://localhost:5116/api/mongo/Insurer - -
  552. ][2022-06-27 14:28:37.042 +02:00 INF Executing endpoint 'Diligent.WebAPI.Host.MongoController.InsurerController.GetAll (Diligent.WebAPI.Host)'
  553. ][2022-06-27 14:28:37.052 +02:00 INF Route matched with {action = "GetAll", controller = "Insurer"}. Executing controller action with signature System.Threading.Tasks.Task`1[System.Collections.Generic.List`1[Diligent.WebAPI.Host.MongoDTOs.InsurerMongo.InsurerReturnDTO]] GetAll() on controller Diligent.WebAPI.Host.MongoController.InsurerController (Diligent.WebAPI.Host).
  554. ][2022-06-27 14:28:37.654 +02:00 INF Executed action Diligent.WebAPI.Host.MongoController.InsurerController.GetAll (Diligent.WebAPI.Host) in 596.7514ms
  555. ][2022-06-27 14:28:37.656 +02:00 INF Executed endpoint 'Diligent.WebAPI.Host.MongoController.InsurerController.GetAll (Diligent.WebAPI.Host)'
  556. ][2022-06-27 14:28:37.769 +02:00 ERR Element 'Name' does not match any field or property of class Diligent.WebAPI.Data.Entities.InsurerMongo.
  557. ][2022-06-27 14:28:37.784 +02:00 INF Request finished HTTP/1.1 GET http://localhost:5116/api/mongo/Insurer - - - 500 - application/json 801.8663ms
  558. ][2022-06-27 14:43:36.916 +02:00 WRN Sensitive data logging is enabled. Log entries and exception messages may include sensitive application data; this mode should only be enabled during development.
  559. ][2022-06-27 14:43:36.982 +02:00 WRN No store type was specified for the decimal property 'Premium' on entity type 'InsurancePolicy'. This will cause values to be silently truncated if they do not fit in the default precision and scale. Explicitly specify the SQL server column type that can accommodate all the values in 'OnModelCreating' using 'HasColumnType', specify precision and scale using 'HasPrecision', or configure a value converter using 'HasConversion'.
  560. ][2022-06-27 14:43:37.109 +02:00 INF Entity Framework Core 6.0.3 initialized 'DatabaseContext' using provider 'Microsoft.EntityFrameworkCore.SqlServer:6.0.3' with options: SensitiveDataLoggingEnabled
  561. ][2022-06-27 14:43:37.400 +02:00 INF Executed DbCommand (15ms) [Parameters=[], CommandType='"Text"', CommandTimeout='30']
  562. SELECT 1
  563. ][2022-06-27 14:43:37.422 +02:00 INF Executed DbCommand (12ms) [Parameters=[], CommandType='"Text"', CommandTimeout='30']
  564. SELECT OBJECT_ID(N'[__EFMigrationsHistory]');
  565. ][2022-06-27 14:43:37.441 +02:00 INF Executed DbCommand (3ms) [Parameters=[], CommandType='"Text"', CommandTimeout='30']
  566. SELECT [MigrationId], [ProductVersion]
  567. FROM [__EFMigrationsHistory]
  568. ORDER BY [MigrationId];
  569. ][2022-06-27 14:43:37.561 +02:00 INF Now listening on: http://localhost:5116
  570. ][2022-06-27 14:43:37.564 +02:00 INF Application started. Press Ctrl+C to shut down.
  571. ][2022-06-27 14:43:37.564 +02:00 INF Hosting environment: Development
  572. ][2022-06-27 14:43:37.564 +02:00 INF Content root path: C:\Users\ermin.bronja\Desktop\Projekat\Diligent.WebAPI.Host\
  573. ][2022-06-27 14:43:37.659 +02:00 INF Request starting HTTP/1.1 GET http://localhost:5116/swagger/index.html - -
  574. ][2022-06-27 14:43:37.819 +02:00 INF Request starting HTTP/1.1 GET http://localhost:5116/_vs/browserLink - -
  575. ][2022-06-27 14:43:37.819 +02:00 INF Request starting HTTP/1.1 GET http://localhost:5116/_framework/aspnetcore-browser-refresh.js - -
  576. ][2022-06-27 14:43:37.821 +02:00 INF Request finished HTTP/1.1 GET http://localhost:5116/_framework/aspnetcore-browser-refresh.js - - - 200 12010 application/javascript;+charset=utf-8 1.7060ms
  577. ][2022-06-27 14:43:37.821 +02:00 INF Request finished HTTP/1.1 GET http://localhost:5116/swagger/index.html - - - 200 - text/html;charset=utf-8 164.1997ms
  578. ][2022-06-27 14:43:37.840 +02:00 INF Request finished HTTP/1.1 GET http://localhost:5116/_vs/browserLink - - - 200 - text/javascript;+charset=UTF-8 21.6868ms
  579. ][2022-06-27 14:43:38.016 +02:00 INF Request starting HTTP/1.1 GET http://localhost:5116/swagger/v1/swagger.json - -
  580. ][2022-06-27 14:43:38.104 +02:00 INF Request finished HTTP/1.1 GET http://localhost:5116/swagger/v1/swagger.json - - - 200 - application/json;charset=utf-8 87.8861ms
  581. ][2022-06-27 14:43:45.840 +02:00 INF Request starting HTTP/1.1 POST http://localhost:5116/api/mongo/Insurer application/json 236
  582. ][2022-06-27 14:43:45.853 +02:00 INF CORS policy execution failed.
  583. ][2022-06-27 14:43:45.853 +02:00 INF Request origin http://localhost:5116 does not have permission to access the resource.
  584. ][2022-06-27 14:43:45.856 +02:00 INF Executing endpoint 'Diligent.WebAPI.Host.MongoController.InsurerController.Post (Diligent.WebAPI.Host)'
  585. ][2022-06-27 14:43:45.875 +02:00 INF Route matched with {action = "Post", controller = "Insurer"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.ActionResult] Post(Diligent.WebAPI.Host.MongoDTOs.InsurerMongo.InsurerSaveDTO) on controller Diligent.WebAPI.Host.MongoController.InsurerController (Diligent.WebAPI.Host).
  586. ][2022-06-27 14:43:46.337 +02:00 INF Executing CreatedAtActionResult, writing value of type 'Diligent.WebAPI.Data.Entities.InsurerMongo'.
  587. ][2022-06-27 14:43:46.367 +02:00 INF Executed action Diligent.WebAPI.Host.MongoController.InsurerController.Post (Diligent.WebAPI.Host) in 487.9136ms
  588. ][2022-06-27 14:43:46.367 +02:00 INF Executed endpoint 'Diligent.WebAPI.Host.MongoController.InsurerController.Post (Diligent.WebAPI.Host)'
  589. ][2022-06-27 14:43:46.367 +02:00 INF Request finished HTTP/1.1 POST http://localhost:5116/api/mongo/Insurer application/json 236 - 201 - application/json;+charset=utf-8 527.5421ms
  590. ][2022-06-27 14:43:52.835 +02:00 INF Request starting HTTP/1.1 GET http://localhost:5116/api/mongo/Insurer - -
  591. ][2022-06-27 14:43:52.836 +02:00 INF Executing endpoint 'Diligent.WebAPI.Host.MongoController.InsurerController.GetAll (Diligent.WebAPI.Host)'
  592. ][2022-06-27 14:43:52.839 +02:00 INF Route matched with {action = "GetAll", controller = "Insurer"}. Executing controller action with signature System.Threading.Tasks.Task`1[System.Collections.Generic.List`1[Diligent.WebAPI.Host.MongoDTOs.InsurerMongo.InsurerReturnDTO]] GetAll() on controller Diligent.WebAPI.Host.MongoController.InsurerController (Diligent.WebAPI.Host).
  593. ][2022-06-27 14:43:52.996 +02:00 INF Executed action Diligent.WebAPI.Host.MongoController.InsurerController.GetAll (Diligent.WebAPI.Host) in 156.5502ms
  594. ][2022-06-27 14:43:52.996 +02:00 INF Executed endpoint 'Diligent.WebAPI.Host.MongoController.InsurerController.GetAll (Diligent.WebAPI.Host)'
  595. ][2022-06-27 14:43:53.085 +02:00 ERR Element 'Name' does not match any field or property of class Diligent.WebAPI.Data.Entities.InsurerMongo.
  596. ][2022-06-27 14:43:53.086 +02:00 INF Request finished HTTP/1.1 GET http://localhost:5116/api/mongo/Insurer - - - 500 - application/json 251.6865ms
  597. ][2022-06-27 14:45:55.968 +02:00 WRN Sensitive data logging is enabled. Log entries and exception messages may include sensitive application data; this mode should only be enabled during development.
  598. ][2022-06-27 14:45:56.035 +02:00 WRN No store type was specified for the decimal property 'Premium' on entity type 'InsurancePolicy'. This will cause values to be silently truncated if they do not fit in the default precision and scale. Explicitly specify the SQL server column type that can accommodate all the values in 'OnModelCreating' using 'HasColumnType', specify precision and scale using 'HasPrecision', or configure a value converter using 'HasConversion'.
  599. ][2022-06-27 14:45:56.166 +02:00 INF Entity Framework Core 6.0.3 initialized 'DatabaseContext' using provider 'Microsoft.EntityFrameworkCore.SqlServer:6.0.3' with options: SensitiveDataLoggingEnabled
  600. ][2022-06-27 14:45:56.431 +02:00 INF Executed DbCommand (15ms) [Parameters=[], CommandType='"Text"', CommandTimeout='30']
  601. SELECT 1
  602. ][2022-06-27 14:45:56.453 +02:00 INF Executed DbCommand (12ms) [Parameters=[], CommandType='"Text"', CommandTimeout='30']
  603. SELECT OBJECT_ID(N'[__EFMigrationsHistory]');
  604. ][2022-06-27 14:45:56.473 +02:00 INF Executed DbCommand (3ms) [Parameters=[], CommandType='"Text"', CommandTimeout='30']
  605. SELECT [MigrationId], [ProductVersion]
  606. FROM [__EFMigrationsHistory]
  607. ORDER BY [MigrationId];
  608. ][2022-06-27 14:45:56.562 +02:00 INF Now listening on: http://localhost:5116
  609. ][2022-06-27 14:45:56.565 +02:00 INF Application started. Press Ctrl+C to shut down.
  610. ][2022-06-27 14:45:56.565 +02:00 INF Hosting environment: Development
  611. ][2022-06-27 14:45:56.565 +02:00 INF Content root path: C:\Users\ermin.bronja\Desktop\Projekat\Diligent.WebAPI.Host\
  612. ][2022-06-27 14:46:05.637 +02:00 INF Request starting HTTP/1.1 GET http://localhost:5116/api/mongo/Insurer/62b9a602503b9180da18e537 - -
  613. ][2022-06-27 14:46:05.694 +02:00 INF Executing endpoint 'Diligent.WebAPI.Host.MongoController.InsurerController.Get (Diligent.WebAPI.Host)'
  614. ][2022-06-27 14:46:05.710 +02:00 INF Route matched with {action = "Get", controller = "Insurer"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.ActionResult`1[Diligent.WebAPI.Host.MongoDTOs.InsurerMongo.InsurerReturnDTO]] Get(System.String) on controller Diligent.WebAPI.Host.MongoController.InsurerController (Diligent.WebAPI.Host).
  615. ][2022-06-27 14:46:06.193 +02:00 INF Executing ObjectResult, writing value of type 'Diligent.WebAPI.Host.MongoDTOs.InsurerMongo.InsurerReturnDTO'.
  616. ][2022-06-27 14:46:06.217 +02:00 INF Executed action Diligent.WebAPI.Host.MongoController.InsurerController.Get (Diligent.WebAPI.Host) in 502.6632ms
  617. ][2022-06-27 14:46:06.217 +02:00 INF Executed endpoint 'Diligent.WebAPI.Host.MongoController.InsurerController.Get (Diligent.WebAPI.Host)'
  618. ][2022-06-27 14:46:06.220 +02:00 INF Request finished HTTP/1.1 GET http://localhost:5116/api/mongo/Insurer/62b9a602503b9180da18e537 - - - 200 - application/json;+charset=utf-8 585.5722ms
  619. ][2022-06-27 14:47:41.398 +02:00 WRN Sensitive data logging is enabled. Log entries and exception messages may include sensitive application data; this mode should only be enabled during development.
  620. ][2022-06-27 14:47:41.463 +02:00 WRN No store type was specified for the decimal property 'Premium' on entity type 'InsurancePolicy'. This will cause values to be silently truncated if they do not fit in the default precision and scale. Explicitly specify the SQL server column type that can accommodate all the values in 'OnModelCreating' using 'HasColumnType', specify precision and scale using 'HasPrecision', or configure a value converter using 'HasConversion'.
  621. ][2022-06-27 14:47:41.585 +02:00 INF Entity Framework Core 6.0.3 initialized 'DatabaseContext' using provider 'Microsoft.EntityFrameworkCore.SqlServer:6.0.3' with options: SensitiveDataLoggingEnabled
  622. ][2022-06-27 14:47:41.850 +02:00 INF Executed DbCommand (15ms) [Parameters=[], CommandType='"Text"', CommandTimeout='30']
  623. SELECT 1
  624. ][2022-06-27 14:47:41.872 +02:00 INF Executed DbCommand (13ms) [Parameters=[], CommandType='"Text"', CommandTimeout='30']
  625. SELECT OBJECT_ID(N'[__EFMigrationsHistory]');
  626. ][2022-06-27 14:47:41.893 +02:00 INF Executed DbCommand (3ms) [Parameters=[], CommandType='"Text"', CommandTimeout='30']
  627. SELECT [MigrationId], [ProductVersion]
  628. FROM [__EFMigrationsHistory]
  629. ORDER BY [MigrationId];
  630. ][2022-06-27 14:47:41.984 +02:00 INF Now listening on: http://localhost:5116
  631. ][2022-06-27 14:47:41.987 +02:00 INF Application started. Press Ctrl+C to shut down.
  632. ][2022-06-27 14:47:41.987 +02:00 INF Hosting environment: Development
  633. ][2022-06-27 14:47:41.987 +02:00 INF Content root path: C:\Users\ermin.bronja\Desktop\Projekat\Diligent.WebAPI.Host\
  634. ][2022-06-27 14:47:44.528 +02:00 INF Request starting HTTP/1.1 GET http://localhost:5116/api/mongo/Insurer - -
  635. ][2022-06-27 14:47:44.587 +02:00 INF Executing endpoint 'Diligent.WebAPI.Host.MongoController.InsurerController.GetAll (Diligent.WebAPI.Host)'
  636. ][2022-06-27 14:47:44.596 +02:00 INF Route matched with {action = "GetAll", controller = "Insurer"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] GetAll() on controller Diligent.WebAPI.Host.MongoController.InsurerController (Diligent.WebAPI.Host).
  637. ][2022-06-27 14:47:45.194 +02:00 INF Executed action Diligent.WebAPI.Host.MongoController.InsurerController.GetAll (Diligent.WebAPI.Host) in 594.3964ms
  638. ][2022-06-27 14:47:45.195 +02:00 INF Executed endpoint 'Diligent.WebAPI.Host.MongoController.InsurerController.GetAll (Diligent.WebAPI.Host)'
  639. ][2022-06-27 14:47:45.309 +02:00 ERR Element 'Name' does not match any field or property of class Diligent.WebAPI.Data.Entities.InsurerMongo.
  640. ][2022-06-27 14:47:45.326 +02:00 INF Request finished HTTP/1.1 GET http://localhost:5116/api/mongo/Insurer - - - 500 - application/json 800.5691ms
  641. ][2022-06-27 14:48:07.767 +02:00 WRN Sensitive data logging is enabled. Log entries and exception messages may include sensitive application data; this mode should only be enabled during development.
  642. ][2022-06-27 14:48:07.833 +02:00 WRN No store type was specified for the decimal property 'Premium' on entity type 'InsurancePolicy'. This will cause values to be silently truncated if they do not fit in the default precision and scale. Explicitly specify the SQL server column type that can accommodate all the values in 'OnModelCreating' using 'HasColumnType', specify precision and scale using 'HasPrecision', or configure a value converter using 'HasConversion'.
  643. ][2022-06-27 14:48:07.957 +02:00 INF Entity Framework Core 6.0.3 initialized 'DatabaseContext' using provider 'Microsoft.EntityFrameworkCore.SqlServer:6.0.3' with options: SensitiveDataLoggingEnabled
  644. ][2022-06-27 14:48:08.221 +02:00 INF Executed DbCommand (16ms) [Parameters=[], CommandType='"Text"', CommandTimeout='30']
  645. SELECT 1
  646. ][2022-06-27 14:48:08.242 +02:00 INF Executed DbCommand (12ms) [Parameters=[], CommandType='"Text"', CommandTimeout='30']
  647. SELECT OBJECT_ID(N'[__EFMigrationsHistory]');
  648. ][2022-06-27 14:48:08.262 +02:00 INF Executed DbCommand (3ms) [Parameters=[], CommandType='"Text"', CommandTimeout='30']
  649. SELECT [MigrationId], [ProductVersion]
  650. FROM [__EFMigrationsHistory]
  651. ORDER BY [MigrationId];
  652. ][2022-06-27 14:48:08.352 +02:00 INF Now listening on: http://localhost:5116
  653. ][2022-06-27 14:48:08.355 +02:00 INF Application started. Press Ctrl+C to shut down.
  654. ][2022-06-27 14:48:08.355 +02:00 INF Hosting environment: Development
  655. ][2022-06-27 14:48:08.355 +02:00 INF Content root path: C:\Users\ermin.bronja\Desktop\Projekat\Diligent.WebAPI.Host\
  656. ][2022-06-27 14:48:09.960 +02:00 INF Request starting HTTP/1.1 GET http://localhost:5116/swagger/index.html - -
  657. ][2022-06-27 14:48:10.106 +02:00 INF Request starting HTTP/1.1 GET http://localhost:5116/_vs/browserLink - -
  658. ][2022-06-27 14:48:10.107 +02:00 INF Request starting HTTP/1.1 GET http://localhost:5116/_framework/aspnetcore-browser-refresh.js - -
  659. ][2022-06-27 14:48:10.111 +02:00 INF Request finished HTTP/1.1 GET http://localhost:5116/_framework/aspnetcore-browser-refresh.js - - - 200 12010 application/javascript;+charset=utf-8 2.8652ms
  660. ][2022-06-27 14:48:10.111 +02:00 INF Request finished HTTP/1.1 GET http://localhost:5116/swagger/index.html - - - 200 - text/html;charset=utf-8 153.9964ms
  661. ][2022-06-27 14:48:10.134 +02:00 INF Request finished HTTP/1.1 GET http://localhost:5116/_vs/browserLink - - - 200 - text/javascript;+charset=UTF-8 27.8613ms
  662. ][2022-06-27 14:48:10.327 +02:00 INF Request starting HTTP/1.1 GET http://localhost:5116/swagger/v1/swagger.json - -
  663. ][2022-06-27 14:48:10.418 +02:00 INF Request finished HTTP/1.1 GET http://localhost:5116/swagger/v1/swagger.json - - - 200 - application/json;charset=utf-8 91.1987ms
  664. ][2022-06-27 14:48:16.997 +02:00 INF Request starting HTTP/1.1 GET http://localhost:5116/api/mongo/Insurer - -
  665. ][2022-06-27 14:48:17.008 +02:00 INF Executing endpoint 'Diligent.WebAPI.Host.MongoController.InsurerController.GetAll (Diligent.WebAPI.Host)'
  666. ][2022-06-27 14:48:17.018 +02:00 INF Route matched with {action = "GetAll", controller = "Insurer"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] GetAll() on controller Diligent.WebAPI.Host.MongoController.InsurerController (Diligent.WebAPI.Host).
  667. ][2022-06-27 14:48:17.570 +02:00 INF Executed action Diligent.WebAPI.Host.MongoController.InsurerController.GetAll (Diligent.WebAPI.Host) in 547.7025ms
  668. ][2022-06-27 14:48:17.571 +02:00 INF Executed endpoint 'Diligent.WebAPI.Host.MongoController.InsurerController.GetAll (Diligent.WebAPI.Host)'
  669. ][2022-06-27 14:48:17.666 +02:00 ERR Element 'Name' does not match any field or property of class Diligent.WebAPI.Data.Entities.InsurerMongo.
  670. ][2022-06-27 14:48:17.670 +02:00 INF Request finished HTTP/1.1 GET http://localhost:5116/api/mongo/Insurer - - - 500 - application/json 672.6705ms
  671. ][2022-06-27 14:52:07.150 +02:00 WRN Sensitive data logging is enabled. Log entries and exception messages may include sensitive application data; this mode should only be enabled during development.
  672. ][2022-06-27 14:52:07.218 +02:00 WRN No store type was specified for the decimal property 'Premium' on entity type 'InsurancePolicy'. This will cause values to be silently truncated if they do not fit in the default precision and scale. Explicitly specify the SQL server column type that can accommodate all the values in 'OnModelCreating' using 'HasColumnType', specify precision and scale using 'HasPrecision', or configure a value converter using 'HasConversion'.
  673. ][2022-06-27 14:52:07.340 +02:00 INF Entity Framework Core 6.0.3 initialized 'DatabaseContext' using provider 'Microsoft.EntityFrameworkCore.SqlServer:6.0.3' with options: SensitiveDataLoggingEnabled
  674. ][2022-06-27 14:52:07.605 +02:00 INF Executed DbCommand (15ms) [Parameters=[], CommandType='"Text"', CommandTimeout='30']
  675. SELECT 1
  676. ][2022-06-27 14:52:07.626 +02:00 INF Executed DbCommand (12ms) [Parameters=[], CommandType='"Text"', CommandTimeout='30']
  677. SELECT OBJECT_ID(N'[__EFMigrationsHistory]');
  678. ][2022-06-27 14:52:07.646 +02:00 INF Executed DbCommand (3ms) [Parameters=[], CommandType='"Text"', CommandTimeout='30']
  679. SELECT [MigrationId], [ProductVersion]
  680. FROM [__EFMigrationsHistory]
  681. ORDER BY [MigrationId];
  682. ][2022-06-27 14:52:07.738 +02:00 INF Now listening on: http://localhost:5116
  683. ][2022-06-27 14:52:07.740 +02:00 INF Application started. Press Ctrl+C to shut down.
  684. ][2022-06-27 14:52:07.741 +02:00 INF Hosting environment: Development
  685. ][2022-06-27 14:52:07.741 +02:00 INF Content root path: C:\Users\ermin.bronja\Desktop\Projekat\Diligent.WebAPI.Host\
  686. ][2022-06-27 14:52:11.339 +02:00 INF Request starting HTTP/1.1 GET http://localhost:5116/swagger/index.html - -
  687. ][2022-06-27 14:52:11.488 +02:00 INF Request starting HTTP/1.1 GET http://localhost:5116/_vs/browserLink - -
  688. ][2022-06-27 14:52:11.488 +02:00 INF Request starting HTTP/1.1 GET http://localhost:5116/_framework/aspnetcore-browser-refresh.js - -
  689. ][2022-06-27 14:52:11.503 +02:00 INF Request finished HTTP/1.1 GET http://localhost:5116/_framework/aspnetcore-browser-refresh.js - - - 200 12010 application/javascript;+charset=utf-8 5.1339ms
  690. ][2022-06-27 14:52:11.503 +02:00 INF Request finished HTTP/1.1 GET http://localhost:5116/swagger/index.html - - - 200 - text/html;charset=utf-8 162.5287ms
  691. ][2022-06-27 14:52:11.518 +02:00 INF Request finished HTTP/1.1 GET http://localhost:5116/_vs/browserLink - - - 200 - text/javascript;+charset=UTF-8 29.2881ms
  692. ][2022-06-27 14:52:11.677 +02:00 INF Request starting HTTP/1.1 GET http://localhost:5116/swagger/v1/swagger.json - -
  693. ][2022-06-27 14:52:11.770 +02:00 INF Request finished HTTP/1.1 GET http://localhost:5116/swagger/v1/swagger.json - - - 200 - application/json;charset=utf-8 93.4585ms
  694. ][2022-06-27 14:52:32.737 +02:00 INF Request starting HTTP/1.1 GET http://localhost:5116/api/mongo/Insurer - -
  695. ][2022-06-27 14:52:32.748 +02:00 INF Executing endpoint 'Diligent.WebAPI.Host.MongoController.InsurerController.GetAll (Diligent.WebAPI.Host)'
  696. ][2022-06-27 14:52:32.757 +02:00 INF Route matched with {action = "GetAll", controller = "Insurer"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] GetAll() on controller Diligent.WebAPI.Host.MongoController.InsurerController (Diligent.WebAPI.Host).
  697. ][2022-06-27 14:52:33.223 +02:00 INF Executing OkObjectResult, writing value of type 'System.Collections.Generic.List`1[[Diligent.WebAPI.Host.MongoDTOs.InsurerMongo.InsurerReturnDTO, Diligent.WebAPI.Host, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]]'.
  698. ][2022-06-27 14:52:33.233 +02:00 INF Executed action Diligent.WebAPI.Host.MongoController.InsurerController.GetAll (Diligent.WebAPI.Host) in 472.0872ms
  699. ][2022-06-27 14:52:33.233 +02:00 INF Executed endpoint 'Diligent.WebAPI.Host.MongoController.InsurerController.GetAll (Diligent.WebAPI.Host)'
  700. ][2022-06-27 14:52:33.233 +02:00 INF Request finished HTTP/1.1 GET http://localhost:5116/api/mongo/Insurer - - - 200 - application/json;+charset=utf-8 496.8518ms
  701. ][2022-06-27 14:53:37.096 +02:00 WRN Sensitive data logging is enabled. Log entries and exception messages may include sensitive application data; this mode should only be enabled during development.
  702. ][2022-06-27 14:53:37.161 +02:00 WRN No store type was specified for the decimal property 'Premium' on entity type 'InsurancePolicy'. This will cause values to be silently truncated if they do not fit in the default precision and scale. Explicitly specify the SQL server column type that can accommodate all the values in 'OnModelCreating' using 'HasColumnType', specify precision and scale using 'HasPrecision', or configure a value converter using 'HasConversion'.
  703. ][2022-06-27 14:53:37.283 +02:00 INF Entity Framework Core 6.0.3 initialized 'DatabaseContext' using provider 'Microsoft.EntityFrameworkCore.SqlServer:6.0.3' with options: SensitiveDataLoggingEnabled
  704. ][2022-06-27 14:53:37.545 +02:00 INF Executed DbCommand (15ms) [Parameters=[], CommandType='"Text"', CommandTimeout='30']
  705. SELECT 1
  706. ][2022-06-27 14:53:37.567 +02:00 INF Executed DbCommand (13ms) [Parameters=[], CommandType='"Text"', CommandTimeout='30']
  707. SELECT OBJECT_ID(N'[__EFMigrationsHistory]');
  708. ][2022-06-27 14:53:37.587 +02:00 INF Executed DbCommand (3ms) [Parameters=[], CommandType='"Text"', CommandTimeout='30']
  709. SELECT [MigrationId], [ProductVersion]
  710. FROM [__EFMigrationsHistory]
  711. ORDER BY [MigrationId];
  712. ][2022-06-27 14:53:37.698 +02:00 INF Now listening on: http://localhost:5116
  713. ][2022-06-27 14:53:37.702 +02:00 INF Application started. Press Ctrl+C to shut down.
  714. ][2022-06-27 14:53:37.702 +02:00 INF Hosting environment: Development
  715. ][2022-06-27 14:53:37.702 +02:00 INF Content root path: C:\Users\ermin.bronja\Desktop\Projekat\Diligent.WebAPI.Host\
  716. ][2022-06-27 14:53:39.811 +02:00 INF Request starting HTTP/1.1 GET http://localhost:5116/swagger/index.html - -
  717. ][2022-06-27 14:53:39.991 +02:00 INF Request starting HTTP/1.1 GET http://localhost:5116/_framework/aspnetcore-browser-refresh.js - -
  718. ][2022-06-27 14:53:39.991 +02:00 INF Request starting HTTP/1.1 GET http://localhost:5116/_vs/browserLink - -
  719. ][2022-06-27 14:53:39.993 +02:00 INF Request finished HTTP/1.1 GET http://localhost:5116/_framework/aspnetcore-browser-refresh.js - - - 200 12010 application/javascript;+charset=utf-8 2.0065ms
  720. ][2022-06-27 14:53:39.993 +02:00 INF Request finished HTTP/1.1 GET http://localhost:5116/swagger/index.html - - - 200 - text/html;charset=utf-8 184.6729ms
  721. ][2022-06-27 14:53:40.015 +02:00 INF Request finished HTTP/1.1 GET http://localhost:5116/_vs/browserLink - - - 200 - text/javascript;+charset=UTF-8 24.0854ms
  722. ][2022-06-27 14:53:40.206 +02:00 INF Request starting HTTP/1.1 GET http://localhost:5116/swagger/v1/swagger.json - -
  723. ][2022-06-27 14:53:40.310 +02:00 INF Request finished HTTP/1.1 GET http://localhost:5116/swagger/v1/swagger.json - - - 200 - application/json;charset=utf-8 104.0097ms
  724. ][2022-06-27 14:53:45.536 +02:00 INF Request starting HTTP/1.1 GET http://localhost:5116/api/mongo/Insurer - -
  725. ][2022-06-27 14:53:45.548 +02:00 INF Executing endpoint 'Diligent.WebAPI.Host.MongoController.InsurerController.GetAll (Diligent.WebAPI.Host)'
  726. ][2022-06-27 14:53:45.557 +02:00 INF Route matched with {action = "GetAll", controller = "Insurer"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] GetAll() on controller Diligent.WebAPI.Host.MongoController.InsurerController (Diligent.WebAPI.Host).
  727. ][2022-06-27 14:53:46.112 +02:00 INF Executed action Diligent.WebAPI.Host.MongoController.InsurerController.GetAll (Diligent.WebAPI.Host) in 550.8538ms
  728. ][2022-06-27 14:53:46.113 +02:00 INF Executed endpoint 'Diligent.WebAPI.Host.MongoController.InsurerController.GetAll (Diligent.WebAPI.Host)'
  729. ][2022-06-27 14:53:46.212 +02:00 ERR Element 'Name' does not match any field or property of class Diligent.WebAPI.Data.Entities.InsurerMongo.
  730. ][2022-06-27 14:53:46.216 +02:00 INF Request finished HTTP/1.1 GET http://localhost:5116/api/mongo/Insurer - - - 500 - application/json 679.5518ms
  731. ][2022-06-27 15:46:19.812 +02:00 WRN Sensitive data logging is enabled. Log entries and exception messages may include sensitive application data; this mode should only be enabled during development.
  732. ][2022-06-27 15:46:19.878 +02:00 WRN No store type was specified for the decimal property 'Premium' on entity type 'InsurancePolicy'. This will cause values to be silently truncated if they do not fit in the default precision and scale. Explicitly specify the SQL server column type that can accommodate all the values in 'OnModelCreating' using 'HasColumnType', specify precision and scale using 'HasPrecision', or configure a value converter using 'HasConversion'.
  733. ][2022-06-27 15:46:20.010 +02:00 INF Entity Framework Core 6.0.3 initialized 'DatabaseContext' using provider 'Microsoft.EntityFrameworkCore.SqlServer:6.0.3' with options: SensitiveDataLoggingEnabled
  734. ][2022-06-27 15:46:20.711 +02:00 INF Executed DbCommand (15ms) [Parameters=[], CommandType='"Text"', CommandTimeout='30']
  735. SELECT 1
  736. ][2022-06-27 15:46:20.732 +02:00 INF Executed DbCommand (12ms) [Parameters=[], CommandType='"Text"', CommandTimeout='30']
  737. SELECT OBJECT_ID(N'[__EFMigrationsHistory]');
  738. ][2022-06-27 15:46:20.751 +02:00 INF Executed DbCommand (3ms) [Parameters=[], CommandType='"Text"', CommandTimeout='30']
  739. SELECT [MigrationId], [ProductVersion]
  740. FROM [__EFMigrationsHistory]
  741. ORDER BY [MigrationId];
  742. ][2022-06-27 15:46:20.958 +02:00 INF Now listening on: http://localhost:5116
  743. ][2022-06-27 15:46:20.960 +02:00 INF Application started. Press Ctrl+C to shut down.
  744. ][2022-06-27 15:46:20.961 +02:00 INF Hosting environment: Development
  745. ][2022-06-27 15:46:20.961 +02:00 INF Content root path: C:\Users\ermin.bronja\Desktop\Projekat\Diligent.WebAPI.Host\
  746. ][2022-06-27 15:48:40.532 +02:00 WRN Sensitive data logging is enabled. Log entries and exception messages may include sensitive application data; this mode should only be enabled during development.
  747. ][2022-06-27 15:48:40.599 +02:00 WRN No store type was specified for the decimal property 'Premium' on entity type 'InsurancePolicy'. This will cause values to be silently truncated if they do not fit in the default precision and scale. Explicitly specify the SQL server column type that can accommodate all the values in 'OnModelCreating' using 'HasColumnType', specify precision and scale using 'HasPrecision', or configure a value converter using 'HasConversion'.
  748. ][2022-06-27 15:48:40.720 +02:00 INF Entity Framework Core 6.0.3 initialized 'DatabaseContext' using provider 'Microsoft.EntityFrameworkCore.SqlServer:6.0.3' with options: SensitiveDataLoggingEnabled
  749. ][2022-06-27 15:48:40.991 +02:00 INF Executed DbCommand (23ms) [Parameters=[], CommandType='"Text"', CommandTimeout='30']
  750. SELECT 1
  751. ][2022-06-27 15:48:41.013 +02:00 INF Executed DbCommand (12ms) [Parameters=[], CommandType='"Text"', CommandTimeout='30']
  752. SELECT OBJECT_ID(N'[__EFMigrationsHistory]');
  753. ][2022-06-27 15:48:41.035 +02:00 INF Executed DbCommand (2ms) [Parameters=[], CommandType='"Text"', CommandTimeout='30']
  754. SELECT [MigrationId], [ProductVersion]
  755. FROM [__EFMigrationsHistory]
  756. ORDER BY [MigrationId];
  757. ][2022-06-27 15:48:41.127 +02:00 INF Now listening on: http://localhost:5116
  758. ][2022-06-27 15:48:41.130 +02:00 INF Application started. Press Ctrl+C to shut down.
  759. ][2022-06-27 15:48:41.130 +02:00 INF Hosting environment: Development
  760. ][2022-06-27 15:48:41.130 +02:00 INF Content root path: C:\Users\ermin.bronja\Desktop\Projekat\Diligent.WebAPI.Host\
  761. ][2022-06-27 15:48:50.001 +02:00 INF Request starting HTTP/1.1 GET http://localhost:5116/swagger/index.html - -
  762. ][2022-06-27 15:48:50.195 +02:00 INF Request starting HTTP/1.1 GET http://localhost:5116/_framework/aspnetcore-browser-refresh.js - -
  763. ][2022-06-27 15:48:50.195 +02:00 INF Request starting HTTP/1.1 GET http://localhost:5116/_vs/browserLink - -
  764. ][2022-06-27 15:48:50.197 +02:00 INF Request finished HTTP/1.1 GET http://localhost:5116/_framework/aspnetcore-browser-refresh.js - - - 200 12010 application/javascript;+charset=utf-8 1.7149ms
  765. ][2022-06-27 15:48:50.197 +02:00 INF Request finished HTTP/1.1 GET http://localhost:5116/swagger/index.html - - - 200 - text/html;charset=utf-8 198.5704ms
  766. ][2022-06-27 15:48:50.214 +02:00 INF Request finished HTTP/1.1 GET http://localhost:5116/_vs/browserLink - - - 200 - text/javascript;+charset=UTF-8 19.2995ms
  767. ][2022-06-27 15:48:50.396 +02:00 INF Request starting HTTP/1.1 GET http://localhost:5116/swagger/v1/swagger.json - -
  768. ][2022-06-27 15:48:50.545 +02:00 INF Request finished HTTP/1.1 GET http://localhost:5116/swagger/v1/swagger.json - - - 200 - application/json;charset=utf-8 148.8534ms
  769. ][2022-06-27 15:48:59.240 +02:00 INF Request starting HTTP/1.1 DELETE http://localhost:5116/api/mongo/Insurer/62b9a602503b9180da18e537 - -
  770. ][2022-06-27 15:48:59.250 +02:00 INF CORS policy execution failed.
  771. ][2022-06-27 15:48:59.250 +02:00 INF Request origin http://localhost:5116 does not have permission to access the resource.
  772. ][2022-06-27 15:48:59.253 +02:00 INF Executing endpoint 'Diligent.WebAPI.Host.MongoController.InsurerController.Delete (Diligent.WebAPI.Host)'
  773. ][2022-06-27 15:48:59.272 +02:00 INF Route matched with {action = "Delete", controller = "Insurer"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.ActionResult] Delete(System.String) on controller Diligent.WebAPI.Host.MongoController.InsurerController (Diligent.WebAPI.Host).
  774. ][2022-06-27 15:49:00.118 +02:00 INF Executing StatusCodeResult, setting HTTP status code 200
  775. ][2022-06-27 15:49:00.124 +02:00 INF Executed action Diligent.WebAPI.Host.MongoController.InsurerController.Delete (Diligent.WebAPI.Host) in 847.2157ms
  776. ][2022-06-27 15:49:00.125 +02:00 INF Executed endpoint 'Diligent.WebAPI.Host.MongoController.InsurerController.Delete (Diligent.WebAPI.Host)'
  777. ][2022-06-27 15:49:00.128 +02:00 INF Request finished HTTP/1.1 DELETE http://localhost:5116/api/mongo/Insurer/62b9a602503b9180da18e537 - - - 200 0 - 888.1801ms
  778. ]