[Mono-list] new .NET release breaks classlib compilation

Mark Hurley debian4tux@telocity.com
Sat, 19 Jan 2002 16:13:41 -0500


On Sat, Jan 19, 2002 at 03:51:05AM -0500, Alex Graveley wrote:
> Hi,
> 
> The new .NET FrameworkSDK release breaks the class library compilation
> because the System.Runtime.CompilerServices.CSharp.IndexerName attribute
> has been renamed (wisely) to
> System.Runtime.CompilerServices.IndexerNameAttribute.

I went and looked this up.  Not sure if everyone knows the C# compiler
(and VB) allows you to omit the "attribute" suffix of any attribute type.  
I am looking in the MSDN (RC3 build) and note the name is 
'IndexerNameAttribute'.  Maybe I am understanding this incorrectly, I
don't see a change.

Thanks,

Mark Hurley