SomeIp.Runtime 0.3.0

dotnet add package SomeIp.Runtime --version 0.3.0
                    
NuGet\Install-Package SomeIp.Runtime -Version 0.3.0
                    
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="SomeIp.Runtime" Version="0.3.0" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="SomeIp.Runtime" Version="0.3.0" />
                    
Directory.Packages.props
<PackageReference Include="SomeIp.Runtime" />
                    
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 SomeIp.Runtime --version 0.3.0
                    
#r "nuget: SomeIp.Runtime, 0.3.0"
                    
#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 SomeIp.Runtime@0.3.0
                    
#: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=SomeIp.Runtime&version=0.3.0
                    
Install as a Cake Addin
#tool nuget:?package=SomeIp.Runtime&version=0.3.0
                    
Install as a Cake Tool

SomeIp.Runtime

SOME/IP runtime roles for .NET (net10.0) that run over a pluggable transport layer. Provides a complete implementation of SOME/IP communication patterns built on the foundational SomeIp.Wire package.

Features

  • SomeIpRuntime demultiplexer — Routes incoming transport upcalls to configured roles
  • Request/response methods — Client and server implementations for RPC-style communication
  • Pub/Sub messaging — Publisher and subscriber roles for event groups
  • Fields — Getter/setter and notifier patterns with initial-event delivery
  • Service Discovery — Client and server state machines for SD lifecycle
  • Typed IDL layer — High-level API over the SomeIp.Wire type_support serialization
  • Transport options — Loopback (deterministic in-process) and real-socket transports

Dependencies

Depends on the SomeIp.Wire package for SOME/IP wire protocol and type support.

License

Commercial/proprietary (SPDX: LicenseRef-Commercial).
© 2026 Dahlke Engineering GmbH
https://github.com/patdhlk/someipx

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

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.3.0 77 9/18/2026
0.1.0 102 9/11/2026