You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -208,7 +208,7 @@ var environment = builder.Build();
208
208
- Fragment targets must exist.
209
209
- Shell submodel references must resolve to known submodels.
210
210
211
-
> Backward compatibility note: `AddExistingSubmodel(...)` still works and delegates to `AddSubmodel(...)`.
211
+
> Backward compatibility note: `AddExistingSubmodel(...)` still works, but it delegates to`AddSubmodelInternal(...)` (not `AddSubmodel(...)`) and therefore skips the additional public `IdShort` validation performed by`AddSubmodel(...)`.
0 commit comments