Hsu.Automotive.Uds.Abstractions 2026.7.14-preview.134711

This is a prerelease version of Hsu.Automotive.Uds.Abstractions.
dotnet add package Hsu.Automotive.Uds.Abstractions --version 2026.7.14-preview.134711
                    
NuGet\Install-Package Hsu.Automotive.Uds.Abstractions -Version 2026.7.14-preview.134711
                    
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="Hsu.Automotive.Uds.Abstractions" Version="2026.7.14-preview.134711" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Hsu.Automotive.Uds.Abstractions" Version="2026.7.14-preview.134711" />
                    
Directory.Packages.props
<PackageReference Include="Hsu.Automotive.Uds.Abstractions" />
                    
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 Hsu.Automotive.Uds.Abstractions --version 2026.7.14-preview.134711
                    
#r "nuget: Hsu.Automotive.Uds.Abstractions, 2026.7.14-preview.134711"
                    
#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 Hsu.Automotive.Uds.Abstractions@2026.7.14-preview.134711
                    
#: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=Hsu.Automotive.Uds.Abstractions&version=2026.7.14-preview.134711&prerelease
                    
Install as a Cake Addin
#tool nuget:?package=Hsu.Automotive.Uds.Abstractions&version=2026.7.14-preview.134711&prerelease
                    
Install as a Cake Tool

Hsu.Automotive.Uds.Abstractions

NuGet version NuGet downloads Target frameworks

Interfaces Transport Protocol

Shared abstractions for the Hsu.Automotive.Uds ecosystem.

This package contains the common interfaces and core protocol-facing contracts used by the full UDS stack. It is intended for applications and libraries that want to integrate with UDS transports or services without depending on the full implementation package.

Package Information

  • Package ID: Hsu.Automotive.Uds.Abstractions
  • Package scope: shared interfaces, contracts, and low-level protocol-facing types
  • Recommended for: transport adapters, integration layers, reusable protocol contracts

Supported Capabilities

  • Shared abstractions for transport channels and bus integrations
  • Common contracts for client/server extension points
  • Low-level UDS protocol-facing types reused by the main stack
  • Multi-targeted support for netstandard2.0, net6.0, net8.0, and net10.0

Use Cases

  • Build custom transport channel implementations
  • Share common contracts across client and server components
  • Depend on UDS abstractions without pulling in the full runtime stack

Install

dotnet add package Hsu.Automotive.Uds.Abstractions

If you need the complete UDS client/server implementation with transports and service models, use Hsu.Automotive.Uds.

Product Compatible and additional computed target framework versions.
.NET net5.0 was computed.  net5.0-windows was computed.  net6.0 is compatible.  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 is compatible.  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 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. 
.NET Core netcoreapp2.0 was computed.  netcoreapp2.1 was computed.  netcoreapp2.2 was computed.  netcoreapp3.0 was computed.  netcoreapp3.1 was computed. 
.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. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages (2)

Showing the top 2 NuGet packages that depend on Hsu.Automotive.Uds.Abstractions:

Package Downloads
Hsu.Automotive.Uds.Can

Full-featured ISO 14229-1 UDS stack: protocol, client, server, services, ISO-TP/DoIP/LIN/FlexRay transports, and SeedEx security algorithm support.

Hsu.Automotive.Uds.Core

Core protocol, service helpers, transport base, and security utilities used by both Hsu.Automotive.Uds.Client and Hsu.Automotive.Uds.Server.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last Updated
2026.7.14-preview.134711 91 7/14/2026
2026.7.8-preview.124140 92 7/8/2026
2026.5.27-preview.124655 108 5/27/2026
2026.5.27-preview.100556 84 5/27/2026
2026.5.11-preview.115015 80 5/11/2026
2026.4.24-preview.160414 82 4/24/2026
2026.4.23-preview.173339 75 4/23/2026
2026.4.23-preview.142236 78 4/23/2026
2026.4.20-preview 73 4/20/2026