We encountered an issue where our antivirus software flagged the DryIoc package version 5.4.3 as containing a virus (VirTool.MSIL.Obfuscator.f281). This warning appears when the package is installed via NuGet. However, using the DryIoc.dll directly from the same version does not trigger the antivirus warning.
Steps to Reproduce
Install DryIoc version 5.4.3 via NuGet.
Compile the project.
Observe the antivirus software warning about VirTool.MSIL.Obfuscator.f281.
Expected Behavior
No antivirus warnings should be triggered when using the DryIoc package.
Actual Behavior
Antivirus software flags DryIoc package version 5.4.3 as containing a virus.
Workaround
Using DryIoc.dll directly from the same version (5.4.3) does not trigger the antivirus warning.
These antivirus software packages can be used to verify and potentially resolve the issue.
Additional Information
This issue might affect other users, so it would be beneficial to investigate and resolve the root cause. We wanted to inform you about this and share our workaround. Please let us know if any further information or assistance is required.
@raymond-liao Hi, interesting issue.
I am not sure what causing the issue. Probably something inside the package bundle.
Could you check if the same happens for the latest 6.0.0-preview-07 ?
Description
We encountered an issue where our antivirus software flagged the
DryIoc
package version5.4.3
as containing a virus (VirTool.MSIL.Obfuscator.f281
). This warning appears when the package is installed via NuGet. However, using theDryIoc.dll
directly from the same version does not trigger the antivirus warning.Steps to Reproduce
DryIoc
version5.4.3
via NuGet.VirTool.MSIL.Obfuscator.f281
.Expected Behavior
No antivirus warnings should be triggered when using the
DryIoc
package.Actual Behavior
Antivirus software flags
DryIoc
package version5.4.3
as containing a virus.Workaround
Using
DryIoc.dll
directly from the same version (5.4.3
) does not trigger the antivirus warning.Environment
Antivirus Software Details
These antivirus software packages can be used to verify and potentially resolve the issue.
Additional Information
This issue might affect other users, so it would be beneficial to investigate and resolve the root cause. We wanted to inform you about this and share our workaround. Please let us know if any further information or assistance is required.
Thank you for your work on DryIoc!