ASP .NET C#

Hi all,

I can see on the old website (For Premake 3.x) that support for ASP .NET was achieved through the Package.kind = "aspnet" (http://premake.sourceforge.net/packages).

Is it possible in Premake4 to achieve the same thing?

Thanks in advance,
Anders Marchsteiner

I never ported the ASP.NET support to Premake 4.x, as it seemed that I was the only person in the world using it—and since this is the first time anyone has asked about it, I guess I was right.

So, no, sorry, this isn't possible currently in 4.x, but feel free to file a feature request and I can look into porting it.

It would, however, also make Premake 4.x the only build configuration tool in the world with that feature :)
I guess it would be too soon to file a feature request. I'm not yet sure i am going to use it, i was merely wondering if it could be an alternative for a project not yet started.

Is the feature reliable in the 3.x version? If so i would do a proof-of-concept to work out if this is something to consider.

I did use it myself in the 3.x days, and I don't recall having any particular issue with it.