Escendit.Orleans.Reminders.Cassandra 0.1.0-rc.214

This is a prerelease version of Escendit.Orleans.Reminders.Cassandra.
dotnet add package Escendit.Orleans.Reminders.Cassandra --version 0.1.0-rc.214
NuGet\Install-Package Escendit.Orleans.Reminders.Cassandra -Version 0.1.0-rc.214
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="Escendit.Orleans.Reminders.Cassandra" Version="0.1.0-rc.214" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Escendit.Orleans.Reminders.Cassandra --version 0.1.0-rc.214
#r "nuget: Escendit.Orleans.Reminders.Cassandra, 0.1.0-rc.214"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install Escendit.Orleans.Reminders.Cassandra as a Cake Addin
#addin nuget:?package=Escendit.Orleans.Reminders.Cassandra&version=0.1.0-rc.214&prerelease

// Install Escendit.Orleans.Reminders.Cassandra as a Cake Tool
#tool nuget:?package=Escendit.Orleans.Reminders.Cassandra&version=0.1.0-rc.214&prerelease

Escendit.Orleans.Reminders.Cassandra

Escendit.Orleans.Reminders.Cassandra is a NuGet package that provides the ability to register a Grain Storage provider for Orleans State Management.

Installation

To install Escendit.Orleans.Reminders.Cassandra, run the following command in the Package Manager Console:

Install-Package Escendit.Orleans.Reminders.Cassandra

Usage

Silo

Register with Default Client

⚠️ This method tries to create a new client with options, and may override your settings

Host
    .CreateDefaultBuilder()
    .UseCassandraReminderService(...);
Register with Named Client

If you have multiple clients you can pick the client which you want to use

⚠️ This method tries to create a new client with options, and may override your settings

Host
    .CreateDefaultBuilder()
    .UseCassandraReminderService("new_name", ...);
Use Existing Client

⚠️ If you already use client, you can reuse the client.

Host
    .CreateDefaultBuilder()
    .UseCassandraReminderService("existing_client");

Contributing

If you'd like to contribute to cassandra-orleans-extensions, please fork the repository and make changes as you'd like. Pull requests are warmly welcome.

Product Compatible and additional computed target framework versions.
.NET net7.0 is compatible.  net7.0-android was computed.  net7.0-ios was computed.  net7.0-maccatalyst was computed.  net7.0-macos was computed.  net7.0-tvos was computed.  net7.0-windows was computed.  net8.0 was computed.  net8.0-android was computed.  net8.0-browser was computed.  net8.0-ios was computed.  net8.0-maccatalyst was computed.  net8.0-macos was computed.  net8.0-tvos was computed.  net8.0-windows was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
0.1.0-rc.214 64 10/5/2023
0.1.0-rc.208 58 10/4/2023
0.1.0-rc.192 56 10/4/2023
0.1.0-rc.175 61 10/1/2023