-
Notifications
You must be signed in to change notification settings - Fork 1k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Modernize VB ExceptionUtils add Test Coverage, fix Time Tests REVIEW …
…1st (#11982) * Modernize ExceptionUtils * Fix broken Time Tests * Fix broken Time Tests Add Tests for ExceptionUtils * Fix GetArgumentExceptionWithArgNameTest_Succeed * Apply using to FileLogTraceListener * Remove usage of CompilerServices.Utils Remove unneeded Paentheses Cleanup spacing Sort UnsafeNativeMethods * Sort Imports in Interaction.VB * Remove space on blank lines in MissingPropertySerializationConfigurationAnalyzerTest * Add Collection("Sequential") Attribute to ControlTests * Remove Collection("Sequential") from ControlTests * Rename ControlTests.vb to ControlInvokeTests.vb * Fix casing in MissingPropertySerializationConfigurationAnalyzerTest * Fix comment is ControlInvokeTests * Fix Screen to be System.Windows.Forms.Screen * Clean up Computer Screen * Correct StackFrame in Comments * Respond to PR feedback * Correct Test Name * Improve Time tests * Wrap long lines * Shorted long lines in FileSystemProxy * Sort FileSystemProxy * Minor cleanup * Update src/Microsoft.VisualBasic.Forms/tests/UnitTests/System/Windows/TestUtilities/TestData/DualTimeZones.TimeZoneNames.vb Co-authored-by: Loni Tra <[email protected]> * Respond to PR Feedback * Fix Merge Conflict * Revert TimeTestData based on PR Feedback --------- Co-authored-by: Loni Tra <[email protected]>
- Loading branch information
Showing
30 changed files
with
437 additions
and
240 deletions.
There are no files selected for viewing
This file contains 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 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 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 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 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 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 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 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 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 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.