IharYakimush / comminity-data-odata-linq

Use OData filter text query in linq expresson for any IQuerable without ASP.NET dependency. Support netstandard2.0
Other
42 stars 16 forks source link

Exception when using $select #38

Open yoozek opened 3 years ago

yoozek commented 3 years ago

When I specify property name in select it throws the following exception

Could not create an instance of type Community.OData.Linq.OData.Query.Expressions.PropertyContainer. 
Type is an interface or abstract class and cannot be instantiated. Path '[0].Container.Name', line 1, position 71

I'm using this package to query CosmosDB and GetItemLinqQueryable. Any ideas on how to approach this issue?