You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
When I specify property name in select it throws the following exception
I'm using this package to query CosmosDB and GetItemLinqQueryable. Any ideas on how to approach this issue?
The text was updated successfully, but these errors were encountered: