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-20220624.log 74KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542
  1. [2022-06-24 12:00:08.843 +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-24 12:00:08.883 +02:00 WRN The foreign key property 'Insurer.InsuranceCompanyId1' was created in shadow state because a conflicting property with the simple name 'InsuranceCompanyId' exists in the entity type, but is either not mapped, is already used for another relationship, or is incompatible with the associated primary key type. See https://aka.ms/efcore-relationships for information on mapping relationships in EF Core.
  3. ][2022-06-24 12:00:08.923 +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'.
  4. ][2022-06-24 12:00:09.047 +02:00 INF Entity Framework Core 6.0.3 initialized 'DatabaseContext' using provider 'Microsoft.EntityFrameworkCore.SqlServer:6.0.3' with options: SensitiveDataLoggingEnabled
  5. ][2022-06-24 12:00:09.649 +02:00 INF Executed DbCommand (16ms) [Parameters=[], CommandType='"Text"', CommandTimeout='30']
  6. SELECT 1
  7. ][2022-06-24 12:00:09.672 +02:00 INF Executed DbCommand (13ms) [Parameters=[], CommandType='"Text"', CommandTimeout='30']
  8. SELECT OBJECT_ID(N'[__EFMigrationsHistory]');
  9. ][2022-06-24 12:00:09.693 +02:00 INF Executed DbCommand (3ms) [Parameters=[], CommandType='"Text"', CommandTimeout='30']
  10. SELECT [MigrationId], [ProductVersion]
  11. FROM [__EFMigrationsHistory]
  12. ORDER BY [MigrationId];
  13. ][2022-06-24 12:02:52.896 +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.
  14. ][2022-06-24 12:02:52.932 +02:00 WRN The foreign key property 'Insurer.InsuranceCompanyId1' was created in shadow state because a conflicting property with the simple name 'InsuranceCompanyId' exists in the entity type, but is either not mapped, is already used for another relationship, or is incompatible with the associated primary key type. See https://aka.ms/efcore-relationships for information on mapping relationships in EF Core.
  15. ][2022-06-24 12:02:52.970 +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'.
  16. ][2022-06-24 12:02:53.089 +02:00 INF Entity Framework Core 6.0.3 initialized 'DatabaseContext' using provider 'Microsoft.EntityFrameworkCore.SqlServer:6.0.3' with options: SensitiveDataLoggingEnabled
  17. ][2022-06-24 12:02:53.364 +02:00 INF Executed DbCommand (15ms) [Parameters=[], CommandType='"Text"', CommandTimeout='30']
  18. SELECT 1
  19. ][2022-06-24 12:02:53.387 +02:00 INF Executed DbCommand (13ms) [Parameters=[], CommandType='"Text"', CommandTimeout='30']
  20. SELECT OBJECT_ID(N'[__EFMigrationsHistory]');
  21. ][2022-06-24 12:02:53.406 +02:00 INF Executed DbCommand (3ms) [Parameters=[], CommandType='"Text"', CommandTimeout='30']
  22. SELECT [MigrationId], [ProductVersion]
  23. FROM [__EFMigrationsHistory]
  24. ORDER BY [MigrationId];
  25. ][2022-06-24 12:03:09.377 +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.
  26. ][2022-06-24 12:03:09.414 +02:00 WRN The foreign key property 'Insurer.InsuranceCompanyId1' was created in shadow state because a conflicting property with the simple name 'InsuranceCompanyId' exists in the entity type, but is either not mapped, is already used for another relationship, or is incompatible with the associated primary key type. See https://aka.ms/efcore-relationships for information on mapping relationships in EF Core.
  27. ][2022-06-24 12:03:09.447 +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'.
  28. ][2022-06-24 12:03:09.571 +02:00 INF Entity Framework Core 6.0.3 initialized 'DatabaseContext' using provider 'Microsoft.EntityFrameworkCore.SqlServer:6.0.3' with options: SensitiveDataLoggingEnabled
  29. ][2022-06-24 12:03:09.837 +02:00 INF Executed DbCommand (15ms) [Parameters=[], CommandType='"Text"', CommandTimeout='30']
  30. SELECT 1
  31. ][2022-06-24 12:03:09.859 +02:00 INF Executed DbCommand (13ms) [Parameters=[], CommandType='"Text"', CommandTimeout='30']
  32. SELECT OBJECT_ID(N'[__EFMigrationsHistory]');
  33. ][2022-06-24 12:03:09.879 +02:00 INF Executed DbCommand (3ms) [Parameters=[], CommandType='"Text"', CommandTimeout='30']
  34. SELECT [MigrationId], [ProductVersion]
  35. FROM [__EFMigrationsHistory]
  36. ORDER BY [MigrationId];
  37. ][2022-06-24 12:03:09.958 +02:00 INF Now listening on: http://localhost:5116
  38. ][2022-06-24 12:03:09.960 +02:00 INF Application started. Press Ctrl+C to shut down.
  39. ][2022-06-24 12:03:09.960 +02:00 INF Hosting environment: Development
  40. ][2022-06-24 12:03:09.960 +02:00 INF Content root path: C:\Users\dzenis.hadzifejzovic\Desktop\Last\Diligent.WebAPI.Host\
  41. ][2022-06-24 12:03:10.212 +02:00 INF Request starting HTTP/1.1 OPTIONS http://localhost:5116/chatHub/negotiate?negotiateVersion=1 - -
  42. ][2022-06-24 12:03:10.244 +02:00 INF CORS policy execution successful.
  43. ][2022-06-24 12:03:10.270 +02:00 INF Request finished HTTP/1.1 OPTIONS http://localhost:5116/chatHub/negotiate?negotiateVersion=1 - - - 204 - - 45.7773ms
  44. ][2022-06-24 12:03:10.323 +02:00 INF Request starting HTTP/1.1 POST http://localhost:5116/chatHub/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0
  45. ][2022-06-24 12:03:10.330 +02:00 INF CORS policy execution successful.
  46. ][2022-06-24 12:03:10.333 +02:00 INF Executing endpoint '/chatHub/negotiate'
  47. ][2022-06-24 12:03:10.343 +02:00 INF Executed endpoint '/chatHub/negotiate'
  48. ][2022-06-24 12:03:10.343 +02:00 INF Request finished HTTP/1.1 POST http://localhost:5116/chatHub/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 - 200 316 application/json 20.0608ms
  49. ][2022-06-24 12:03:10.346 +02:00 INF Request starting HTTP/1.1 GET http://localhost:5116/chatHub?id=GpsJ0H0hPwcUEvnV27SfGQ - -
  50. ][2022-06-24 12:03:10.347 +02:00 INF CORS policy execution successful.
  51. ][2022-06-24 12:03:10.347 +02:00 INF Executing endpoint '/chatHub'
  52. ][2022-06-24 12:03:11.949 +02:00 INF Request starting HTTP/1.1 POST http://localhost:5116/chatHub/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0
  53. ][2022-06-24 12:03:11.949 +02:00 INF CORS policy execution successful.
  54. ][2022-06-24 12:03:11.949 +02:00 INF Executing endpoint '/chatHub/negotiate'
  55. ][2022-06-24 12:03:11.949 +02:00 INF Executed endpoint '/chatHub/negotiate'
  56. ][2022-06-24 12:03:11.949 +02:00 INF Request finished HTTP/1.1 POST http://localhost:5116/chatHub/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 - 200 316 application/json 0.5882ms
  57. ][2022-06-24 12:03:11.954 +02:00 INF Request starting HTTP/1.1 GET http://localhost:5116/chatHub?id=lgT_9T0VaQEapIYNUScM1Q - -
  58. ][2022-06-24 12:03:11.954 +02:00 INF CORS policy execution successful.
  59. ][2022-06-24 12:03:11.954 +02:00 INF Executing endpoint '/chatHub'
  60. ][2022-06-24 12:03:22.692 +02:00 INF Request starting HTTP/1.1 GET http://localhost:5116/swagger/index.html - -
  61. ][2022-06-24 12:03:22.706 +02:00 INF Request finished HTTP/1.1 GET http://localhost:5116/swagger/index.html - - - 404 0 - 13.8679ms
  62. ][2022-06-24 12:03:30.447 +02:00 INF Executed endpoint '/chatHub'
  63. ][2022-06-24 12:03:30.448 +02:00 INF Request finished HTTP/1.1 GET http://localhost:5116/chatHub?id=lgT_9T0VaQEapIYNUScM1Q - - - 101 - - 18493.5157ms
  64. ][2022-06-24 12:03:30.482 +02:00 INF Request starting HTTP/1.1 OPTIONS http://localhost:5116/chatHub/negotiate?negotiateVersion=1 - -
  65. ][2022-06-24 12:03:30.483 +02:00 INF CORS policy execution successful.
  66. ][2022-06-24 12:03:30.483 +02:00 INF Request finished HTTP/1.1 OPTIONS http://localhost:5116/chatHub/negotiate?negotiateVersion=1 - - - 204 - - 0.3127ms
  67. ][2022-06-24 12:03:30.487 +02:00 INF Request starting HTTP/1.1 POST http://localhost:5116/chatHub/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0
  68. ][2022-06-24 12:03:30.487 +02:00 INF CORS policy execution successful.
  69. ][2022-06-24 12:03:30.487 +02:00 INF Executing endpoint '/chatHub/negotiate'
  70. ][2022-06-24 12:03:30.487 +02:00 INF Executed endpoint '/chatHub/negotiate'
  71. ][2022-06-24 12:03:30.487 +02:00 INF Request finished HTTP/1.1 POST http://localhost:5116/chatHub/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 - 200 316 application/json 0.3767ms
  72. ][2022-06-24 12:03:30.597 +02:00 INF Request starting HTTP/1.1 POST http://localhost:5116/chatHub/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0
  73. ][2022-06-24 12:03:30.598 +02:00 INF CORS policy execution successful.
  74. ][2022-06-24 12:03:30.598 +02:00 INF Executing endpoint '/chatHub/negotiate'
  75. ][2022-06-24 12:03:30.598 +02:00 INF Executed endpoint '/chatHub/negotiate'
  76. ][2022-06-24 12:03:30.598 +02:00 INF Request finished HTTP/1.1 POST http://localhost:5116/chatHub/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 - 200 316 application/json 0.3776ms
  77. ][2022-06-24 12:03:30.627 +02:00 INF Request starting HTTP/1.1 GET http://localhost:5116/chatHub?id=SrTlkzjZqD75RkCHkpsLAA - -
  78. ][2022-06-24 12:03:30.627 +02:00 INF CORS policy execution successful.
  79. ][2022-06-24 12:03:30.627 +02:00 INF Executing endpoint '/chatHub'
  80. ][2022-06-24 12:03:32.008 +02:00 INF Executed endpoint '/chatHub'
  81. ][2022-06-24 12:03:32.008 +02:00 INF Request finished HTTP/1.1 GET http://localhost:5116/chatHub?id=GpsJ0H0hPwcUEvnV27SfGQ - - - 101 - - 21661.5298ms
  82. ][2022-06-24 12:03:32.014 +02:00 INF Request starting HTTP/1.1 POST http://localhost:5116/chatHub/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0
  83. ][2022-06-24 12:03:32.014 +02:00 INF CORS policy execution successful.
  84. ][2022-06-24 12:03:32.014 +02:00 INF Executing endpoint '/chatHub/negotiate'
  85. ][2022-06-24 12:03:32.015 +02:00 INF Executed endpoint '/chatHub/negotiate'
  86. ][2022-06-24 12:03:32.015 +02:00 INF Request finished HTTP/1.1 POST http://localhost:5116/chatHub/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 - 200 316 application/json 0.4216ms
  87. ][2022-06-24 12:03:32.060 +02:00 INF Request starting HTTP/1.1 POST http://localhost:5116/chatHub/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0
  88. ][2022-06-24 12:03:32.060 +02:00 INF CORS policy execution successful.
  89. ][2022-06-24 12:03:32.060 +02:00 INF Executing endpoint '/chatHub/negotiate'
  90. ][2022-06-24 12:03:32.061 +02:00 INF Executed endpoint '/chatHub/negotiate'
  91. ][2022-06-24 12:03:32.061 +02:00 INF Request finished HTTP/1.1 POST http://localhost:5116/chatHub/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 - 200 316 application/json 0.3358ms
  92. ][2022-06-24 12:03:32.066 +02:00 INF Request starting HTTP/1.1 GET http://localhost:5116/chatHub?id=COs9LgoxWj6_WgoLjdwisA - -
  93. ][2022-06-24 12:03:32.066 +02:00 INF CORS policy execution successful.
  94. ][2022-06-24 12:03:32.066 +02:00 INF Executing endpoint '/chatHub'
  95. ][2022-06-24 12:03:37.770 +02:00 INF Executed endpoint '/chatHub'
  96. ][2022-06-24 12:03:37.770 +02:00 INF Request finished HTTP/1.1 GET http://localhost:5116/chatHub?id=SrTlkzjZqD75RkCHkpsLAA - - - 101 - - 7143.5312ms
  97. ][2022-06-24 12:03:37.803 +02:00 INF Request starting HTTP/1.1 OPTIONS http://localhost:5116/chatHub/negotiate?negotiateVersion=1 - -
  98. ][2022-06-24 12:03:37.803 +02:00 INF CORS policy execution successful.
  99. ][2022-06-24 12:03:37.803 +02:00 INF Request finished HTTP/1.1 OPTIONS http://localhost:5116/chatHub/negotiate?negotiateVersion=1 - - - 204 - - 0.1769ms
  100. ][2022-06-24 12:03:37.805 +02:00 INF Request starting HTTP/1.1 POST http://localhost:5116/chatHub/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0
  101. ][2022-06-24 12:03:37.805 +02:00 INF CORS policy execution successful.
  102. ][2022-06-24 12:03:37.805 +02:00 INF Executing endpoint '/chatHub/negotiate'
  103. ][2022-06-24 12:03:37.805 +02:00 INF Executed endpoint '/chatHub/negotiate'
  104. ][2022-06-24 12:03:37.805 +02:00 INF Request finished HTTP/1.1 POST http://localhost:5116/chatHub/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 - 200 316 application/json 0.2851ms
  105. ][2022-06-24 12:03:37.926 +02:00 INF Request starting HTTP/1.1 POST http://localhost:5116/chatHub/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0
  106. ][2022-06-24 12:03:37.926 +02:00 INF CORS policy execution successful.
  107. ][2022-06-24 12:03:37.926 +02:00 INF Executing endpoint '/chatHub/negotiate'
  108. ][2022-06-24 12:03:37.928 +02:00 INF Executed endpoint '/chatHub/negotiate'
  109. ][2022-06-24 12:03:37.928 +02:00 INF Request finished HTTP/1.1 POST http://localhost:5116/chatHub/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 - 200 316 application/json 2.0126ms
  110. ][2022-06-24 12:03:37.955 +02:00 INF Request starting HTTP/1.1 GET http://localhost:5116/chatHub?id=8hPPjWBlctc20DQgEVr5oA - -
  111. ][2022-06-24 12:03:37.955 +02:00 INF CORS policy execution successful.
  112. ][2022-06-24 12:03:37.955 +02:00 INF Executing endpoint '/chatHub'
  113. ][2022-06-24 12:03:38.753 +02:00 INF Executed endpoint '/chatHub'
  114. ][2022-06-24 12:03:38.753 +02:00 INF Request finished HTTP/1.1 GET http://localhost:5116/chatHub?id=COs9LgoxWj6_WgoLjdwisA - - - 101 - - 6687.1238ms
  115. ][2022-06-24 12:03:38.755 +02:00 INF Request starting HTTP/1.1 POST http://localhost:5116/chatHub/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0
  116. ][2022-06-24 12:03:38.755 +02:00 INF CORS policy execution successful.
  117. ][2022-06-24 12:03:38.755 +02:00 INF Executing endpoint '/chatHub/negotiate'
  118. ][2022-06-24 12:03:38.755 +02:00 INF Executed endpoint '/chatHub/negotiate'
  119. ][2022-06-24 12:03:38.755 +02:00 INF Request finished HTTP/1.1 POST http://localhost:5116/chatHub/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 - 200 316 application/json 0.3100ms
  120. ][2022-06-24 12:03:38.759 +02:00 INF Request starting HTTP/1.1 GET http://localhost:5116/chatHub?id=85gSH-0EC2qbenSmWL9fYQ - -
  121. ][2022-06-24 12:03:38.759 +02:00 INF CORS policy execution successful.
  122. ][2022-06-24 12:03:38.759 +02:00 INF Executing endpoint '/chatHub'
  123. ][2022-06-24 12:03:38.768 +02:00 INF Executed endpoint '/chatHub'
  124. ][2022-06-24 12:03:38.768 +02:00 INF Request finished HTTP/1.1 GET http://localhost:5116/chatHub?id=85gSH-0EC2qbenSmWL9fYQ - - - 101 - - 9.5311ms
  125. ][2022-06-24 12:03:38.805 +02:00 INF Request starting HTTP/1.1 POST http://localhost:5116/chatHub/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0
  126. ][2022-06-24 12:03:38.805 +02:00 INF CORS policy execution successful.
  127. ][2022-06-24 12:03:38.805 +02:00 INF Executing endpoint '/chatHub/negotiate'
  128. ][2022-06-24 12:03:38.805 +02:00 INF Executed endpoint '/chatHub/negotiate'
  129. ][2022-06-24 12:03:38.805 +02:00 INF Request finished HTTP/1.1 POST http://localhost:5116/chatHub/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 - 200 316 application/json 0.3211ms
  130. ][2022-06-24 12:03:38.809 +02:00 INF Request starting HTTP/1.1 GET http://localhost:5116/chatHub?id=0AX9jMkXqQ02zFBiM1CCHQ - -
  131. ][2022-06-24 12:03:38.809 +02:00 INF CORS policy execution successful.
  132. ][2022-06-24 12:03:38.809 +02:00 INF Executing endpoint '/chatHub'
  133. ][2022-06-24 17:00:45.887 +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.
  134. ][2022-06-24 17:00:45.937 +02:00 WRN The foreign key property 'Insurer.InsuranceCompanyId1' was created in shadow state because a conflicting property with the simple name 'InsuranceCompanyId' exists in the entity type, but is either not mapped, is already used for another relationship, or is incompatible with the associated primary key type. See https://aka.ms/efcore-relationships for information on mapping relationships in EF Core.
  135. ][2022-06-24 17:00:45.970 +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-24 17:00:46.124 +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-24 17:00:47.106 +02:00 INF Executed DbCommand (17ms) [Parameters=[], CommandType='"Text"', CommandTimeout='30']
  138. SELECT 1
  139. ][2022-06-24 17:00:47.129 +02:00 INF Executed DbCommand (13ms) [Parameters=[], CommandType='"Text"', CommandTimeout='30']
  140. SELECT OBJECT_ID(N'[__EFMigrationsHistory]');
  141. ][2022-06-24 17:00:47.152 +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-24 17:00:47.433 +02:00 INF Now listening on: http://localhost:5116
  146. ][2022-06-24 17:00:47.436 +02:00 INF Application started. Press Ctrl+C to shut down.
  147. ][2022-06-24 17:00:47.436 +02:00 INF Hosting environment: Development
  148. ][2022-06-24 17:00:47.436 +02:00 INF Content root path: C:\Users\meris.ahmatovic\Desktop\06242022\Diligent.WebAPI.Host\
  149. ][2022-06-24 17:00:47.579 +02:00 INF Request starting HTTP/1.1 GET http://localhost:5116/swagger/index.html - -
  150. ][2022-06-24 17:00:47.871 +02:00 INF Request starting HTTP/1.1 GET http://localhost:5116/_framework/aspnetcore-browser-refresh.js - -
  151. ][2022-06-24 17:00:47.900 +02:00 INF Request starting HTTP/1.1 GET http://localhost:5116/_vs/browserLink - -
  152. ][2022-06-24 17:00:47.904 +02:00 INF Request finished HTTP/1.1 GET http://localhost:5116/_framework/aspnetcore-browser-refresh.js - - - 200 12010 application/javascript;+charset=utf-8 32.5033ms
  153. ][2022-06-24 17:00:47.912 +02:00 INF Request finished HTTP/1.1 GET http://localhost:5116/swagger/index.html - - - 200 - text/html;charset=utf-8 337.4891ms
  154. ][2022-06-24 17:00:47.958 +02:00 INF Request finished HTTP/1.1 GET http://localhost:5116/_vs/browserLink - - - 200 - text/javascript;+charset=UTF-8 87.2881ms
  155. ][2022-06-24 17:00:48.098 +02:00 INF Request starting HTTP/1.1 GET http://localhost:5116/swagger/v1/swagger.json - -
  156. ][2022-06-24 17:00:48.177 +02:00 INF Request finished HTTP/1.1 GET http://localhost:5116/swagger/v1/swagger.json - - - 200 - application/json;charset=utf-8 78.9549ms
  157. ][2022-06-24 17:03:58.975 +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.
  158. ][2022-06-24 17:03:59.012 +02:00 WRN The foreign key property 'Insurer.InsuranceCompanyId1' was created in shadow state because a conflicting property with the simple name 'InsuranceCompanyId' exists in the entity type, but is either not mapped, is already used for another relationship, or is incompatible with the associated primary key type. See https://aka.ms/efcore-relationships for information on mapping relationships in EF Core.
  159. ][2022-06-24 17:03:59.052 +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'.
  160. ][2022-06-24 17:03:59.173 +02:00 INF Entity Framework Core 6.0.3 initialized 'DatabaseContext' using provider 'Microsoft.EntityFrameworkCore.SqlServer:6.0.3' with options: SensitiveDataLoggingEnabled
  161. ][2022-06-24 17:13:56.359 +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.
  162. ][2022-06-24 17:13:56.438 +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'.
  163. ][2022-06-24 17:13:56.593 +02:00 INF Entity Framework Core 6.0.3 initialized 'DatabaseContext' using provider 'Microsoft.EntityFrameworkCore.SqlServer:6.0.3' with options: SensitiveDataLoggingEnabled
  164. ][2022-06-24 17:13:56.903 +02:00 INF Executed DbCommand (21ms) [Parameters=[], CommandType='"Text"', CommandTimeout='30']
  165. SELECT 1
  166. ][2022-06-24 17:13:56.928 +02:00 INF Executed DbCommand (14ms) [Parameters=[], CommandType='"Text"', CommandTimeout='30']
  167. SELECT OBJECT_ID(N'[__EFMigrationsHistory]');
  168. ][2022-06-24 17:13:56.952 +02:00 INF Executed DbCommand (3ms) [Parameters=[], CommandType='"Text"', CommandTimeout='30']
  169. SELECT [MigrationId], [ProductVersion]
  170. FROM [__EFMigrationsHistory]
  171. ORDER BY [MigrationId];
  172. ][2022-06-24 17:13:57.057 +02:00 INF Now listening on: http://localhost:5116
  173. ][2022-06-24 17:13:57.060 +02:00 INF Application started. Press Ctrl+C to shut down.
  174. ][2022-06-24 17:13:57.060 +02:00 INF Hosting environment: Development
  175. ][2022-06-24 17:13:57.060 +02:00 INF Content root path: C:\Users\meris.ahmatovic\Desktop\06242022\Diligent.WebAPI.Host\
  176. ][2022-06-24 17:14:17.159 +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.
  177. ][2022-06-24 17:14:17.226 +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'.
  178. ][2022-06-24 17:14:17.352 +02:00 INF Entity Framework Core 6.0.3 initialized 'DatabaseContext' using provider 'Microsoft.EntityFrameworkCore.SqlServer:6.0.3' with options: SensitiveDataLoggingEnabled
  179. ][2022-06-24 17:14:17.633 +02:00 INF Executed DbCommand (16ms) [Parameters=[], CommandType='"Text"', CommandTimeout='30']
  180. SELECT 1
  181. ][2022-06-24 17:14:17.656 +02:00 INF Executed DbCommand (13ms) [Parameters=[], CommandType='"Text"', CommandTimeout='30']
  182. SELECT OBJECT_ID(N'[__EFMigrationsHistory]');
  183. ][2022-06-24 17:14:17.678 +02:00 INF Executed DbCommand (3ms) [Parameters=[], CommandType='"Text"', CommandTimeout='30']
  184. SELECT [MigrationId], [ProductVersion]
  185. FROM [__EFMigrationsHistory]
  186. ORDER BY [MigrationId];
  187. ][2022-06-24 17:14:17.770 +02:00 INF Now listening on: http://localhost:5116
  188. ][2022-06-24 17:14:17.773 +02:00 INF Application started. Press Ctrl+C to shut down.
  189. ][2022-06-24 17:14:17.773 +02:00 INF Hosting environment: Development
  190. ][2022-06-24 17:14:17.773 +02:00 INF Content root path: C:\Users\meris.ahmatovic\Desktop\06242022\Diligent.WebAPI.Host\
  191. ][2022-06-24 17:14:20.601 +02:00 INF Request starting HTTP/1.1 GET http://localhost:5116/swagger/index.html - -
  192. ][2022-06-24 17:14:20.742 +02:00 INF Request starting HTTP/1.1 GET http://localhost:5116/_vs/browserLink - -
  193. ][2022-06-24 17:14:20.742 +02:00 INF Request starting HTTP/1.1 GET http://localhost:5116/_framework/aspnetcore-browser-refresh.js - -
  194. ][2022-06-24 17:14:20.744 +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.5479ms
  195. ][2022-06-24 17:14:20.753 +02:00 INF Request finished HTTP/1.1 GET http://localhost:5116/swagger/index.html - - - 200 - text/html;charset=utf-8 154.9714ms
  196. ][2022-06-24 17:14:20.766 +02:00 INF Request finished HTTP/1.1 GET http://localhost:5116/_vs/browserLink - - - 200 - text/javascript;+charset=UTF-8 24.0197ms
  197. ][2022-06-24 17:14:20.941 +02:00 INF Request starting HTTP/1.1 GET http://localhost:5116/swagger/v1/swagger.json - -
  198. ][2022-06-24 17:14:21.026 +02:00 INF Request finished HTTP/1.1 GET http://localhost:5116/swagger/v1/swagger.json - - - 200 - application/json;charset=utf-8 85.1889ms
  199. ][2022-06-24 17:14:30.624 +02:00 INF Request starting HTTP/1.1 GET http://localhost:5116/api/mongo/InsuranceCompany - -
  200. ][2022-06-24 17:14:30.860 +02:00 INF Executing endpoint 'Diligent.WebAPI.Host.MongoControllers.InsuranceCompanyController.Get (Diligent.WebAPI.Host)'
  201. ][2022-06-24 17:14:30.873 +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).
  202. ][2022-06-24 17:14:30.883 +02:00 INF Executed action Diligent.WebAPI.Host.MongoControllers.InsuranceCompanyController.Get (Diligent.WebAPI.Host) in 5.4658ms
  203. ][2022-06-24 17:14:30.884 +02:00 INF Executed endpoint 'Diligent.WebAPI.Host.MongoControllers.InsuranceCompanyController.Get (Diligent.WebAPI.Host)'
  204. ][2022-06-24 17:14:30.928 +02:00 ERR Unable to resolve service for type 'Diligent.WebAPI.Business.MongoServices.InsuranceCompanyService' while attempting to activate 'Diligent.WebAPI.Host.MongoControllers.InsuranceCompanyController'.
  205. ][2022-06-24 17:14:30.929 +02:00 INF Request finished HTTP/1.1 GET http://localhost:5116/api/mongo/InsuranceCompany - - - 500 - application/json 304.7314ms
  206. ][2022-06-24 17:15:51.955 +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.
  207. ][2022-06-24 17:15:52.020 +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'.
  208. ][2022-06-24 17:15:52.145 +02:00 INF Entity Framework Core 6.0.3 initialized 'DatabaseContext' using provider 'Microsoft.EntityFrameworkCore.SqlServer:6.0.3' with options: SensitiveDataLoggingEnabled
  209. ][2022-06-24 17:15:52.407 +02:00 INF Executed DbCommand (15ms) [Parameters=[], CommandType='"Text"', CommandTimeout='30']
  210. SELECT 1
  211. ][2022-06-24 17:15:52.429 +02:00 INF Executed DbCommand (13ms) [Parameters=[], CommandType='"Text"', CommandTimeout='30']
  212. SELECT OBJECT_ID(N'[__EFMigrationsHistory]');
  213. ][2022-06-24 17:15:52.450 +02:00 INF Executed DbCommand (3ms) [Parameters=[], CommandType='"Text"', CommandTimeout='30']
  214. SELECT [MigrationId], [ProductVersion]
  215. FROM [__EFMigrationsHistory]
  216. ORDER BY [MigrationId];
  217. ][2022-06-24 17:15:52.548 +02:00 INF Now listening on: http://localhost:5116
  218. ][2022-06-24 17:15:52.551 +02:00 INF Application started. Press Ctrl+C to shut down.
  219. ][2022-06-24 17:15:52.551 +02:00 INF Hosting environment: Development
  220. ][2022-06-24 17:15:52.551 +02:00 INF Content root path: C:\Users\meris.ahmatovic\Desktop\06242022\Diligent.WebAPI.Host\
  221. ][2022-06-24 17:15:55.173 +02:00 INF Request starting HTTP/1.1 GET http://localhost:5116/api/mongo/InsuranceCompany - -
  222. ][2022-06-24 17:15:55.231 +02:00 INF Executing endpoint 'Diligent.WebAPI.Host.MongoControllers.InsuranceCompanyController.Get (Diligent.WebAPI.Host)'
  223. ][2022-06-24 17:15:55.240 +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).
  224. ][2022-06-24 17:15:55.246 +02:00 INF Executed action Diligent.WebAPI.Host.MongoControllers.InsuranceCompanyController.Get (Diligent.WebAPI.Host) in 1.4603ms
  225. ][2022-06-24 17:15:55.246 +02:00 INF Executed endpoint 'Diligent.WebAPI.Host.MongoControllers.InsuranceCompanyController.Get (Diligent.WebAPI.Host)'
  226. ][2022-06-24 17:15:55.279 +02:00 ERR Unable to resolve service for type 'Diligent.WebAPI.Business.MongoServices.InsuranceCompanyService' while attempting to activate 'Diligent.WebAPI.Host.MongoControllers.InsuranceCompanyController'.
  227. ][2022-06-24 17:15:55.291 +02:00 INF Request finished HTTP/1.1 GET http://localhost:5116/api/mongo/InsuranceCompany - - - 500 - application/json 120.2666ms
  228. ][2022-06-24 17:15:56.672 +02:00 INF Request starting HTTP/1.1 GET http://localhost:5116/swagger/index.html - -
  229. ][2022-06-24 17:15:56.760 +02:00 INF Request starting HTTP/1.1 GET http://localhost:5116/_vs/browserLink - -
  230. ][2022-06-24 17:15:56.764 +02:00 INF Request starting HTTP/1.1 GET http://localhost:5116/_framework/aspnetcore-browser-refresh.js - -
  231. ][2022-06-24 17:15:56.766 +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.5402ms
  232. ][2022-06-24 17:15:56.770 +02:00 INF Request finished HTTP/1.1 GET http://localhost:5116/swagger/index.html - - - 200 - text/html;charset=utf-8 98.3309ms
  233. ][2022-06-24 17:15:56.783 +02:00 INF Request finished HTTP/1.1 GET http://localhost:5116/_vs/browserLink - - - 200 - text/javascript;+charset=UTF-8 22.4032ms
  234. ][2022-06-24 17:15:56.971 +02:00 INF Request starting HTTP/1.1 GET http://localhost:5116/swagger/v1/swagger.json - -
  235. ][2022-06-24 17:15:57.054 +02:00 INF Request finished HTTP/1.1 GET http://localhost:5116/swagger/v1/swagger.json - - - 200 - application/json;charset=utf-8 82.5289ms
  236. ][2022-06-24 17:16:02.082 +02:00 INF Request starting HTTP/1.1 GET http://localhost:5116/api/mongo/InsuranceCompany - -
  237. ][2022-06-24 17:16:02.083 +02:00 INF Executing endpoint 'Diligent.WebAPI.Host.MongoControllers.InsuranceCompanyController.Get (Diligent.WebAPI.Host)'
  238. ][2022-06-24 17:16:02.083 +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).
  239. ][2022-06-24 17:16:02.084 +02:00 INF Executed action Diligent.WebAPI.Host.MongoControllers.InsuranceCompanyController.Get (Diligent.WebAPI.Host) in 0.5191ms
  240. ][2022-06-24 17:16:02.084 +02:00 INF Executed endpoint 'Diligent.WebAPI.Host.MongoControllers.InsuranceCompanyController.Get (Diligent.WebAPI.Host)'
  241. ][2022-06-24 17:16:02.101 +02:00 ERR Unable to resolve service for type 'Diligent.WebAPI.Business.MongoServices.InsuranceCompanyService' while attempting to activate 'Diligent.WebAPI.Host.MongoControllers.InsuranceCompanyController'.
  242. ][2022-06-24 17:16:02.101 +02:00 INF Request finished HTTP/1.1 GET http://localhost:5116/api/mongo/InsuranceCompany - - - 500 - application/json 18.7213ms
  243. ][2022-06-24 17:17:47.359 +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.
  244. ][2022-06-24 17:17:47.429 +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'.
  245. ][2022-06-24 17:17:47.573 +02:00 INF Entity Framework Core 6.0.3 initialized 'DatabaseContext' using provider 'Microsoft.EntityFrameworkCore.SqlServer:6.0.3' with options: SensitiveDataLoggingEnabled
  246. ][2022-06-24 17:17:47.845 +02:00 INF Executed DbCommand (15ms) [Parameters=[], CommandType='"Text"', CommandTimeout='30']
  247. SELECT 1
  248. ][2022-06-24 17:17:47.867 +02:00 INF Executed DbCommand (12ms) [Parameters=[], CommandType='"Text"', CommandTimeout='30']
  249. SELECT OBJECT_ID(N'[__EFMigrationsHistory]');
  250. ][2022-06-24 17:17:47.886 +02:00 INF Executed DbCommand (3ms) [Parameters=[], CommandType='"Text"', CommandTimeout='30']
  251. SELECT [MigrationId], [ProductVersion]
  252. FROM [__EFMigrationsHistory]
  253. ORDER BY [MigrationId];
  254. ][2022-06-24 17:17:47.979 +02:00 INF Now listening on: http://localhost:5116
  255. ][2022-06-24 17:17:47.982 +02:00 INF Application started. Press Ctrl+C to shut down.
  256. ][2022-06-24 17:17:47.982 +02:00 INF Hosting environment: Development
  257. ][2022-06-24 17:17:47.982 +02:00 INF Content root path: C:\Users\meris.ahmatovic\Desktop\06242022\Diligent.WebAPI.Host\
  258. ][2022-06-24 17:17:50.478 +02:00 INF Request starting HTTP/1.1 GET http://localhost:5116/swagger/index.html - -
  259. ][2022-06-24 17:17:50.622 +02:00 INF Request starting HTTP/1.1 GET http://localhost:5116/_vs/browserLink - -
  260. ][2022-06-24 17:17:50.624 +02:00 INF Request starting HTTP/1.1 GET http://localhost:5116/_framework/aspnetcore-browser-refresh.js - -
  261. ][2022-06-24 17:17:50.628 +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.7075ms
  262. ][2022-06-24 17:17:50.628 +02:00 INF Request finished HTTP/1.1 GET http://localhost:5116/swagger/index.html - - - 200 - text/html;charset=utf-8 154.1987ms
  263. ][2022-06-24 17:17:50.651 +02:00 INF Request finished HTTP/1.1 GET http://localhost:5116/_vs/browserLink - - - 200 - text/javascript;+charset=UTF-8 29.2245ms
  264. ][2022-06-24 17:17:50.828 +02:00 INF Request starting HTTP/1.1 GET http://localhost:5116/swagger/v1/swagger.json - -
  265. ][2022-06-24 17:17:50.914 +02:00 INF Request finished HTTP/1.1 GET http://localhost:5116/swagger/v1/swagger.json - - - 200 - application/json;charset=utf-8 85.9799ms
  266. ][2022-06-24 17:17:55.642 +02:00 INF Request starting HTTP/1.1 GET http://localhost:5116/api/mongo/InsuranceCompany - -
  267. ][2022-06-24 17:17:55.654 +02:00 INF Executing endpoint 'Diligent.WebAPI.Host.MongoControllers.InsuranceCompanyController.Get (Diligent.WebAPI.Host)'
  268. ][2022-06-24 17:17:55.664 +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).
  269. ][2022-06-24 17:20:13.116 +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.
  270. ][2022-06-24 17:20:13.181 +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'.
  271. ][2022-06-24 17:20:13.301 +02:00 INF Entity Framework Core 6.0.3 initialized 'DatabaseContext' using provider 'Microsoft.EntityFrameworkCore.SqlServer:6.0.3' with options: SensitiveDataLoggingEnabled
  272. ][2022-06-24 17:20:13.581 +02:00 INF Executed DbCommand (15ms) [Parameters=[], CommandType='"Text"', CommandTimeout='30']
  273. SELECT 1
  274. ][2022-06-24 17:20:13.603 +02:00 INF Executed DbCommand (13ms) [Parameters=[], CommandType='"Text"', CommandTimeout='30']
  275. SELECT OBJECT_ID(N'[__EFMigrationsHistory]');
  276. ][2022-06-24 17:20:13.624 +02:00 INF Executed DbCommand (3ms) [Parameters=[], CommandType='"Text"', CommandTimeout='30']
  277. SELECT [MigrationId], [ProductVersion]
  278. FROM [__EFMigrationsHistory]
  279. ORDER BY [MigrationId];
  280. ][2022-06-24 17:20:13.732 +02:00 INF Now listening on: http://localhost:5116
  281. ][2022-06-24 17:20:13.735 +02:00 INF Application started. Press Ctrl+C to shut down.
  282. ][2022-06-24 17:20:13.736 +02:00 INF Hosting environment: Development
  283. ][2022-06-24 17:20:13.736 +02:00 INF Content root path: C:\Users\meris.ahmatovic\Desktop\06242022\Diligent.WebAPI.Host\
  284. ][2022-06-24 17:20:15.420 +02:00 INF Request starting HTTP/1.1 GET http://localhost:5116/swagger/index.html - -
  285. ][2022-06-24 17:20:15.564 +02:00 INF Request starting HTTP/1.1 GET http://localhost:5116/_vs/browserLink - -
  286. ][2022-06-24 17:20:15.564 +02:00 INF Request starting HTTP/1.1 GET http://localhost:5116/_framework/aspnetcore-browser-refresh.js - -
  287. ][2022-06-24 17:20:15.566 +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.6247ms
  288. ][2022-06-24 17:20:15.567 +02:00 INF Request finished HTTP/1.1 GET http://localhost:5116/swagger/index.html - - - 200 - text/html;charset=utf-8 149.6313ms
  289. ][2022-06-24 17:20:15.586 +02:00 INF Request finished HTTP/1.1 GET http://localhost:5116/_vs/browserLink - - - 200 - text/javascript;+charset=UTF-8 21.8533ms
  290. ][2022-06-24 17:20:15.759 +02:00 INF Request starting HTTP/1.1 GET http://localhost:5116/swagger/v1/swagger.json - -
  291. ][2022-06-24 17:20:15.839 +02:00 INF Request finished HTTP/1.1 GET http://localhost:5116/swagger/v1/swagger.json - - - 200 - application/json;charset=utf-8 80.8115ms
  292. ][2022-06-24 17:20:20.372 +02:00 INF Request starting HTTP/1.1 GET http://localhost:5116/v1.0/insuranceCompanies - -
  293. ][2022-06-24 17:20:20.382 +02:00 INF Executing endpoint 'Diligent.WebAPI.Host.Controllers.InsuranceCompaniesController.GetInsuranceCompanies (Diligent.WebAPI.Host)'
  294. ][2022-06-24 17:20:20.392 +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).
  295. ][2022-06-24 17:20:20.508 +02:00 INF Entity Framework Core 6.0.3 initialized 'DatabaseContext' using provider 'Microsoft.EntityFrameworkCore.SqlServer:6.0.3' with options: SensitiveDataLoggingEnabled
  296. ][2022-06-24 17:20:20.725 +02:00 INF Executed DbCommand (12ms) [Parameters=[], CommandType='"Text"', CommandTimeout='30']
  297. 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]
  298. FROM [InsuranceCompanies] AS [i]
  299. ][2022-06-24 17:20:20.807 +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]]'.
  300. ][2022-06-24 17:20:20.822 +02:00 INF Executed action Diligent.WebAPI.Host.Controllers.InsuranceCompaniesController.GetInsuranceCompanies (Diligent.WebAPI.Host) in 426.6629ms
  301. ][2022-06-24 17:20:20.823 +02:00 INF Executed endpoint 'Diligent.WebAPI.Host.Controllers.InsuranceCompaniesController.GetInsuranceCompanies (Diligent.WebAPI.Host)'
  302. ][2022-06-24 17:20:20.826 +02:00 INF Request finished HTTP/1.1 GET http://localhost:5116/v1.0/insuranceCompanies - - - 200 - application/json;+charset=utf-8 453.4390ms
  303. ][2022-06-24 17:20:30.415 +02:00 INF Request starting HTTP/1.1 GET http://localhost:5116/api/mongo/InsuranceCompany - -
  304. ][2022-06-24 17:20:30.419 +02:00 INF Executing endpoint 'Diligent.WebAPI.Host.MongoControllers.InsuranceCompanyController.Get (Diligent.WebAPI.Host)'
  305. ][2022-06-24 17:20:30.421 +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).
  306. ][2022-06-24 17:22:49.086 +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.
  307. ][2022-06-24 17:22:49.150 +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'.
  308. ][2022-06-24 17:22:49.274 +02:00 INF Entity Framework Core 6.0.3 initialized 'DatabaseContext' using provider 'Microsoft.EntityFrameworkCore.SqlServer:6.0.3' with options: SensitiveDataLoggingEnabled
  309. ][2022-06-24 17:22:49.536 +02:00 INF Executed DbCommand (16ms) [Parameters=[], CommandType='"Text"', CommandTimeout='30']
  310. SELECT 1
  311. ][2022-06-24 17:22:49.558 +02:00 INF Executed DbCommand (12ms) [Parameters=[], CommandType='"Text"', CommandTimeout='30']
  312. SELECT OBJECT_ID(N'[__EFMigrationsHistory]');
  313. ][2022-06-24 17:22:49.577 +02:00 INF Executed DbCommand (3ms) [Parameters=[], CommandType='"Text"', CommandTimeout='30']
  314. SELECT [MigrationId], [ProductVersion]
  315. FROM [__EFMigrationsHistory]
  316. ORDER BY [MigrationId];
  317. ][2022-06-24 17:22:49.667 +02:00 INF Now listening on: http://localhost:5116
  318. ][2022-06-24 17:22:49.670 +02:00 INF Application started. Press Ctrl+C to shut down.
  319. ][2022-06-24 17:22:49.670 +02:00 INF Hosting environment: Development
  320. ][2022-06-24 17:22:49.670 +02:00 INF Content root path: C:\Users\meris.ahmatovic\Desktop\06242022\Diligent.WebAPI.Host\
  321. ][2022-06-24 17:23:19.304 +02:00 INF Request starting HTTP/1.1 POST http://localhost:5116/api/mongo/InsuranceCompany application/json 190
  322. ][2022-06-24 17:23:19.347 +02:00 INF CORS policy execution failed.
  323. ][2022-06-24 17:23:19.347 +02:00 INF Request origin http://localhost:5116 does not have permission to access the resource.
  324. ][2022-06-24 17:23:19.364 +02:00 INF Executing endpoint 'Diligent.WebAPI.Host.MongoControllers.InsuranceCompanyController.Post (Diligent.WebAPI.Host)'
  325. ][2022-06-24 17:23:19.380 +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).
  326. ][2022-06-24 17:24:33.284 +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.
  327. ][2022-06-24 17:24:33.350 +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'.
  328. ][2022-06-24 17:24:33.475 +02:00 INF Entity Framework Core 6.0.3 initialized 'DatabaseContext' using provider 'Microsoft.EntityFrameworkCore.SqlServer:6.0.3' with options: SensitiveDataLoggingEnabled
  329. ][2022-06-24 17:24:33.749 +02:00 INF Executed DbCommand (17ms) [Parameters=[], CommandType='"Text"', CommandTimeout='30']
  330. SELECT 1
  331. ][2022-06-24 17:24:33.775 +02:00 INF Executed DbCommand (15ms) [Parameters=[], CommandType='"Text"', CommandTimeout='30']
  332. SELECT OBJECT_ID(N'[__EFMigrationsHistory]');
  333. ][2022-06-24 17:24:33.795 +02:00 INF Executed DbCommand (3ms) [Parameters=[], CommandType='"Text"', CommandTimeout='30']
  334. SELECT [MigrationId], [ProductVersion]
  335. FROM [__EFMigrationsHistory]
  336. ORDER BY [MigrationId];
  337. ][2022-06-24 17:24:33.884 +02:00 INF Now listening on: http://localhost:5116
  338. ][2022-06-24 17:24:33.887 +02:00 INF Application started. Press Ctrl+C to shut down.
  339. ][2022-06-24 17:24:33.887 +02:00 INF Hosting environment: Development
  340. ][2022-06-24 17:24:33.887 +02:00 INF Content root path: C:\Users\meris.ahmatovic\Desktop\06242022\Diligent.WebAPI.Host\
  341. ][2022-06-24 17:24:37.215 +02:00 INF Request starting HTTP/1.1 POST http://localhost:5116/api/mongo/InsuranceCompany application/json 190
  342. ][2022-06-24 17:24:37.260 +02:00 INF CORS policy execution failed.
  343. ][2022-06-24 17:24:37.260 +02:00 INF Request origin http://localhost:5116 does not have permission to access the resource.
  344. ][2022-06-24 17:24:37.271 +02:00 INF Executing endpoint 'Diligent.WebAPI.Host.MongoControllers.InsuranceCompanyController.Post (Diligent.WebAPI.Host)'
  345. ][2022-06-24 17:24:37.287 +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).
  346. ][2022-06-24 17:26:42.471 +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.
  347. ][2022-06-24 17:26:42.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'.
  348. ][2022-06-24 17:26:42.688 +02:00 INF Entity Framework Core 6.0.3 initialized 'DatabaseContext' using provider 'Microsoft.EntityFrameworkCore.SqlServer:6.0.3' with options: SensitiveDataLoggingEnabled
  349. ][2022-06-24 17:26:42.955 +02:00 INF Executed DbCommand (15ms) [Parameters=[], CommandType='"Text"', CommandTimeout='30']
  350. SELECT 1
  351. ][2022-06-24 17:26:42.979 +02:00 INF Executed DbCommand (14ms) [Parameters=[], CommandType='"Text"', CommandTimeout='30']
  352. SELECT OBJECT_ID(N'[__EFMigrationsHistory]');
  353. ][2022-06-24 17:26:42.999 +02:00 INF Executed DbCommand (2ms) [Parameters=[], CommandType='"Text"', CommandTimeout='30']
  354. SELECT [MigrationId], [ProductVersion]
  355. FROM [__EFMigrationsHistory]
  356. ORDER BY [MigrationId];
  357. ][2022-06-24 17:26:43.092 +02:00 INF Now listening on: http://localhost:5116
  358. ][2022-06-24 17:26:43.095 +02:00 INF Application started. Press Ctrl+C to shut down.
  359. ][2022-06-24 17:26:43.095 +02:00 INF Hosting environment: Development
  360. ][2022-06-24 17:26:43.095 +02:00 INF Content root path: C:\Users\meris.ahmatovic\Desktop\06242022\Diligent.WebAPI.Host\
  361. ][2022-06-24 17:26:47.324 +02:00 INF Request starting HTTP/1.1 GET http://localhost:5116/swagger/index.html - -
  362. ][2022-06-24 17:26:47.465 +02:00 INF Request starting HTTP/1.1 GET http://localhost:5116/_vs/browserLink - -
  363. ][2022-06-24 17:26:47.468 +02:00 INF Request starting HTTP/1.1 GET http://localhost:5116/_framework/aspnetcore-browser-refresh.js - -
  364. ][2022-06-24 17:26:47.470 +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.6574ms
  365. ][2022-06-24 17:26:47.481 +02:00 INF Request finished HTTP/1.1 GET http://localhost:5116/swagger/index.html - - - 200 - text/html;charset=utf-8 160.0609ms
  366. ][2022-06-24 17:26:47.491 +02:00 INF Request finished HTTP/1.1 GET http://localhost:5116/_vs/browserLink - - - 200 - text/javascript;+charset=UTF-8 26.0504ms
  367. ][2022-06-24 17:26:47.688 +02:00 INF Request starting HTTP/1.1 GET http://localhost:5116/swagger/v1/swagger.json - -
  368. ][2022-06-24 17:26:47.777 +02:00 INF Request finished HTTP/1.1 GET http://localhost:5116/swagger/v1/swagger.json - - - 200 - application/json;charset=utf-8 89.0339ms
  369. ][2022-06-24 17:26:52.216 +02:00 INF Request starting HTTP/1.1 GET http://localhost:5116/api/mongo/InsuranceCompany - -
  370. ][2022-06-24 17:26:52.231 +02:00 INF Executing endpoint 'Diligent.WebAPI.Host.MongoControllers.InsuranceCompanyController.Get (Diligent.WebAPI.Host)'
  371. ][2022-06-24 17:26:52.241 +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).
  372. ][2022-06-24 17:27:47.428 +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.
  373. ][2022-06-24 17:27:47.495 +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'.
  374. ][2022-06-24 17:27:47.671 +02:00 INF Entity Framework Core 6.0.3 initialized 'DatabaseContext' using provider 'Microsoft.EntityFrameworkCore.SqlServer:6.0.3' with options: SensitiveDataLoggingEnabled
  375. ][2022-06-24 17:27:47.960 +02:00 INF Executed DbCommand (18ms) [Parameters=[], CommandType='"Text"', CommandTimeout='30']
  376. SELECT 1
  377. ][2022-06-24 17:27:47.983 +02:00 INF Executed DbCommand (13ms) [Parameters=[], CommandType='"Text"', CommandTimeout='30']
  378. SELECT OBJECT_ID(N'[__EFMigrationsHistory]');
  379. ][2022-06-24 17:27:48.003 +02:00 INF Executed DbCommand (3ms) [Parameters=[], CommandType='"Text"', CommandTimeout='30']
  380. SELECT [MigrationId], [ProductVersion]
  381. FROM [__EFMigrationsHistory]
  382. ORDER BY [MigrationId];
  383. ][2022-06-24 17:27:48.096 +02:00 INF Now listening on: http://localhost:5116
  384. ][2022-06-24 17:27:48.099 +02:00 INF Application started. Press Ctrl+C to shut down.
  385. ][2022-06-24 17:27:48.099 +02:00 INF Hosting environment: Development
  386. ][2022-06-24 17:27:48.099 +02:00 INF Content root path: C:\Users\meris.ahmatovic\Desktop\06242022\Diligent.WebAPI.Host\
  387. ][2022-06-24 17:27:49.493 +02:00 INF Request starting HTTP/1.1 GET http://localhost:5116/api/mongo/InsuranceCompany - -
  388. ][2022-06-24 17:27:49.550 +02:00 INF Executing endpoint 'Diligent.WebAPI.Host.MongoControllers.InsuranceCompanyController.Get (Diligent.WebAPI.Host)'
  389. ][2022-06-24 17:27:49.559 +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).
  390. ][2022-06-24 17:31:08.310 +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.
  391. ][2022-06-24 17:31:08.375 +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'.
  392. ][2022-06-24 17:31:08.506 +02:00 INF Entity Framework Core 6.0.3 initialized 'DatabaseContext' using provider 'Microsoft.EntityFrameworkCore.SqlServer:6.0.3' with options: SensitiveDataLoggingEnabled
  393. ][2022-06-24 17:31:08.794 +02:00 INF Executed DbCommand (17ms) [Parameters=[], CommandType='"Text"', CommandTimeout='30']
  394. SELECT 1
  395. ][2022-06-24 17:31:08.816 +02:00 INF Executed DbCommand (12ms) [Parameters=[], CommandType='"Text"', CommandTimeout='30']
  396. SELECT OBJECT_ID(N'[__EFMigrationsHistory]');
  397. ][2022-06-24 17:31:08.835 +02:00 INF Executed DbCommand (3ms) [Parameters=[], CommandType='"Text"', CommandTimeout='30']
  398. SELECT [MigrationId], [ProductVersion]
  399. FROM [__EFMigrationsHistory]
  400. ORDER BY [MigrationId];
  401. ][2022-06-24 17:31:08.927 +02:00 INF Now listening on: http://localhost:5116
  402. ][2022-06-24 17:31:08.929 +02:00 INF Application started. Press Ctrl+C to shut down.
  403. ][2022-06-24 17:31:08.930 +02:00 INF Hosting environment: Development
  404. ][2022-06-24 17:31:08.930 +02:00 INF Content root path: C:\Users\meris.ahmatovic\Desktop\06242022\Diligent.WebAPI.Host\
  405. ][2022-06-24 17:31:11.449 +02:00 INF Request starting HTTP/1.1 GET http://localhost:5116/swagger/index.html - -
  406. ][2022-06-24 17:31:11.597 +02:00 INF Request starting HTTP/1.1 GET http://localhost:5116/_vs/browserLink - -
  407. ][2022-06-24 17:31:11.597 +02:00 INF Request starting HTTP/1.1 GET http://localhost:5116/_framework/aspnetcore-browser-refresh.js - -
  408. ][2022-06-24 17:31:11.599 +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.5841ms
  409. ][2022-06-24 17:31:11.602 +02:00 INF Request finished HTTP/1.1 GET http://localhost:5116/swagger/index.html - - - 200 - text/html;charset=utf-8 156.3960ms
  410. ][2022-06-24 17:31:11.622 +02:00 INF Request finished HTTP/1.1 GET http://localhost:5116/_vs/browserLink - - - 200 - text/javascript;+charset=UTF-8 25.1071ms
  411. ][2022-06-24 17:31:11.818 +02:00 INF Request starting HTTP/1.1 GET http://localhost:5116/swagger/v1/swagger.json - -
  412. ][2022-06-24 17:31:11.903 +02:00 INF Request finished HTTP/1.1 GET http://localhost:5116/swagger/v1/swagger.json - - - 200 - application/json;charset=utf-8 85.5291ms
  413. ][2022-06-24 17:31:15.017 +02:00 INF Request starting HTTP/1.1 GET http://localhost:5116/api/mongo/InsuranceCompany - -
  414. ][2022-06-24 17:31:15.030 +02:00 INF Executing endpoint 'Diligent.WebAPI.Host.MongoControllers.InsuranceCompanyController.Get (Diligent.WebAPI.Host)'
  415. ][2022-06-24 17:31:15.041 +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).
  416. ][2022-06-24 17:31:15.609 +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]]'.
  417. ][2022-06-24 17:31:15.623 +02:00 INF Executed action Diligent.WebAPI.Host.MongoControllers.InsuranceCompanyController.Get (Diligent.WebAPI.Host) in 577.931ms
  418. ][2022-06-24 17:31:15.623 +02:00 INF Executed endpoint 'Diligent.WebAPI.Host.MongoControllers.InsuranceCompanyController.Get (Diligent.WebAPI.Host)'
  419. ][2022-06-24 17:31:15.623 +02:00 INF Request finished HTTP/1.1 GET http://localhost:5116/api/mongo/InsuranceCompany - - - 200 - application/json;+charset=utf-8 606.7502ms
  420. ][2022-06-24 17:33:41.286 +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.
  421. ][2022-06-24 17:33:41.354 +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'.
  422. ][2022-06-24 17:33:41.480 +02:00 INF Entity Framework Core 6.0.3 initialized 'DatabaseContext' using provider 'Microsoft.EntityFrameworkCore.SqlServer:6.0.3' with options: SensitiveDataLoggingEnabled
  423. ][2022-06-24 17:33:41.745 +02:00 INF Executed DbCommand (16ms) [Parameters=[], CommandType='"Text"', CommandTimeout='30']
  424. SELECT 1
  425. ][2022-06-24 17:33:41.768 +02:00 INF Executed DbCommand (13ms) [Parameters=[], CommandType='"Text"', CommandTimeout='30']
  426. SELECT OBJECT_ID(N'[__EFMigrationsHistory]');
  427. ][2022-06-24 17:33:41.788 +02:00 INF Executed DbCommand (3ms) [Parameters=[], CommandType='"Text"', CommandTimeout='30']
  428. SELECT [MigrationId], [ProductVersion]
  429. FROM [__EFMigrationsHistory]
  430. ORDER BY [MigrationId];
  431. ][2022-06-24 17:33:41.880 +02:00 INF Now listening on: http://localhost:5116
  432. ][2022-06-24 17:33:41.882 +02:00 INF Application started. Press Ctrl+C to shut down.
  433. ][2022-06-24 17:33:41.883 +02:00 INF Hosting environment: Development
  434. ][2022-06-24 17:33:41.883 +02:00 INF Content root path: C:\Users\meris.ahmatovic\Desktop\06242022\Diligent.WebAPI.Host\
  435. ][2022-06-24 17:33:54.302 +02:00 INF Request starting HTTP/1.1 GET http://localhost:5116/v1.0/insurancePolicies - -
  436. ][2022-06-24 17:33:54.351 +02:00 INF Executing endpoint 'Diligent.WebAPI.Host.Controllers.InsurancePoliciesController.GetInsurancePolicies (Diligent.WebAPI.Host)'
  437. ][2022-06-24 17:33:54.361 +02:00 INF Route matched with {action = "GetInsurancePolicies", controller = "InsurancePolicies"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.ActionResult`1[System.Collections.Generic.List`1[Diligent.WebAPI.Host.DTOs.InsurancePolicyDTOs.InsurancePolicyReadDTO]]] GetInsurancePolicies() on controller Diligent.WebAPI.Host.Controllers.InsurancePoliciesController (Diligent.WebAPI.Host).
  438. ][2022-06-24 17:33:54.455 +02:00 INF Entity Framework Core 6.0.3 initialized 'DatabaseContext' using provider 'Microsoft.EntityFrameworkCore.SqlServer:6.0.3' with options: SensitiveDataLoggingEnabled
  439. ][2022-06-24 17:33:54.715 +02:00 INF Executed DbCommand (10ms) [Parameters=[], CommandType='"Text"', CommandTimeout='30']
  440. SELECT [i].[Id], [i].[CreatedAtUtc], [i].[DeletedAtUtc], [i].[EndDate], [i].[InsurerId], [i].[Premium], [i].[StartDate], [i].[Type], [i].[UpdatedAtUtc], [i0].[Id], [i0].[Address], [i0].[City], [i0].[Country], [i0].[CreatedAtUtc], [i0].[DateOfBirth], [i0].[DeletedAtUtc], [i0].[Email], [i0].[FirstName], [i0].[InsuranceCompanyId], [i0].[LastName], [i0].[PhoneNumber], [i0].[PostalCode], [i0].[UpdatedAtUtc], [i1].[Id], [i1].[City], [i1].[Country], [i1].[CreatedAtUtc], [i1].[DeletedAtUtc], [i1].[Fax], [i1].[LegalAddress], [i1].[LegalEmail], [i1].[Name], [i1].[PhoneNumber], [i1].[PostalCode], [i1].[UpdatedAtUtc]
  441. FROM [InsurancePolicies] AS [i]
  442. INNER JOIN [Insurers] AS [i0] ON [i].[InsurerId] = [i0].[Id]
  443. INNER JOIN [InsuranceCompanies] AS [i1] ON [i0].[InsuranceCompanyId] = [i1].[Id]
  444. ][2022-06-24 17:33:54.832 +02:00 INF Executing ObjectResult, writing value of type 'System.Collections.Generic.List`1[[Diligent.WebAPI.Host.DTOs.InsurancePolicyDTOs.InsurancePolicyReadDTO, Diligent.WebAPI.Host, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]]'.
  445. ][2022-06-24 17:33:54.871 +02:00 INF Executed action Diligent.WebAPI.Host.Controllers.InsurancePoliciesController.GetInsurancePolicies (Diligent.WebAPI.Host) in 505.2264ms
  446. ][2022-06-24 17:33:54.871 +02:00 INF Executed endpoint 'Diligent.WebAPI.Host.Controllers.InsurancePoliciesController.GetInsurancePolicies (Diligent.WebAPI.Host)'
  447. ][2022-06-24 17:33:54.876 +02:00 INF Request finished HTTP/1.1 GET http://localhost:5116/v1.0/insurancePolicies - - - 200 - application/json;+charset=utf-8 576.1520ms
  448. ][2022-06-24 17:36:52.745 +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.
  449. ][2022-06-24 17:36:52.810 +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'.
  450. ][2022-06-24 17:36:52.939 +02:00 INF Entity Framework Core 6.0.3 initialized 'DatabaseContext' using provider 'Microsoft.EntityFrameworkCore.SqlServer:6.0.3' with options: SensitiveDataLoggingEnabled
  451. ][2022-06-24 17:36:53.202 +02:00 INF Executed DbCommand (15ms) [Parameters=[], CommandType='"Text"', CommandTimeout='30']
  452. SELECT 1
  453. ][2022-06-24 17:36:53.223 +02:00 INF Executed DbCommand (12ms) [Parameters=[], CommandType='"Text"', CommandTimeout='30']
  454. SELECT OBJECT_ID(N'[__EFMigrationsHistory]');
  455. ][2022-06-24 17:36:53.242 +02:00 INF Executed DbCommand (3ms) [Parameters=[], CommandType='"Text"', CommandTimeout='30']
  456. SELECT [MigrationId], [ProductVersion]
  457. FROM [__EFMigrationsHistory]
  458. ORDER BY [MigrationId];
  459. ][2022-06-24 17:36:53.334 +02:00 INF Now listening on: http://localhost:5116
  460. ][2022-06-24 17:36:53.336 +02:00 INF Application started. Press Ctrl+C to shut down.
  461. ][2022-06-24 17:36:53.336 +02:00 INF Hosting environment: Development
  462. ][2022-06-24 17:36:53.337 +02:00 INF Content root path: C:\Users\meris.ahmatovic\Desktop\06242022\Diligent.WebAPI.Host\
  463. ][2022-06-24 17:37:12.297 +02:00 INF Request starting HTTP/1.1 GET http://localhost:5116/v1.0/insurancePolicies - -
  464. ][2022-06-24 17:37:12.347 +02:00 INF Executing endpoint 'Diligent.WebAPI.Host.Controllers.InsurancePoliciesController.GetInsurancePolicies (Diligent.WebAPI.Host)'
  465. ][2022-06-24 17:37:12.357 +02:00 INF Route matched with {action = "GetInsurancePolicies", controller = "InsurancePolicies"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.ActionResult`1[System.Collections.Generic.List`1[Diligent.WebAPI.Host.DTOs.InsurancePolicyDTOs.InsurancePolicyReadDTO]]] GetInsurancePolicies() on controller Diligent.WebAPI.Host.Controllers.InsurancePoliciesController (Diligent.WebAPI.Host).
  466. ][2022-06-24 17:37:12.456 +02:00 INF Entity Framework Core 6.0.3 initialized 'DatabaseContext' using provider 'Microsoft.EntityFrameworkCore.SqlServer:6.0.3' with options: SensitiveDataLoggingEnabled
  467. ][2022-06-24 17:37:12.751 +02:00 INF Executed DbCommand (10ms) [Parameters=[], CommandType='"Text"', CommandTimeout='30']
  468. SELECT [i].[Id], [i].[CreatedAtUtc], [i].[DeletedAtUtc], [i].[EndDate], [i].[InsurerId], [i].[Premium], [i].[StartDate], [i].[Type], [i].[UpdatedAtUtc], [i0].[Id], [i0].[Address], [i0].[City], [i0].[Country], [i0].[CreatedAtUtc], [i0].[DateOfBirth], [i0].[DeletedAtUtc], [i0].[Email], [i0].[FirstName], [i0].[InsuranceCompanyId], [i0].[LastName], [i0].[PhoneNumber], [i0].[PostalCode], [i0].[UpdatedAtUtc], [i1].[Id], [i1].[City], [i1].[Country], [i1].[CreatedAtUtc], [i1].[DeletedAtUtc], [i1].[Fax], [i1].[LegalAddress], [i1].[LegalEmail], [i1].[Name], [i1].[PhoneNumber], [i1].[PostalCode], [i1].[UpdatedAtUtc]
  469. FROM [InsurancePolicies] AS [i]
  470. INNER JOIN [Insurers] AS [i0] ON [i].[InsurerId] = [i0].[Id]
  471. INNER JOIN [InsuranceCompanies] AS [i1] ON [i0].[InsuranceCompanyId] = [i1].[Id]
  472. ][2022-06-24 17:37:12.875 +02:00 INF Executing ObjectResult, writing value of type 'System.Collections.Generic.List`1[[Diligent.WebAPI.Host.DTOs.InsurancePolicyDTOs.InsurancePolicyReadDTO, Diligent.WebAPI.Host, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]]'.
  473. ][2022-06-24 17:37:12.917 +02:00 INF Executed action Diligent.WebAPI.Host.Controllers.InsurancePoliciesController.GetInsurancePolicies (Diligent.WebAPI.Host) in 554.1451ms
  474. ][2022-06-24 17:37:12.918 +02:00 INF Executed endpoint 'Diligent.WebAPI.Host.Controllers.InsurancePoliciesController.GetInsurancePolicies (Diligent.WebAPI.Host)'
  475. ][2022-06-24 17:37:12.923 +02:00 INF Request finished HTTP/1.1 GET http://localhost:5116/v1.0/insurancePolicies - - - 200 - application/json;+charset=utf-8 628.7860ms
  476. ][2022-06-24 17:43:54.062 +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.
  477. ][2022-06-24 17:43:54.144 +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'.
  478. ][2022-06-24 17:43:54.282 +02:00 INF Entity Framework Core 6.0.3 initialized 'DatabaseContext' using provider 'Microsoft.EntityFrameworkCore.SqlServer:6.0.3' with options: SensitiveDataLoggingEnabled
  479. ][2022-06-24 17:43:54.574 +02:00 INF Executed DbCommand (16ms) [Parameters=[], CommandType='"Text"', CommandTimeout='30']
  480. SELECT 1
  481. ][2022-06-24 17:43:54.598 +02:00 INF Executed DbCommand (13ms) [Parameters=[], CommandType='"Text"', CommandTimeout='30']
  482. SELECT OBJECT_ID(N'[__EFMigrationsHistory]');
  483. ][2022-06-24 17:43:54.619 +02:00 INF Executed DbCommand (3ms) [Parameters=[], CommandType='"Text"', CommandTimeout='30']
  484. SELECT [MigrationId], [ProductVersion]
  485. FROM [__EFMigrationsHistory]
  486. ORDER BY [MigrationId];
  487. ][2022-06-24 17:43:54.717 +02:00 INF Now listening on: http://localhost:5116
  488. ][2022-06-24 17:43:54.720 +02:00 INF Application started. Press Ctrl+C to shut down.
  489. ][2022-06-24 17:43:54.720 +02:00 INF Hosting environment: Development
  490. ][2022-06-24 17:43:54.720 +02:00 INF Content root path: C:\Users\meris.ahmatovic\Desktop\06242022\Diligent.WebAPI.Host\
  491. ][2022-06-24 17:43:58.648 +02:00 INF Request starting HTTP/1.1 GET http://localhost:5116/swagger/index.html - -
  492. ][2022-06-24 17:43:58.841 +02:00 INF Request starting HTTP/1.1 GET http://localhost:5116/_vs/browserLink - -
  493. ][2022-06-24 17:43:58.841 +02:00 INF Request starting HTTP/1.1 GET http://localhost:5116/_framework/aspnetcore-browser-refresh.js - -
  494. ][2022-06-24 17:43:58.846 +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.8862ms
  495. ][2022-06-24 17:43:58.846 +02:00 INF Request finished HTTP/1.1 GET http://localhost:5116/swagger/index.html - - - 200 - text/html;charset=utf-8 199.9016ms
  496. ][2022-06-24 17:43:58.870 +02:00 INF Request finished HTTP/1.1 GET http://localhost:5116/_vs/browserLink - - - 200 - text/javascript;+charset=UTF-8 28.3409ms
  497. ][2022-06-24 17:43:58.971 +02:00 INF Request starting HTTP/1.1 GET http://localhost:5116/swagger/v1/swagger.json - -
  498. ][2022-06-24 17:43:59.057 +02:00 INF Request finished HTTP/1.1 GET http://localhost:5116/swagger/v1/swagger.json - - - 200 - application/json;charset=utf-8 85.5425ms
  499. ][2022-06-24 17:44:05.196 +02:00 INF Request starting HTTP/1.1 GET http://localhost:5116/api/mongo/InsuranceCompany - -
  500. ][2022-06-24 17:44:05.208 +02:00 INF Executing endpoint 'Diligent.WebAPI.Host.MongoControllers.InsuranceCompanyController.Get (Diligent.WebAPI.Host)'
  501. ][2022-06-24 17:44:05.217 +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).
  502. ][2022-06-24 17:44:05.670 +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]]'.
  503. ][2022-06-24 17:44:05.685 +02:00 INF Executed action Diligent.WebAPI.Host.MongoControllers.InsuranceCompanyController.Get (Diligent.WebAPI.Host) in 463.1138ms
  504. ][2022-06-24 17:44:05.685 +02:00 INF Executed endpoint 'Diligent.WebAPI.Host.MongoControllers.InsuranceCompanyController.Get (Diligent.WebAPI.Host)'
  505. ][2022-06-24 17:44:05.685 +02:00 INF Request finished HTTP/1.1 GET http://localhost:5116/api/mongo/InsuranceCompany - - - 200 - application/json;+charset=utf-8 488.8873ms
  506. ][2022-06-24 17:44:15.713 +02:00 INF Request starting HTTP/1.1 GET http://localhost:5116/api/mongo/InsuranceCompany/62a08b3500432c683a4b58d4 - -
  507. ][2022-06-24 17:44:15.714 +02:00 INF Executing endpoint 'Diligent.WebAPI.Host.MongoControllers.InsuranceCompanyController.Get (Diligent.WebAPI.Host)'
  508. ][2022-06-24 17:44:15.728 +02:00 INF Route matched with {action = "Get", controller = "InsuranceCompany"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.ActionResult`1[Diligent.WebAPI.Host.MongoDTOs.InsuranceCompanyReadDTO]] Get(System.String) on controller Diligent.WebAPI.Host.MongoControllers.InsuranceCompanyController (Diligent.WebAPI.Host).
  509. ][2022-06-24 17:44:15.776 +02:00 INF Executing ObjectResult, writing value of type 'Diligent.WebAPI.Host.MongoDTOs.InsuranceCompanyReadDTO'.
  510. ][2022-06-24 17:44:15.776 +02:00 INF Executed action Diligent.WebAPI.Host.MongoControllers.InsuranceCompanyController.Get (Diligent.WebAPI.Host) in 47.8866ms
  511. ][2022-06-24 17:44:15.776 +02:00 INF Executed endpoint 'Diligent.WebAPI.Host.MongoControllers.InsuranceCompanyController.Get (Diligent.WebAPI.Host)'
  512. ][2022-06-24 17:44:15.776 +02:00 INF Request finished HTTP/1.1 GET http://localhost:5116/api/mongo/InsuranceCompany/62a08b3500432c683a4b58d4 - - - 200 - application/json;+charset=utf-8 63.3898ms
  513. ][2022-06-24 17:44:21.833 +02:00 INF Request starting HTTP/1.1 GET http://localhost:5116/api/mongo/InsuranceCompany/62a08b3500432c683a4b58d5 - -
  514. ][2022-06-24 17:44:21.834 +02:00 INF Executing endpoint 'Diligent.WebAPI.Host.MongoControllers.InsuranceCompanyController.Get (Diligent.WebAPI.Host)'
  515. ][2022-06-24 17:44:21.834 +02:00 INF Route matched with {action = "Get", controller = "InsuranceCompany"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.ActionResult`1[Diligent.WebAPI.Host.MongoDTOs.InsuranceCompanyReadDTO]] Get(System.String) on controller Diligent.WebAPI.Host.MongoControllers.InsuranceCompanyController (Diligent.WebAPI.Host).
  516. ][2022-06-24 17:44:21.903 +02:00 INF Executed action Diligent.WebAPI.Host.MongoControllers.InsuranceCompanyController.Get (Diligent.WebAPI.Host) in 69.4007ms
  517. ][2022-06-24 17:44:21.904 +02:00 INF Executed endpoint 'Diligent.WebAPI.Host.MongoControllers.InsuranceCompanyController.Get (Diligent.WebAPI.Host)'
  518. ][2022-06-24 17:44:21.996 +02:00 ERR Company not found
  519. ][2022-06-24 17:44:21.997 +02:00 INF Request finished HTTP/1.1 GET http://localhost:5116/api/mongo/InsuranceCompany/62a08b3500432c683a4b58d5 - - - 404 - application/json 163.4194ms
  520. ][2022-06-24 17:57:44.044 +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.
  521. ][2022-06-24 17:57:44.109 +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'.
  522. ][2022-06-24 17:57:44.263 +02:00 INF Entity Framework Core 6.0.3 initialized 'DatabaseContext' using provider 'Microsoft.EntityFrameworkCore.SqlServer:6.0.3' with options: SensitiveDataLoggingEnabled
  523. ][2022-06-24 17:57:44.533 +02:00 INF Executed DbCommand (15ms) [Parameters=[], CommandType='"Text"', CommandTimeout='30']
  524. SELECT 1
  525. ][2022-06-24 17:57:44.555 +02:00 INF Executed DbCommand (12ms) [Parameters=[], CommandType='"Text"', CommandTimeout='30']
  526. SELECT OBJECT_ID(N'[__EFMigrationsHistory]');
  527. ][2022-06-24 17:57:44.580 +02:00 INF Executed DbCommand (4ms) [Parameters=[], CommandType='"Text"', CommandTimeout='30']
  528. SELECT [MigrationId], [ProductVersion]
  529. FROM [__EFMigrationsHistory]
  530. ORDER BY [MigrationId];
  531. ][2022-06-24 17:57:44.674 +02:00 INF Now listening on: http://localhost:5116
  532. ][2022-06-24 17:57:44.677 +02:00 INF Application started. Press Ctrl+C to shut down.
  533. ][2022-06-24 17:57:44.677 +02:00 INF Hosting environment: Development
  534. ][2022-06-24 17:57:44.677 +02:00 INF Content root path: C:\Users\meris.ahmatovic\Desktop\06242022\Diligent.WebAPI.Host\
  535. ][2022-06-24 17:57:55.123 +02:00 INF Request starting HTTP/1.1 GET http://localhost:5116/api/mongo/InsuranceCompany/62a08b3500432c683a4b58d4 - -
  536. ][2022-06-24 17:57:55.182 +02:00 INF Executing endpoint 'Diligent.WebAPI.Host.MongoControllers.InsuranceCompanyController.Get (Diligent.WebAPI.Host)'
  537. ][2022-06-24 17:57:55.199 +02:00 INF Route matched with {action = "Get", controller = "InsuranceCompany"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.ActionResult`1[Diligent.WebAPI.Host.MongoDTOs.InsuranceCompanyReadDTO]] Get(System.String) on controller Diligent.WebAPI.Host.MongoControllers.InsuranceCompanyController (Diligent.WebAPI.Host).
  538. ][2022-06-24 17:57:55.671 +02:00 INF Executing ObjectResult, writing value of type 'Diligent.WebAPI.Host.MongoDTOs.InsuranceCompanyReadDTO'.
  539. ][2022-06-24 17:57:55.695 +02:00 INF Executed action Diligent.WebAPI.Host.MongoControllers.InsuranceCompanyController.Get (Diligent.WebAPI.Host) in 491.1608ms
  540. ][2022-06-24 17:57:55.695 +02:00 INF Executed endpoint 'Diligent.WebAPI.Host.MongoControllers.InsuranceCompanyController.Get (Diligent.WebAPI.Host)'
  541. ][2022-06-24 17:57:55.698 +02:00 INF Request finished HTTP/1.1 GET http://localhost:5116/api/mongo/InsuranceCompany/62a08b3500432c683a4b58d4 - - - 200 - application/json;+charset=utf-8 576.4886ms
  542. ]