-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Modernize VB ExceptionUtils add Test Coverage, fix Time Tests REVIEW 1st #11982
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
Merged
Merged
Changes from all commits
Commits
Show all changes
39 commits
Select commit
Hold shift + click to select a range
f2d1dec
Modernize ExceptionUtils
paul1956 8d1e1b4
Fix broken Time Tests
paul1956 9ea27ee
Fix broken Time Tests
paul1956 41ad20a
Fix GetArgumentExceptionWithArgNameTest_Succeed
paul1956 18ff68f
Apply using to FileLogTraceListener
paul1956 b792c71
Merge branch 'master' into Modernize-ExceptionUtils
paul1956 f978352
Remove usage of CompilerServices.Utils
paul1956 8a328d5
Sort Imports in Interaction.VB
paul1956 226de1d
Remove space on blank lines in MissingPropertySerializationConfigura…
paul1956 1158c07
Merge Master
paul1956 8d1455e
Add Collection("Sequential") Attribute to ControlTests
paul1956 03f815f
Remove Collection("Sequential") from ControlTests
paul1956 5440751
Rename ControlTests.vb to ControlInvokeTests.vb
paul1956 46c55b2
Merge branch 'master' into Modernize-ExceptionUtils
paul1956 f06c19c
Merge branch 'master' into Modernize-ExceptionUtils
paul1956 c93df87
Fix casing in MissingPropertySerializationConfigurationAnalyzerTest
paul1956 4963673
Fix comment is ControlInvokeTests
paul1956 9f3335d
Merge branch 'master' into Modernize-ExceptionUtils
paul1956 75fbba5
Fix Screen to be System.Windows.Forms.Screen
paul1956 f86d3d8
Clean up Computer Screen
paul1956 cb3fb7b
Merge branch 'master' into Modernize-ExceptionUtils
paul1956 218f428
Correct StackFrame in Comments
paul1956 1079c61
Merge branch 'master' into Modernize-ExceptionUtils
paul1956 ef56409
Merge branch 'master' into Modernize-ExceptionUtils
paul1956 5c2e5c8
Respond to PR feedback
paul1956 5dfec82
Merge branch 'master' into Modernize-ExceptionUtils
paul1956 a66e137
Correct Test Name
paul1956 0eb12aa
Improve Time tests
paul1956 369729b
Wrap long lines
paul1956 e275c6c
Shorted long lines in FileSystemProxy
paul1956 8072238
Sort FileSystemProxy
paul1956 308a127
Minor cleanup
paul1956 d44d99c
Merge branch 'master' into Modernize-ExceptionUtils
paul1956 d9c7312
Update src/Microsoft.VisualBasic.Forms/tests/UnitTests/System/Windows…
paul1956 081d039
Respond to PR Feedback
paul1956 d8e68b5
Fix Merge Conflict
paul1956 246f911
Merge branch 'master' into Modernize-ExceptionUtils
paul1956 3ff50cc
Merge branch 'master' into Modernize-ExceptionUtils
paul1956 a831f48
Revert TimeTestData based on PR Feedback
paul1956 File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
6 changes: 6 additions & 0 deletions
6
src/Microsoft.VisualBasic.Forms/src/Microsoft/Properties/AssemblyInfo.vb
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,6 @@ | ||
| ' Licensed to the .NET Foundation under one or more agreements. | ||
| ' The .NET Foundation licenses this file to you under the MIT license. | ||
|
|
||
| Imports System.Runtime.CompilerServices | ||
|
|
||
| <Assembly: InternalsVisibleTo("Microsoft.VisualBasic.Forms.Tests, PublicKey=002400000480000094000000060200000024000052534131000400000100010007d1fa57c4aed9f0a32e84aa0faefd0de9e8fd6aec8f87fb03766c834c99921eb23be79ad9d5dcc1dd9ad236132102900b723cf980957fc4e177108fc607774f29e8320e92ea05ece4e821c0a5efe8f1645c4c0c93c1ab99285d622caa652c1dfad63d745d6f2de5f17e5eaf0fc4963d261c8a12436518206dc093344d5ad293")> | ||
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
27 changes: 0 additions & 27 deletions
27
src/Microsoft.VisualBasic.Forms/src/Microsoft/VisualBasic/CompilerServices/Utils.vb
This file was deleted.
Oops, something went wrong.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Why is this needed?
Uh oh!
There was an error while loading. Please reload this page.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
If you mean the public key, it does not work without it. Possibly because there are 2 project namespaces with the same name, 1 in VB and another in C#. I opened an issue #11031 about this last year and it’s still open.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I see, @KlausLoeffelmann could you provide guidance on whether this is the preferred approach for writing tests which need visibility?