Skip to content
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

Conversation

paul1956
Copy link
Contributor

@paul1956 paul1956 commented Aug 13, 2024

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

Copy link

codecov bot commented Aug 13, 2024

Codecov Report

Attention: Patch coverage is 87.34911% with 262 lines in your changes missing coverage. Please review.

Project coverage is 75.74253%. Comparing base (1d004bb) to head (51b5b5f).
Report is 4 commits behind head on main.

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     
Flag Coverage Δ
Debug 75.74253% <87.34911%> (+0.07811%) ⬆️
integration 18.15260% <0.00000%> (-0.10089%) ⬇️
production 49.26439% <52.79279%> (+0.06029%) ⬆️
test 97.04388% <100.00000%> (+0.01303%) ⬆️
unit 46.34624% <52.79279%> (+0.16340%) ⬆️

Flags with carried forward coverage won't be shown. Click here to find out more.

@lonitra lonitra changed the base branch from feature/10.0 to main August 15, 2024 00:56
@lonitra
Copy link
Member

lonitra commented Aug 15, 2024

@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 git branch --set-upstream-to=upstream/main where your local winforms repo lives to set your branch up to pull updates from main branch again. Let me know if you run into any issues.

@paul1956 paul1956 changed the title Add tests for VB runtime (review 2nd) Target Features 10.0 and replaces #11655 Add tests for VB runtime (review 3rd) Target Features 10.0 and replaces #11655 Aug 27, 2024
paul1956 and others added 22 commits September 5, 2024 20:07
…/TestUtilities/TestData/DualTimeZones.TimeZoneNames.vb

Co-authored-by: Loni Tra <[email protected]>
paul1956 added a commit to paul1956/winforms that referenced this pull request Oct 23, 2024
paul1956 added a commit to paul1956/winforms that referenced this pull request Oct 23, 2024
lonitra pushed a commit that referenced this pull request Oct 23, 2024
* 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.
paul1956 added a commit to paul1956/winforms that referenced this pull request Oct 23, 2024
@paul1956 paul1956 changed the title Add tests for VB runtime REVIEW 1ST DRAFT Add tests for VB runtime REVIEW 1ST Oct 24, 2024
lonitra pushed a commit that referenced this pull request Oct 25, 2024
* Improve VB Audio test coverage

* PR Feedback
Add PlaySystemSound test

* Rename AudioPlayMode tests so they are sorted together.

* Remove unused imports

* Fix some types from Main in VB Code
@paul1956 paul1956 changed the title Add tests for VB runtime REVIEW 1ST Add tests for VB runtime Do Not Review Oct 30, 2024
@paul1956
Copy link
Contributor Author

This has been replaced with other small PR's

@paul1956 paul1956 closed this Oct 30, 2024
@dotnet-policy-service dotnet-policy-service bot removed the waiting-review This item is waiting on review by one or more members of team label Oct 30, 2024
lonitra pushed a commit that referenced this pull request Oct 30, 2024
* 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
@github-actions github-actions bot locked and limited conversation to collaborators Nov 30, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

WinForms project templates use latest VB language idioms
5 participants