-
Notifications
You must be signed in to change notification settings - Fork 986
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
[release/9.0] Call Correct HtmlHelp Overload #12519
base: release/9.0
Are you sure you want to change the base?
Conversation
NET9 would need a newer cswin32 metadata, wouldn't it? |
@@ -49,7 +49,7 @@ | |||
Microsoft.NET.Sdk.IL.targets requires definition of MicrosoftNETCoreILAsmVersion | |||
--> | |||
<MicrosoftNETCoreILAsmVersion>$(MicrosoftNETCoreILAsmPackageVersion)</MicrosoftNETCoreILAsmVersion> | |||
<MicrosoftWindowsCsWin32PackageVersion>0.3.75-beta</MicrosoftWindowsCsWin32PackageVersion> | |||
<MicrosoftWindowsCsWin32PackageVersion>0.3.106</MicrosoftWindowsCsWin32PackageVersion> |
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.
Bumping this version requires same changes to occur as in #12290
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## release/9.0 #12519 +/- ##
======================================================
- Coverage 97.00790% 74.83065% -22.17725%
======================================================
Files 1066 3022 +1956
Lines 345811 630203 +284392
Branches 5038 46791 +41753
======================================================
+ Hits 335464 471585 +136121
- Misses 9625 155238 +145613
- Partials 722 3380 +2658
Flags with carried forward coverage won't be shown. Click here to find out more.
|
Backport of #12511 to release/9.0
/cc @lonitra
Customer Impact
Customers are no longer able to launch help page when providing their .chm file and a topic ID.
Testing
Manual testing with repro scenario
Risk
Low. The fix involves correcting a HtmlHelp call to calling the same overload as we did in .NET 8. Other changes are required as part of bumping cswin32 version which contains a fix for HtmlHelp definition.
Microsoft Reviewers: Open in CodeFlow