CARVIEW |
Select Language
HTTP/2 200
date: Sun, 27 Jul 2025 21:21:58 GMT
content-type: text/html; charset=utf-8
vary: X-PJAX, X-PJAX-Container, Turbo-Visit, Turbo-Frame, X-Requested-With,Accept-Encoding, Accept, X-Requested-With
x-repository-download: git clone https://github.com/DynamoDS/Dynamo.git
etag: W/"0062bd05ab1c7b8e164eea392a6787a0"
cache-control: max-age=0, private, must-revalidate
strict-transport-security: max-age=31536000; includeSubdomains; preload
x-frame-options: deny
x-content-type-options: nosniff
x-xss-protection: 0
referrer-policy: no-referrer-when-downgrade
content-security-policy: default-src 'none'; base-uri 'self'; child-src github.githubassets.com github.com/assets-cdn/worker/ github.com/assets/ gist.github.com/assets-cdn/worker/; connect-src 'self' uploads.github.com www.githubstatus.com collector.github.com raw.githubusercontent.com api.github.com github-cloud.s3.amazonaws.com github-production-repository-file-5c1aeb.s3.amazonaws.com github-production-upload-manifest-file-7fdce7.s3.amazonaws.com github-production-user-asset-6210df.s3.amazonaws.com *.rel.tunnels.api.visualstudio.com wss://*.rel.tunnels.api.visualstudio.com objects-origin.githubusercontent.com copilot-proxy.githubusercontent.com proxy.individual.githubcopilot.com proxy.business.githubcopilot.com proxy.enterprise.githubcopilot.com *.actions.githubusercontent.com wss://*.actions.githubusercontent.com productionresultssa0.blob.core.windows.net/ productionresultssa1.blob.core.windows.net/ productionresultssa2.blob.core.windows.net/ productionresultssa3.blob.core.windows.net/ productionresultssa4.blob.core.windows.net/ productionresultssa5.blob.core.windows.net/ productionresultssa6.blob.core.windows.net/ productionresultssa7.blob.core.windows.net/ productionresultssa8.blob.core.windows.net/ productionresultssa9.blob.core.windows.net/ productionresultssa10.blob.core.windows.net/ productionresultssa11.blob.core.windows.net/ productionresultssa12.blob.core.windows.net/ productionresultssa13.blob.core.windows.net/ productionresultssa14.blob.core.windows.net/ productionresultssa15.blob.core.windows.net/ productionresultssa16.blob.core.windows.net/ productionresultssa17.blob.core.windows.net/ productionresultssa18.blob.core.windows.net/ productionresultssa19.blob.core.windows.net/ github-production-repository-image-32fea6.s3.amazonaws.com github-production-release-asset-2e65be.s3.amazonaws.com insights.github.com wss://alive.github.com api.githubcopilot.com api.individual.githubcopilot.com api.business.githubcopilot.com api.enterprise.githubcopilot.com; font-src github.githubassets.com; form-action 'self' github.com gist.github.com copilot-workspace.githubnext.com objects-origin.githubusercontent.com; frame-ancestors 'none'; frame-src viewscreen.githubusercontent.com notebooks.githubusercontent.com; img-src 'self' data: blob: github.githubassets.com media.githubusercontent.com camo.githubusercontent.com identicons.github.com avatars.githubusercontent.com private-avatars.githubusercontent.com github-cloud.s3.amazonaws.com objects.githubusercontent.com release-assets.githubusercontent.com secured-user-images.githubusercontent.com/ user-images.githubusercontent.com/ private-user-images.githubusercontent.com opengraph.githubassets.com copilotprodattachments.blob.core.windows.net/github-production-copilot-attachments/ github-production-user-asset-6210df.s3.amazonaws.com customer-stories-feed.github.com spotlights-feed.github.com objects-origin.githubusercontent.com *.githubusercontent.com; manifest-src 'self'; media-src github.com user-images.githubusercontent.com/ secured-user-images.githubusercontent.com/ private-user-images.githubusercontent.com github-production-user-asset-6210df.s3.amazonaws.com gist.github.com; script-src github.githubassets.com; style-src 'unsafe-inline' github.githubassets.com; upgrade-insecure-requests; worker-src github.githubassets.com github.com/assets-cdn/worker/ github.com/assets/ gist.github.com/assets-cdn/worker/
server: github.com
content-encoding: gzip
accept-ranges: bytes
set-cookie: _gh_sess=cjlaqJQWZAsRrBpMGo%2BUOB%2F4nQ%2BJVztqPJsK6uqzo4ijbFcLK%2BoQQk%2BZJDZBIgjmZTLSYupKmKCfUbjbV4ratXiJP%2BsiY8UJ56I%2F2SiecbQNcCdhnIrxFxneRF3LVOFW9JTXHpdOqiQCbynEVXoqM2pQFi%2Bt5jPYe4CFDC1WIYBB6PsXAeyeXqbSuSAIukB3glFo4NYCOWeXeHwMJTFINLYr5gh9s2uAGT60eI%2FG8zhF6TRerFlFzMFzFyxriGqVIN%2BqHPy9FAB0UYNjJeHeQw%3D%3D--qErN%2B11%2FF4g4F0iC--FxYYsfi22%2F67ABbjGlHqpA%3D%3D; Path=/; HttpOnly; Secure; SameSite=Lax
set-cookie: _octo=GH1.1.692443225.1753651318; Path=/; Domain=github.com; Expires=Mon, 27 Jul 2026 21:21:58 GMT; Secure; SameSite=Lax
set-cookie: logged_in=no; Path=/; Domain=github.com; Expires=Mon, 27 Jul 2026 21:21:58 GMT; HttpOnly; Secure; SameSite=Lax
x-github-request-id: 9326:0A77:55EF89:6EA7E3:68869876
Convert Trace Serialization mechanism from SOAP to JSON (#14530) · DynamoDS/Dynamo@d8de392 · GitHub
Copy file name to clipboardExpand all lines: src/DynamoCore/Engine/EngineController.cs
Copy file name to clipboardExpand all lines: src/DynamoCore/Graph/Workspaces/HomeWorkspaceModel.cs
Copy file name to clipboardExpand all lines: src/DynamoCore/Models/DynamoModel.cs
Skip to content
Navigation Menu
{{ message }}
-
Notifications
You must be signed in to change notification settings - Fork 658
Commit d8de392
Convert Trace Serialization mechanism from SOAP to JSON (#14530)
* First pass
* missed file
* check data before jsonconvert
* some review comments
fix compression
fix 1 test
* fix 2 more tests
* fix tests, remove dep on samples package
* add logger method
log
shorten legacy check
* remove soap formatter
* review comments
remove use of ISerializable
* add unit test
---------
Co-authored-by: Craig Long <craig.long@autodesk.com>
Co-authored-by: mjk.kirschner <mjk.kirschner@gmail.com>1 parent ec6e580 commit d8de392Copy full SHA for d8de392
File tree
Expand file treeCollapse file tree
23 files changed
+1964
-2982
lines changedFilter options
- doc/distrib
- src
- DynamoCore
- Engine
- Graph/Workspaces
- Models
- Engine/ProtoCore
- Lang
- NodeServices
- test
- DynamoCoreTests
- Engine
- FFITarget
- ProtoTest/TD
- Libraries/NodeServicesTest
- core/callsite
Expand file treeCollapse file tree
23 files changed
+1964
-2982
lines changed-7Lines changed: 0 additions & 7 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
712 | 712 |
| |
713 | 713 |
| |
714 | 714 |
| |
715 |
| - | |
716 |
| - | |
717 |
| - | |
718 |
| - | |
719 |
| - | |
720 |
| - | |
721 |
| - | |
722 | 715 |
| |
723 | 716 |
| |
724 | 717 |
| |
|
+930-1,921Lines changed: 930 additions & 1921 deletions
Large diffs are not rendered by default.
src/DynamoCore/Engine/EngineController.cs
Copy file name to clipboardExpand all lines: src/DynamoCore/Engine/EngineController.cs+5-5Lines changed: 5 additions & 5 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
523 | 523 |
| |
524 | 524 |
| |
525 | 525 |
| |
526 |
| - | |
| 526 | + | |
527 | 527 |
| |
528 | 528 |
| |
529 | 529 |
| |
| |||
673 | 673 |
| |
674 | 674 |
| |
675 | 675 |
| |
676 |
| - | |
| 676 | + | |
677 | 677 |
| |
678 |
| - | |
| 678 | + | |
679 | 679 |
| |
680 |
| - | |
| 680 | + | |
681 | 681 |
| |
682 | 682 |
| |
683 | 683 |
| |
684 | 684 |
| |
685 | 685 |
| |
686 | 686 |
| |
687 | 687 |
| |
688 |
| - | |
| 688 | + | |
689 | 689 |
| |
690 | 690 |
|
src/DynamoCore/Graph/Workspaces/HomeWorkspaceModel.cs
Copy file name to clipboardExpand all lines: src/DynamoCore/Graph/Workspaces/HomeWorkspaceModel.cs+3-3Lines changed: 3 additions & 3 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
961 | 961 |
| |
962 | 962 |
| |
963 | 963 |
| |
964 |
| - | |
| 964 | + | |
965 | 965 |
| |
966 | 966 |
| |
967 | 967 |
| |
968 |
| - | |
| 968 | + | |
969 | 969 |
| |
970 |
| - | |
| 970 | + | |
971 | 971 |
| |
972 | 972 |
| |
973 | 973 |
| |
|
src/DynamoCore/Models/DynamoModel.cs
Copy file name to clipboardExpand all lines: src/DynamoCore/Models/DynamoModel.cs+5-3Lines changed: 5 additions & 3 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1015 | 1015 |
| |
1016 | 1016 |
| |
1017 | 1017 |
| |
| 1018 | + | |
1018 | 1019 |
| |
1019 | 1020 |
| |
1020 | 1021 |
| |
| |||
1242 | 1243 |
| |
1243 | 1244 |
| |
1244 | 1245 |
| |
1245 |
| - | |
| 1246 | + | |
1246 | 1247 |
| |
1247 | 1248 |
| |
1248 |
| - | |
| 1249 | + | |
1249 | 1250 |
| |
1250 | 1251 |
| |
1251 | 1252 |
| |
| |||
1300 | 1301 |
| |
1301 | 1302 |
| |
1302 | 1303 |
| |
1303 |
| - | |
| 1304 | + | |
1304 | 1305 |
| |
1305 | 1306 |
| |
1306 | 1307 |
| |
| |||
1426 | 1427 |
| |
1427 | 1428 |
| |
1428 | 1429 |
| |
| 1430 | + | |
1429 | 1431 |
| |
1430 | 1432 |
| |
1431 | 1433 |
| |
|
You can’t perform that action at this time.
0 commit comments