AVCoders.Core 2026.7.3

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

AVCoders.Core

Foundation for the AV Coders device library — every driver package builds on it. Targets .NET 8.0.

Install

dotnet add package AVCoders.Core

Published to nuget.org. See the repository README for details.

What's inside

  • LogBase — logging through the Microsoft.Extensions.Logging (MEL) abstraction (no hard dependency on any logging framework), an in-memory ring buffer of recent Events/Errors, and a static ActivitySource for tracing.
  • DeviceBase — power and communication state, implements IDevice.
  • VolumeControl — volume/mute state for drivers that need it.
  • CommunicationClient — transport abstraction (concrete clients live in AVCoders.CommunicationClients).
  • Shared enums, handler delegates and ThreadWorker.

Logging

Wire a logger factory once at startup. Until you do, logging is silently discarded:

LogBase.LoggerFactory = LoggerFactory.Create(builder => builder.AddConsole());

Any MEL provider works (Serilog via SerilogLoggerFactory, etc.). Each log line is scoped with the instance's Class, InstanceName, InstanceUid and the calling Method. Spans are emitted under LogBase.ActivitySourceName ("AVCoders.Core") and are zero-cost when no listener is registered.

See the repository README for the full logging, tracing and diagnostics-buffer guide.

Product Compatible and additional computed target framework versions.
.NET 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 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. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages (28)

Showing the top 5 NuGet packages that depend on AVCoders.Core:

Package Downloads
AVCoders.CommunicationClients

Transport clients for the AV Coders device library: TCP, UDP, SSH, MQTT, REST, multicast and TCP server connections, plus SNMPv3 and Wake-on-LAN.

AVCoders.Dsp

Audio DSP drivers for the AV Coders device library, including Biamp Tesira, QSC Q-SYS and Bose ControlSpace.

AVCoders.Motor

Screen, blind and shade motor drivers for the AV Coders device library, including Screen Technics, Grandview, Motolux and Bond.

AVCoders.WirelessPresenter

Wireless presentation drivers for the AV Coders device library, including the Extron ShareLink Pro.

AVCoders.Camera

PTZ camera and auto-tracking drivers for the AV Coders device library, including Sony and AVer VISCA, Lumens and 1 Beyond AutomateVX.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last Updated
2026.7.3 191 7/22/2026
2026.7.2 273 7/21/2026
2026.7.1 297 7/20/2026