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
{{ message }}
This repository was archived by the owner on Apr 12, 2023. It is now read-only.
thrownewException($"{resource.Name} is declared as a Many-To-Many nested resource on {resource.ParentResource.Name}, but is does not have an associated root resource.");
26
+
thrownewException($"{resource.Name.Plural} is declared as a Many-To-Many nested resource on {resource.ParentResource.Name.Plural}, but is does not have an associated root resource.");
thrownewException($"Type mismatch: ${resource.Name} has type ${resource.Class.Name}, but its associated root resource has type {resource.RootResource.Class.Name}");
29
+
thrownewException($"Type mismatch: ${resource.Name.Plural} has type ${resource.Class.Name}, but its associated root resource has type {resource.RootResource.Class.Name}");
thrownewException($"{resource.Name.Plural} is declared as a nested resource on {resource.ParentResource.Name.Plural}, but the {resource.ParentResource.Class.Name} class does not "+
35
+
$"have a client-only property with the following signature: public List<{resource.Class.Name}> {resource.Name.Plural} {{ get; set; }}");
0 commit comments