| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782 |
- [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.
- ][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'.
- ][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
- ][2022-06-27 11:25:07.405 +02:00 INF Executed DbCommand (19ms) [Parameters=[], CommandType='"Text"', CommandTimeout='30']
- SELECT 1
- ][2022-06-27 11:25:07.428 +02:00 INF Executed DbCommand (14ms) [Parameters=[], CommandType='"Text"', CommandTimeout='30']
- SELECT OBJECT_ID(N'[__EFMigrationsHistory]');
- ][2022-06-27 11:25:07.451 +02:00 INF Executed DbCommand (4ms) [Parameters=[], CommandType='"Text"', CommandTimeout='30']
- SELECT [MigrationId], [ProductVersion]
- FROM [__EFMigrationsHistory]
- ORDER BY [MigrationId];
- ][2022-06-27 11:25:07.693 +02:00 INF Now listening on: http://localhost:5116
- ][2022-06-27 11:25:07.696 +02:00 INF Application started. Press Ctrl+C to shut down.
- ][2022-06-27 11:25:07.697 +02:00 INF Hosting environment: Development
- ][2022-06-27 11:25:07.697 +02:00 INF Content root path: C:\Users\meris.ahmatovic\Desktop\06242022\Diligent.WebAPI.Host\
- ][2022-06-27 11:25:08.775 +02:00 INF Request starting HTTP/1.1 GET http://localhost:5116/swagger/index.html - -
- ][2022-06-27 11:25:08.970 +02:00 INF Request starting HTTP/1.1 GET http://localhost:5116/swagger/swagger-ui.css - -
- ][2022-06-27 11:25:08.972 +02:00 INF Request starting HTTP/1.1 GET http://localhost:5116/swagger/swagger-ui-bundle.js - -
- ][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 - -
- ][2022-06-27 11:25:08.977 +02:00 INF Request starting HTTP/1.1 GET http://localhost:5116/_framework/aspnetcore-browser-refresh.js - -
- ][2022-06-27 11:25:08.985 +02:00 INF Request starting HTTP/1.1 GET http://localhost:5116/_vs/browserLink - -
- ][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
- ][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
- ][2022-06-27 11:25:09.007 +02:00 INF The file /swagger-ui-bundle.js was not modified
- ][2022-06-27 11:25:09.007 +02:00 INF The file /swagger-ui.css was not modified
- ][2022-06-27 11:25:09.007 +02:00 INF The file /swagger-ui-standalone-preset.js was not modified
- ][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
- ][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
- ][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
- ][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
- ][2022-06-27 11:25:09.197 +02:00 INF Request starting HTTP/1.1 GET http://localhost:5116/swagger/v1/swagger.json - -
- ][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
- ][2022-06-27 11:25:15.458 +02:00 INF Request starting HTTP/1.1 GET http://localhost:5116/api/mongo/InsuranceCompany - -
- ][2022-06-27 11:25:15.469 +02:00 INF Executing endpoint 'Diligent.WebAPI.Host.MongoControllers.InsuranceCompanyController.Get (Diligent.WebAPI.Host)'
- ][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).
- ][2022-06-27 11:25:15.491 +02:00 INF Executed action Diligent.WebAPI.Host.MongoControllers.InsuranceCompanyController.Get (Diligent.WebAPI.Host) in 5.6267ms
- ][2022-06-27 11:25:15.492 +02:00 INF Executed endpoint 'Diligent.WebAPI.Host.MongoControllers.InsuranceCompanyController.Get (Diligent.WebAPI.Host)'
- ][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'.
- ][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
- ][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.
- ][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'.
- ][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
- ][2022-06-27 11:26:00.275 +02:00 INF Executed DbCommand (15ms) [Parameters=[], CommandType='"Text"', CommandTimeout='30']
- SELECT 1
- ][2022-06-27 11:26:00.296 +02:00 INF Executed DbCommand (12ms) [Parameters=[], CommandType='"Text"', CommandTimeout='30']
- SELECT OBJECT_ID(N'[__EFMigrationsHistory]');
- ][2022-06-27 11:26:00.316 +02:00 INF Executed DbCommand (3ms) [Parameters=[], CommandType='"Text"', CommandTimeout='30']
- SELECT [MigrationId], [ProductVersion]
- FROM [__EFMigrationsHistory]
- ORDER BY [MigrationId];
- ][2022-06-27 11:26:00.409 +02:00 INF Now listening on: http://localhost:5116
- ][2022-06-27 11:26:00.411 +02:00 INF Application started. Press Ctrl+C to shut down.
- ][2022-06-27 11:26:00.411 +02:00 INF Hosting environment: Development
- ][2022-06-27 11:26:00.411 +02:00 INF Content root path: C:\Users\meris.ahmatovic\Desktop\06242022\Diligent.WebAPI.Host\
- ][2022-06-27 11:26:02.276 +02:00 INF Request starting HTTP/1.1 GET http://localhost:5116/api/mongo/InsuranceCompany - -
- ][2022-06-27 11:26:02.335 +02:00 INF Executing endpoint 'Diligent.WebAPI.Host.MongoControllers.InsuranceCompanyController.Get (Diligent.WebAPI.Host)'
- ][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).
- ][2022-06-27 11:26:02.349 +02:00 INF Executed action Diligent.WebAPI.Host.MongoControllers.InsuranceCompanyController.Get (Diligent.WebAPI.Host) in 1.398ms
- ][2022-06-27 11:26:02.350 +02:00 INF Executed endpoint 'Diligent.WebAPI.Host.MongoControllers.InsuranceCompanyController.Get (Diligent.WebAPI.Host)'
- ][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'.
- ][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
- ][2022-06-27 11:26:04.349 +02:00 INF Request starting HTTP/1.1 GET http://localhost:5116/swagger/index.html - -
- ][2022-06-27 11:26:04.440 +02:00 INF Request starting HTTP/1.1 GET http://localhost:5116/_vs/browserLink - -
- ][2022-06-27 11:26:04.440 +02:00 INF Request starting HTTP/1.1 GET http://localhost:5116/_framework/aspnetcore-browser-refresh.js - -
- ][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
- ][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
- ][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
- ][2022-06-27 11:26:04.640 +02:00 INF Request starting HTTP/1.1 GET http://localhost:5116/swagger/v1/swagger.json - -
- ][2022-06-27 11:26:04.649 +02:00 INF Request starting HTTP/1.1 GET http://localhost:5116/swagger/favicon-32x32.png - -
- ][2022-06-27 11:26:04.654 +02:00 INF The file /favicon-32x32.png was not modified
- ][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
- ][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
- ][2022-06-27 11:26:19.501 +02:00 INF Request starting HTTP/1.1 GET http://localhost:5116/api/mongo/InsuranceCompany - -
- ][2022-06-27 11:26:19.502 +02:00 INF Executing endpoint 'Diligent.WebAPI.Host.MongoControllers.InsuranceCompanyController.Get (Diligent.WebAPI.Host)'
- ][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).
- ][2022-06-27 11:26:19.503 +02:00 INF Executed action Diligent.WebAPI.Host.MongoControllers.InsuranceCompanyController.Get (Diligent.WebAPI.Host) in 0.5737ms
- ][2022-06-27 11:26:19.503 +02:00 INF Executed endpoint 'Diligent.WebAPI.Host.MongoControllers.InsuranceCompanyController.Get (Diligent.WebAPI.Host)'
- ][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'.
- ][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
- ][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.
- ][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'.
- ][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
- ][2022-06-27 11:26:46.526 +02:00 INF Executed DbCommand (15ms) [Parameters=[], CommandType='"Text"', CommandTimeout='30']
- SELECT 1
- ][2022-06-27 11:26:46.548 +02:00 INF Executed DbCommand (13ms) [Parameters=[], CommandType='"Text"', CommandTimeout='30']
- SELECT OBJECT_ID(N'[__EFMigrationsHistory]');
- ][2022-06-27 11:26:46.568 +02:00 INF Executed DbCommand (3ms) [Parameters=[], CommandType='"Text"', CommandTimeout='30']
- SELECT [MigrationId], [ProductVersion]
- FROM [__EFMigrationsHistory]
- ORDER BY [MigrationId];
- ][2022-06-27 11:26:46.669 +02:00 INF Now listening on: http://localhost:5116
- ][2022-06-27 11:26:46.672 +02:00 INF Application started. Press Ctrl+C to shut down.
- ][2022-06-27 11:26:46.673 +02:00 INF Hosting environment: Development
- ][2022-06-27 11:26:46.673 +02:00 INF Content root path: C:\Users\meris.ahmatovic\Desktop\06242022\Diligent.WebAPI.Host\
- ][2022-06-27 11:26:48.026 +02:00 INF Request starting HTTP/1.1 GET http://localhost:5116/swagger/index.html - -
- ][2022-06-27 11:26:48.168 +02:00 INF Request starting HTTP/1.1 GET http://localhost:5116/_vs/browserLink - -
- ][2022-06-27 11:26:48.171 +02:00 INF Request starting HTTP/1.1 GET http://localhost:5116/_framework/aspnetcore-browser-refresh.js - -
- ][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
- ][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
- ][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
- ][2022-06-27 11:26:48.268 +02:00 INF Request starting HTTP/1.1 GET http://localhost:5116/swagger/v1/swagger.json - -
- ][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
- ][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
- ][2022-06-27 11:26:53.000 +02:00 INF CORS policy execution failed.
- ][2022-06-27 11:26:53.000 +02:00 INF Request origin http://localhost:5116 does not have permission to access the resource.
- ][2022-06-27 11:26:53.004 +02:00 INF Executing endpoint 'Diligent.WebAPI.Host.MongoControllers.InsuranceCompanyController.Post (Diligent.WebAPI.Host)'
- ][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).
- ][2022-06-27 11:26:53.717 +02:00 INF Executed action Diligent.WebAPI.Host.MongoControllers.InsuranceCompanyController.Post (Diligent.WebAPI.Host) in 689.3592ms
- ][2022-06-27 11:26:53.718 +02:00 INF Executed endpoint 'Diligent.WebAPI.Host.MongoControllers.InsuranceCompanyController.Post (Diligent.WebAPI.Host)'
- ][2022-06-27 11:26:53.734 +02:00 ERR Missing type map configuration or unsupported mapping.
-
- Mapping types:
- InsuranceCompanyCreateDTO -> InsuranceCompanyMongo
- Diligent.WebAPI.Host.MongoDTOs.InsuranceCompanyCreateDTO -> Diligent.WebAPI.Data.Entities.InsuranceCompanyMongo
- ][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
- ][2022-06-27 11:27:01.908 +02:00 INF Request starting HTTP/1.1 GET http://localhost:5116/api/mongo/InsuranceCompany - -
- ][2022-06-27 11:27:01.909 +02:00 INF Executing endpoint 'Diligent.WebAPI.Host.MongoControllers.InsuranceCompanyController.Get (Diligent.WebAPI.Host)'
- ][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).
- ][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]]'.
- ][2022-06-27 11:27:02.105 +02:00 INF Executed action Diligent.WebAPI.Host.MongoControllers.InsuranceCompanyController.Get (Diligent.WebAPI.Host) in 193.4582ms
- ][2022-06-27 11:27:02.106 +02:00 INF Executed endpoint 'Diligent.WebAPI.Host.MongoControllers.InsuranceCompanyController.Get (Diligent.WebAPI.Host)'
- ][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
- ][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
- ][2022-06-27 11:27:24.554 +02:00 INF CORS policy execution failed.
- ][2022-06-27 11:27:24.554 +02:00 INF Request origin http://localhost:5116 does not have permission to access the resource.
- ][2022-06-27 11:27:24.554 +02:00 INF Executing endpoint 'Diligent.WebAPI.Host.MongoControllers.InsuranceCompanyController.Post (Diligent.WebAPI.Host)'
- ][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).
- ][2022-06-27 11:27:24.581 +02:00 INF Executed action Diligent.WebAPI.Host.MongoControllers.InsuranceCompanyController.Post (Diligent.WebAPI.Host) in 26.6685ms
- ][2022-06-27 11:27:24.581 +02:00 INF Executed endpoint 'Diligent.WebAPI.Host.MongoControllers.InsuranceCompanyController.Post (Diligent.WebAPI.Host)'
- ][2022-06-27 11:27:24.594 +02:00 ERR Missing type map configuration or unsupported mapping.
-
- Mapping types:
- InsuranceCompanyCreateDTO -> InsuranceCompanyMongo
- Diligent.WebAPI.Host.MongoDTOs.InsuranceCompanyCreateDTO -> Diligent.WebAPI.Data.Entities.InsuranceCompanyMongo
- ][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
- ][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.
- ][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'.
- ][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
- ][2022-06-27 11:28:33.962 +02:00 INF Executed DbCommand (15ms) [Parameters=[], CommandType='"Text"', CommandTimeout='30']
- SELECT 1
- ][2022-06-27 11:28:33.984 +02:00 INF Executed DbCommand (13ms) [Parameters=[], CommandType='"Text"', CommandTimeout='30']
- SELECT OBJECT_ID(N'[__EFMigrationsHistory]');
- ][2022-06-27 11:28:34.005 +02:00 INF Executed DbCommand (3ms) [Parameters=[], CommandType='"Text"', CommandTimeout='30']
- SELECT [MigrationId], [ProductVersion]
- FROM [__EFMigrationsHistory]
- ORDER BY [MigrationId];
- ][2022-06-27 11:28:34.096 +02:00 INF Now listening on: http://localhost:5116
- ][2022-06-27 11:28:34.098 +02:00 INF Application started. Press Ctrl+C to shut down.
- ][2022-06-27 11:28:34.098 +02:00 INF Hosting environment: Development
- ][2022-06-27 11:28:34.098 +02:00 INF Content root path: C:\Users\meris.ahmatovic\Desktop\06242022\Diligent.WebAPI.Host\
- ][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
- ][2022-06-27 11:28:41.967 +02:00 INF CORS policy execution failed.
- ][2022-06-27 11:28:41.967 +02:00 INF Request origin http://localhost:5116 does not have permission to access the resource.
- ][2022-06-27 11:28:41.978 +02:00 INF Executing endpoint 'Diligent.WebAPI.Host.MongoControllers.InsuranceCompanyController.Post (Diligent.WebAPI.Host)'
- ][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).
- ][2022-06-27 11:28:42.407 +02:00 INF Executed action Diligent.WebAPI.Host.MongoControllers.InsuranceCompanyController.Post (Diligent.WebAPI.Host) in 408.4889ms
- ][2022-06-27 11:28:42.408 +02:00 INF Executed endpoint 'Diligent.WebAPI.Host.MongoControllers.InsuranceCompanyController.Post (Diligent.WebAPI.Host)'
- ][2022-06-27 11:28:42.427 +02:00 ERR Missing type map configuration or unsupported mapping.
-
- Mapping types:
- InsuranceCompanyCreateDTO -> InsuranceCompanyMongo
- Diligent.WebAPI.Host.MongoDTOs.InsuranceCompanyCreateDTO -> Diligent.WebAPI.Data.Entities.InsuranceCompanyMongo
- ][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
- ][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
- ][2022-06-27 11:28:53.419 +02:00 INF CORS policy execution failed.
- ][2022-06-27 11:28:53.419 +02:00 INF Request origin http://localhost:5116 does not have permission to access the resource.
- ][2022-06-27 11:28:53.419 +02:00 INF Executing endpoint 'Diligent.WebAPI.Host.MongoControllers.InsuranceCompanyController.Post (Diligent.WebAPI.Host)'
- ][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).
- ][2022-06-27 11:28:53.449 +02:00 INF Executed action Diligent.WebAPI.Host.MongoControllers.InsuranceCompanyController.Post (Diligent.WebAPI.Host) in 29.1027ms
- ][2022-06-27 11:28:53.449 +02:00 INF Executed endpoint 'Diligent.WebAPI.Host.MongoControllers.InsuranceCompanyController.Post (Diligent.WebAPI.Host)'
- ][2022-06-27 11:28:53.462 +02:00 ERR Missing type map configuration or unsupported mapping.
-
- Mapping types:
- InsuranceCompanyCreateDTO -> InsuranceCompanyMongo
- Diligent.WebAPI.Host.MongoDTOs.InsuranceCompanyCreateDTO -> Diligent.WebAPI.Data.Entities.InsuranceCompanyMongo
- ][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
- ][2022-06-27 11:28:59.404 +02:00 INF Request starting HTTP/1.1 GET http://localhost:5116/api/mongo/InsuranceCompany - -
- ][2022-06-27 11:28:59.406 +02:00 INF Executing endpoint 'Diligent.WebAPI.Host.MongoControllers.InsuranceCompanyController.Get (Diligent.WebAPI.Host)'
- ][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).
- ][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]]'.
- ][2022-06-27 11:28:59.566 +02:00 INF Executed action Diligent.WebAPI.Host.MongoControllers.InsuranceCompanyController.Get (Diligent.WebAPI.Host) in 156.0753ms
- ][2022-06-27 11:28:59.566 +02:00 INF Executed endpoint 'Diligent.WebAPI.Host.MongoControllers.InsuranceCompanyController.Get (Diligent.WebAPI.Host)'
- ][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
- ][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.
- ][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'.
- ][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
- ][2022-06-27 11:30:02.457 +02:00 INF Executed DbCommand (15ms) [Parameters=[], CommandType='"Text"', CommandTimeout='30']
- SELECT 1
- ][2022-06-27 11:30:02.478 +02:00 INF Executed DbCommand (12ms) [Parameters=[], CommandType='"Text"', CommandTimeout='30']
- SELECT OBJECT_ID(N'[__EFMigrationsHistory]');
- ][2022-06-27 11:30:02.497 +02:00 INF Executed DbCommand (3ms) [Parameters=[], CommandType='"Text"', CommandTimeout='30']
- SELECT [MigrationId], [ProductVersion]
- FROM [__EFMigrationsHistory]
- ORDER BY [MigrationId];
- ][2022-06-27 11:30:02.590 +02:00 INF Now listening on: http://localhost:5116
- ][2022-06-27 11:30:02.593 +02:00 INF Application started. Press Ctrl+C to shut down.
- ][2022-06-27 11:30:02.593 +02:00 INF Hosting environment: Development
- ][2022-06-27 11:30:02.593 +02:00 INF Content root path: C:\Users\meris.ahmatovic\Desktop\06242022\Diligent.WebAPI.Host\
- ][2022-06-27 11:30:04.676 +02:00 INF Request starting HTTP/1.1 GET http://localhost:5116/swagger/index.html - -
- ][2022-06-27 11:30:04.826 +02:00 INF Request starting HTTP/1.1 GET http://localhost:5116/_vs/browserLink - -
- ][2022-06-27 11:30:04.826 +02:00 INF Request starting HTTP/1.1 GET http://localhost:5116/_framework/aspnetcore-browser-refresh.js - -
- ][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
- ][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
- ][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
- ][2022-06-27 11:30:04.927 +02:00 INF Request starting HTTP/1.1 GET http://localhost:5116/swagger/v1/swagger.json - -
- ][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
- ][2022-06-27 11:30:09.882 +02:00 INF Request starting HTTP/1.1 GET http://localhost:5116/v1.0/insuranceCompanies - -
- ][2022-06-27 11:30:09.890 +02:00 INF Executing endpoint 'Diligent.WebAPI.Host.Controllers.InsuranceCompaniesController.GetInsuranceCompanies (Diligent.WebAPI.Host)'
- ][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).
- ][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
- ][2022-06-27 11:30:10.198 +02:00 INF Executed DbCommand (13ms) [Parameters=[], CommandType='"Text"', CommandTimeout='30']
- 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]
- FROM [InsuranceCompanies] AS [i]
- ][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]]'.
- ][2022-06-27 11:30:10.292 +02:00 INF Executed action Diligent.WebAPI.Host.Controllers.InsuranceCompaniesController.GetInsuranceCompanies (Diligent.WebAPI.Host) in 388.6367ms
- ][2022-06-27 11:30:10.293 +02:00 INF Executed endpoint 'Diligent.WebAPI.Host.Controllers.InsuranceCompaniesController.GetInsuranceCompanies (Diligent.WebAPI.Host)'
- ][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
- ][2022-06-27 11:30:19.697 +02:00 INF Request starting HTTP/1.1 GET http://localhost:5116/api/mongo/InsuranceCompany - -
- ][2022-06-27 11:30:19.701 +02:00 INF Executing endpoint 'Diligent.WebAPI.Host.MongoControllers.InsuranceCompanyController.Get (Diligent.WebAPI.Host)'
- ][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).
- ][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]]'.
- ][2022-06-27 11:30:20.084 +02:00 INF Executed action Diligent.WebAPI.Host.MongoControllers.InsuranceCompanyController.Get (Diligent.WebAPI.Host) in 380.2646ms
- ][2022-06-27 11:30:20.084 +02:00 INF Executed endpoint 'Diligent.WebAPI.Host.MongoControllers.InsuranceCompanyController.Get (Diligent.WebAPI.Host)'
- ][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
- ][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
- ][2022-06-27 11:30:34.089 +02:00 INF CORS policy execution failed.
- ][2022-06-27 11:30:34.089 +02:00 INF Request origin http://localhost:5116 does not have permission to access the resource.
- ][2022-06-27 11:30:34.089 +02:00 INF Executing endpoint 'Diligent.WebAPI.Host.MongoControllers.InsuranceCompanyController.Post (Diligent.WebAPI.Host)'
- ][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).
- ][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.
- ][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'.
- ][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
- ][2022-06-27 11:34:21.215 +02:00 INF Executed DbCommand (15ms) [Parameters=[], CommandType='"Text"', CommandTimeout='30']
- SELECT 1
- ][2022-06-27 11:34:21.236 +02:00 INF Executed DbCommand (12ms) [Parameters=[], CommandType='"Text"', CommandTimeout='30']
- SELECT OBJECT_ID(N'[__EFMigrationsHistory]');
- ][2022-06-27 11:34:21.256 +02:00 INF Executed DbCommand (3ms) [Parameters=[], CommandType='"Text"', CommandTimeout='30']
- SELECT [MigrationId], [ProductVersion]
- FROM [__EFMigrationsHistory]
- ORDER BY [MigrationId];
- ][2022-06-27 11:34:21.348 +02:00 INF Now listening on: http://localhost:5116
- ][2022-06-27 11:34:21.351 +02:00 INF Application started. Press Ctrl+C to shut down.
- ][2022-06-27 11:34:21.351 +02:00 INF Hosting environment: Development
- ][2022-06-27 11:34:21.351 +02:00 INF Content root path: C:\Users\meris.ahmatovic\Desktop\06242022\Diligent.WebAPI.Host\
- ][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
- ][2022-06-27 11:34:24.661 +02:00 INF CORS policy execution failed.
- ][2022-06-27 11:34:24.661 +02:00 INF Request origin http://localhost:5116 does not have permission to access the resource.
- ][2022-06-27 11:34:24.673 +02:00 INF Executing endpoint 'Diligent.WebAPI.Host.MongoControllers.InsuranceCompanyController.Post (Diligent.WebAPI.Host)'
- ][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).
- ][2022-06-27 11:34:25.185 +02:00 INF Executing CreatedAtActionResult, writing value of type 'Diligent.WebAPI.Data.Entities.InsuranceCompanyMongo'.
- ][2022-06-27 11:34:25.221 +02:00 INF Executed action Diligent.WebAPI.Host.MongoControllers.InsuranceCompanyController.Post (Diligent.WebAPI.Host) in 527.9978ms
- ][2022-06-27 11:34:25.221 +02:00 INF Executed endpoint 'Diligent.WebAPI.Host.MongoControllers.InsuranceCompanyController.Post (Diligent.WebAPI.Host)'
- ][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
- ][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.
- ][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'.
- ][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
- ][2022-06-27 12:00:14.072 +02:00 INF Executed DbCommand (21ms) [Parameters=[], CommandType='"Text"', CommandTimeout='30']
- SELECT 1
- ][2022-06-27 12:00:14.100 +02:00 INF Executed DbCommand (15ms) [Parameters=[], CommandType='"Text"', CommandTimeout='30']
- SELECT OBJECT_ID(N'[__EFMigrationsHistory]');
- ][2022-06-27 12:00:14.127 +02:00 INF Executed DbCommand (4ms) [Parameters=[], CommandType='"Text"', CommandTimeout='30']
- SELECT [MigrationId], [ProductVersion]
- FROM [__EFMigrationsHistory]
- ORDER BY [MigrationId];
- ][2022-06-27 12:00:14.264 +02:00 INF Now listening on: http://localhost:5116
- ][2022-06-27 12:00:14.268 +02:00 INF Application started. Press Ctrl+C to shut down.
- ][2022-06-27 12:00:14.268 +02:00 INF Hosting environment: Development
- ][2022-06-27 12:00:14.269 +02:00 INF Content root path: C:\Users\meris.ahmatovic\Desktop\06242022\Diligent.WebAPI.Host\
- ][2022-06-27 12:00:20.403 +02:00 INF Request starting HTTP/1.1 GET http://localhost:5116/swagger/index.html - -
- ][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
- ][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.
- ][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'.
- ][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
- ][2022-06-27 12:02:31.515 +02:00 INF Executed DbCommand (16ms) [Parameters=[], CommandType='"Text"', CommandTimeout='30']
- SELECT 1
- ][2022-06-27 12:02:31.536 +02:00 INF Executed DbCommand (12ms) [Parameters=[], CommandType='"Text"', CommandTimeout='30']
- SELECT OBJECT_ID(N'[__EFMigrationsHistory]');
- ][2022-06-27 12:02:31.555 +02:00 INF Executed DbCommand (3ms) [Parameters=[], CommandType='"Text"', CommandTimeout='30']
- SELECT [MigrationId], [ProductVersion]
- FROM [__EFMigrationsHistory]
- ORDER BY [MigrationId];
- ][2022-06-27 12:02:31.648 +02:00 INF Now listening on: http://localhost:5116
- ][2022-06-27 12:02:31.650 +02:00 INF Application started. Press Ctrl+C to shut down.
- ][2022-06-27 12:02:31.650 +02:00 INF Hosting environment: Development
- ][2022-06-27 12:02:31.650 +02:00 INF Content root path: C:\Users\meris.ahmatovic\Desktop\06242022\Diligent.WebAPI.Host\
- ][2022-06-27 12:02:32.453 +02:00 INF Request starting HTTP/1.1 GET http://localhost:5116/swagger/index.html - -
- ][2022-06-27 12:02:32.642 +02:00 INF Request starting HTTP/1.1 GET http://localhost:5116/_vs/browserLink - -
- ][2022-06-27 12:02:32.642 +02:00 INF Request starting HTTP/1.1 GET http://localhost:5116/_framework/aspnetcore-browser-refresh.js - -
- ][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
- ][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
- ][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
- ][2022-06-27 12:02:32.748 +02:00 INF Request starting HTTP/1.1 GET http://localhost:5116/swagger/v1/swagger.json - -
- ][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
- ][2022-06-27 12:02:37.103 +02:00 INF Request starting HTTP/1.1 GET http://localhost:5116/api/mongo/InsuranceCompany - -
- ][2022-06-27 12:02:37.120 +02:00 INF Executing endpoint 'Diligent.WebAPI.Host.MongoControllers.InsuranceCompanyController.Get (Diligent.WebAPI.Host)'
- ][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).
- ][2022-06-27 12:02:37.139 +02:00 INF Executed action Diligent.WebAPI.Host.MongoControllers.InsuranceCompanyController.Get (Diligent.WebAPI.Host) in 1.8905ms
- ][2022-06-27 12:02:37.140 +02:00 INF Executed endpoint 'Diligent.WebAPI.Host.MongoControllers.InsuranceCompanyController.Get (Diligent.WebAPI.Host)'
- ][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'.
- ][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
- ][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.
- ][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'.
- ][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
- ][2022-06-27 12:04:19.582 +02:00 INF Executed DbCommand (15ms) [Parameters=[], CommandType='"Text"', CommandTimeout='30']
- SELECT 1
- ][2022-06-27 12:04:19.603 +02:00 INF Executed DbCommand (12ms) [Parameters=[], CommandType='"Text"', CommandTimeout='30']
- SELECT OBJECT_ID(N'[__EFMigrationsHistory]');
- ][2022-06-27 12:04:19.622 +02:00 INF Executed DbCommand (3ms) [Parameters=[], CommandType='"Text"', CommandTimeout='30']
- SELECT [MigrationId], [ProductVersion]
- FROM [__EFMigrationsHistory]
- ORDER BY [MigrationId];
- ][2022-06-27 12:04:19.713 +02:00 INF Now listening on: http://localhost:5116
- ][2022-06-27 12:04:19.715 +02:00 INF Application started. Press Ctrl+C to shut down.
- ][2022-06-27 12:04:19.716 +02:00 INF Hosting environment: Development
- ][2022-06-27 12:04:19.716 +02:00 INF Content root path: C:\Users\meris.ahmatovic\Desktop\06242022\Diligent.WebAPI.Host\
- ][2022-06-27 12:04:28.139 +02:00 INF Request starting HTTP/1.1 GET http://localhost:5116/api/mongo/InsuranceCompany - -
- ][2022-06-27 12:04:28.198 +02:00 INF Executing endpoint 'Diligent.WebAPI.Host.MongoControllers.InsuranceCompanyController.Get (Diligent.WebAPI.Host)'
- ][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).
- ][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]]'.
- ][2022-06-27 12:04:28.672 +02:00 INF Executed action Diligent.WebAPI.Host.MongoControllers.InsuranceCompanyController.Get (Diligent.WebAPI.Host) in 460.5414ms
- ][2022-06-27 12:04:28.673 +02:00 INF Executed endpoint 'Diligent.WebAPI.Host.MongoControllers.InsuranceCompanyController.Get (Diligent.WebAPI.Host)'
- ][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
- ][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.
- ][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'.
- ][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
- ][2022-06-27 12:20:14.072 +02:00 INF Executed DbCommand (15ms) [Parameters=[], CommandType='"Text"', CommandTimeout='30']
- SELECT 1
- ][2022-06-27 12:20:14.093 +02:00 INF Executed DbCommand (12ms) [Parameters=[], CommandType='"Text"', CommandTimeout='30']
- SELECT OBJECT_ID(N'[__EFMigrationsHistory]');
- ][2022-06-27 12:20:14.114 +02:00 INF Executed DbCommand (3ms) [Parameters=[], CommandType='"Text"', CommandTimeout='30']
- SELECT [MigrationId], [ProductVersion]
- FROM [__EFMigrationsHistory]
- ORDER BY [MigrationId];
- ][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.
- ][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'.
- ][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
- ][2022-06-27 12:21:46.292 +02:00 INF Executed DbCommand (15ms) [Parameters=[], CommandType='"Text"', CommandTimeout='30']
- SELECT 1
- ][2022-06-27 12:21:46.314 +02:00 INF Executed DbCommand (12ms) [Parameters=[], CommandType='"Text"', CommandTimeout='30']
- SELECT OBJECT_ID(N'[__EFMigrationsHistory]');
- ][2022-06-27 12:21:46.335 +02:00 INF Executed DbCommand (3ms) [Parameters=[], CommandType='"Text"', CommandTimeout='30']
- SELECT [MigrationId], [ProductVersion]
- FROM [__EFMigrationsHistory]
- ORDER BY [MigrationId];
- ][2022-06-27 12:21:46.446 +02:00 INF Now listening on: http://localhost:5116
- ][2022-06-27 12:21:46.450 +02:00 INF Application started. Press Ctrl+C to shut down.
- ][2022-06-27 12:21:46.450 +02:00 INF Hosting environment: Development
- ][2022-06-27 12:21:46.450 +02:00 INF Content root path: C:\Users\meris.ahmatovic\Desktop\06242022\Diligent.WebAPI.Host\
- ][2022-06-27 12:21:56.516 +02:00 INF Request starting HTTP/1.1 GET http://localhost:5116/swagger/index.html - -
- ][2022-06-27 12:21:56.671 +02:00 INF Request starting HTTP/1.1 GET http://localhost:5116/_vs/browserLink - -
- ][2022-06-27 12:21:56.672 +02:00 INF Request starting HTTP/1.1 GET http://localhost:5116/_framework/aspnetcore-browser-refresh.js - -
- ][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
- ][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
- ][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
- ][2022-06-27 12:21:56.863 +02:00 INF Request starting HTTP/1.1 GET http://localhost:5116/swagger/v1/swagger.json - -
- ][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
- ][2022-06-27 12:22:22.169 +02:00 INF Request starting HTTP/1.1 GET http://localhost:5116/api/mongo/InsurancePolicy - -
- ][2022-06-27 12:22:22.183 +02:00 INF Executing endpoint 'Diligent.WebAPI.Host.MongoControllers.InsurancePolicyController.Get (Diligent.WebAPI.Host)'
- ][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).
- ][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]]'.
- ][2022-06-27 12:22:22.667 +02:00 INF Executed action Diligent.WebAPI.Host.MongoControllers.InsurancePolicyController.Get (Diligent.WebAPI.Host) in 470.9895ms
- ][2022-06-27 12:22:22.668 +02:00 INF Executed endpoint 'Diligent.WebAPI.Host.MongoControllers.InsurancePolicyController.Get (Diligent.WebAPI.Host)'
- ][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
- ][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
- ][2022-06-27 12:22:59.152 +02:00 INF CORS policy execution failed.
- ][2022-06-27 12:22:59.152 +02:00 INF Request origin http://localhost:5116 does not have permission to access the resource.
- ][2022-06-27 12:22:59.152 +02:00 INF Executing endpoint 'Diligent.WebAPI.Host.MongoControllers.InsurancePolicyController.Post (Diligent.WebAPI.Host)'
- ][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).
- ][2022-06-27 12:22:59.272 +02:00 INF Executing CreatedAtActionResult, writing value of type 'Diligent.WebAPI.Data.Entities.InsurancePolicyMongo'.
- ][2022-06-27 12:22:59.296 +02:00 INF Executed action Diligent.WebAPI.Host.MongoControllers.InsurancePolicyController.Post (Diligent.WebAPI.Host) in 133.4338ms
- ][2022-06-27 12:22:59.296 +02:00 INF Executed endpoint 'Diligent.WebAPI.Host.MongoControllers.InsurancePolicyController.Post (Diligent.WebAPI.Host)'
- ][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
- ][2022-06-27 12:23:06.219 +02:00 INF Request starting HTTP/1.1 GET http://localhost:5116/api/mongo/InsurancePolicy - -
- ][2022-06-27 12:23:06.220 +02:00 INF Executing endpoint 'Diligent.WebAPI.Host.MongoControllers.InsurancePolicyController.Get (Diligent.WebAPI.Host)'
- ][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).
- ][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]]'.
- ][2022-06-27 12:23:06.236 +02:00 INF Executed action Diligent.WebAPI.Host.MongoControllers.InsurancePolicyController.Get (Diligent.WebAPI.Host) in 16.6202ms
- ][2022-06-27 12:23:06.237 +02:00 INF Executed endpoint 'Diligent.WebAPI.Host.MongoControllers.InsurancePolicyController.Get (Diligent.WebAPI.Host)'
- ][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
- ][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.
- ][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'.
- ][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
- ][2022-06-27 13:04:40.765 +02:00 INF Executed DbCommand (19ms) [Parameters=[], CommandType='"Text"', CommandTimeout='30']
- SELECT 1
- ][2022-06-27 13:04:40.791 +02:00 INF Executed DbCommand (14ms) [Parameters=[], CommandType='"Text"', CommandTimeout='30']
- SELECT OBJECT_ID(N'[__EFMigrationsHistory]');
- ][2022-06-27 13:04:40.812 +02:00 INF Executed DbCommand (2ms) [Parameters=[], CommandType='"Text"', CommandTimeout='30']
- SELECT [MigrationId], [ProductVersion]
- FROM [__EFMigrationsHistory]
- ORDER BY [MigrationId];
- ][2022-06-27 13:04:40.931 +02:00 INF Now listening on: http://localhost:5116
- ][2022-06-27 13:04:40.935 +02:00 INF Application started. Press Ctrl+C to shut down.
- ][2022-06-27 13:04:40.935 +02:00 INF Hosting environment: Development
- ][2022-06-27 13:04:40.935 +02:00 INF Content root path: C:\Users\meris.ahmatovic\Desktop\06242022\Diligent.WebAPI.Host\
- ][2022-06-27 13:05:16.671 +02:00 INF Request starting HTTP/1.1 GET http://localhost:5116/swagger/index.html - -
- ][2022-06-27 13:05:16.879 +02:00 INF Request starting HTTP/1.1 GET http://localhost:5116/_vs/browserLink - -
- ][2022-06-27 13:05:16.879 +02:00 INF Request starting HTTP/1.1 GET http://localhost:5116/_framework/aspnetcore-browser-refresh.js - -
- ][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
- ][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
- ][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
- ][2022-06-27 13:05:17.076 +02:00 INF Request starting HTTP/1.1 GET http://localhost:5116/swagger/v1/swagger.json - -
- ][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
- ][2022-06-27 13:05:23.406 +02:00 INF Request starting HTTP/1.1 GET http://localhost:5116/api/mongo/InsuranceCompany - -
- ][2022-06-27 13:05:23.420 +02:00 INF Executing endpoint 'Diligent.WebAPI.Host.MongoControllers.InsuranceCompanyController.Get (Diligent.WebAPI.Host)'
- ][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).
- ][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]]'.
- ][2022-06-27 13:05:23.888 +02:00 INF Executed action Diligent.WebAPI.Host.MongoControllers.InsuranceCompanyController.Get (Diligent.WebAPI.Host) in 453.942ms
- ][2022-06-27 13:05:23.889 +02:00 INF Executed endpoint 'Diligent.WebAPI.Host.MongoControllers.InsuranceCompanyController.Get (Diligent.WebAPI.Host)'
- ][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
- ][2022-06-27 13:05:31.752 +02:00 INF Request starting HTTP/1.1 GET http://localhost:5116/api/mongo/InsurancePolicy - -
- ][2022-06-27 13:05:31.753 +02:00 INF Executing endpoint 'Diligent.WebAPI.Host.MongoControllers.InsurancePolicyController.Get (Diligent.WebAPI.Host)'
- ][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).
- ][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]]'.
- ][2022-06-27 13:05:31.779 +02:00 INF Executed action Diligent.WebAPI.Host.MongoControllers.InsurancePolicyController.Get (Diligent.WebAPI.Host) in 22.9468ms
- ][2022-06-27 13:05:31.779 +02:00 INF Executed endpoint 'Diligent.WebAPI.Host.MongoControllers.InsurancePolicyController.Get (Diligent.WebAPI.Host)'
- ][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
- ][2022-06-27 13:05:48.723 +02:00 INF Request starting HTTP/1.1 GET http://localhost:5116/api/mongo/InsurancePolicy/62b98503ee06738fcb31f21b - -
- ][2022-06-27 13:05:48.723 +02:00 INF Executing endpoint 'Diligent.WebAPI.Host.MongoControllers.InsurancePolicyController.Get (Diligent.WebAPI.Host)'
- ][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).
- ][2022-06-27 13:05:48.768 +02:00 INF Executing ObjectResult, writing value of type 'Diligent.WebAPI.Host.MongoDTOs.InsurancePolicyMongo.InsurancePolicyReturnDTO'.
- ][2022-06-27 13:05:48.768 +02:00 INF Executed action Diligent.WebAPI.Host.MongoControllers.InsurancePolicyController.Get (Diligent.WebAPI.Host) in 34.8271ms
- ][2022-06-27 13:05:48.768 +02:00 INF Executed endpoint 'Diligent.WebAPI.Host.MongoControllers.InsurancePolicyController.Get (Diligent.WebAPI.Host)'
- ][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
- ][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
- ][2022-06-27 13:06:19.176 +02:00 INF CORS policy execution failed.
- ][2022-06-27 13:06:19.176 +02:00 INF Request origin http://localhost:5116 does not have permission to access the resource.
- ][2022-06-27 13:06:19.176 +02:00 INF Executing endpoint 'Diligent.WebAPI.Host.MongoControllers.InsurancePolicyController.Update (Diligent.WebAPI.Host)'
- ][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).
- ][2022-06-27 13:06:19.259 +02:00 INF Executing StatusCodeResult, setting HTTP status code 200
- ][2022-06-27 13:06:19.259 +02:00 INF Executed action Diligent.WebAPI.Host.MongoControllers.InsurancePolicyController.Update (Diligent.WebAPI.Host) in 80.0514ms
- ][2022-06-27 13:06:19.259 +02:00 INF Executed endpoint 'Diligent.WebAPI.Host.MongoControllers.InsurancePolicyController.Update (Diligent.WebAPI.Host)'
- ][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
- ][2022-06-27 13:06:31.659 +02:00 INF Request starting HTTP/1.1 GET http://localhost:5116/api/mongo/InsurancePolicy/62b98503ee06738fcb31f21b - -
- ][2022-06-27 13:06:31.660 +02:00 INF Executing endpoint 'Diligent.WebAPI.Host.MongoControllers.InsurancePolicyController.Get (Diligent.WebAPI.Host)'
- ][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).
- ][2022-06-27 13:06:31.666 +02:00 INF Executing ObjectResult, writing value of type 'Diligent.WebAPI.Host.MongoDTOs.InsurancePolicyMongo.InsurancePolicyReturnDTO'.
- ][2022-06-27 13:06:31.666 +02:00 INF Executed action Diligent.WebAPI.Host.MongoControllers.InsurancePolicyController.Get (Diligent.WebAPI.Host) in 6.0543ms
- ][2022-06-27 13:06:31.666 +02:00 INF Executed endpoint 'Diligent.WebAPI.Host.MongoControllers.InsurancePolicyController.Get (Diligent.WebAPI.Host)'
- ][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
- ][2022-06-27 13:06:40.732 +02:00 INF Request starting HTTP/1.1 DELETE http://localhost:5116/api/mongo/InsurancePolicy/62b98503ee06738fcb31f21b - -
- ][2022-06-27 13:06:40.733 +02:00 INF CORS policy execution failed.
- ][2022-06-27 13:06:40.733 +02:00 INF Request origin http://localhost:5116 does not have permission to access the resource.
- ][2022-06-27 13:06:40.733 +02:00 INF Executing endpoint 'Diligent.WebAPI.Host.MongoControllers.InsurancePolicyController.Delete (Diligent.WebAPI.Host)'
- ][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).
- ][2022-06-27 13:06:40.748 +02:00 INF Executing StatusCodeResult, setting HTTP status code 200
- ][2022-06-27 13:06:40.748 +02:00 INF Executed action Diligent.WebAPI.Host.MongoControllers.InsurancePolicyController.Delete (Diligent.WebAPI.Host) in 13.0681ms
- ][2022-06-27 13:06:40.748 +02:00 INF Executed endpoint 'Diligent.WebAPI.Host.MongoControllers.InsurancePolicyController.Delete (Diligent.WebAPI.Host)'
- ][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
- ][2022-06-27 13:06:49.882 +02:00 INF Request starting HTTP/1.1 GET http://localhost:5116/api/mongo/InsurancePolicy/62b98503ee06738fcb31f21b - -
- ][2022-06-27 13:06:49.883 +02:00 INF Executing endpoint 'Diligent.WebAPI.Host.MongoControllers.InsurancePolicyController.Get (Diligent.WebAPI.Host)'
- ][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).
- ][2022-06-27 13:06:49.948 +02:00 INF Executed action Diligent.WebAPI.Host.MongoControllers.InsurancePolicyController.Get (Diligent.WebAPI.Host) in 64.8814ms
- ][2022-06-27 13:06:49.948 +02:00 INF Executed endpoint 'Diligent.WebAPI.Host.MongoControllers.InsurancePolicyController.Get (Diligent.WebAPI.Host)'
- ][2022-06-27 13:06:50.033 +02:00 ERR Company not found
- ][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
- ][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.
- ][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'.
- ][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
- ][2022-06-27 13:14:46.361 +02:00 INF Executed DbCommand (17ms) [Parameters=[], CommandType='"Text"', CommandTimeout='30']
- SELECT 1
- ][2022-06-27 13:14:46.385 +02:00 INF Executed DbCommand (13ms) [Parameters=[], CommandType='"Text"', CommandTimeout='30']
- SELECT OBJECT_ID(N'[__EFMigrationsHistory]');
- ][2022-06-27 13:14:46.411 +02:00 INF Executed DbCommand (3ms) [Parameters=[], CommandType='"Text"', CommandTimeout='30']
- SELECT [MigrationId], [ProductVersion]
- FROM [__EFMigrationsHistory]
- ORDER BY [MigrationId];
- ][2022-06-27 13:14:46.525 +02:00 INF Now listening on: http://localhost:5116
- ][2022-06-27 13:14:46.528 +02:00 INF Application started. Press Ctrl+C to shut down.
- ][2022-06-27 13:14:46.529 +02:00 INF Hosting environment: Development
- ][2022-06-27 13:14:46.529 +02:00 INF Content root path: C:\Users\meris.ahmatovic\Desktop\06242022\Diligent.WebAPI.Host\
- ][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.
- ][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'.
- ][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
- ][2022-06-27 14:23:46.391 +02:00 INF Executed DbCommand (16ms) [Parameters=[], CommandType='"Text"', CommandTimeout='30']
- SELECT 1
- ][2022-06-27 14:23:46.412 +02:00 INF Executed DbCommand (12ms) [Parameters=[], CommandType='"Text"', CommandTimeout='30']
- SELECT OBJECT_ID(N'[__EFMigrationsHistory]');
- ][2022-06-27 14:23:46.433 +02:00 INF Executed DbCommand (3ms) [Parameters=[], CommandType='"Text"', CommandTimeout='30']
- SELECT [MigrationId], [ProductVersion]
- FROM [__EFMigrationsHistory]
- ORDER BY [MigrationId];
- ][2022-06-27 14:23:46.512 +02:00 INF Now listening on: http://localhost:5116
- ][2022-06-27 14:23:46.515 +02:00 INF Application started. Press Ctrl+C to shut down.
- ][2022-06-27 14:23:46.515 +02:00 INF Hosting environment: Development
- ][2022-06-27 14:23:46.515 +02:00 INF Content root path: C:\Users\ermin.bronja\Desktop\Projekat\Diligent.WebAPI.Host\
- ][2022-06-27 14:23:51.924 +02:00 INF Request starting HTTP/1.1 GET http://localhost:5116/swagger/index.html - -
- ][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
- ][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.
- ][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'.
- ][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
- ][2022-06-27 14:25:47.594 +02:00 INF Executed DbCommand (15ms) [Parameters=[], CommandType='"Text"', CommandTimeout='30']
- SELECT 1
- ][2022-06-27 14:25:47.615 +02:00 INF Executed DbCommand (12ms) [Parameters=[], CommandType='"Text"', CommandTimeout='30']
- SELECT OBJECT_ID(N'[__EFMigrationsHistory]');
- ][2022-06-27 14:25:47.635 +02:00 INF Executed DbCommand (3ms) [Parameters=[], CommandType='"Text"', CommandTimeout='30']
- SELECT [MigrationId], [ProductVersion]
- FROM [__EFMigrationsHistory]
- ORDER BY [MigrationId];
- ][2022-06-27 14:25:47.745 +02:00 INF Now listening on: http://localhost:5116
- ][2022-06-27 14:25:47.748 +02:00 INF Application started. Press Ctrl+C to shut down.
- ][2022-06-27 14:25:47.748 +02:00 INF Hosting environment: Development
- ][2022-06-27 14:25:47.748 +02:00 INF Content root path: C:\Users\ermin.bronja\Desktop\Projekat\Diligent.WebAPI.Host\
- ][2022-06-27 14:25:49.123 +02:00 INF Request starting HTTP/1.1 GET http://localhost:5116/swagger/index.html - -
- ][2022-06-27 14:25:49.278 +02:00 INF Request starting HTTP/1.1 GET http://localhost:5116/_vs/browserLink - -
- ][2022-06-27 14:25:49.281 +02:00 INF Request starting HTTP/1.1 GET http://localhost:5116/_framework/aspnetcore-browser-refresh.js - -
- ][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
- ][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
- ][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
- ][2022-06-27 14:25:49.498 +02:00 INF Request starting HTTP/1.1 GET http://localhost:5116/swagger/v1/swagger.json - -
- ][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
- ][2022-06-27 14:25:56.080 +02:00 INF Request starting HTTP/1.1 GET http://localhost:5116/api/mongo/Insurer - -
- ][2022-06-27 14:25:56.092 +02:00 INF Executing endpoint 'Diligent.WebAPI.Host.MongoController.InsurerController.GetAll (Diligent.WebAPI.Host)'
- ][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).
- ][2022-06-27 14:25:56.679 +02:00 INF Executed action Diligent.WebAPI.Host.MongoController.InsurerController.GetAll (Diligent.WebAPI.Host) in 573.4077ms
- ][2022-06-27 14:25:56.680 +02:00 INF Executed endpoint 'Diligent.WebAPI.Host.MongoController.InsurerController.GetAll (Diligent.WebAPI.Host)'
- ][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'.
- ][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
- ][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.
- ][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'.
- ][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
- ][2022-06-27 14:26:21.839 +02:00 INF Executed DbCommand (16ms) [Parameters=[], CommandType='"Text"', CommandTimeout='30']
- SELECT 1
- ][2022-06-27 14:26:21.860 +02:00 INF Executed DbCommand (12ms) [Parameters=[], CommandType='"Text"', CommandTimeout='30']
- SELECT OBJECT_ID(N'[__EFMigrationsHistory]');
- ][2022-06-27 14:26:21.880 +02:00 INF Executed DbCommand (2ms) [Parameters=[], CommandType='"Text"', CommandTimeout='30']
- SELECT [MigrationId], [ProductVersion]
- FROM [__EFMigrationsHistory]
- ORDER BY [MigrationId];
- ][2022-06-27 14:26:21.971 +02:00 INF Now listening on: http://localhost:5116
- ][2022-06-27 14:26:21.973 +02:00 INF Application started. Press Ctrl+C to shut down.
- ][2022-06-27 14:26:21.973 +02:00 INF Hosting environment: Development
- ][2022-06-27 14:26:21.974 +02:00 INF Content root path: C:\Users\ermin.bronja\Desktop\Projekat\Diligent.WebAPI.Host\
- ][2022-06-27 14:26:23.454 +02:00 INF Request starting HTTP/1.1 GET http://localhost:5116/api/mongo/Insurer - -
- ][2022-06-27 14:26:23.514 +02:00 INF Executing endpoint 'Diligent.WebAPI.Host.MongoController.InsurerController.GetAll (Diligent.WebAPI.Host)'
- ][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).
- ][2022-06-27 14:26:24.089 +02:00 INF Executed action Diligent.WebAPI.Host.MongoController.InsurerController.GetAll (Diligent.WebAPI.Host) in 558.7317ms
- ][2022-06-27 14:26:24.090 +02:00 INF Executed endpoint 'Diligent.WebAPI.Host.MongoController.InsurerController.GetAll (Diligent.WebAPI.Host)'
- ][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.
- ][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
- ][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.
- ][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'.
- ][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
- ][2022-06-27 14:28:34.149 +02:00 INF Executed DbCommand (16ms) [Parameters=[], CommandType='"Text"', CommandTimeout='30']
- SELECT 1
- ][2022-06-27 14:28:34.172 +02:00 INF Executed DbCommand (13ms) [Parameters=[], CommandType='"Text"', CommandTimeout='30']
- SELECT OBJECT_ID(N'[__EFMigrationsHistory]');
- ][2022-06-27 14:28:34.192 +02:00 INF Executed DbCommand (2ms) [Parameters=[], CommandType='"Text"', CommandTimeout='30']
- SELECT [MigrationId], [ProductVersion]
- FROM [__EFMigrationsHistory]
- ORDER BY [MigrationId];
- ][2022-06-27 14:28:34.283 +02:00 INF Now listening on: http://localhost:5116
- ][2022-06-27 14:28:34.286 +02:00 INF Application started. Press Ctrl+C to shut down.
- ][2022-06-27 14:28:34.286 +02:00 INF Hosting environment: Development
- ][2022-06-27 14:28:34.286 +02:00 INF Content root path: C:\Users\ermin.bronja\Desktop\Projekat\Diligent.WebAPI.Host\
- ][2022-06-27 14:28:36.985 +02:00 INF Request starting HTTP/1.1 GET http://localhost:5116/api/mongo/Insurer - -
- ][2022-06-27 14:28:37.042 +02:00 INF Executing endpoint 'Diligent.WebAPI.Host.MongoController.InsurerController.GetAll (Diligent.WebAPI.Host)'
- ][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).
- ][2022-06-27 14:28:37.654 +02:00 INF Executed action Diligent.WebAPI.Host.MongoController.InsurerController.GetAll (Diligent.WebAPI.Host) in 596.7514ms
- ][2022-06-27 14:28:37.656 +02:00 INF Executed endpoint 'Diligent.WebAPI.Host.MongoController.InsurerController.GetAll (Diligent.WebAPI.Host)'
- ][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.
- ][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
- ][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.
- ][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'.
- ][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
- ][2022-06-27 14:43:37.400 +02:00 INF Executed DbCommand (15ms) [Parameters=[], CommandType='"Text"', CommandTimeout='30']
- SELECT 1
- ][2022-06-27 14:43:37.422 +02:00 INF Executed DbCommand (12ms) [Parameters=[], CommandType='"Text"', CommandTimeout='30']
- SELECT OBJECT_ID(N'[__EFMigrationsHistory]');
- ][2022-06-27 14:43:37.441 +02:00 INF Executed DbCommand (3ms) [Parameters=[], CommandType='"Text"', CommandTimeout='30']
- SELECT [MigrationId], [ProductVersion]
- FROM [__EFMigrationsHistory]
- ORDER BY [MigrationId];
- ][2022-06-27 14:43:37.561 +02:00 INF Now listening on: http://localhost:5116
- ][2022-06-27 14:43:37.564 +02:00 INF Application started. Press Ctrl+C to shut down.
- ][2022-06-27 14:43:37.564 +02:00 INF Hosting environment: Development
- ][2022-06-27 14:43:37.564 +02:00 INF Content root path: C:\Users\ermin.bronja\Desktop\Projekat\Diligent.WebAPI.Host\
- ][2022-06-27 14:43:37.659 +02:00 INF Request starting HTTP/1.1 GET http://localhost:5116/swagger/index.html - -
- ][2022-06-27 14:43:37.819 +02:00 INF Request starting HTTP/1.1 GET http://localhost:5116/_vs/browserLink - -
- ][2022-06-27 14:43:37.819 +02:00 INF Request starting HTTP/1.1 GET http://localhost:5116/_framework/aspnetcore-browser-refresh.js - -
- ][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
- ][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
- ][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
- ][2022-06-27 14:43:38.016 +02:00 INF Request starting HTTP/1.1 GET http://localhost:5116/swagger/v1/swagger.json - -
- ][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
- ][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
- ][2022-06-27 14:43:45.853 +02:00 INF CORS policy execution failed.
- ][2022-06-27 14:43:45.853 +02:00 INF Request origin http://localhost:5116 does not have permission to access the resource.
- ][2022-06-27 14:43:45.856 +02:00 INF Executing endpoint 'Diligent.WebAPI.Host.MongoController.InsurerController.Post (Diligent.WebAPI.Host)'
- ][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).
- ][2022-06-27 14:43:46.337 +02:00 INF Executing CreatedAtActionResult, writing value of type 'Diligent.WebAPI.Data.Entities.InsurerMongo'.
- ][2022-06-27 14:43:46.367 +02:00 INF Executed action Diligent.WebAPI.Host.MongoController.InsurerController.Post (Diligent.WebAPI.Host) in 487.9136ms
- ][2022-06-27 14:43:46.367 +02:00 INF Executed endpoint 'Diligent.WebAPI.Host.MongoController.InsurerController.Post (Diligent.WebAPI.Host)'
- ][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
- ][2022-06-27 14:43:52.835 +02:00 INF Request starting HTTP/1.1 GET http://localhost:5116/api/mongo/Insurer - -
- ][2022-06-27 14:43:52.836 +02:00 INF Executing endpoint 'Diligent.WebAPI.Host.MongoController.InsurerController.GetAll (Diligent.WebAPI.Host)'
- ][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).
- ][2022-06-27 14:43:52.996 +02:00 INF Executed action Diligent.WebAPI.Host.MongoController.InsurerController.GetAll (Diligent.WebAPI.Host) in 156.5502ms
- ][2022-06-27 14:43:52.996 +02:00 INF Executed endpoint 'Diligent.WebAPI.Host.MongoController.InsurerController.GetAll (Diligent.WebAPI.Host)'
- ][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.
- ][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
- ][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.
- ][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'.
- ][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
- ][2022-06-27 14:45:56.431 +02:00 INF Executed DbCommand (15ms) [Parameters=[], CommandType='"Text"', CommandTimeout='30']
- SELECT 1
- ][2022-06-27 14:45:56.453 +02:00 INF Executed DbCommand (12ms) [Parameters=[], CommandType='"Text"', CommandTimeout='30']
- SELECT OBJECT_ID(N'[__EFMigrationsHistory]');
- ][2022-06-27 14:45:56.473 +02:00 INF Executed DbCommand (3ms) [Parameters=[], CommandType='"Text"', CommandTimeout='30']
- SELECT [MigrationId], [ProductVersion]
- FROM [__EFMigrationsHistory]
- ORDER BY [MigrationId];
- ][2022-06-27 14:45:56.562 +02:00 INF Now listening on: http://localhost:5116
- ][2022-06-27 14:45:56.565 +02:00 INF Application started. Press Ctrl+C to shut down.
- ][2022-06-27 14:45:56.565 +02:00 INF Hosting environment: Development
- ][2022-06-27 14:45:56.565 +02:00 INF Content root path: C:\Users\ermin.bronja\Desktop\Projekat\Diligent.WebAPI.Host\
- ][2022-06-27 14:46:05.637 +02:00 INF Request starting HTTP/1.1 GET http://localhost:5116/api/mongo/Insurer/62b9a602503b9180da18e537 - -
- ][2022-06-27 14:46:05.694 +02:00 INF Executing endpoint 'Diligent.WebAPI.Host.MongoController.InsurerController.Get (Diligent.WebAPI.Host)'
- ][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).
- ][2022-06-27 14:46:06.193 +02:00 INF Executing ObjectResult, writing value of type 'Diligent.WebAPI.Host.MongoDTOs.InsurerMongo.InsurerReturnDTO'.
- ][2022-06-27 14:46:06.217 +02:00 INF Executed action Diligent.WebAPI.Host.MongoController.InsurerController.Get (Diligent.WebAPI.Host) in 502.6632ms
- ][2022-06-27 14:46:06.217 +02:00 INF Executed endpoint 'Diligent.WebAPI.Host.MongoController.InsurerController.Get (Diligent.WebAPI.Host)'
- ][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
- ][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.
- ][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'.
- ][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
- ][2022-06-27 14:47:41.850 +02:00 INF Executed DbCommand (15ms) [Parameters=[], CommandType='"Text"', CommandTimeout='30']
- SELECT 1
- ][2022-06-27 14:47:41.872 +02:00 INF Executed DbCommand (13ms) [Parameters=[], CommandType='"Text"', CommandTimeout='30']
- SELECT OBJECT_ID(N'[__EFMigrationsHistory]');
- ][2022-06-27 14:47:41.893 +02:00 INF Executed DbCommand (3ms) [Parameters=[], CommandType='"Text"', CommandTimeout='30']
- SELECT [MigrationId], [ProductVersion]
- FROM [__EFMigrationsHistory]
- ORDER BY [MigrationId];
- ][2022-06-27 14:47:41.984 +02:00 INF Now listening on: http://localhost:5116
- ][2022-06-27 14:47:41.987 +02:00 INF Application started. Press Ctrl+C to shut down.
- ][2022-06-27 14:47:41.987 +02:00 INF Hosting environment: Development
- ][2022-06-27 14:47:41.987 +02:00 INF Content root path: C:\Users\ermin.bronja\Desktop\Projekat\Diligent.WebAPI.Host\
- ][2022-06-27 14:47:44.528 +02:00 INF Request starting HTTP/1.1 GET http://localhost:5116/api/mongo/Insurer - -
- ][2022-06-27 14:47:44.587 +02:00 INF Executing endpoint 'Diligent.WebAPI.Host.MongoController.InsurerController.GetAll (Diligent.WebAPI.Host)'
- ][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).
- ][2022-06-27 14:47:45.194 +02:00 INF Executed action Diligent.WebAPI.Host.MongoController.InsurerController.GetAll (Diligent.WebAPI.Host) in 594.3964ms
- ][2022-06-27 14:47:45.195 +02:00 INF Executed endpoint 'Diligent.WebAPI.Host.MongoController.InsurerController.GetAll (Diligent.WebAPI.Host)'
- ][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.
- ][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
- ][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.
- ][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'.
- ][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
- ][2022-06-27 14:48:08.221 +02:00 INF Executed DbCommand (16ms) [Parameters=[], CommandType='"Text"', CommandTimeout='30']
- SELECT 1
- ][2022-06-27 14:48:08.242 +02:00 INF Executed DbCommand (12ms) [Parameters=[], CommandType='"Text"', CommandTimeout='30']
- SELECT OBJECT_ID(N'[__EFMigrationsHistory]');
- ][2022-06-27 14:48:08.262 +02:00 INF Executed DbCommand (3ms) [Parameters=[], CommandType='"Text"', CommandTimeout='30']
- SELECT [MigrationId], [ProductVersion]
- FROM [__EFMigrationsHistory]
- ORDER BY [MigrationId];
- ][2022-06-27 14:48:08.352 +02:00 INF Now listening on: http://localhost:5116
- ][2022-06-27 14:48:08.355 +02:00 INF Application started. Press Ctrl+C to shut down.
- ][2022-06-27 14:48:08.355 +02:00 INF Hosting environment: Development
- ][2022-06-27 14:48:08.355 +02:00 INF Content root path: C:\Users\ermin.bronja\Desktop\Projekat\Diligent.WebAPI.Host\
- ][2022-06-27 14:48:09.960 +02:00 INF Request starting HTTP/1.1 GET http://localhost:5116/swagger/index.html - -
- ][2022-06-27 14:48:10.106 +02:00 INF Request starting HTTP/1.1 GET http://localhost:5116/_vs/browserLink - -
- ][2022-06-27 14:48:10.107 +02:00 INF Request starting HTTP/1.1 GET http://localhost:5116/_framework/aspnetcore-browser-refresh.js - -
- ][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
- ][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
- ][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
- ][2022-06-27 14:48:10.327 +02:00 INF Request starting HTTP/1.1 GET http://localhost:5116/swagger/v1/swagger.json - -
- ][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
- ][2022-06-27 14:48:16.997 +02:00 INF Request starting HTTP/1.1 GET http://localhost:5116/api/mongo/Insurer - -
- ][2022-06-27 14:48:17.008 +02:00 INF Executing endpoint 'Diligent.WebAPI.Host.MongoController.InsurerController.GetAll (Diligent.WebAPI.Host)'
- ][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).
- ][2022-06-27 14:48:17.570 +02:00 INF Executed action Diligent.WebAPI.Host.MongoController.InsurerController.GetAll (Diligent.WebAPI.Host) in 547.7025ms
- ][2022-06-27 14:48:17.571 +02:00 INF Executed endpoint 'Diligent.WebAPI.Host.MongoController.InsurerController.GetAll (Diligent.WebAPI.Host)'
- ][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.
- ][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
- ][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.
- ][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'.
- ][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
- ][2022-06-27 14:52:07.605 +02:00 INF Executed DbCommand (15ms) [Parameters=[], CommandType='"Text"', CommandTimeout='30']
- SELECT 1
- ][2022-06-27 14:52:07.626 +02:00 INF Executed DbCommand (12ms) [Parameters=[], CommandType='"Text"', CommandTimeout='30']
- SELECT OBJECT_ID(N'[__EFMigrationsHistory]');
- ][2022-06-27 14:52:07.646 +02:00 INF Executed DbCommand (3ms) [Parameters=[], CommandType='"Text"', CommandTimeout='30']
- SELECT [MigrationId], [ProductVersion]
- FROM [__EFMigrationsHistory]
- ORDER BY [MigrationId];
- ][2022-06-27 14:52:07.738 +02:00 INF Now listening on: http://localhost:5116
- ][2022-06-27 14:52:07.740 +02:00 INF Application started. Press Ctrl+C to shut down.
- ][2022-06-27 14:52:07.741 +02:00 INF Hosting environment: Development
- ][2022-06-27 14:52:07.741 +02:00 INF Content root path: C:\Users\ermin.bronja\Desktop\Projekat\Diligent.WebAPI.Host\
- ][2022-06-27 14:52:11.339 +02:00 INF Request starting HTTP/1.1 GET http://localhost:5116/swagger/index.html - -
- ][2022-06-27 14:52:11.488 +02:00 INF Request starting HTTP/1.1 GET http://localhost:5116/_vs/browserLink - -
- ][2022-06-27 14:52:11.488 +02:00 INF Request starting HTTP/1.1 GET http://localhost:5116/_framework/aspnetcore-browser-refresh.js - -
- ][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
- ][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
- ][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
- ][2022-06-27 14:52:11.677 +02:00 INF Request starting HTTP/1.1 GET http://localhost:5116/swagger/v1/swagger.json - -
- ][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
- ][2022-06-27 14:52:32.737 +02:00 INF Request starting HTTP/1.1 GET http://localhost:5116/api/mongo/Insurer - -
- ][2022-06-27 14:52:32.748 +02:00 INF Executing endpoint 'Diligent.WebAPI.Host.MongoController.InsurerController.GetAll (Diligent.WebAPI.Host)'
- ][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).
- ][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]]'.
- ][2022-06-27 14:52:33.233 +02:00 INF Executed action Diligent.WebAPI.Host.MongoController.InsurerController.GetAll (Diligent.WebAPI.Host) in 472.0872ms
- ][2022-06-27 14:52:33.233 +02:00 INF Executed endpoint 'Diligent.WebAPI.Host.MongoController.InsurerController.GetAll (Diligent.WebAPI.Host)'
- ][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
- ][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.
- ][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'.
- ][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
- ][2022-06-27 14:53:37.545 +02:00 INF Executed DbCommand (15ms) [Parameters=[], CommandType='"Text"', CommandTimeout='30']
- SELECT 1
- ][2022-06-27 14:53:37.567 +02:00 INF Executed DbCommand (13ms) [Parameters=[], CommandType='"Text"', CommandTimeout='30']
- SELECT OBJECT_ID(N'[__EFMigrationsHistory]');
- ][2022-06-27 14:53:37.587 +02:00 INF Executed DbCommand (3ms) [Parameters=[], CommandType='"Text"', CommandTimeout='30']
- SELECT [MigrationId], [ProductVersion]
- FROM [__EFMigrationsHistory]
- ORDER BY [MigrationId];
- ][2022-06-27 14:53:37.698 +02:00 INF Now listening on: http://localhost:5116
- ][2022-06-27 14:53:37.702 +02:00 INF Application started. Press Ctrl+C to shut down.
- ][2022-06-27 14:53:37.702 +02:00 INF Hosting environment: Development
- ][2022-06-27 14:53:37.702 +02:00 INF Content root path: C:\Users\ermin.bronja\Desktop\Projekat\Diligent.WebAPI.Host\
- ][2022-06-27 14:53:39.811 +02:00 INF Request starting HTTP/1.1 GET http://localhost:5116/swagger/index.html - -
- ][2022-06-27 14:53:39.991 +02:00 INF Request starting HTTP/1.1 GET http://localhost:5116/_framework/aspnetcore-browser-refresh.js - -
- ][2022-06-27 14:53:39.991 +02:00 INF Request starting HTTP/1.1 GET http://localhost:5116/_vs/browserLink - -
- ][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
- ][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
- ][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
- ][2022-06-27 14:53:40.206 +02:00 INF Request starting HTTP/1.1 GET http://localhost:5116/swagger/v1/swagger.json - -
- ][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
- ][2022-06-27 14:53:45.536 +02:00 INF Request starting HTTP/1.1 GET http://localhost:5116/api/mongo/Insurer - -
- ][2022-06-27 14:53:45.548 +02:00 INF Executing endpoint 'Diligent.WebAPI.Host.MongoController.InsurerController.GetAll (Diligent.WebAPI.Host)'
- ][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).
- ][2022-06-27 14:53:46.112 +02:00 INF Executed action Diligent.WebAPI.Host.MongoController.InsurerController.GetAll (Diligent.WebAPI.Host) in 550.8538ms
- ][2022-06-27 14:53:46.113 +02:00 INF Executed endpoint 'Diligent.WebAPI.Host.MongoController.InsurerController.GetAll (Diligent.WebAPI.Host)'
- ][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.
- ][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
- ][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.
- ][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'.
- ][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
- ][2022-06-27 15:46:20.711 +02:00 INF Executed DbCommand (15ms) [Parameters=[], CommandType='"Text"', CommandTimeout='30']
- SELECT 1
- ][2022-06-27 15:46:20.732 +02:00 INF Executed DbCommand (12ms) [Parameters=[], CommandType='"Text"', CommandTimeout='30']
- SELECT OBJECT_ID(N'[__EFMigrationsHistory]');
- ][2022-06-27 15:46:20.751 +02:00 INF Executed DbCommand (3ms) [Parameters=[], CommandType='"Text"', CommandTimeout='30']
- SELECT [MigrationId], [ProductVersion]
- FROM [__EFMigrationsHistory]
- ORDER BY [MigrationId];
- ][2022-06-27 15:46:20.958 +02:00 INF Now listening on: http://localhost:5116
- ][2022-06-27 15:46:20.960 +02:00 INF Application started. Press Ctrl+C to shut down.
- ][2022-06-27 15:46:20.961 +02:00 INF Hosting environment: Development
- ][2022-06-27 15:46:20.961 +02:00 INF Content root path: C:\Users\ermin.bronja\Desktop\Projekat\Diligent.WebAPI.Host\
- ][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.
- ][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'.
- ][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
- ][2022-06-27 15:48:40.991 +02:00 INF Executed DbCommand (23ms) [Parameters=[], CommandType='"Text"', CommandTimeout='30']
- SELECT 1
- ][2022-06-27 15:48:41.013 +02:00 INF Executed DbCommand (12ms) [Parameters=[], CommandType='"Text"', CommandTimeout='30']
- SELECT OBJECT_ID(N'[__EFMigrationsHistory]');
- ][2022-06-27 15:48:41.035 +02:00 INF Executed DbCommand (2ms) [Parameters=[], CommandType='"Text"', CommandTimeout='30']
- SELECT [MigrationId], [ProductVersion]
- FROM [__EFMigrationsHistory]
- ORDER BY [MigrationId];
- ][2022-06-27 15:48:41.127 +02:00 INF Now listening on: http://localhost:5116
- ][2022-06-27 15:48:41.130 +02:00 INF Application started. Press Ctrl+C to shut down.
- ][2022-06-27 15:48:41.130 +02:00 INF Hosting environment: Development
- ][2022-06-27 15:48:41.130 +02:00 INF Content root path: C:\Users\ermin.bronja\Desktop\Projekat\Diligent.WebAPI.Host\
- ][2022-06-27 15:48:50.001 +02:00 INF Request starting HTTP/1.1 GET http://localhost:5116/swagger/index.html - -
- ][2022-06-27 15:48:50.195 +02:00 INF Request starting HTTP/1.1 GET http://localhost:5116/_framework/aspnetcore-browser-refresh.js - -
- ][2022-06-27 15:48:50.195 +02:00 INF Request starting HTTP/1.1 GET http://localhost:5116/_vs/browserLink - -
- ][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
- ][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
- ][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
- ][2022-06-27 15:48:50.396 +02:00 INF Request starting HTTP/1.1 GET http://localhost:5116/swagger/v1/swagger.json - -
- ][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
- ][2022-06-27 15:48:59.240 +02:00 INF Request starting HTTP/1.1 DELETE http://localhost:5116/api/mongo/Insurer/62b9a602503b9180da18e537 - -
- ][2022-06-27 15:48:59.250 +02:00 INF CORS policy execution failed.
- ][2022-06-27 15:48:59.250 +02:00 INF Request origin http://localhost:5116 does not have permission to access the resource.
- ][2022-06-27 15:48:59.253 +02:00 INF Executing endpoint 'Diligent.WebAPI.Host.MongoController.InsurerController.Delete (Diligent.WebAPI.Host)'
- ][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).
- ][2022-06-27 15:49:00.118 +02:00 INF Executing StatusCodeResult, setting HTTP status code 200
- ][2022-06-27 15:49:00.124 +02:00 INF Executed action Diligent.WebAPI.Host.MongoController.InsurerController.Delete (Diligent.WebAPI.Host) in 847.2157ms
- ][2022-06-27 15:49:00.125 +02:00 INF Executed endpoint 'Diligent.WebAPI.Host.MongoController.InsurerController.Delete (Diligent.WebAPI.Host)'
- ][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
- ]
|