ddevault / Craft.Net

(Unmaintained, see TrueCraft) Minecraft server, client, and etc for .NET
MIT License
228 stars 64 forks source link

When Compiling 581 of the same error #186

Closed tuomas56 closed 10 years ago

tuomas56 commented 10 years ago

When compiling in visual studio 2010 professional i get 581 errors saying:

An attribute argument must be a constant expression, typeof expression or array creation expression of an attribute parameter type

they all occur in Craft.Net.Logic

tuomas56 commented 10 years ago

But when compiling with mono xbuild or MonoDevelop it only gives one warning

ddevault commented 10 years ago

This is a bug with the C# compiler. Use VS 2012.