rmuch / ClamAV.Managed

ClamAV bindings for the .NET Framework, Mono and PowerShell. ClamAV.Managed is a library written in C# for the .NET Framework and Mono, providing managed bindings for the libclamav interface. It includes ClamAV.Managed.PowerShell, a set of PowerShell cmdlets for ClamAV scanning. It comes with sample code for building a GUI virus scanner application.
GNU General Public License v2.0
20 stars 8 forks source link

Test with .NET Core #8

Closed rmuch closed 3 years ago

rmuch commented 8 years ago

.NET Core supports P/Invoke, so, in theory, everything should work fine. It should be tested and .NET Core-compatible builds should be ensured before .NET Core can be added to the compatibility matrix.