You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I think given .NET 5 is the future, this library hasn't had a lot of usage yet (I haven't finished the class walker for WebClient) and people can always retarget older frameworks for their needs it makes sense to adopt .NET 5.
I've made a partial go here, the main incompatibility was with the App.config files, and System.Web has been deprecated. Fortunately, the HttpUtility class has been renamed WebUtility and is still available.
I've not ported the config file changes, but it's on my todo list. I'll make a PR with the changes when I've done that, which should be over the next week or so.
Hi there, I've forked the project started porting it to net5.
What are your thoughts on bringing this project to net5? Do you think it's worth doing in one repository? Or is it best kept separate?
I was also wondering what your thoughts were around publishing a nuget package.
Cheers
The text was updated successfully, but these errors were encountered: