-
Notifications
You must be signed in to change notification settings - Fork 990
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
Mark Test Utilities As Packable Nonshipping #12407
Conversation
….Windows.Forms.TestUtilities
…ndows.Core.TestUtilities
src/System.Windows.Forms/tests/UnitTests/System/Windows/Forms/ControlTests.Handlers.cs
Outdated
Show resolved
Hide resolved
@@ -1,9 +1,10 @@ | |||
<Project Sdk="Microsoft.NET.Sdk"> | |||
<PropertyGroup> | |||
<AssemblyName>System.Windows.Forms.Common.TestUtilities</AssemblyName> | |||
<AssemblyName>System.Private.Windows.Core.TestUtilities</AssemblyName> |
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.
Are you going to rename the folder in a separate PR to preserve history?
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.
Right now this assembly lives under the test folder. I was not planning to rename it as I think it should still be there.
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 meant the common
folder
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.
Ah I see. I think the folder name is still applicable, but I'm open to renaming.
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #12407 +/- ##
====================================================
+ Coverage 49.20480% 75.63612% +26.43132%
====================================================
Files 1985 3147 +1162
Lines 283954 635806 +351852
Branches 41730 47012 +5282
====================================================
+ Hits 139719 480899 +341180
- Misses 141535 151458 +9923
- Partials 2700 3449 +749
Flags with carried forward coverage won't be shown. Click here to find out more. |
Mark some of our test utilities in a project that is packable nonshipping in preparation to share this with WPF. In this PR I've:
Next step here is to investigate if it is possible to have documentation for classes/methods in our shared assembly show up in intellisense within WPF repo but keep it out of windowsdesktop. Currently developers need to navigate via F12 to see any documentation for System.Private.Windows.Core.
Microsoft Reviewers: Open in CodeFlow