yck1509 / ConfuserEx

An open-source, free protector for .NET applications
http://yck1509.github.io/ConfuserEx/
Other
3.57k stars 1.63k forks source link

compile error #1

Closed manojdjoshi closed 10 years ago

manojdjoshi commented 10 years ago

hi sir error on compile Error 9 Missing compiler required member 'System.Runtime.CompilerServices.ExtensionAttribute..ctor' J:\ConfuserEx\ConfuserEx\Confuser.Core\CSC Confuser.Core

ghost commented 10 years ago

Search (ExtensionAttribute) change modifier to public.

manojdjoshi commented 10 years ago

thanks bprg1 my problem solved change in ExtensionAttribute.cs
sealed class ExtensionAttribute : Attribute to public sealed class ExtensionAttribute : Attribute