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

Allow winforms binaries in the VMR #47745

Merged
merged 2 commits into from
Mar 21, 2025
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 5 additions & 5 deletions src/SourceBuild/content/eng/allowed-vmr-binaries.txt
Original file line number Diff line number Diff line change
Expand Up @@ -139,11 +139,11 @@ src/vstest/test/Microsoft.TestPlatform.Utilities.UnitTests/TestFiles/fullcovered
src/vstest/test/TestAssets/LegacySettingsUnitTestProject/DependencyAssembly/DependencyAssemblyForTest.dll

# winforms
src/winforms/src/System.Windows.Forms/tests/IntegrationTests/MauiTests/lib/*.dll
src/winforms/src/System.Windows.Forms/tests/IntegrationTests/WinformsControlsTest/Resources/media.mpg
src/winforms/src/System.Windows.Forms/tests/UnitTests/bitmaps/milkmateya01.emf
src/winforms/src/System.Windows.Forms/tests/UnitTests/TestResources/VB6/SimpleControl.vb6
src/winforms/src/System.Windows.Forms*/**/*.wmf
src/winforms/src/test/integration/MauiTests/lib/*.dll
src/winforms/src/test/integration/WinformsControlsTest/Resources/media.mpg
src/winforms/src/test/unit/System.Windows.Forms/bitmaps/milkmateya01.emf
src/winforms/src/test/unit/System.Windows.Forms/TestResources/VB6/SimpleControl.vb6
src/winforms/src/**/System.Windows.Forms*/**/*.wmf
src/winforms/src/System.Windows.Forms.Design/src/Resources/colordlg.data

# wpf
Expand Down
Loading