CARVIEW |
Select Language
HTTP/2 200
date: Sun, 27 Jul 2025 18:01:35 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/"d0861ae809ddfa14af27203cbaaf1dd7"
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=i664K%2Bxe14UrIDiSlKitJG0tRBlx0bug0qMky6AROPWVyO1FBswO3LtwKFaM0OMQbGGO0bpxRetapeLKnjJ%2B2GYRAwu4NsyGWXlhaDkApRGOOlNxa22kLt1zj2a%2BfRPS11VbYMuV%2BcjvEdsSy0D5uYPAbfzOOiC3OWvsSwLmbxSJ7UXyH9MQtjB4Kqo7seBElteps%2B7QLbLdaTLW2TAZM8W2i1V7ci%2FD60%2B1TrpgbSBn0sgeZrAVdmkgtQTn2v8wWn5F4lvHqRXDYS3aqon7Zg%3D%3D--SVvHUUNB5hcFu8ME--TYtrIKATourHkKUPdYBK8Q%3D%3D; Path=/; HttpOnly; Secure; SameSite=Lax
set-cookie: _octo=GH1.1.1456428300.1753639295; Path=/; Domain=github.com; Expires=Mon, 27 Jul 2026 18:01:35 GMT; Secure; SameSite=Lax
set-cookie: logged_in=no; Path=/; Domain=github.com; Expires=Mon, 27 Jul 2026 18:01:35 GMT; HttpOnly; Secure; SameSite=Lax
x-github-request-id: AC58:3240E6:1095BA5:15BBD5F:6886697E
DYN-6123 Fix groups loose associations with notes and nested groups w… · DynamoDS/Dynamo@5a74097 · GitHub
Copy file name to clipboardExpand all lines: src/DynamoCore/Core/CustomNodeManager.cs
Copy file name to clipboardExpand all lines: src/DynamoCoreWpf/ViewModels/Core/AnnotationViewModel.cs
Copy file name to clipboardExpand all lines: test/DynamoCoreWpfTests/AnnotationViewModelTests.cs
Copy file name to clipboardExpand all lines: test/DynamoCoreWpfTests/CustomNodeTests.cs
Skip to content
Navigation Menu
{{ message }}
-
Notifications
You must be signed in to change notification settings - Fork 658
Commit 5a74097
File tree
Expand file treeCollapse file tree
5 files changed
+605
-37
lines changedFilter options
- src
- DynamoCoreWpf/ViewModels/Core
- DynamoCore/Core
- test
- DynamoCoreWpfTests
- core/collapse
Expand file treeCollapse file tree
5 files changed
+605
-37
lines changedsrc/DynamoCore/Core/CustomNodeManager.cs
Copy file name to clipboardExpand all lines: src/DynamoCore/Core/CustomNodeManager.cs+8-1Lines changed: 8 additions & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1112 | 1112 |
| |
1113 | 1113 |
| |
1114 | 1114 |
| |
1115 |
| - | |
| 1115 | + | |
| 1116 | + | |
| 1117 | + | |
| 1118 | + | |
| 1119 | + | |
| 1120 | + | |
| 1121 | + | |
| 1122 | + | |
1116 | 1123 |
| |
1117 | 1124 |
| |
1118 | 1125 |
| |
|
src/DynamoCoreWpf/ViewModels/Core/AnnotationViewModel.cs
Copy file name to clipboardExpand all lines: src/DynamoCoreWpf/ViewModels/Core/AnnotationViewModel.cs+26-21Lines changed: 26 additions & 21 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
25 | 25 |
| |
26 | 26 |
| |
27 | 27 |
| |
28 |
| - | |
| 28 | + | |
29 | 29 |
| |
30 | 30 |
| |
31 | 31 |
| |
| |||
265 | 265 |
| |
266 | 266 |
| |
267 | 267 |
| |
268 |
| - | |
| 268 | + | |
269 | 269 |
| |
270 | 270 |
| |
271 | 271 |
| |
| |||
577 | 577 |
| |
578 | 578 |
| |
579 | 579 |
| |
580 |
| - | |
| 580 | + | |
| 581 | + | |
581 | 582 |
| |
582 | 583 |
| |
583 | 584 |
| |
| |||
671 | 672 |
| |
672 | 673 |
| |
673 | 674 |
| |
674 |
| - | |
| 675 | + | |
675 | 676 |
| |
676 | 677 |
| |
677 | 678 |
| |
| |||
988 | 989 |
| |
989 | 990 |
| |
990 | 991 |
| |
991 |
| - | |
| 992 | + | |
992 | 993 |
| |
993 | 994 |
| |
994 | 995 |
| |
| |||
1016 | 1017 |
| |
1017 | 1018 |
| |
1018 | 1019 |
| |
1019 |
| - | |
| 1020 | + | |
1020 | 1021 |
| |
1021 | 1022 |
| |
1022 | 1023 |
| |
| |||
1240 | 1241 |
| |
1241 | 1242 |
| |
1242 | 1243 |
| |
1243 |
| - | |
| 1244 | + | |
1244 | 1245 |
| |
1245 | 1246 |
| |
1246 | 1247 |
| |
| |||
1253 | 1254 |
| |
1254 | 1255 |
| |
1255 | 1256 |
| |
1256 |
| - | |
| 1257 | + | |
1257 | 1258 |
| |
1258 | 1259 |
| |
1259 | 1260 |
| |
| |||
1270 | 1271 |
| |
1271 | 1272 |
| |
1272 | 1273 |
| |
1273 |
| - | |
1274 |
| - | |
| 1274 | + | |
| 1275 | + | |
1275 | 1276 |
| |
1276 | 1277 |
| |
1277 | 1278 |
| |
1278 | 1279 |
| |
1279 |
| - | |
1280 |
| - | |
| 1280 | + | |
| 1281 | + | |
1281 | 1282 |
| |
1282 | 1283 |
| |
1283 | 1284 |
| |
| |||
1292 | 1293 |
| |
1293 | 1294 |
| |
1294 | 1295 |
| |
1295 |
| - | |
| 1296 | + | |
1296 | 1297 |
| |
1297 | 1298 |
| |
1298 |
| - | |
1299 |
| - | |
| 1299 | + | |
| 1300 | + | |
| 1301 | + | |
1300 | 1302 |
| |
1301 | 1303 |
| |
1302 | 1304 |
| |
| |||
1330 | 1332 |
| |
1331 | 1333 |
| |
1332 | 1334 |
| |
1333 |
| - | |
1334 |
| - | |
| 1335 | + | |
| 1336 | + | |
1335 | 1337 |
| |
1336 | 1338 |
| |
1337 | 1339 |
| |
1338 |
| - | |
1339 |
| - | |
1340 |
| - | |
| 1340 | + | |
| 1341 | + | |
1341 | 1342 |
| |
1342 |
| - | |
| 1343 | + | |
| 1344 | + | |
| 1345 | + | |
| 1346 | + | |
| 1347 | + | |
1343 | 1348 |
| |
1344 | 1349 |
| |
1345 | 1350 |
| |
|
test/DynamoCoreWpfTests/AnnotationViewModelTests.cs
Copy file name to clipboardExpand all lines: test/DynamoCoreWpfTests/AnnotationViewModelTests.cs+23-14Lines changed: 23 additions & 14 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
915 | 915 |
| |
916 | 916 |
| |
917 | 917 |
| |
918 |
| - | |
919 |
| - | |
| 918 | + | |
| 919 | + | |
| 920 | + | |
| 921 | + | |
| 922 | + | |
| 923 | + | |
| 924 | + | |
| 925 | + | |
| 926 | + | |
| 927 | + | |
| 928 | + | |
| 929 | + | |
920 | 930 |
| |
921 | 931 |
| |
922 | 932 |
| |
| |||
925 | 935 |
| |
926 | 936 |
| |
927 | 937 |
| |
928 |
| - | |
| 938 | + | |
| 939 | + | |
929 | 940 |
| |
930 | 941 |
| |
931 | 942 |
| |
932 | 943 |
| |
933 | 944 |
| |
934 | 945 |
| |
935 | 946 |
| |
936 |
| - | |
937 |
| - | |
938 |
| - | |
939 |
| - | |
940 |
| - | |
| 947 | + | |
| 948 | + | |
| 949 | + | |
941 | 950 |
| |
942 | 951 |
| |
943 | 952 |
| |
944 | 953 |
| |
945 | 954 |
| |
946 | 955 |
| |
| 956 | + | |
947 | 957 |
| |
948 | 958 |
| |
949 |
| - | |
950 |
| - | |
951 |
| - | |
952 |
| - | |
953 |
| - | |
954 |
| - | |
| 959 | + | |
955 | 960 |
| |
956 | 961 |
| |
957 | 962 |
| |
| 963 | + | |
| 964 | + | |
| 965 | + | |
| 966 | + | |
958 | 967 |
| |
959 | 968 |
| |
960 | 969 |
| |
|
test/DynamoCoreWpfTests/CustomNodeTests.cs
Copy file name to clipboardExpand all lines: test/DynamoCoreWpfTests/CustomNodeTests.cs+58-1Lines changed: 58 additions & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1 |
| - | |
| 1 | + | |
| 2 | + | |
| 3 | + | |
2 | 4 |
| |
| 5 | + | |
3 | 6 |
| |
4 | 7 |
| |
5 | 8 |
| |
| |||
37 | 40 |
| |
38 | 41 |
| |
39 | 42 |
| |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
| 57 | + | |
| 58 | + | |
| 59 | + | |
| 60 | + | |
| 61 | + | |
| 62 | + | |
| 63 | + | |
| 64 | + | |
| 65 | + | |
| 66 | + | |
| 67 | + | |
| 68 | + | |
| 69 | + | |
| 70 | + | |
| 71 | + | |
| 72 | + | |
| 73 | + | |
| 74 | + | |
| 75 | + | |
| 76 | + | |
| 77 | + | |
| 78 | + | |
| 79 | + | |
| 80 | + | |
| 81 | + | |
| 82 | + | |
| 83 | + | |
| 84 | + | |
| 85 | + | |
| 86 | + | |
| 87 | + | |
| 88 | + | |
| 89 | + | |
| 90 | + | |
| 91 | + | |
| 92 | + | |
| 93 | + | |
| 94 | + | |
| 95 | + | |
| 96 | + | |
40 | 97 |
| |
41 | 98 |
|
You can’t perform that action at this time.
0 commit comments