-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Code cleanup only and Add VB Tests #11215
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
Conversation
…e New() with Modules
Remove VB Options from Source
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #11215 +/- ##
===================================================
+ Coverage 74.57429% 74.76345% +0.18916%
===================================================
Files 3041 3056 +15
Lines 629823 631485 +1662
Branches 46846 46877 +31
===================================================
+ Hits 469686 472120 +2434
+ Misses 156783 155997 -786
- Partials 3354 3368 +14
Flags with carried forward coverage won't be shown. Click here to find out more. |
|
@KlausLoeffelmann can you get someone assigned to review please. This consolidates much of the cleanup and adds testing to VB code. Some files are not touched as they require code changes covered in other PR's. |
Fix up code issues
|
when you are merging master, are you rebasing? There are a few files that have changed in the PR which are irrelevant to the actual PR. |
That was an error, I thought I reverted the 2 commits. I could not find any way to cancel the commits accidentally to main. @elachlan please let me know if there are still issues with Main/master. All my changes should only be to my PR. |
|
In visual basic the namespace is made up of the rootnamespace in the project file plus the namespace inside the file. |
Yes I was actually at Master where it’s incorrect. VS was slow in updating Test Explorer when I switched branches. |
|
@lonitra @KlausLoeffelmann |
|
@paul1956 I am not on the winforms team (or with microsoft/dotnet), so I have no control over when stuff is reviewed or merged. I'd say it would be easier to split this PR into smaller PRs. Can the test changes be moved to their own PR? The project template changes can be done in a small PR that would probably be merged immediately. Are the |
|
@lonitra @KlausLoeffelmann Everything in here has been merger into Main or #11655 so I am closing |
Fixes part of #10090
Standalone PR to do some cleanup of VB Code
Removes VB Option from source files and moves to Project File
Correct Spelling and Capitalization Errors
Add a few tests
Update editorConfig to support converting 3 NotInheritable classes to Modules.
Add a few tests
Change format of XLM Comment to indent text by 1 space
Change a few Private functions to Friend for testing
Not all issues are addressed in files I expect to replace.
Not done is reorganizing code in files to be in standard order, this will be a follow-on PR
Proposed changes
Fix above with very minimal code changes
Customer Impact
Regression?
No
Risk
Test methodology
Added tests where required otherwise covered by existing tests
Visual Basic only
Microsoft Reviewers: Open in CodeFlow