sentry-dotnet
sentry-dotnet copied to clipboard
Migrate tests from WebHostBuilder to HostBuilder or WebApplicationBuilder
WebHostBuilder, IWebHost, and WebHost are obsolete which causes various warnings in our unit tests: https://github.com/getsentry/sentry-dotnet/blob/a61ef11cfcb32c65f315cd4ba89a8aeadd680b89/test/Directory.Build.props#L14-L15
As these were not trivial to resolve and the net10 branch already includes a massive amount of change, I think we should address these in a separate PR later.
Depends on:
- #4461