That was a bit tricky to dig out as my Tests window kept going blank and now minimize+restore causes hang as well :D
This is the largest chunk I could find in Trace Output. It's a relatively new hobby project started two weeks back. I have 33 tests in total.
Send me an email on ... if you want access to the source code.
[16:34:19 INF] Starting
[16:34:20 INF] Migrating Microsoft.EntityFrameworkCore.SqlServer
2025-08-04 16.34.20 +02:00 [INF] Beginning database upgrade
2025-08-04 16.34.20 +02:00 [INF] Checking whether journal table exists
2025-08-04 16.34.20 +02:00 [INF] Fetching list of already executed scripts.
2025-08-04 16.34.20 +02:00 [INF] No new scripts need to be executed - completing.
[16:34:20 INF] DbUp.Engine.DatabaseUpgradeResult
[16:34:20 INF] Outbox processor started
[16:34:21 INF] DbExists
[16:34:21 INF] Migrating
[16:34:21 INF] Migrating Microsoft.EntityFrameworkCore.SqlServer
2025-08-04 16.34.21 +02:00 [INF] Beginning database upgrade
2025-08-04 16.34.21 +02:00 [INF] Checking whether journal table exists
2025-08-04 16.34.21 +02:00 [INF] Fetching list of already executed scripts.
2025-08-04 16.34.21 +02:00 [INF] No new scripts need to be executed - completing.
[16:34:21 INF] Seeding
[16:34:21 INF] Request starting HTTP/1.1 POST http://localhost/employments - application/json; charset=utf-8 72
[16:34:21 WRN] Failed to determine the https port for redirect.
[16:34:21 INF] Executing endpoint 'HTTP: POST /employments'
[16:34:21 INF] Setting HTTP status code 201.
[16:34:21 INF] Writing value of type 'EmploymentDto' as Json.
[16:34:21 INF] Executed endpoint 'HTTP: POST /employments'
[16:34:21 INF] Request finished HTTP/1.1 POST http://localhost/employments - 201 null application/json; charset=utf-8 208.6354ms
[16:34:21 INF] Request starting HTTP/1.1 POST http://localhost/employments/e506398d-f28f-4f81-baeb-140aa7d7a3e0 - application/json; charset=utf-8 68
[16:34:21 INF] Executing endpoint 'HTTP: POST /employments/{employmentId}'
[16:34:21 WRN] You do not have a valid license key for the Lucky Penny software MediatR. This is allowed for development and testing scenarios. If you are running in production you are required to have a licensed version. Please visit
https://luckypennysoftware.com to obtain a valid license.
[16:34:22 INF] Setting HTTP status code 201.
[16:34:22 INF] Writing value of type 'WorkTimeSchemaDto' as Json.
[16:34:22 INF] Executed endpoint 'HTTP: POST /employments/{employmentId}'
[16:34:22 INF] Request finished HTTP/1.1 POST http://localhost/employments/e506398d-f28f-4f81-baeb-140aa7d7a3e0 - 201 null application/json; charset=utf-8 242.7349ms
[16:34:22 INF] Request starting HTTP/1.1 POST http://localhost/employments/e506398d-f28f-4f81-baeb-140aa7d7a3e0/a8234dde-72c3-4ec9-82fc-d9694ebf4327 - application/json; charset=utf-8 88
[16:34:22 INF] Executing endpoint 'HTTP: POST /employments/{employmentId}/{workTimeSchemaId}'
[16:34:22 INF] Setting HTTP status code 201.
[16:34:22 INF] Writing value of type 'DutyDto' as Json.
[16:34:22 INF] Executed endpoint 'HTTP: POST /employments/{employmentId}/{workTimeSchemaId}'
[16:34:22 INF] Request finished HTTP/1.1 POST http://localhost/employments/e506398d-f28f-4f81-baeb-140aa7d7a3e0/a8234dde-72c3-4ec9-82fc-d9694ebf4327 - 201 null application/json; charset=utf-8 72.4655ms
[16:34:22 INF] Request starting HTTP/1.1 PUT http://localhost/employments/e506398d-f28f-4f81-baeb-140aa7d7a3e0/a8234dde-72c3-4ec9-82fc-d9694ebf4327/011ef686-93d8-4fed-8c0a-750349d29cad - application/json; charset=utf-8 88
[16:34:22 INF] Executing endpoint 'HTTP: PUT /employments/{employmentId}/{workTimeSchemaId}/{dutyId}'
[16:34:22 INF] Setting HTTP status code 202.
[16:34:22 INF] Writing value of type 'IListSelectIterator`2' as Json.
[16:34:22 INF] Executed endpoint 'HTTP: PUT /employments/{employmentId}/{workTimeSchemaId}/{dutyId}'
[16:34:22 INF] Request finished HTTP/1.1 PUT http://localhost/employments/e506398d-f28f-4f81-baeb-140aa7d7a3e0/a8234dde-72c3-4ec9-82fc-d9694ebf4327/011ef686-93d8-4fed-8c0a-750349d29cad - 202 null application/json; charset=utf-8 42.4622ms
[16:34:22 INF] Request starting HTTP/1.1 PUT http://localhost/employments/e506398d-f28f-4f81-baeb-140aa7d7a3e0/a8234dde-72c3-4ec9-82fc-d9694ebf4327 - application/json; charset=utf-8 23
[16:34:22 INF] Executing endpoint 'HTTP: PUT /employments/{employmentId}/{workTimeSchemaId}'
[16:34:22 INF] Setting HTTP status code 202.
[16:34:22 INF] Writing value of type 'WorkTimeSchemaDto' as Json.
[16:34:22 INF] Executed endpoint 'HTTP: PUT /employments/{employmentId}/{workTimeSchemaId}'
[16:34:22 INF] Request finished HTTP/1.1 PUT http://localhost/employments/e506398d-f28f-4f81-baeb-140aa7d7a3e0/a8234dde-72c3-4ec9-82fc-d9694ebf4327 - 202 null application/json; charset=utf-8 48.1297ms
[16:34:22 INF] Request starting HTTP/1.1 PUT http://localhost/employments/e506398d-f28f-4f81-baeb-140aa7d7a3e0/a8234dde-72c3-4ec9-82fc-d9694ebf4327 - application/json; charset=utf-8 23
[16:34:22 INF] Executing endpoint 'HTTP: PUT /employments/{employmentId}/{workTimeSchemaId}'
[16:34:22 INF] Setting HTTP status code 202.
[16:34:22 INF] Writing value of type 'WorkTimeSchemaDto' as Json.
[16:34:22 INF] Executed endpoint 'HTTP: PUT /employments/{employmentId}/{workTimeSchemaId}'
[16:34:22 INF] Request finished HTTP/1.1 PUT http://localhost/employments/e506398d-f28f-4f81-baeb-140aa7d7a3e0/a8234dde-72c3-4ec9-82fc-d9694ebf4327 - 202 null application/json; charset=utf-8 17.0875ms
[16:34:22 INF] Request starting HTTP/1.1 PUT http://localhost/employments/e506398d-f28f-4f81-baeb-140aa7d7a3e0/a8234dde-72c3-4ec9-82fc-d9694ebf4327/011ef686-93d8-4fed-8c0a-750349d29cad - application/json; charset=utf-8 88
[16:34:22 INF] Executing endpoint 'HTTP: PUT /employments/{employmentId}/{workTimeSchemaId}/{dutyId}'
[16:34:22 INF] Setting HTTP status code 202.
[16:34:22 INF] Writing value of type 'IListSelectIterator`2' as Json.
[16:34:22 INF] Executed endpoint 'HTTP: PUT /employments/{employmentId}/{workTimeSchemaId}/{dutyId}'
[16:34:22 INF] Request finished HTTP/1.1 PUT http://localhost/employments/e506398d-f28f-4f81-baeb-140aa7d7a3e0/a8234dde-72c3-4ec9-82fc-d9694ebf4327/011ef686-93d8-4fed-8c0a-750349d29cad - 202 null application/json; charset=utf-8 31.2409ms
[16:34:22 INF] Request starting HTTP/1.1 DELETE http://localhost/employments/e506398d-f28f-4f81-baeb-140aa7d7a3e0/a8234dde-72c3-4ec9-82fc-d9694ebf4327/011ef686-93d8-4fed-8c0a-750349d29cad - null null
[16:34:22 INF] Executing endpoint 'HTTP: DELETE /employments/{employmentId}/{workTimeSchemaId}/{dutyId}'
[16:34:22 INF] Setting HTTP status code 202.
[16:34:22 INF] Writing value of type 'DutyDto' as Json.
[16:34:22 INF] Executed endpoint 'HTTP: DELETE /employments/{employmentId}/{workTimeSchemaId}/{dutyId}'
[16:34:22 INF] Request finished HTTP/1.1 DELETE http://localhost/employments/e506398d-f28f-4f81-baeb-140aa7d7a3e0/a8234dde-72c3-4ec9-82fc-d9694ebf4327/011ef686-93d8-4fed-8c0a-750349d29cad - 202 null application/json; charset=utf-8 17.2135ms