-
Notifications
You must be signed in to change notification settings - Fork 668
Changes to switch the LibG references #11049
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
Conversation
Update forked master branch
Update forked master branch
Update forked master branch
Update master forked repository
Update forked master branch
Update forked master branch
Update forked master branch
Update forked master branch
Update master forked branch
Update master forked repository
Update master forked branch
Update master forked branch
# Conflicts: # extern/LibG_224_0_1/LibG.AsmPreloader.Managed.dll # extern/LibG_224_0_1/LibG.AsmPreloader.Unmanaged.dll # extern/LibG_224_0_1/LibG.Managed.dll # extern/LibG_224_0_1/LibG.ProtoInterface.dll # extern/LibG_224_0_1/LibG.dll # extern/LibG_224_0_1/LibGCore.dll # extern/LibG_224_4_0/LibG.AsmPreloader.Managed.dll # extern/LibG_224_4_0/LibG.AsmPreloader.Unmanaged.dll # extern/LibG_224_4_0/LibG.Managed.dll # extern/LibG_224_4_0/LibG.ProtoInterface.dll # extern/LibG_224_4_0/LibG.dll # extern/LibG_224_4_0/LibGCore.dll # extern/LibG_225_0_0/LibG.AsmPreloader.Managed.dll # extern/LibG_225_0_0/LibG.AsmPreloader.Unmanaged.dll # extern/LibG_225_0_0/LibG.Managed.dll # extern/LibG_225_0_0/LibG.ProtoInterface.dll # extern/LibG_225_0_0/LibG.dll # extern/LibG_225_0_0/LibGCore.dll # extern/LibG_226_0_0/LibG.AsmPreloader.Managed.dll # extern/LibG_226_0_0/LibG.AsmPreloader.Unmanaged.dll # extern/LibG_226_0_0/LibG.Managed.dll # extern/LibG_226_0_0/LibG.ProtoInterface.dll # extern/LibG_226_0_0/LibG.dll # extern/LibG_226_0_0/LibGCore.dll # extern/ProtoGeometry/LibG.Interface.dll # extern/ProtoGeometry/ProtoGeometry.dll # extern/ProtoGeometry/en-US/ProtoGeometry.resources.dll
aparajit-pratap
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@alfredo-pozo couple of comments. Overall this looks great. Thanks also for updating the nuget so quickly!
Update master forked branch
# Conflicts: # extern/LibG_224_0_1/LibG.AsmPreloader.Managed.dll # extern/LibG_224_0_1/LibG.AsmPreloader.Unmanaged.dll # extern/LibG_224_0_1/LibG.Managed.dll # extern/LibG_224_0_1/LibG.ProtoInterface.dll # extern/LibG_224_0_1/LibG.dll # extern/LibG_224_0_1/LibGCore.dll # extern/LibG_224_4_0/LibG.AsmPreloader.Managed.dll # extern/LibG_224_4_0/LibG.AsmPreloader.Unmanaged.dll # extern/LibG_224_4_0/LibG.Managed.dll # extern/LibG_224_4_0/LibG.ProtoInterface.dll # extern/LibG_224_4_0/LibG.dll # extern/LibG_224_4_0/LibGCore.dll # extern/LibG_225_0_0/LibG.AsmPreloader.Managed.dll # extern/LibG_225_0_0/LibG.AsmPreloader.Unmanaged.dll # extern/LibG_225_0_0/LibG.Managed.dll # extern/LibG_225_0_0/LibG.ProtoInterface.dll # extern/LibG_225_0_0/LibG.dll # extern/LibG_225_0_0/LibGCore.dll # extern/LibG_226_0_0/LibG.AsmPreloader.Managed.dll # extern/LibG_226_0_0/LibG.AsmPreloader.Unmanaged.dll # extern/LibG_226_0_0/LibG.Managed.dll # extern/LibG_226_0_0/LibG.ProtoInterface.dll # extern/LibG_226_0_0/LibG.dll # extern/LibG_226_0_0/LibGCore.dll # extern/ProtoGeometry/LibG.Interface.dll # extern/ProtoGeometry/ProtoGeometry.dll # extern/ProtoGeometry/en-US/ProtoGeometry.resources.dll
| <ItemGroup /> | ||
| <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" /> | ||
| <Choose> | ||
| <When Condition=" '$(OS)' != 'Unix' "> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
What is this section for?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Is to decide which powershell to use, on the Linux image for the mono-build validation we have Powershell Core available, otherwise we use the windows powershell
|
@alfredo-pozo Does this mean after this PR, local Dynamo builds will only have libG for ASM 226? |
I think you mean @alfredo-pozo :) |
|
@QilongTang We are downloading all the nuget packages of LibG: 226, 225, 224.4 and 224, and the projects have reference to 226, does that answer your question? |
Please Note:
DynamoRevitrepo will need to be cherry-picked into all the DynamoRevit Release branches that Dynamo supports. Contributors will be responsible for cherry-picking their reviewed commits to the other branches after aLGTMlabel is added to the PR.Purpose
This PR has the purpose to use the new LibG nuget packages instead of the references under "extern" folder https://jira.autodesk.com/browse/DYN-1889
Declarations
Check these if you believe they are true
*.resxfilesReviewers
@aparajit-pratap
FYIs
@QilongTang