Hi Matthias,

thanks for submitting the issues.
Also have a look at https://issues.apache.org/jira/browse/NPANDAY-475

_
Lars


Am 10.01.2012 um 11:07 schrieb Matthias Wessendorf:

> using the "assemblyInfo" @parameter, like:
> 
>                <assemblyInfo>
>                    <key1>FOO</key1>
>                    <key2>FOO</key2>
>                </assemblyInfo>
> 
> 
> gives me the following:
> [assembly: CustomStringAttribute("key1", "FOO")]
> [assembly: CustomStringAttribute("key2", "FOO")]
> 
> Not quite what I want -
> 
> On Tue, Jan 10, 2012 at 10:41 AM, Matthias Wessendorf <mat...@apache.org> 
> wrote:
>> Hi,
>> 
>> is there a way to easily append (desired) attributes to the generated
>> AssemblyInfo.cs file ?
>> 
>> I'd like to have the following attributes in there:
>> 
>> [assembly: InternalsVisibleTo("Mocks")]
>> [assembly: InternalsVisibleTo("MockObjects")]
>> 
>> Thx!
>> 
>> --
>> Matthias Wessendorf
>> 
>> blog: http://matthiaswessendorf.wordpress.com/
>> sessions: http://www.slideshare.net/mwessendorf
>> twitter: http://twitter.com/mwessendorf
> 
> 
> 
> -- 
> Matthias Wessendorf
> 
> blog: http://matthiaswessendorf.wordpress.com/
> sessions: http://www.slideshare.net/mwessendorf
> twitter: http://twitter.com/mwessendorf

Reply via email to