[215] Implement Members Abstract
BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
When implementing a property using the Implement Members Abstract
context action, the property correcly marks itself as abstract, but
incorrectly adds the throw new NotImplementedException() body:
public abstract PropertyType NewProperty
{
get {
throw new NotImplementedException();
}
}
Regards,
Pablo
-
BEGIN PGP SIGNATURE-----
Version: GnuPG v1.2.1 (MingW32)
iD8DBQFD1nn1vooSiBfQCSoRAsIfAKDbZUuzFUfsMvpHxDVaiTX6i89nAACbBhg6
BMKubxzhyr93MzqlTeFazVw=
=8DeK
-
END PGP SIGNATURE-----
Please sign in to leave a comment.
Hell Pablo,
Thank you. Fixed in 216.
>> Version: GnuPG v1.2.1 (MingW32)
>>
>> iD8DBQFD1nn1vooSiBfQCSoRAsIfAKDbZUuzFUfsMvpHxDVaiTX6i89nAACbBhg6
>> BMKubxzhyr93MzqlTeFazVw=
>> =8DeK
Thanks,
Andrey Simanovsky