360fans_56780612 发表于 2024-12-11 12:12

VS 2022 MSBuild 编译复制环境文件 ucrtbase.dll 到发布目录, 被360杀毒PRO拦截

无法将文件“C:\Users\MyName\.nuget\packages\microsoft.netcore.app.runtime.win-x64\3.1.32\runtimes\win-x64\native\ucrtbase.dll”复制到“D:\工作资料\源代码管理\项目目录\obj\Release\netcoreapp3.1\win-x64\PubTmp\Out\ucrtbase.dll”。对路径“D:\工作资料\源代码管理\项目目录\obj\Release\netcoreapp3.1\win-x64\PubTmp\Out\ucrtbase.dll”的访问被拒绝。

该拦截行为导致项目无法正常发布
对MSBuild.exe和开发路径添加白名单无法解决, 必须添加C:\Users\MyName\.nuget\packages\microsoft.netcore.app.runtime.win-x64\3.1.32\runtimes\win-x64\native\ucrtbase.dll 到白名单才行

样本文件

leo0205 发表于 2024-12-11 14:32

您好,您直接去我们的开发平台,申请下软件加白:https://open.soft.360.cn/report.php
页: [1]
查看完整版本: VS 2022 MSBuild 编译复制环境文件 ucrtbase.dll 到发布目录, 被360杀毒PRO拦截