You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Packaging: Port fix for GetParts from .NETFramework
This addresses a bug in the `GetParts` method by porting a fix from .NETFramework, improving part URI handling and collision detection..
`src/libraries/System.IO.Packaging/src/System/IO/Packaging/Package.cs`: Added sorting of parts array, updated dictionary structure for part URIs, and implemented collision detection and handling.
`src/libraries/System.IO.Packaging/src/System.IO.Packaging.csproj`: Enabled package generation on build and updated servicing version.
Copy file name to clipboardexpand all lines: src/libraries/System.IO.Packaging/src/System.IO.Packaging.csproj
+3-3
Original file line number
Diff line number
Diff line change
@@ -7,8 +7,8 @@
7
7
<NoWarn>$(NoWarn);CA1847</NoWarn>
8
8
<IsPackable>true</IsPackable>
9
9
<!-- If you enable GeneratePackageOnBuild for this package and bump ServicingVersion, make sure to also bump ServicingVersion in Microsoft.Windows.Compatibility.csproj once for the next release. -->
0 commit comments