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
<PackageReference Include="AVCoders.Core" Version="2026.7.3" />
<PackageVersion Include="AVCoders.Core" Version="2026.7.3" />
<PackageReference Include="AVCoders.Core" />
paket add AVCoders.Core --version 2026.7.3
#r "nuget: AVCoders.Core, 2026.7.3"
#:package AVCoders.Core@2026.7.3
#addin nuget:?package=AVCoders.Core&version=2026.7.3
#tool nuget:?package=AVCoders.Core&version=2026.7.3
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 theMicrosoft.Extensions.Logging(MEL) abstraction (no hard dependency on any logging framework), an in-memory ring buffer of recentEvents/Errors, and a staticActivitySourcefor tracing.DeviceBase— power and communication state, implementsIDevice.VolumeControl— volume/mute state for drivers that need it.CommunicationClient— transport abstraction (concrete clients live inAVCoders.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 | Versions 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. |
-
net8.0
- Microsoft.Extensions.Logging.Abstractions (>= 8.0.2)
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.