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

Revert "[Editor] Remove some windows dependencies in editor libraries (#1908)" #1980

Merged
merged 1 commit into from Oct 22, 2023

Conversation

Eideren
Copy link
Collaborator

@Eideren Eideren commented Oct 22, 2023

PR Details

This reverts commit 329becb.

Related Issue

See #1968 and #1969

Types of changes

  • Docs change / refactoring / dependency upgrade
  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to change)

Checklist

  • My change requires a change to the documentation.
  • I have added tests to cover my changes.
  • All new and existing tests passed.
  • I have built and run the editor to try this change out.

@Eideren Eideren merged commit 906862b into stride3d:master Oct 22, 2023
1 check passed
@Eideren Eideren deleted the rollback_windows_deps2 branch October 22, 2023 23:19
@Eideren
Copy link
Collaborator Author

Eideren commented Oct 22, 2023

Tested it on my end and this rollback fixes the issue. Merged it right away to avoid more users struggling with this.

@@ -8,6 +8,8 @@
<StrideAssemblyProcessor>true</StrideAssemblyProcessor>
<StrideAssemblyProcessorOptions>--auto-module-initializer --serialization</StrideAssemblyProcessorOptions>
<RestorePackages>true</RestorePackages>
<UseWindowsForms>true</UseWindowsForms>
Copy link
Contributor

Choose a reason for hiding this comment

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

Could the removal of these dependencies be preserved?

This does not appear to be the reasons why these changes where causing issues.

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

We'll revert the revert once the PRs to fix is in, no need to faff around with individual lines

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.

None yet

2 participants