Skip to content

fix: Framework module was missing some dependencies#13

Merged
lukeskrzypek-sf merged 1 commit intomainfrom
fix-framework-install
Jul 30, 2025
Merged

fix: Framework module was missing some dependencies#13
lukeskrzypek-sf merged 1 commit intomainfrom
fix-framework-install

Conversation

@lukeskrzypek-sf
Copy link
Copy Markdown
Collaborator

Framework module (ShareFile) was missing some dependencies, specifically System.Buffers.dll. This caused a stack overflow when trying to resolve it via our manual binding redirect as it couldn't be found.

This fixes the issue by adding the missing dependencies to the installer.

I also incremented the version to 1.0.2.0, and added publish profiles for both targets.

Framework module (ShareFile) was missing some dependencies, specifically System.Buffers.dll.
This caused a stack overflow when trying to resolve it via our manual binding redirect as it couldn't be found.

Also incremented version and added publish profiles for both targets.
@lukeskrzypek-sf lukeskrzypek-sf requested a review from Copilot July 30, 2025 18:20
Copy link
Copy Markdown

Copilot AI left a comment

Choose a reason for hiding this comment

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

Pull Request Overview

This PR fixes a stack overflow issue in the ShareFile module by adding missing dependencies (System.Buffers.dll and System.Management.Automation.dll) to the installer. The issue occurred because the manual binding redirect couldn't resolve these missing dependencies.

  • Added missing System.Buffers.dll and System.Management.Automation.dll to the installer
  • Incremented version to 1.0.2.0 across project and installer files
  • Updated source path to use publish folder instead of direct bin folder

Reviewed Changes

Copilot reviewed 4 out of 5 changed files in this pull request and generated 1 comment.

File Description
ShareFileModule/ShareFileModule.csproj Version increment from 1.0.1.0 to 1.0.2.0
ShareFileModule/Properties/PublishProfiles/NetFramework.pubxml New publish profile for .NET Framework target
ShareFileModule-Installer/Product.wxs Added missing System.Buffers.dll and System.Management.Automation.dll components
ShareFileModule-Installer/Globals.wxi Version update and source path change to publish folder

Comment thread ShareFileModule-Installer/Product.wxs
@lukeskrzypek-sf lukeskrzypek-sf merged commit 78084b7 into main Jul 30, 2025
@lukeskrzypek-sf lukeskrzypek-sf deleted the fix-framework-install branch July 30, 2025 18:54
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants