omnilogix
Results
2
issues of
omnilogix
`var odataBuilder = new ODataConventionModelBuilder();` When using the AddEntitySet(), my endpoints fail with the error: **_System.InvalidOperationException: 'The entity set 'foo' is based on type 'foo' that has no keys defined.'_**...
investigated
I would like to add a ccustom function that gets evaluated when calling SymbolicExpression.Evaluate(); for instance SqFt(x, y) where I would calculate square footage from the parameters public double SqFt(double...