-
Notifications
You must be signed in to change notification settings - Fork 635
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
DYN-7475: Cherry picks for 2.16.4 #15499
Conversation
hmm even the EngOps build does not work and contains one build error, @twastvedt can you double check your change? |
ec857ed
to
7be2578
Compare
Yeah, sorry, bad cherry picks. Now builds, but some tests are failing. How do I run tests locally? Trying to just "Run Tests" from VS skips all the tests... |
Also I'm uncertain on how to fix the LaunchDarkly.Logging.dll file, reported here. I think we had fixed that in the original 2.16.3, which had build issues, so we ended up publishing a much smaller update, but now I'm not sure where to find the change that fixed that? |
This might be a side effect switching from .NET8 back to .NET48.. |
7be2578
to
91afd40
Compare
I am giving the tests a try running at https://master-15.jenkins.autodesk.com/view/DYN/job/DYN-DevCI_Self_Service_NUnit/16/ |
(cherry picked from commit 76021aa)
* Fix String display * Adding Unit test * Checking Formula (cherry picked from commit a503dff)
(cherry picked from commit 87c6b57)
(cherry picked from commit dbcc5b2)
* Fixing Ghost warning * Keeping the Warning Color for the new state * Adding the Unit test * Revert "Keeping the Warning Color for the new state" This reverts commit 40e9643. * Revert "Fixing Ghost warning" This reverts commit 04c14c1. * Updates, Implementation and Test (cherry picked from commit 62ac05c)
* DYN-6073 Civil3D Packages Guide Crashing It was crashing due that the user tried to close the Step 4 clicking the PackageSearch window and the Popup is not closed but seems that is already disposed. * DYN-6073 Civil3D Package Tour Crashing This change is disabling the close button in the PackageManagerSearch window when running the Packages tour, when passing to the next Step the button is enabled again (unless the next step also requires to disable the button). I've added a new icon image that will be shown when the close button is disabled. In this way we will be preventing the crash when the user try to close the Packages tour by closing the PackageManagerSearch window * DYN-6073 Civil3D Package Tour Crashing This fix will solve the problem of the packages guide crashing when clicking the Library (package installed) for passing from Step8 to Step9. (cherry picked from commit 0c9eeb7)
* Make sure close the Toast notification when Dynamo closes * Removing extra file * Removing extra file * Relocate the responsibility about the toast notification to the DynamoViewModel * removing unnecessary using * take advantage of already implementation to apply minimal changes * Moving the code to a proper place --------- Co-authored-by: Jesus Alfredo Alviño <[email protected]> (cherry picked from commit 596f4fa) # Conflicts: # src/DynamoCoreWpf/ViewModels/Core/DynamoViewModel.cs
* Handle null values in watch node/preview bubble * Add test * Update WatchNodeTests.cs (cherry picked from commit b1bc7c2) # Conflicts: # test/DynamoCoreWpfTests/WatchNodeTests.cs
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM with one comment
I started the build again, will merge when that finishes. |
Purpose
Cherry pick fixes agreed on for the 2.16.4 release. See this wiki for more info. The fixes are:
DYN-5710 #13855
DYN-6130 #14317
DYN-6073 #14338
DYN-5553, DYN-6103 #13820
DYN-5810 #13908
DYN-6158 #14314
DYN-6123 #14220
DYN-5314 #13647
DYN-5640 #13773
Declarations
Check these if you believe they are true
*.resx
filesRelease Notes
(FILL ME IN) Brief description of the fix / enhancement. Use N/A to indicate that the changes in this pull request do not apply to Release Notes. 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