Forum member

kae36

1 post

Posts by kae36

  1. NCrunch and HostedService

    Has anyone had success using NCrunch testing with the long running Hosting.IHostedService Background tasks in .NET Core 2.2? I have a .NET Core 2.2 web application that has a hosted service (only one) to run tasks during the lifetime of the web application. The two problems that I'm seeing (wh…