这是indexloc提供的服务,不要输入任何密码
Skip to content

Project management consistency, resource location fixes, more invalidation optimizations #387

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

Merged
merged 7 commits into from
Mar 3, 2024

Conversation

domportera
Copy link
Collaborator

@domportera domportera commented Mar 2, 2024

  • Most of the issues related to differences between IDE and Release/Debug build configurations have been solved, and functionality should be fairly consistent.
  • The new csproj files should also ensure that exports are well-organized
  • Resource management updated to include "common" as a "legacy" file path
  • Slot performance regressions that occurred after my last round of optimization were ameliorated as much as possible by optimizing other parts of the invalidation process. Some of these optimizations are not so straight-forward (such as removing "readonly" keywords) but roughly bring us back to where we were before performance-wise
  • Solution configured such that hitting "play" forces a rebuild of the operator projects. The only exception is the libEditor project as doing so would create a circular dependency according to Rider. If changes are made to 'libEditor', you still may need to re-build it separately prior to running the editor.
  • fixed copy/paste "null namespace" exception
  • recenter the "project home"
  • "IDE" configuration was yeeted in favor of just using the "Debug" build configuration
  • Redundant assemblies removed from operator project builds - this should improve build times and also seems to have made things a lot snappier maybe??

@pixtur pixtur merged commit c8adc8d into tixl3d:main Mar 3, 2024
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.

2 participants