Fixing the API break that was caused by this PR (https://github.com/DynamoDS/Dynamo/pull/9665)#9728
Conversation
|
@reddyashish what about the actual file itself? Is it still checked in into the repo? Why are the build checks failing? |
|
@aparajit-pratap The actual file was never deleted and verified it is present. The issue was that it was causing ambiguity in "CallSite.cs" as TraceUtils class is present in both ProtoCore.Lang and DynamoServices namespaces. Changed it to use the one from DynamoServices namespace. I will check on the builds again once they finish. |
|
@reddyashish I think this is LGTM as long as you've run all tests to make sure that there are no regressions just in case. Any idea why the appveyor and travis builds are failing on the PR? |
|
Yes, I have run all the tests and there are no regressions. Not sure why the appveyor and travis builds failed. In the logs, it just shows that the build was cancelled by system administrator. Triggered them again. |
|
Merging this. |
Purpose
This PR is to address the API break that was introduced by removing the "TraceUtils.cs" file from the ProtoCore project.
JIRA task: https://jira.autodesk.com/browse/DYN-1898
Refer to this change: b859c7b#r33609626
Declarations
Check these if you believe they are true
*.resxfilesReviewers
@aparajit-pratap