service-fabric-queryable icon indicating copy to clipboard operation
service-fabric-queryable copied to clipboard

Enable query support for your stateful services in Service Fabric via the OData protocol.

Results 5 service-fabric-queryable issues
Sort by recently updated
recently updated
newest added

In our application, we are using service fabric indexed dictionaries to store data. We are also using Service Fabric Queryable package to add querying capabilities on our collections. In our...

am working on integrating the Queryable extensions of ReliableIndexDictionary and facing few challenges on querying the Reliable Dictionary. Below are the exception details with respect to the query I am...

Microsoft.AspNet.WebAPI.OData package not able to find in .net core 2.1 and not able to use this package in .net core statefull service fabric service. Can anyone help me out in...

Hi I am receiving following warnings when I am building : `ServiceFabric.Extensions.Services.Queryable` ``` Build Warnings : 1>------ Build started: Project: ServiceFabric.Extensions.Services.Queryable, Configuration: Debug x64 ------ 1>E:\service-fabric-queryable\src\ServiceFabric.Extensions.Services.Queryable\ServiceFabric.Extensions.Services.Queryable.csproj : warning NU1608: Detected...

I am having a Service Fabric application with some Actor Services in it. Can I use the same mechanism for querying all the Actor States? Or do we have any...