[Mono-dev] [PATCH] Warning and errors for InternalsVisibleAttr

Carlos Alberto Cortez calberto.cortez at gmail.com
Thu Oct 20 02:29:33 EDT 2005


Hey guys, 

Any news? I think this small patch can go in gmcs, since nobody
commented on the posibility of having it on mcs.

Carlos.

El vie, 14-10-2005 a las 09:08 +0100, Marek Safar escribió:
> Hello,
> 
> >The attached patch checks the validity of InternalsVisibleToAttribute,
> >and reports and warnings depending on the contents.
> >
> >May I commit?
> >  
> >
> - no test for CS1700.
> - please use syntax `blabla' for error/warning arguments.
> 
> +			if (a.Type == TypeManager.internals_visible_attr_type)
> +				if (!CheckInternalsVisibleAttribute (a))
> +					return;
> +			
> 





More information about the Mono-devel-list mailing list