IL3005:不能将 RequiresAssemblyFilesAttribute
直接放置在应用程序入口点上
原因
在入口点上使用 RequiresAssemblyFilesAttribute 是不允许的,因为该方法将从不受静态分析约束的代码中调用。 入口点包括一个或多个用 UnmanagedCallersOnlyAttribute 注释并指定了 EntryPoint
属性的 Main
方法。