Open smillerk2 opened 10 years ago
This is a great library. One minor issue is a spelling mistake on the list of Constraint objects:
public class FacetResult { public string Name { get; set; } public List Contraint { get; set; } }
Contraint should be Constraint.
This is a great library. One minor issue is a spelling mistake on the list of Constraint objects:
public class FacetResult { public string Name { get; set; } public List Contraint { get; set; }
}
Contraint should be Constraint.