ArgusTransfer 1.0.2

There is a newer version of this package available.
See the version list below for details.
dotnet add package ArgusTransfer --version 1.0.2
                    
NuGet\Install-Package ArgusTransfer -Version 1.0.2
                    
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="ArgusTransfer" Version="1.0.2" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="ArgusTransfer" Version="1.0.2" />
                    
Directory.Packages.props
<PackageReference Include="ArgusTransfer" />
                    
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 ArgusTransfer --version 1.0.2
                    
#r "nuget: ArgusTransfer, 1.0.2"
                    
#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 ArgusTransfer@1.0.2
                    
#: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=ArgusTransfer&version=1.0.2
                    
Install as a Cake Addin
#tool nuget:?package=ArgusTransfer&version=1.0.2
                    
Install as a Cake Tool

ArgusTransfer

Introduction

ArgusTransfer is framework that provides routing over named pipes inspired by the HTTP 1.1 request/response protocol. It is typically used to host services running in the background for which you would like to expose a REST like API but running a fully fledged HTTP server is too heavy or not allowed.

Code Quality

Quality Gate Status Code Smells Coverage Duplicated Lines (%) Lines of Code Maintainability Rating Reliability Rating Security Rating Technical Debt Vulnerabilities

Build Status

GitHub actions are used to build and test the Argus Health application

Branch Build Status
Main Build Status
Development Build Status

Software Bill of Materials (SBOM) and Provenance

As part of our commitment to security, transparency, and traceability the docker images and nuget packaves Software Bill of Materials (SBOM), the docker containers also contain Provenance information. These are automatically generated during the build process, providing detailed insights into the components, their licenses, versions, and the integrity of the nugets and docker images. What is Included:

SBOM (Software Bill of Materials):

  • A comprehensive list of all open-source and third-party components included in the Docker images and nugets.
  • Tracks software dependencies, licenses, and versions.
  • Helps with vulnerability management by allowing users to quickly identify potential risks tied to specific components.

Provenance:

  • A record of the image's origin and build process, providing traceability and assurance regarding the integrity of the image.
  • This ensures that the image was built using the declared sources and under the specified conditions, helping verify its authenticity and consistency.

Why SBOM and Provenance?

  • Improved Transparency: Provides full visibility into the open-source and third-party components included in the image.
  • Security Assurance: Enables easier tracking of vulnerabilities associated with specific components, promoting proactive security measures.
  • Compliance: Ensures adherence to licensing requirements and simplifies audits of dependencies and build processes.
  • Image Integrity: Provenance guarantees that the image is built as expected, without unauthorized modifications.

License

The ArgusTransfer software are provided to the community under the Apache License 2.0.

Product Compatible and additional computed target framework versions.
.NET net10.0 is compatible.  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 (1)

Showing the top 1 NuGet packages that depend on ArgusTransfer:

Package Downloads
ArgusTransfer.Sample

Package Description

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last Updated
1.2.1 152 4/26/2026
1.2.0 102 4/26/2026
1.1.0 123 4/26/2026
1.0.2 265 3/28/2026
1.0.1 183 3/28/2026
1.0.0 119 3/28/2026
0.2.0 200 3/15/2026
0.1.0 119 3/2/2026

[Refactoring]
           - ArgusTransportExtensions — Replaced AddHostedService{ArgusPipeHostBackgroundService}() with a factory overload that resolves IArgusBodySerializerRegistry first (preferred) and falls back to IArgusBodySerializer.