-
Notifications
You must be signed in to change notification settings - Fork 997
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add tests for VB runtime Do Not Review #11863
Add tests for VB runtime Do Not Review #11863
Conversation
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #11863 +/- ##
===================================================
+ Coverage 75.66441% 75.74253% +0.07811%
===================================================
Files 3141 3150 +9
Lines 635604 637284 +1680
Branches 47012 47011 -1
===================================================
+ Hits 480926 482695 +1769
+ Misses 151230 151140 -90
- Partials 3448 3449 +1
Flags with carried forward coverage won't be shown. Click here to find out more. |
@paul1956 main is now .NET 10.0 alpha and I have synced main with feature/10.0. I also retargeted your PR to main. On each of your branches, I believe you only need to run command |
…AddDependantTests
…AddDependantTests
…-Review-3rd-Feature-10
…AddDependantTests
…ts-for-VB-Runtime-Review-3rd-Feature-10
Co-authored-by: Loni Tra <[email protected]>
…Y.cs Co-authored-by: Loni Tra <[email protected]>
…nt/VARIANT.cs Co-authored-by: Loni Tra <[email protected]>
…/TestUtilities/TestData/DualTimeZones.TimeZoneNames.vb Co-authored-by: Loni Tra <[email protected]>
…-VB-Runtime-To-Be-Closed
…s-for-VB-Runtime-To-Be-Closed
…r-VB-Runtime-To-Be-Closed
…' into Add-Tests-for-VB-Runtime-To-Be-Closed
…sts-for-VB-Runtime-To-Be-Closed
* Add Code Coverage for ComputerInfoDebugView * Improve tests on non Windows * Pr feedback * Remove Platform Test it should not be needed in ComputerInfoDebugView * Improve test coverage * Fix Debug.Assert in AssemblyInfo.vb * Remove non Windows Tests and make Fluent * Restore FileTraceListner code from PR Feedback.
This has been replaced with other small PR's |
* Split Network.VB into 7 Files * Minor Cleanup * Remove m_ from private variable names and fix up event handler names and comments * Remove unused imports * Fix Debug.Assert in AssemblyInfo.vb * Cleanup Event Handler names * Fix incorrect naming of Private variables Shorten lines * Cleanup line length and spelling * Add missing CrLf * Simplify dialog.BeginInvoke * PR Feedback * PR feedback
Fixes #5179 and uses Fluent Assertions
Proposed changes
Add tests for Network Download ONLY
Regression?
-No
Risk
Low - additional tests and code changes required to make them work
Microsoft Reviewers: Open in CodeFlow