FubuMvcArchive / bottles

OBSOLETE - Modular runtime packaging for .Net applications
http://fubuworld.com/bottles
Other
26 stars 16 forks source link

Minor steps towards working on mono #93

Closed alistair closed 10 years ago

alistair commented 10 years ago

Nothing major here but have added support to ServiceRunner so that it will call mono instead of the exe directly and have also updated a couple of project files to remove the Version,Culture etc stuff for FubuCore.

This was to have something else, but low and behold you had already done it :)

One of the big issues right now is that mono does not have a ServiceController implementation for *nix and therefore some unit tests are failing due to NotImplementedException being thrown by the BottleServiceRunner.

This is going to need to be resolved somehow. probably not the easiest problem either.