Cloud Foundry buildpack for running .NET applications
- Aiming for feature parity with https://github.com/cloudfoundry/java-buildpack
- Initially focussed on running .NET apps compiled on Windows** under Mono on lucid64 stack
This buildpack is in "alpha" stage - that is to say that not all the features are there yet.
- Console apps running under Mono 3.4.0 on Cloud Foundry ( lucid64 stack )
- NancyFX web apps running under Mono 3.4.0 on Cloud Foundry ( lucid64 stack )
- ASP.NET MVC support - see #17
- Console apps running under .NET 4.5 / IronFoundry.NET ( Windows 2012 stack )
We're actively looking for volunteers. Join us commenting on an existing issue or opening a new one!
We also hang out on the Cloud Foundry Dev Mailing list; just mention .net-buildpack.
** Apps written and compiled with Mono (eg, via Xamarin Studio, MonoDevelop or xbuild) work too.