Conversation
There was a problem hiding this comment.
See the ticket for this pull request: https://jira.autodesk.com/browse/DYN-7391
UI Smoke TestsTest: success. 11 passed, 0 failed. |
| <LibGProtoGeometryDLL Include="$(PkgDynamoVisualProgramming_LibG_230_0_0)\tools\netstandard2.0\$(LibGOsToken)\ProtoGeometry.dll" /> | ||
| <LibGProtoGeometryXML Include="$(PkgDynamoVisualProgramming_LibG_230_0_0)\tools\netstandard2.0\$(LibGOsToken)\ProtoGeometry.XML" /> | ||
| <LibG230Deps Include="$(PkgDynamoVisualProgramming_LibG_230_0_0)\tools\netstandard2.0\$(LibGOsToken)\asm_deps.csproj" /> | ||
| <LibGProtoGeometryUICulture Include="$(PkgDynamoVisualProgramming_LibG_230_0_0)\tools\netstandard2.0\$(LibGOsToken)\$(UICulture)\*" /> |
There was a problem hiding this comment.
Just curious why the 230 related ones needs to be deleted?
There was a problem hiding this comment.
We always link against the latest version of LIBG. But we load the one that corresponds to the ASM version found.
| public class InstalledAscLookUp : InstalledProductLookUp | ||
| { | ||
|
|
||
| public InstalledAscLookUp(string fileLookup) : base(@"Autodesk Shared Components", fileLookup) |
There was a problem hiding this comment.
Should we define @"Autodesk Shared Components" as a const string?
I have added more comments. Take a look and let me know if it is clearer now. In general: First, Highest ASM version wins. Second, ASC wins over product. |
|
Passed! |
Purpose
This Pull Request does:
Notes:
Declarations
Check these if you believe they are true
*.resxfilesRelease Notes
Added support for ASM 231 and Autodesk Shared Components in preparation for Global launch
Reviewers
FYIs