Soenneker.Clamav.Definitions
4.0.31
Prefix Reserved
dotnet add package Soenneker.Clamav.Definitions --version 4.0.31
NuGet\Install-Package Soenneker.Clamav.Definitions -Version 4.0.31
<PackageReference Include="Soenneker.Clamav.Definitions" Version="4.0.31" />
<PackageVersion Include="Soenneker.Clamav.Definitions" Version="4.0.31" />
<PackageReference Include="Soenneker.Clamav.Definitions" />
paket add Soenneker.Clamav.Definitions --version 4.0.31
#r "nuget: Soenneker.Clamav.Definitions, 4.0.31"
#:package Soenneker.Clamav.Definitions@4.0.31
#addin nuget:?package=Soenneker.Clamav.Definitions&version=4.0.31
#tool nuget:?package=Soenneker.Clamav.Definitions&version=4.0.31
Soenneker.Clamav.Definitions
A current, platform-neutral ClamAV virus-definition seed for ephemeral and offline .NET workloads.
Installation
dotnet add package Soenneker.Clamav.Definitions
The package copies the official main, daily, and bytecode databases beneath the application output directory:
Resources/clamav-database/
Soenneker.Clamav.Util discovers this location by default. For an ephemeral container, call UpdateDefinitions() during startup so freshclam can apply the smaller incremental updates published after this package was built:
string databaseDirectory = Path.Combine(AppContext.BaseDirectory, "Resources", "clamav-database");
await clamav.UpdateDefinitions(databaseDirectory, cancellationToken);
The package is maintained automatically from the official ClamAV database service and is published only when the packaged database content changes.
Licensing
The package scaffolding is MIT-licensed. The packaged ClamAV database payload retains its upstream terms and provenance; see COPYING.txt and SOURCE.txt beside the database files.
| Product | Versions 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. |
-
net10.0
- No dependencies.
NuGet packages (1)
Showing the top 1 NuGet packages that depend on Soenneker.Clamav.Definitions:
| Package | Downloads |
|---|---|
|
Soenneker.Clamav.Util
A structured, cross-platform .NET API for malware scanning with bundled ClamAV command-line distributions. |
GitHub repositories
This package is not used by any popular GitHub repositories.
| Version | Downloads | Last Updated |
|---|---|---|
| 4.0.31 | 26 | 9/15/2026 |
| 4.0.29 | 77 | 9/14/2026 |
| 4.0.27 | 83 | 9/13/2026 |
| 4.0.26 | 90 | 9/13/2026 |
| 4.0.23 | 95 | 9/11/2026 |
| 4.0.21 | 86 | 9/10/2026 |
| 4.0.19 | 122 | 9/9/2026 |
| 4.0.17 | 167 | 9/8/2026 |
| 4.0.15 | 154 | 9/7/2026 |
| 4.0.13 | 115 | 9/6/2026 |
| 4.0.11 | 117 | 9/5/2026 |
| 4.0.9 | 139 | 9/4/2026 |
| 4.0.7 | 180 | 9/3/2026 |
| 4.0.2 | 208 | 9/2/2026 |