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