thelinuxlich / artemis_CSharp

Artemis Entity System Framework ported to C#
Other
342 stars 78 forks source link

Build and NuGet Package for .Net 3.5 #67

Closed kjellski closed 10 years ago

kjellski commented 10 years ago

Hi there,

I was just trying to install this in a solution generated by Unity3d for Mono Develop. Since I'm using NuGet for other projects, I tried installing artemis with NuGet. Unfortunately that failed miserably since the Projects generated are for .Net Version 3.5. but this is not provided by the NuGet package.

I've build my own dlls for now, but wanted to suggest making one available for public use with NuGet.

Would you accept contributions for this or do you have any plans on integrating this on your own?

Greetings, @kjellski

tpastor commented 10 years ago

The version on nugget is very old. In the project we have on solution that is version agnostic (should work on any version after 2.0) We should update nuget more often (dont have the env right now to do it)

tpastor commented 10 years ago

if you can upload it to nugget for us, i would appreciate !!!

MiddTech commented 10 years ago

Which project is version agnostic, I've tried most of them and bumping them down to 3.5 brings errors about missing features ( Numerics and Tasks mostly, I assume are in 4.0 and above )

kjellski commented 10 years ago

@MiddTech I'm also unsure here. What I've done since now, was open the Mono version with mono and use that build.

@tpastor if you're giving me some hints on how to incorporate this best, I would provide the build configs to get this on travis in order to keep .Net 3.5 / Unity3D compatible versions building.

kjellski commented 10 years ago

And just another question, why did you close the issue? It's not resolved, is it? I would like to help out here, but I'm confused with the project structure. With a bit of advice, I'd like to contribute...