SnD.Sdk
1.1.9
There is a newer version of this package available.
See the version list below for details.
See the version list below for details.
dotnet add package SnD.Sdk --version 1.1.9
NuGet\Install-Package SnD.Sdk -Version 1.1.9
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="SnD.Sdk" Version="1.1.9" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add SnD.Sdk --version 1.1.9
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: SnD.Sdk, 1.1.9"
#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 SnD.Sdk as a Cake Addin #addin nuget:?package=SnD.Sdk&version=1.1.9 // Install SnD.Sdk as a Cake Tool #tool nuget:?package=SnD.Sdk&version=1.1.9
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
SnD.SDK
Core SDK for Sneaks & Data OSS Projects written in C#. Use cases include:
- Easy injection of commonly used services like blob, queue etc.
- Injection of Kubernetes client(s). We support both simple in-cluster mode and multi-cluster mode, allowing you to write applications targeting arbitrary clusters
- Wrappers around Kubernetes library that attach Polly retry policies. This is implemented where needed - open a PR if your method is not covered yet
- Service configurators for Scylla/Cassandra/AstraDB
Functional Extensions
This SDK provides several methods that allow you to write more functional-style async code. We specifically target most annoying use cases:
await await ...
try { await ... return await ... } catch { await ...}
and more around chaining awaits. Check Map
, TryMap
, FlatMap
for details.
Contributing
This project uses a few simple guidelines:
- Add unit tests for every function you've added, excluding wrappers around vendor code. Add
ExcludeFromCodeCoverage
for those - Run
dotnet format
from project directory before pushing a commit - Write functional-style code using libraries own extension methods (eat your own dog food!)
- If you want to add a wrapper around vendor code, it should make things easier for end-user, not more complicated. Use implicit configurations, hide rarely used parameters and extract low-level settings from optional environment variables, otherwise set a reasonable default.
- Write
Theory
, notFact
tests when possible - test edge cases! - Aim for 100% code coverage of your commit, 80% code coverage in the final report
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET | net6.0 is compatible. net6.0-android was computed. net6.0-ios was computed. net6.0-maccatalyst was computed. net6.0-macos was computed. net6.0-tvos was computed. net6.0-windows was computed. net7.0 was computed. 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.
-
net6.0
- Akka (>= 1.5.19)
- Akka.Hosting (>= 1.5.19)
- Akka.Logger.Serilog (>= 1.5.12.1)
- Akka.Streams (>= 1.5.19)
- Akka.Streams.Azure.StorageQueue (>= 1.5.18)
- Apache.Avro (>= 1.11.3)
- AWSSDK.S3 (>= 3.7.307.19)
- Azure.Data.Tables (>= 12.8.3)
- Azure.Storage.Blobs (>= 12.19.1)
- Azure.Storage.Files.Shares (>= 12.17.1)
- Azure.Storage.Queues (>= 12.17.1)
- CassandraCSharpDriver (>= 3.20.1)
- CassandraCSharpDriver.AppMetrics (>= 3.20.1)
- DogStatsD-CSharp-Client (>= 8.0.0)
- KubernetesClient (>= 13.0.26)
- Microsoft.Extensions.Caching.Abstractions (>= 6.0.0)
- Microsoft.Extensions.DependencyInjection.Abstractions (>= 6.0.0)
- Microsoft.Extensions.Logging.Abstractions (>= 6.0.2)
- Microsoft.Extensions.Options (>= 6.0.0)
- Polly (>= 7.2.4)
- Pulsar.Client (>= 2.12.1)
- Serilog (>= 3.1.1)
- Serilog.AspNetCore (>= 6.1.0)
- Serilog.Sinks.Datadog.Logs (>= 0.5.2)
- SnD.Sdk.Extensions.Environment (>= 1.0.0)
- StackExchange.Redis (>= 2.7.33)
- System.Memory.Data (>= 6.0.0)
NuGet packages (1)
Showing the top 1 NuGet packages that depend on SnD.Sdk:
Package | Downloads |
---|---|
Arcane.Framework
Akka.NET-based framework for building data streaming applications. |
GitHub repositories
This package is not used by any popular GitHub repositories.
Version | Downloads | Last updated |
---|---|---|
1.2.9 | 346 | 11/1/2024 |
1.2.8 | 359 | 10/18/2024 |
1.2.7 | 97 | 10/18/2024 |
1.2.6 | 969 | 9/25/2024 |
1.2.5 | 956 | 9/2/2024 |
1.2.4 | 564 | 8/15/2024 |
1.2.3 | 115 | 8/15/2024 |
1.2.2 | 694 | 8/1/2024 |
1.2.1 | 94 | 8/1/2024 |
1.2.0 | 361 | 7/30/2024 |
1.1.23 | 64 | 7/30/2024 |
1.1.22 | 294 | 7/29/2024 |
1.1.21 | 496 | 7/23/2024 |
1.1.20 | 2,127 | 7/18/2024 |
1.1.19 | 140 | 7/17/2024 |
1.1.18 | 82 | 7/17/2024 |
1.1.17 | 241 | 7/12/2024 |
1.1.16 | 117 | 7/11/2024 |
1.1.15 | 111 | 7/10/2024 |
1.1.14 | 62 | 7/10/2024 |
1.1.13 | 878 | 7/5/2024 |
1.1.12 | 85 | 7/3/2024 |
1.1.11 | 79 | 7/3/2024 |
1.1.10 | 96 | 7/3/2024 |
1.1.9 | 105 | 7/2/2024 |
1.1.8 | 101 | 7/2/2024 |
1.1.7 | 89 | 7/2/2024 |
1.1.6 | 1,084 | 5/30/2024 |
1.1.5 | 656 | 5/7/2024 |
1.1.4 | 649 | 5/2/2024 |
1.1.3 | 66 | 5/2/2024 |
1.1.2 | 139 | 5/1/2024 |
1.1.1 | 114 | 4/30/2024 |
1.1.0 | 1,237 | 4/25/2024 |
1.0.8 | 338 | 4/22/2024 |
1.0.7 | 150 | 4/22/2024 |
1.0.6 | 773 | 4/2/2024 |
1.0.5 | 226 | 3/26/2024 |
1.0.4 | 183 | 3/25/2024 |
1.0.2 | 114 | 3/25/2024 |