Escendit.AspNetCore.Builder.Cassandra
0.1.0-rc.90
dotnet add package Escendit.AspNetCore.Builder.Cassandra --version 0.1.0-rc.90
NuGet\Install-Package Escendit.AspNetCore.Builder.Cassandra -Version 0.1.0-rc.90
<PackageReference Include="Escendit.AspNetCore.Builder.Cassandra" Version="0.1.0-rc.90" />
paket add Escendit.AspNetCore.Builder.Cassandra --version 0.1.0-rc.90
#r "nuget: Escendit.AspNetCore.Builder.Cassandra, 0.1.0-rc.90"
// Install Escendit.AspNetCore.Builder.Cassandra as a Cake Addin #addin nuget:?package=Escendit.AspNetCore.Builder.Cassandra&version=0.1.0-rc.90&prerelease // Install Escendit.AspNetCore.Builder.Cassandra as a Cake Tool #tool nuget:?package=Escendit.AspNetCore.Builder.Cassandra&version=0.1.0-rc.90&prerelease
Escendit.AspNetCore.Builder.Cassandra
Escendit.AspNetCore.Builder.Cassandra
is a NuGet package that provides the ability to register
ICluster
. This package is suitable for web application builder type registrations. For ASP.NET Core Web Applications.
Installation
To install Escendit.AspNetCore.Builder.Cassandra
, run the following command in the Package Manager Console:
Install-Package Escendit.AspNetCore.Builder.Cassandra
Usage
Register Options
Default
WebApplication
.CreateBuilder()
.AddCassandraClientOptionsAsDefault(...);
Named
WebApplication
.CreateBuilder()
.AddCassandraClientOptions("name", ...);
Register Client
Default
WebApplication
.CreateBuilder()
.AddCassandraClientAsDefault(...);
Default From Options
WebApplication
.CreateBuilder()
.AddCassandraClientFromOptionsAsDefault("options name");
Named
WebApplication
.CreateBuilder()
.AddCassandraClient("name", ...);
From Options
WebApplication
.CreateBuilder()
.AddCassandraClientFromOptions("name", "options name");
Consume Client
You can consume service with IServiceProvider
, required variant exists as-well.
Default
serviceProvider
.GetCassandraClient();
Named
serviceProvider
.GetCassandraClient("name");
Contributing
If you'd like to contribute to cassandra-dotnet-extensions
,
please fork the repository and make changes as you'd like.
Pull requests are warmly welcome.
Product | Versions 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. |
-
net7.0
- Escendit.Extensions.Hosting.Cassandra (>= 0.1.0-rc.90)
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.90 | 87 | 9/19/2023 |
0.1.0-rc.89 | 76 | 9/19/2023 |
0.1.0-rc.88 | 71 | 9/19/2023 |
0.1.0-rc.87 | 74 | 9/19/2023 |
0.1.0-rc.86 | 74 | 9/19/2023 |
0.1.0-rc.85 | 73 | 9/19/2023 |
0.1.0-rc.83 | 76 | 9/19/2023 |
0.1.0-rc.81 | 73 | 9/19/2023 |
0.1.0-rc.79 | 71 | 9/19/2023 |
0.1.0-rc.77 | 72 | 9/19/2023 |
0.1.0-rc.75 | 74 | 9/19/2023 |