Open KlausLoeffelmann opened 1 month ago
@paul1956:
Could you please list your suggested PR order as I started it in an answer to this comment? I will then take a look as soon as I get to it and paste it into this tracking issue. Let's then tackle this step by step.
Please do not create another PR, before we have this sorted out! 😸
The first 5 PR’s build on each other I learned not to do that after it was done. The critical issue is to fix #9807, followed by adding tests to the VB runtime. Everything else is general cleanup
Includes the first 3 PR’s below and many more tests, plus a download servers for testing, and some style fixes from reviews (it should be closed and the remaining changes put into small PR’s like at bottom.
#12226 Split Network.VB into 7 Files from #11863
#12221 Extract only Network Download tests from #11863
Changes 6 files from #11863 but includes all the code to replace WebClient for Download, optionally expose Async Download, upload is possible but I have no approved way to test. This also includes resources that will need translating they are private to WebClient.
Purely cleanup no logic changes. This shortens line over 120-130 characters in VB
Purely C# cleanup no logic changes
All the PR’s below are standalone and small based on Main.
Adds missing XML comments for VB Public functions.
Purely C# cleanup no logic changes
Purely cleanup no logic changes
This is the complete list of tests and test utilities that I think need to be added to the VB Code, some have already been merged.
The ones in red have already been merged. The TestData Directory gets added to over time as new tests are added.
OK, that helps. I'll go through those soon, but I think the first one will be the one I have in the list already "to get ramped up" so to say. Nothing for you to do, right now, would like to ask for patience. I'll keep you posted.
@lonitra a few more Pr’s to close issue. They are all listed here. #11863 was split in several pieces to simplify review.
Thanks
Apologies. Looks like merging PR automatically closed this. I've reopened.
@lonitra should I manually edit this issue to delete the merged issues or somehow mark them closed/merged?
[Draft]
This will be the tracking issues for all the ongoing VB work that we want to accomplish in the .NET 10-time frame.