Address System.Net.Http.WinHttpHandler's nullable warnings targeting .NETCoreApp #54598
Labels
area-System.Net.Http
enhancement
Product code improvement that does NOT require public API changes/additions
help wanted
[up-for-grabs] Good issue for external contributors
Milestone
When adding a
NetCoreAppCurrent
TFM to System.Net.Http.WinHttpHandler, more than 100 nullable warnings pop up that would need to be addressed.Meanwhile the
<Nullable>
setting forNetCoreAppCurrent
is set toannotations
only, to avoid the warnings in the build.Related: #54012
The text was updated successfully, but these errors were encountered: