Diff between RC branch and 3.1 Switch on Main branch#14725
Merged
QilongTang merged 6 commits intoDynamoDS:RC3.0.0_masterfrom Dec 11, 2023
Merged
Diff between RC branch and 3.1 Switch on Main branch#14725QilongTang merged 6 commits intoDynamoDS:RC3.0.0_masterfrom
QilongTang merged 6 commits intoDynamoDS:RC3.0.0_masterfrom
Conversation
…namoDS#14711) - dynamo would issue a warning and fail to publish a package if an 'unqualified' file is being used, such as a dyf file already under package control - this check is done when publishing package locally, but I have incorrectly added it to the process of creating a build preview, which stops the process for both local and online submit workflow (cherry picked from commit 3ea1c5c)
Co-authored-by: pinzart <[email protected]> (cherry picked from commit d5e6c9b)
- now allows package version to start with 0 - cannot have 0.0.0 package version (cherry picked from commit 992e54c)
* Fix PostDiff job * fix (cherry picked from commit 006113e)
* remove config * remove autogen stuff (cherry picked from commit 0947455)
…nitialized to null (DynamoDS#14703) * remove coreclr-ncalc references * add failing test for dropdown node * cleanup * update tests * attempt initial fix * cleanup * update test * review comments * add code comments (cherry picked from commit 8987869)
UI Smoke TestsTest: success. 2 passed, 0 failed. |
UI Smoke TestsTest: success. 2 passed, 0 failed. |
Contributor
|
Thank you @saintentropy while I thought PR authors would cherry-pick.. |
QilongTang
approved these changes
Dec 11, 2023
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.
Purpose
This is a roll up of cheery picks between the RC 3.0 branch and the commits before we switched to bumped main branch to 3.1
Included the following PR's
#14711 Pm remove duplicate dyf file warning from preview generation process
#14710 More fixes for webview2 tests
#14716 Remove package version limitations
#14714 Localize menu items is Graphic Element Scale dropdown
#14713 Remove dynamo sandbox app.config
#14703 Fix graph update for primitive input nodes that are first initialized to null
Declarations
Check these if you believe they are true
*.resxfilesRelease Notes
from #14711
from #14716
Reviewers
@sm6srw @mjkkirschner
FYIs
@pinzart90 let me know if that fix should not go in 3.0
@aparajit-pratap same ^^^