Pedro Paulo Vezza Campos
Pedro Paulo Vezza Campos
.NET 6 brought new builder types inheriting from `IHostApplicationBuilder` that refactor how to developers may build web / console hosts with fewer callbacks: [Comparing WebApplicationBuilder to the Generic Host](https://andrewlock.net/exploring-dotnet-6-part-2-comparing-webapplicationbuilder-to-the-generic-host/) ```cs...
This PR updates repo to build with the latest .NET 8 SDK and NuGet packages. Fixes #55.
This PR depends on #56 . Fixes #57 by adding extra extension methods for `TaskHubHostBuilderExtensions.cs` to support `IHostApplicationBuilder`. Tests ==== - [x] Added extra UTs to preserve coverage - [x]...
.NET 8 LTS is available now and we should be able to update the package to support new patterns such as `IHostApplicationBuilder`, which is an alternative to `IHostBuilder`.
Steps to reproduce ============ 1. Install the latest .NET 9 SDK - Currently using `9.0.100-preview.3.24204.13` 2. Upgrade Visual Studio 2022 Preview to Preview 5.0 - Currently using `Version 17.10.0 Preview...