-
Notifications
You must be signed in to change notification settings - Fork 635
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
update libg #13804
update libg #13804
Conversation
src/DynamoCore/DynamoCore.csproj
Outdated
<PackageReference Include="Greg" Version="2.3.0.2505" /> | ||
<PackageReference Include="Newtonsoft.Json" Version="13.0.1" CopyXML="true" /> | ||
<PackageReference Include="RestSharp" Version="106.12.0" CopyXML="true" /> | ||
<Reference Include="System.Collections.Immutable"> |
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 change 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.
it looks quite strange - it's a reference to System.Collections.Immutable
- but pointing at Protogeometry?
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.
That was supposed to be ProtoGeometry
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.
Ugh..I see now that indirect references are not turned on..
</PropertyGroup> | ||
<ItemGroup> | ||
<LibGInterface Include="$(PkgDynamoVisualProgramming_LibG_229_0_0)\tools\netstandard2.0\LibG.Interface.dll" /> | ||
<LibGProtoGeometryXml Include="$(PkgDynamoVisualProgramming_LibG_229_0_0)\lib\netstandard2.0\ProtoGeometry.XML" /> |
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.
was the package layout modified?
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.
yes
I had to add both windows and linux flavors of all binaries (including managed)
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.
some questions
@pinzart90 something still seems wrong as all PR check builds are failing. |
<Copy SourceFiles="@(LibGProtoGeometryXml)" DestinationFolder="$(OutputPath)" /> | ||
<Copy SourceFiles="@(LibGProtoGeometryXml)" DestinationFolder="$(OutputPath)\$(UICulture)" /> | ||
<Copy SourceFiles="@(LibGProtoGeometryUICulture)" DestinationFolder="$(OutputPath)\$(UICulture)" /> | ||
<Copy Condition="$(Platform.Contains('Linux'))" SourceFiles="@(LibG229Deps)" DestinationFolder="$(OutputPath)libg_228_0_0\asm_deps\" /> |
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.
@annabunches FYI
* update libg * Update DynamoCore.csproj * Update DynamoCore.csproj * Update DynamoCore.csproj * update * Update DynamoCore.csproj * update * Update Utilities.cs --------- Co-authored-by: pinzart <[email protected]>
* update libg * Update DynamoCore.csproj * Update DynamoCore.csproj * Update DynamoCore.csproj * update * Update DynamoCore.csproj * update * Update Utilities.cs --------- Co-authored-by: pinzart <[email protected]>
Update libg package references to include the latest linux binaries
Purpose
(FILL ME IN) This section describes why this PR is here. Usually it would include a reference
to the tracking task that it is part or all of the solution for.
Declarations
Check these if you believe they are true
*.resx
filesRelease Notes
(FILL ME IN) Brief description of the fix / enhancement. Mandatory section
Reviewers
(FILL ME IN) Reviewer 1 (If possible, assign the Reviewer for the PR)
(FILL ME IN, optional) Any additional notes to reviewers or testers.
FYIs
(FILL ME IN, Optional) Names of anyone else you wish to be notified of