NetTecture
NetTecture
How is one supposed to make a post that references another object in a navigation property? Example: ```ts export interface Module { Identity: Edm.Guid; Equipment?: PropertyCore.Equipment; } ``` I need...
I have to write ``` js .Expand('blabla') ``` because if blabla changes name during development, that is hard to catch. Any chance to get an alternative interface that uses ```...
Odata and typescript is a mess. Yeah, I know. This actually can solve it, but our proejcts do not use VS Code, but "real" visual studio. As such, it is...
System.InvalidOperationException HResult=0x80131509 Message=No coercion operator is defined between types 'Microsoft.AspNet.OData.Query.Expressions.SelectExpandBinder+SelectAllAndExpand`1[Api.Odata.OpsTenant]' and 'Api.Odata.OpsTenant'. Source=System.Linq.Expressions StackTrace: at System.Linq.Expressions.Expression.GetUserDefinedCoercionOrThrow(ExpressionType coercionType, Expression expression, Type convertToType) at System.Linq.Expressions.Expression.Convert(Expression expression, Type type, MethodInfo method) at System.Linq.Expressions.Expression.Convert(Expression...
Trying to find documentation and I get the idea I am either not finding it - but neither is my AI. I need to import a markdown document (thousands actually)...
I need to add additional classes - the bootstrap extension is nice, but it is "only" doing "standard" bootstrap, which is not enough. I need in particular: * to add...
Right now, elements queried are returned in key order if / when no sort oder is defined in the query. This is not enough for what we do. In my...
As I say. On light for "multi color" background the text is very hard to rea. Left you have filters. Add a button to the end that swtiches the background...