Replies: 1 comment 1 reply
-
The long answerCertainly! the v2 branch is stable. You should clone the repo and run locally. There is no dotnet tool release since v2 is still pre-alpha. To use the v2 branch of the designer you should ideally reference the same nuget package as the designer's csproj - see TerminalGuiDesigner.csproj At time of writing this is:
The short answerYes, use v2 branch but make sure to reference the same nuget package as designer. UpdatesI try to keep v2 branch up-to-date but it is always slightly behind the latest Terminal.Gui alpha nuget release. This is because I need to handle renamed variables, new types and do QA etc. The current v2 update PR is #292 which will bring the nuget package compatibility up to Each PR into After merging #292 into TerminalGuiDesigner uses the tool for its own UIs (it writes itself!) so you can see examples of the .Designer.cs file changes needed, they are pretty minor e.g.
|
Beta Was this translation helpful? Give feedback.
-
I'm starting work on a Terminal.Gui v2 project and would like to use this designer with it. Is there a version (the v2 branch maybe?) that supports the API changes in the Terminal.Gui v2 library?
Thx!
Beta Was this translation helpful? Give feedback.
All reactions