getsentry / getsentry/sentry-dotnet
Migrate tests from WebHostBuilder to HostBuilder or WebApplicationBuilder
Open
.NET
3: medium
Repository Maintenance
Tests
- Dominant language
- C#
- Stars
- 770
- Forks
- 248
- Avg merge
- 3d 4h
- Merged PRs (30d)
- 49
Description
[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:
* getsentry/sentry-dotnet#4461
Contributor guide
Assessment
This issue has not been assessed yet.