Update LibG DYN-7794-ExtrudePolyCurve-Crash-ASM231/ASM232#17029
Merged
RobertGlobant20 merged 2 commits intoDynamoDS:masterfrom Apr 7, 2026
Merged
Conversation
Updating LibG to the latest version so now will have the fix for DYN-7794-ExtrudePolyCurve-Crash-ASM231/ASM232.
There was a problem hiding this comment.
See the ticket for this pull request: https://jira.autodesk.com/browse/DYN-7794
Contributor
There was a problem hiding this comment.
Pull request overview
Updates Dynamo’s LibG NuGet dependencies to newer builds intended to include the fix for DYN-7794 (Extrude PolyCurve crash) on ASM231/ASM232.
Changes:
- Bump
DynamoVisualProgramming.LibG_232_0_0from4.0.0.4600to4.0.0.4610across multiple library/test/tool projects. - Update
DynamoVisualProgramming.LibG_231_0_0to4.0.0.4614inDynamoCore.csproj(secondary LibG). - Minor file-encoding change in
src/DynamoCore/DynamoCore.csproj(BOM introduced).
Reviewed changes
Copilot reviewed 16 out of 16 changed files in this pull request and generated 1 comment.
Show a summary per file
| File | Description |
|---|---|
| test/Libraries/WorkflowTests/WorkflowTests.csproj | Updates LibG 232 package version used by workflow tests. |
| test/Libraries/TestServices/TestServices.csproj | Updates LibG 232 package version used by test infrastructure. |
| test/Libraries/TessellationTests/TessellationTests.csproj | Updates LibG 232 package version used by tessellation tests. |
| test/Libraries/GeometryColorTests/GeometryColorTests.csproj | Updates LibG 232 package version used by geometry color tests. |
| test/Libraries/DynamoPythonTests/DynamoPythonTests.csproj | Updates LibG 232 package version used by Dynamo Python tests. |
| test/Libraries/AnalysisTests/AnalysisTests.csproj | Updates LibG 232 package version used by analysis tests. |
| src/Tools/NodeDocumentationMarkdownGenerator/NodeDocumentationMarkdownGenerator.csproj | Updates LibG 232 used by the node documentation generator tool. |
| src/Libraries/Tesellation/Tessellation.csproj | Updates LibG 232 used by tessellation library. |
| src/Libraries/GeometryUIWpf/GeometryUIWpf.csproj | Updates LibG 232 used by WPF geometry UI library. |
| src/Libraries/GeometryUI/GeometryUI.csproj | Updates LibG 232 used by geometry UI library. |
| src/Libraries/GeometryColor/GeometryColor.csproj | Updates LibG 232 used by GeometryColor library. |
| src/Libraries/CoreNodes/CoreNodes.csproj | Updates LibG 232 used by core nodes library. |
| src/Libraries/Analysis/Analysis.csproj | Updates LibG 232 used by analysis library. |
| src/DynamoManipulation/DynamoManipulation.csproj | Updates LibG 232 used by manipulation components. |
| src/DynamoCoreWpf/DynamoCoreWpf.csproj | Updates LibG 232 used by the WPF host/UI layer. |
| src/DynamoCore/DynamoCore.csproj | Updates LibG 232 (release/debug) and LibG 231 (secondary) package versions; introduces BOM at file start. |
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
aparajit-pratap
approved these changes
Apr 7, 2026
|
RobertGlobant20
added a commit
to RobertGlobant20/Dynamo
that referenced
this pull request
Apr 8, 2026
…7029) Co-authored-by: aparajit-pratap <aparajit.pratap@autodesk.com> Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
3 tasks
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.



Purpose
Updating LibG to the latest version so now will have the fix for DYN-7794-ExtrudePolyCurve-Crash-ASM231/ASM232.
Declarations
Check these if you believe they are true
Release Notes
Updating LibG to the latest version so now will have the fix for DYN-7794-ExtrudePolyCurve-Crash-ASM231/ASM232.
Reviewers
@aparajit-pratap @zeusongit
FYIs