Skip to content

Fix/initialization UI loading 20240227 barbaroskucuk #92

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

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

Nigel1992
Copy link

@Nigel1992 Nigel1992 commented Mar 1, 2025

fix: Resolve UI initialization and PowerShell version compatibility

The original code worked on newer PowerShell builds (5.1.26100+) but failed
on older versions (5.1.22621) due to differences in UI element handling.
This fix improves cross-version compatibility by:

  • Adding robust error handling for UI initialization
  • Fixing Name property access in installation handlers
  • Ensuring proper Windows Forms element creation
  • Supporting PowerShell 5.1 builds below 26100

Test environments:

  • Working: PowerShell 5.1.26100.2161
  • Fixed: PowerShell 5.1.22621.4391

Closes #82

@Nigel1992 Nigel1992 force-pushed the fix/initialization-ui-loading-20240227-barbaroskucuk branch from 5c57cc1 to 3bde9e5 Compare March 1, 2025 22:58
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.

Error during application startup
1 participant