Aquarius.ONE.Shared.Communication
1.3.1
See the version list below for details.
dotnet add package Aquarius.ONE.Shared.Communication --version 1.3.1
NuGet\Install-Package Aquarius.ONE.Shared.Communication -Version 1.3.1
<PackageReference Include="Aquarius.ONE.Shared.Communication" Version="1.3.1" />
<PackageVersion Include="Aquarius.ONE.Shared.Communication" Version="1.3.1" />
<PackageReference Include="Aquarius.ONE.Shared.Communication" />
paket add Aquarius.ONE.Shared.Communication --version 1.3.1
#r "nuget: Aquarius.ONE.Shared.Communication, 1.3.1"
#:package Aquarius.ONE.Shared.Communication@1.3.1
#addin nuget:?package=Aquarius.ONE.Shared.Communication&version=1.3.1
#tool nuget:?package=Aquarius.ONE.Shared.Communication&version=1.3.1
Shared communication package used by Apps in the ONE platform.
Provides multiple modes of communication with integrated serialization/deserialization based on http and/or service remoting.
| Product | Versions Compatible and additional computed target framework versions. |
|---|---|
| .NET | net5.0 was computed. net5.0-windows was computed. net6.0 was computed. 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. net9.0 was computed. 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. |
| .NET Core | netcoreapp3.1 is compatible. |
-
.NETCoreApp 3.1
- Google.Protobuf (>= 3.19.1)
- Microsoft.AspNetCore.Mvc.Core (>= 2.2.5)
- Microsoft.Extensions.Configuration.Binder (>= 3.1.20)
- Microsoft.Extensions.Http.Polly (>= 5.0.1)
- Microsoft.ServiceFabric.Actors (>= 4.2.477)
NuGet packages (2)
Showing the top 2 NuGet packages that depend on Aquarius.ONE.Shared.Communication:
| Package | Downloads |
|---|---|
|
Aquarius.ONE.Shared.Security
Shared security package, used to provide authentication and authorization for apps in the ONE platflorm |
|
|
Aquarius.ONE.Shared.DataAdapters
Shared DataAdapters package |
GitHub repositories
This package is not used by any popular GitHub repositories.
| Version | Downloads | Last Updated |
|---|---|---|
| 8.2.0 | 76 | 12/9/2025 |
| 8.2.0-pre-3 | 321 | 11/17/2025 |
| 8.1.0 | 708 | 5/21/2025 |
| 8.0.0 | 4,241 | 11/22/2024 |
| 6.5.0 | 504 | 10/15/2024 |
| 6.4.0 | 1,592 | 2/20/2024 |
| 6.3.0 | 2,199 | 11/28/2023 |
| 6.2.2 | 761 | 10/31/2023 |
| 6.2.1 | 227 | 10/11/2023 |
| 6.2.0 | 250 | 10/5/2023 |
| 6.1.0 | 1,053 | 6/27/2023 |
| 6.0.0 | 3,257 | 3/29/2023 |
| 1.3.1 | 708 | 10/14/2022 |
| 1.2.0 | 1,043 | 6/16/2022 |
| 1.1.0 | 7,283 | 1/18/2022 |
| 1.0.1-pre-1 | 632 | 1/6/2022 |
| 1.0.0 | 865 | 12/6/2021 |
Version 1.3.1
- Allow empty responses besides 204
- Provide nicer message when attempting to format a non protobuf response as protobuf
Version 1.3.0
- Added OneAppName for ONE.Operations.Sample
Version 1.2.0
- Added OneAppName for ONE.Historian.Data
Version 1.1.0
- Added license info
- Added OneAppName implementations
Version 1.0.0
- Initial release
- Renamed from Hach.Fusion.Shared.Communication