IL2123:無法直接將 RequiresUnreferencedCodeAttribute
放在應用程式進入點上
原因
不允許在進入點使用 RequiresUnreferencedCodeAttribute,因為該方法將被非靜態分析的程式碼呼叫。 進入點包括 Main
方法或具有 EntryPoint
屬性的 UnmanagedCallersOnlyAttribute 批註的方法。
RequiresUnreferencedCodeAttribute
放在應用程式進入點上不允許在進入點使用 RequiresUnreferencedCodeAttribute,因為該方法將被非靜態分析的程式碼呼叫。 進入點包括 Main
方法或具有 EntryPoint
屬性的 UnmanagedCallersOnlyAttribute 批註的方法。