Skip to content
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

Merged
merged 8 commits into from
Mar 9, 2023
Merged

update libg #13804

merged 8 commits into from
Mar 9, 2023

Conversation

pinzart90
Copy link
Contributor

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

  • The codebase is in a better state after this PR
  • Is documented according to the standards
  • The level of testing this PR includes is appropriate
  • User facing strings, if any, are extracted into *.resx files
  • All tests pass using the self-service CI.
  • Snapshot of UI changes, if any.
  • Changes to the API follow Semantic Versioning and are documented in the API Changes document.
  • This PR modifies some build requirements and the readme is updated

Release 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

@pinzart90 pinzart90 requested review from sm6srw and mjkkirschner March 7, 2023 15:18
<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">
Copy link
Member

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?

Copy link
Member

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?

Copy link
Contributor Author

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

Copy link
Contributor Author

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" />
Copy link
Member

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?

Copy link
Contributor Author

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)

Copy link
Member

@mjkkirschner mjkkirschner left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

some questions

@mjkkirschner
Copy link
Member

mjkkirschner commented Mar 8, 2023

@pinzart90 something still seems wrong as all PR check builds are failing.

@pinzart90 pinzart90 requested a review from mjkkirschner March 8, 2023 19:25
<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\" />
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@pinzart90
Copy link
Contributor Author

@pinzart90 pinzart90 merged commit ae0ebd1 into master Mar 9, 2023
@pinzart90 pinzart90 deleted the update_libg branch March 9, 2023 03:43
sm6srw pushed a commit to sm6srw/Dynamo that referenced this pull request Mar 29, 2023
* 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]>
sm6srw pushed a commit that referenced this pull request Apr 5, 2023
* 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]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants