✅ Legacy project, `using System.Net.HTTP` does not compile. What do?
Hi there, I'm setting up the dev environment for a legacy project. There's one using directive in it that does not compile, and that is
using System.Net.HTTP
. Now this does compile for a colleague of mine, and we both have .net fx4.8 SDK installed.
I'm not quite sure where to go from here. Any suggestions?17 Replies
So I opted for installing the nuget package, but I find it weird that he did not have to
we could look at that error...
also eventually there are dependency analyzer to understand how coworker's machine is solving this
Unknown User•5mo ago
Message Not Public
Sign In & Join Server To View
Ah okay cool! I'll uninstall it right away then
Unknown User•5mo ago
Message Not Public
Sign In & Join Server To View
Yes
I just learnt that all of our old .netfx solutions will be eligible for upgrade to .net 8.0 in november
happy days
Unknown User•5mo ago
Message Not Public
Sign In & Join Server To View
Yes
Unknown User•5mo ago
Message Not Public
Sign In & Join Server To View
basically
Unknown User•5mo ago
Message Not Public
Sign In & Join Server To View
Well we've been on fx471 for the past 5 (?) years so im basically taking any glimpse of hope i can get haha
Unknown User•5mo ago
Message Not Public
Sign In & Join Server To View
yeah i'm hoping so
how it feels currently
but this is all just a lack of experience, net fx is probably fine
Unknown User•5mo ago
Message Not Public
Sign In & Join Server To View