OpenServiceBroker.Server
0.3.0
See the version list below for details.
dotnet add package OpenServiceBroker.Server --version 0.3.0
NuGet\Install-Package OpenServiceBroker.Server -Version 0.3.0
<PackageReference Include="OpenServiceBroker.Server" Version="0.3.0" />
<PackageVersion Include="OpenServiceBroker.Server" Version="0.3.0" />
<PackageReference Include="OpenServiceBroker.Server" />
paket add OpenServiceBroker.Server --version 0.3.0
#r "nuget: OpenServiceBroker.Server, 0.3.0"
#:package OpenServiceBroker.Server@0.3.0
#addin nuget:?package=OpenServiceBroker.Server&version=0.3.0
#tool nuget:?package=OpenServiceBroker.Server&version=0.3.0
Set up a regular ASP.NET Core 2.1 or 3.1 project and add the NuGet package OpenServiceBroker.Server. Then implement the following interfaces:
ICatalogService- either
IServiceInstanceBlockingorIServiceInstanceDeferredor both - either
IServiceBindingBlockingorIServiceBindingDeferredor both
Register your implementations in the IServiceCollection for dependency injection. For example:
services.AddTransient<ICatalogService, MyCatalogService>()
.AddTransient<IServiceInstanceBlocking, MyServiceInstanceBlocking>()
.AddTransient<IServiceBindingBlocking, MyServiceBindingBlocking>();
Then enable MVC Controllers using .AddMvc() or .AddControllers() followed by calling the .AddOpenServiceBroker() extension method:
services.AddControllers()
.AddOpenServiceBroker();
You can use the project template to quickly set up a pre-configured ASP.NET Core 3.1 project with OpenServiceBroker.Server.
Versioning
The Server Library inspects the X-Broker-API-Version header for all requests (as defined in the specification). Currently it accepts all versions from 2.0 to 2.16.
| 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 | netcoreapp2.0 was computed. netcoreapp2.1 was computed. netcoreapp2.2 was computed. netcoreapp3.0 was computed. netcoreapp3.1 is compatible. |
| .NET Standard | netstandard2.0 is compatible. netstandard2.1 was computed. |
| .NET Framework | net461 was computed. net462 was computed. net463 was computed. net47 was computed. net471 was computed. net472 was computed. net48 was computed. net481 was computed. |
| MonoAndroid | monoandroid was computed. |
| MonoMac | monomac was computed. |
| MonoTouch | monotouch was computed. |
| Tizen | tizen40 was computed. tizen60 was computed. |
| Xamarin.iOS | xamarinios was computed. |
| Xamarin.Mac | xamarinmac was computed. |
| Xamarin.TVOS | xamarintvos was computed. |
| Xamarin.WatchOS | xamarinwatchos was computed. |
-
.NETCoreApp 3.1
- Microsoft.AspNetCore.Mvc.NewtonsoftJson (>= 3.1.6)
- Microsoft.Extensions.DependencyInjection.Abstractions (>= 3.1.6)
- OpenServiceBroker.Model (>= 0.3.0)
-
.NETStandard 2.0
- Microsoft.AspNetCore.Mvc (>= 2.1.3)
- Microsoft.Extensions.DependencyInjection.Abstractions (>= 2.1.1)
- OpenServiceBroker.Model (>= 0.3.0)
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 |
|---|---|---|
| 0.6.0 | 171 | 9/8/2025 |
| 0.5.0 | 628 | 3/6/2024 |
| 0.4.6 | 1,177 | 3/12/2023 |
| 0.4.5 | 998 | 1/13/2022 |
| 0.4.4 | 1,653 | 11/29/2021 |
| 0.4.3 | 1,023 | 9/5/2021 |
| 0.4.2 | 1,004 | 4/7/2021 |
| 0.4.0 | 1,552 | 9/20/2020 |
| 0.3.1 | 1,030 | 8/26/2020 |
| 0.3.0 | 1,235 | 7/30/2020 |
| 0.2.0 | 1,715 | 12/11/2019 |
| 0.1.5 | 1,531 | 2/25/2019 |
| 0.1.4 | 1,354 | 2/11/2019 |
| 0.1.3 | 1,642 | 1/17/2019 |
| 0.1.2 | 1,689 | 1/10/2019 |
| 0.1.1 | 1,484 | 10/23/2018 |
| 0.1.0 | 1,524 | 9/15/2018 |