cloops.nats 1.0.5

There is a newer version of this package available.
See the version list below for details.
dotnet add package cloops.nats --version 1.0.5
                    
NuGet\Install-Package cloops.nats -Version 1.0.5
                    
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="cloops.nats" Version="1.0.5" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="cloops.nats" Version="1.0.5" />
                    
Directory.Packages.props
<PackageReference Include="cloops.nats" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add cloops.nats --version 1.0.5
                    
#r "nuget: cloops.nats, 1.0.5"
                    
#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.
#:package cloops.nats@1.0.5
                    
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=cloops.nats&version=1.0.5
                    
Install as a Cake Addin
#tool nuget:?package=cloops.nats&version=1.0.5
                    
Install as a Cake Tool

CLOOPS NATS SDK

The official Connection Loops SDK for reliable event-driven communication using NATS messaging system. This SDK provides strongly-typed event publishing and consumption capabilities for distributed microservices.

Overview

Event-driven distributed microservices often struggle with governance issues around messaging. Common problems include:

  • Loosely typed event payloads leading to runtime errors
  • Inconsistent subject naming conventions
  • Hours spent debugging message format mismatches
  • Lack of compile-time safety for event schemas

The CLOOPS NATS SDK addresses these challenges by providing:

  • Strong typing for all events and subjects
  • Compile-time safety for event publishing
  • Well-defined patterns for event governance
  • Opinionated conventions specific to Connection Loops operations

Quick Start

Installation

Add cloops.nats package reference to your .csproj file:

<PackageReference Include="cloops.nats.sdk" Version="2.6.6" />

Basic Usage

// Example usage will be added here
// See /sdk/tools/BasicExamples.cs for current examples

Documentation

For detailed documentation, setup instructions, and contribution guidelines:

📚 View Complete Documentation

Environment Variables used by SDK

  • NATS_SUBSCRIPTION_QUEUE_SIZE
Product Compatible and additional computed target framework versions.
.NET net9.0 is compatible.  net9.0-android was computed.  net9.0-browser was computed.  net9.0-ios was computed.  net9.0-maccatalyst was computed.  net9.0-macos was computed.  net9.0-tvos was computed.  net9.0-windows was computed.  net10.0 was computed.  net10.0-android was computed.  net10.0-browser was computed.  net10.0-ios was computed.  net10.0-maccatalyst was computed.  net10.0-macos was computed.  net10.0-tvos was computed.  net10.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
1.0.33 137 9/2/2025
1.0.32 124 9/2/2025
1.0.31 125 9/1/2025
1.0.30 119 9/1/2025
1.0.29 126 9/1/2025
1.0.28 129 9/1/2025
1.0.27 126 9/1/2025
1.0.26 121 9/1/2025
1.0.22 134 8/31/2025
1.0.21 126 8/31/2025
1.0.20 148 8/29/2025
1.0.19 151 8/29/2025
1.0.18 184 8/28/2025
1.0.17 173 8/28/2025
1.0.16 242 8/25/2025
1.0.15 237 8/25/2025
1.0.14 195 8/25/2025
1.0.13 200 8/24/2025
1.0.12 199 8/24/2025
1.0.11 192 8/24/2025
1.0.10 199 8/24/2025
1.0.9 197 8/24/2025
1.0.8 56 8/22/2025
1.0.7 51 8/22/2025
1.0.6 56 8/22/2025
1.0.5 127 8/21/2025
1.0.4 131 8/21/2025