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

Remove Dependency on System.Windows.Forms From the .NET 7 Fix #1019

Merged
merged 3 commits into from
Dec 6, 2022

Conversation

dragonzkiller
Copy link
Member

Fixed:

  • Removed dependency on System.Windows.Forms from the .NET 7 fix

This reverts the original fix and then uses a custom-built WindowsAPICodePack DLL which the projects then reference. Essentially the source is the exact same as right after the .NET 7 merge, but I added a Microsoft.WindowsAPICodePack.dll and Microsoft.WindowsAPICodePack.Shell.dll that was built for .NET 7 (directly from the sources referenced in the NuGet package with the updated framework).

Since my last one was a bit hasty, I'll let someone else approve this before just pushing it out there. Let me know what you think.

@dragonzkiller dragonzkiller added the dependencies Pull requests that update a dependency file label Nov 27, 2022
Copy link
Member

@rfuzzo rfuzzo left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👍

@rfuzzo rfuzzo merged commit a403801 into main Dec 6, 2022
@rfuzzo rfuzzo deleted the fix/filedialog-winforms-dep branch December 6, 2022 17:23
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants