Merged
Conversation
- Created PlcStringResources.resx and corresponding Designer.cs files in AXOpen.Data, AXOpen.Inspectors, AXOpen.Io, AXOpen.Probers, AXOpen.Timers, AXOpen.Utils, and other relevant directories. - Removed unnecessary folder entries from project files for Resources. - Ensured all new resource files follow the standard schema for .resx files.
…nto misc-improvments
…s for clarity and completeness
TomKovac
approved these changes
Sep 8, 2025
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This pull request introduces a variety of improvements across the codebase, focusing on enhanced UI and dialog handling, localization support, build tooling, and integration assets. It also includes several refactors and updates to dependencies, which may impact backward compatibility. Below are the most important changes grouped by theme:
Localization and Multilingual Support:
BlazorResources.de.resxfor the Blazor security module, and improved Slovak translations inBlazorResources.sk.resx. This lays the foundation for multilingual deployments and improves operator/developer experience. [1] [2]Build and Workspace Tooling:
ctrl-workspace.code-workspaceto streamline control project development in VS Code.DotnetIxrfor executingdotnet ixracross multiple folders, enabling faster interface generation and easier onboarding for pneumatic islands. [1] [2] [3]UI and Dialog Refactoring:
AxoComponentViewandAxoMessengerView, and refactored the dialog subsystem for better error handling and initialization.Integration Assets and Stability:
Dependency Updates:
0.40.1-alpha.287and Inxton.Operon to0.2.0-alpha.87, which may affect backward compatibility for customizations or integrations. [1] [2]Additional changes include a new checklist for writing pull request descriptions to improve review quality. Reviewers should validate GSDML XMLs, confirm resource file conventions, test the DotnetIxr helper in CI, and check the UI for regressions. Manual validation is implied, but further import/build/smoke tests are recommended. [1] [2]
Note: UI and dialog refactoring, as well as package version bumps, may affect backward compatibility for customizations or integrations.
dotnet ixracross foldersctrl-workspace.code-workspace) for control projectsAxoComponentViewandAxoMessengerView; updated help text formattingImpact:
Risks/Review:
Testing: