DYN-10381 - Migrate DynamoText from .NET Framework 4.5 to .NET 8#11
Merged
Conversation
7 tasks
- Convert DynamoText.csproj to SDK-style targeting net8.0-windows - Migrate NuGet packages to PackageReference (DynamoServices 3.2.2.5494, ZeroTouchLibrary 3.1.0.4724) - Delete packages.config and Properties/AssemblyInfo.cs - Fix FormattedText constructor for .NET 8 (add NumberSubstitution and pixelsPerDip parameters) - Add GitHub Actions CI workflow for windows-latest Agent-Logs-Url: https://github.com/DynamoDS/DynamoText/sessions/17e83894-302a-4ab5-99cf-7ac0f9824b59 Co-authored-by: johnpierson <15744724+johnpierson@users.noreply.github.com>
Member
|
@claude[agent] - bump the version to 3.0.0 for DynamoText as this will be a large change. |
Agent-Logs-Url: https://github.com/DynamoDS/DynamoText/sessions/17d8d9d4-2686-4429-b206-b30be20b046b Co-authored-by: johnpierson <15744724+johnpierson@users.noreply.github.com>
Contributor
Author
Updated to version 3.0.0 in df3d201 |
There was a problem hiding this comment.
See the ticket for this pull request: https://jira.autodesk.com/browse/DYN-10381
Member
Reorganize repo to match standard Dynamo package layout: move Text.cs, DynamoText.csproj, DynamoText.sln, pkg.json, Example.dyn, and DynamoText_DynamoCustomization.xml into src/. Add CreatePackage MSBuild target that assembles dist/DynamoText/ (pkg.json + bin/) on every build, ready to drop into Dynamo's packages folder. OutputPath redirected to repo-root bin/ to keep build artifacts out of src/.
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.

Thanks for asking me to work on this. I will get started on it and keep this PR's description up to date as I form a plan and make progress.