Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: DynamoDS/DynamoSamples
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 2.12.0
Choose a base ref
...
head repository: DynamoDS/DynamoSamples
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 19 commits
  • 61 files changed
  • 9 contributors

Commits on Oct 18, 2022

  1. Configuration menu
    Copy the full SHA
    7667b5c View commit details
    Browse the repository at this point in the history

Commits on Aug 1, 2023

  1. Sample Linter (#48)

    * 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
    johnpierson authored Aug 1, 2023
    Configuration menu
    Copy the full SHA
    9c76e89 View commit details
    Browse the repository at this point in the history

Commits on Aug 8, 2023

  1. fix the build and add copy steps for linter (#49)

    * fix build
    
    * fix build
    some copy steps
    cleanup build output
    mjkkirschner authored Aug 8, 2023
    Configuration menu
    Copy the full SHA
    a8d5e57 View commit details
    Browse the repository at this point in the history

Commits on Jan 11, 2024

  1. 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>
    pinzart90 and pinzart90 authored Jan 11, 2024
    Configuration menu
    Copy the full SHA
    62c0c33 View commit details
    Browse the repository at this point in the history

Commits on Jan 18, 2024

  1. Update build workflow (#51)

    avidit authored Jan 18, 2024
    Configuration menu
    Copy the full SHA
    25791ca View commit details
    Browse the repository at this point in the history

Commits on Feb 7, 2024

  1. add units example (#52)

    * add units example
    
    * Update build.yml
    pinzart90 authored Feb 7, 2024
    Configuration menu
    Copy the full SHA
    df9e1b0 View commit details
    Browse the repository at this point in the history

Commits on Feb 13, 2024

  1. add tests (#53)

    * add tests
    
    * update
    
    * Update SampleIntegration.csproj
    
    * update
    
    * Update build.yml
    
    * do not run asm tests
    
    * update
    pinzart90 authored Feb 13, 2024
    Configuration menu
    Copy the full SHA
    75e73b8 View commit details
    Browse the repository at this point in the history

Commits on Feb 29, 2024

  1. 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>
    dependabot[bot] authored Feb 29, 2024
    Configuration menu
    Copy the full SHA
    63b81b4 View commit details
    Browse the repository at this point in the history

Commits on Mar 1, 2024

  1. Update CS.props (#55)

    pinzart90 authored Mar 1, 2024
    Configuration menu
    Copy the full SHA
    a8aedd1 View commit details
    Browse the repository at this point in the history

Commits on Mar 27, 2024

  1. Configuration menu
    Copy the full SHA
    9610d17 View commit details
    Browse the repository at this point in the history

Commits on Apr 9, 2024

  1. Update README.md (#58)

    * Update README.md
    
    * Delete src/Config/user_local.props
    mjkkirschner authored Apr 9, 2024
    Configuration menu
    Copy the full SHA
    9b38f43 View commit details
    Browse the repository at this point in the history

Commits on Apr 15, 2024

  1. 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>
    dependabot[bot] authored Apr 15, 2024
    Configuration menu
    Copy the full SHA
    1d97b5b View commit details
    Browse the repository at this point in the history

Commits on Apr 29, 2024

  1. 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>
    dependabot[bot] authored Apr 29, 2024
    Configuration menu
    Copy the full SHA
    d339b6d View commit details
    Browse the repository at this point in the history

Commits on Jun 10, 2024

  1. Update build.yml (#62)

    QilongTang authored Jun 10, 2024
    Configuration menu
    Copy the full SHA
    bc05df0 View commit details
    Browse the repository at this point in the history

Commits on Oct 21, 2025

  1. 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>
    dnenov and zeusongit authored Oct 21, 2025
    Configuration menu
    Copy the full SHA
    f3ca98b View commit details
    Browse the repository at this point in the history
  2. 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>
    dependabot[bot] authored Oct 21, 2025
    Configuration menu
    Copy the full SHA
    79c5594 View commit details
    Browse the repository at this point in the history
  3. 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>
    dependabot[bot] authored Oct 21, 2025
    Configuration menu
    Copy the full SHA
    d85ba19 View commit details
    Browse the repository at this point in the history
  4. 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>
    dependabot[bot] authored Oct 21, 2025
    Configuration menu
    Copy the full SHA
    93d24d3 View commit details
    Browse the repository at this point in the history

Commits on Oct 27, 2025

  1. 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>
    dependabot[bot] authored Oct 27, 2025
    Configuration menu
    Copy the full SHA
    5af34f9 View commit details
    Browse the repository at this point in the history
Loading