-
Notifications
You must be signed in to change notification settings - Fork 58
Comparing changes
Open a pull request
base repository: DynamoDS/DynamoSamples
base: 2.12.0
head repository: DynamoDS/DynamoSamples
compare: master
- 19 commits
- 61 files changed
- 9 contributors
Commits on Oct 18, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 7667b5c - Browse repository at this point
Copy the full SHA 7667b5cView commit details
Commits on Aug 1, 2023
-
* Initial linter rules * Cleanup * Add settings to the linter for default ungrouped allowance. * Linter sample ready for review. * Fix view extension folder * Remove reference to the sample view extension that I used as a baseline. See: #48 (comment) * update gitignore * Add linter packages to gitignore * Retarget to .NET 4.8 * Migrate solution to new style .csproj sdk * Fix sample view extension indentation * Remove packages * Remove extra files to resolve comments from @BogdanZavu * add comments to the linter rules * add localization options for the linter descriptions and call to action
Configuration menu - View commit details
-
Copy full SHA for 9c76e89 - Browse repository at this point
Copy the full SHA 9c76e89View commit details
Commits on Aug 8, 2023
-
fix the build and add copy steps for linter (#49)
* fix build * fix build some copy steps cleanup build output
Configuration menu - View commit details
-
Copy full SHA for a8d5e57 - Browse repository at this point
Copy the full SHA a8d5e57View commit details
Commits on Jan 11, 2024
-
update for the Dynamo 3.0 release (#50)
* update * update * update * update * Create Setup.cs * update trace * Update PeriodicUpdateExample.cs * update * Update Setup.cs * update * update --------- Co-authored-by: pinzart <tiberiu.pinzariu@autodesk.com>
Configuration menu - View commit details
-
Copy full SHA for 62c0c33 - Browse repository at this point
Copy the full SHA 62c0c33View commit details
Commits on Jan 18, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 25791ca - Browse repository at this point
Copy the full SHA 25791caView commit details
Commits on Feb 7, 2024
-
Configuration menu - View commit details
-
Copy full SHA for df9e1b0 - Browse repository at this point
Copy the full SHA df9e1b0View commit details
Commits on Feb 13, 2024
-
* add tests * update * Update SampleIntegration.csproj * update * Update build.yml * do not run asm tests * update
Configuration menu - View commit details
-
Copy full SHA for 75e73b8 - Browse repository at this point
Copy the full SHA 75e73b8View commit details
Commits on Feb 29, 2024
-
Bump actions/upload-artifact from 3.1.3 to 4.3.1 in /.github/workflows (
#54) Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 3.1.3 to 4.3.1. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](actions/upload-artifact@v3.1.3...v4.3.1) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 63b81b4 - Browse repository at this point
Copy the full SHA 63b81b4View commit details
Commits on Mar 1, 2024
-
Configuration menu - View commit details
-
Copy full SHA for a8aedd1 - Browse repository at this point
Copy the full SHA a8aedd1View commit details
Commits on Mar 27, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 9610d17 - Browse repository at this point
Copy the full SHA 9610d17View commit details
Commits on Apr 9, 2024
-
* Update README.md * Delete src/Config/user_local.props
Configuration menu - View commit details
-
Copy full SHA for 9b38f43 - Browse repository at this point
Copy the full SHA 9b38f43View commit details
Commits on Apr 15, 2024
-
Bump microsoft/setup-msbuild from 1.3 to 2 in /.github/workflows (#59)
Bumps [microsoft/setup-msbuild](https://github.com/microsoft/setup-msbuild) from 1.3 to 2. - [Release notes](https://github.com/microsoft/setup-msbuild/releases) - [Changelog](https://github.com/microsoft/setup-msbuild/blob/main/building-release.md) - [Commits](microsoft/setup-msbuild@v1.3...v2) --- updated-dependencies: - dependency-name: microsoft/setup-msbuild dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 1d97b5b - Browse repository at this point
Copy the full SHA 1d97b5bView commit details
Commits on Apr 29, 2024
-
Bump actions/upload-artifact from 4.3.1 to 4.3.3 in /.github/workflows (
#61) Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 4.3.1 to 4.3.3. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](actions/upload-artifact@v4.3.1...v4.3.3) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for d339b6d - Browse repository at this point
Copy the full SHA d339b6dView commit details
Commits on Jun 10, 2024
-
Configuration menu - View commit details
-
Copy full SHA for bc05df0 - Browse repository at this point
Copy the full SHA bc05df0View commit details
Commits on Oct 21, 2025
-
DYN-9195: Net 10.0 update (#67)
* add node icon example - adding a simple icon to a node to demonstrate the 8.0 workflow to contrast and show a fix when introducing 10.0 * image to png update - now the image is added as a File and in .png format - this alone works in order to correctly provide the icon to Dynamo * .net 10.0 upgrade - updated all projects to target .net 10.0 - updated workflow yaml - updated readme reference to dotnet * add icon resources to build directory - add customisation.dll file to the build output directory * revert formatting changes * nuget update - updated nuget package references * nugets bump to 2685 * remove redundant file * removed resource custom tool * Update build.yml * update to nugs, yml - update the dotnet-version: "10.0.100-preview.5.25277.114" - update to latest nugets --------- Co-authored-by: Ashish Aggarwal <ashish.aggarwal@autodesk.com>
Configuration menu - View commit details
-
Copy full SHA for f3ca98b - Browse repository at this point
Copy the full SHA f3ca98bView commit details -
Bump actions/setup-dotnet from 4 to 5 in /.github/workflows (#70)
Bumps [actions/setup-dotnet](https://github.com/actions/setup-dotnet) from 4 to 5. - [Release notes](https://github.com/actions/setup-dotnet/releases) - [Commits](actions/setup-dotnet@v4...v5) --- updated-dependencies: - dependency-name: actions/setup-dotnet dependency-version: '5' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 79c5594 - Browse repository at this point
Copy the full SHA 79c5594View commit details -
Bump actions/upload-artifact from 4.3.3 to 4.6.2 in /.github/workflows (
#69) Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 4.3.3 to 4.6.2. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](actions/upload-artifact@v4.3.3...v4.6.2) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-version: 4.6.2 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for d85ba19 - Browse repository at this point
Copy the full SHA d85ba19View commit details -
Bump actions/checkout from 4 to 5 in /.github/workflows (#68)
Bumps [actions/checkout](https://github.com/actions/checkout) from 4 to 5. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v4...v5) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: '5' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 93d24d3 - Browse repository at this point
Copy the full SHA 93d24d3View commit details
Commits on Oct 27, 2025
-
Bump actions/upload-artifact from 4.6.2 to 5.0.0 in /.github/workflows (
#71) Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 4.6.2 to 5.0.0. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](actions/upload-artifact@v4.6.2...v5.0.0) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-version: 5.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 5af34f9 - Browse repository at this point
Copy the full SHA 5af34f9View commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff 2.12.0...master