Obvs 3.0.1.58
See the version list below for details.
dotnet add package Obvs --version 3.0.1.58
NuGet\Install-Package Obvs -Version 3.0.1.58
<PackageReference Include="Obvs" Version="3.0.1.58" />
paket add Obvs --version 3.0.1.58
#r "nuget: Obvs, 3.0.1.58"
// Install Obvs as a Cake Addin #addin nuget:?package=Obvs&version=3.0.1.58 // Install Obvs as a Cake Tool #tool nuget:?package=Obvs&version=3.0.1.58
An observable microservice bus .NET library, based on Reactive Extensions. Search 'Obvs' for other transport, serialization, and logging extensions.
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET Framework | net45 is compatible. net451 was computed. net452 was computed. net46 was computed. net461 was computed. net462 was computed. net463 was computed. net47 was computed. net471 was computed. net472 was computed. net48 was computed. net481 was computed. |
-
- Rx-Linq (>= 2.2.5)
NuGet packages (24)
Showing the top 5 NuGet packages that depend on Obvs:
Package | Downloads |
---|---|
Obvs.ActiveMQ
ActiveMQ transport support for Obvs |
|
Obvs.Serialization.MessagePack-CSharp
MessagePack-CSharp (https://github.com/neuecc/MessagePack-CSharp) serialization for Obvs |
|
Obvs.Serialization.Json
JSON serialization for Obvs |
|
Obvs.Serialization.ProtoBuf
ProtoBuf (https://github.com/mgravell/protobuf-net) serialization for Obvs |
|
Obvs.Serialization.Xml
XML serialization for Obvs |
GitHub repositories (1)
Showing the top 1 popular GitHub repositories that depend on Obvs:
Repository | Stars |
---|---|
christopherread/Obvs
An observable microservice bus library for .NET, that wraps the underlying message transports in simple Rx based interfaces.
|
Version | Downloads | Last updated |
---|---|---|
6.0.10 | 14,917 | 11/17/2021 |
6.0.9 | 19,026 | 1/12/2021 |
6.0.8 | 2,748 | 1/12/2021 |
6.0.5 | 2,691 | 1/12/2021 |
5.0.2.52 | 12,488 | 11/30/2020 |
5.0.1.42 | 9,021 | 3/5/2020 |
5.0.0.26 | 26,461 | 12/25/2018 |
5.0.0.17 | 6,244 | 9/1/2018 |
4.1.0.22 | 1,409 | 12/19/2018 |
4.1.0.13 | 10,238 | 1/29/2018 |
4.1.0.11 | 1,149 | 1/25/2018 |
4.1.0.9 | 3,535 | 1/6/2018 |
4.0.0.1 | 1,455 | 11/5/2017 |
3.0.1.58 | 7,358 | 2/15/2017 |
3.0.0.49 | 12,374 | 2/15/2016 |
3.0.0.47 | 5,345 | 1/28/2016 |
2.2.0.42 | 1,593 | 12/18/2015 |
2.2.0.39 | 1,086 | 12/18/2015 |
2.2.0.37 | 2,278 | 11/13/2015 |
2.2.0.35 | 4,482 | 11/9/2015 |
2.2.0.32 | 1,144 | 11/7/2015 |
2.1.0.30 | 3,430 | 11/1/2015 |
2.1.0.28 | 1,670 | 9/24/2015 |
2.0.0.26 | 1,263 | 9/22/2015 |
2.0.0.22 | 1,931 | 8/17/2015 |
2.0.0.14 | 4,198 | 7/4/2015 |
2.0.0.13-pre1 | 918 | 6/26/2015 |
2.0.0.9-pre1 | 1,370 | 6/24/2015 |
2.0.0.8-pre1 | 1,611 | 6/23/2015 |
1.6.2 | 3,202 | 4/21/2015 |
1.6.1 | 1,408 | 4/19/2015 |
1.6.0 | 1,976 | 4/19/2015 |
1.5.2 | 3,458 | 4/6/2015 |
1.5.1 | 3,405 | 4/5/2015 |
1.5.0 | 2,685 | 4/2/2015 |
1.4.3 | 1,140 | 3/29/2015 |
1.4.2 | 3,003 | 3/14/2015 |
1.4.1 | 2,109 | 3/12/2015 |
1.4.0 | 1,111 | 3/12/2015 |
Trying to send a Command or publish an Event with no Endpoint or Localbus configured will result in an exception, alerting the user to possible incorrect configuration.