comminity-data-odata-linq
comminity-data-odata-linq copied to clipboard
Exception when using $select
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?