ArgusTransfer 1.0.2
See the version list below for details.
dotnet add package ArgusTransfer --version 1.0.2
NuGet\Install-Package ArgusTransfer -Version 1.0.2
<PackageReference Include="ArgusTransfer" Version="1.0.2" />
<PackageVersion Include="ArgusTransfer" Version="1.0.2" />
<PackageReference Include="ArgusTransfer" />
paket add ArgusTransfer --version 1.0.2
#r "nuget: ArgusTransfer, 1.0.2"
#:package ArgusTransfer@1.0.2
#addin nuget:?package=ArgusTransfer&version=1.0.2
#tool nuget:?package=ArgusTransfer&version=1.0.2
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
Build Status
GitHub actions are used to build and test the Argus Health application
| Branch | Build Status |
|---|---|
| Main | |
| Development |
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 | Versions 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. |
-
net10.0
- Microsoft.Extensions.DependencyInjection (>= 10.0.5)
- Microsoft.Extensions.Hosting.Abstractions (>= 10.0.5)
- Microsoft.Extensions.Logging.Abstractions (>= 10.0.5)
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.
[Refactoring]
- ArgusTransportExtensions — Replaced AddHostedService{ArgusPipeHostBackgroundService}() with a factory overload that resolves IArgusBodySerializerRegistry first (preferred) and falls back to IArgusBodySerializer.