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
thrownewInvalidOperationException($"Failed to resolve reference '{refPath}': path segment '{segment}' not found at '#{partialPath}'");
583
583
}
584
584
}
585
585
else
586
586
{
587
-
varpartialPath=string.Join("/",segments.Take(i));
587
+
varpartialPath=string.Join('/',segments.Take(i));
588
588
thrownewInvalidOperationException($"Failed to resolve reference '{refPath}': cannot navigate beyond '#{partialPath}' - expected object but found {current?.GetType().Name??"null"}");
0 commit comments