-
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-7821:changed compatibility calculation algorithm #15644
DYN-7821:changed compatibility calculation algorithm #15644
Conversation
- now only flags as 'Unknown Compatibility' if no information is provided - under DynamoSandbox, if Dynamo comp not provided, fallback to host. If host comp exist, mark as 'Incompatible'
UI Smoke TestsTest: success. 11 passed, 0 failed. |
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.
See the ticket for this pull request: https://jira.autodesk.com/browse/DYN-7821
- removing try/catch block, cannot log message using Dynamo logger, no access to Dynamo instance
(cherry picked from commit ffffc71)
There actually is a static logger: |
Thanks Mike, I will make this change. |
addressed it here #15653 |
Purpose
Change to how package version
Compatibility
is calculated. The main changes are that:Declarations
Check these if you believe they are true
*.resx
filesRelease Notes
Reviewers
@achintyabhat
@reddyashish
@zeusongit
@QilongTang
FYIs
@saintentropy