https://github.com/cloudfoundry-community/.net-buildpack
Cloud Foundry buildpack for running .NET applications
https://github.com/cloudfoundry-community/.net-buildpack
Last synced: 9 months ago
JSON representation
Cloud Foundry buildpack for running .NET applications
- Host: GitHub
- URL: https://github.com/cloudfoundry-community/.net-buildpack
- Owner: cloudfoundry-community
- License: apache-2.0
- Created: 2013-07-03T21:23:14.000Z (about 13 years ago)
- Default Branch: master
- Last Pushed: 2015-06-30T20:57:23.000Z (about 11 years ago)
- Last Synced: 2024-04-14T22:47:35.027Z (about 2 years ago)
- Language: Ruby
- Size: 583 KB
- Stars: 22
- Watchers: 18
- Forks: 26
- Open Issues: 12
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
.net-buildpack
==============
[](https://travis-ci.org/cloudfoundry-community/.net-buildpack)
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
### Status
[](http://waffle.io/cloudfoundry-community/.net-buildpack)
This buildpack is in "alpha" stage - that is to say that not all the features are there yet.
##### What already works?
* 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 )
##### What is next?
* ASP.NET MVC support - see [#17](https://github.com/cloudfoundry-community/.net-buildpack/issues/17)
* Console apps running under .NET 4.5 / IronFoundry.NET ( Windows 2012 stack )
## Documentation
* [Design](docs/design.md)
* Runtimes
* [Mono](docs/runtime-mono.md) (functional)
* CLR (coming soon)
* Containers
* [Console](docs/container-console.md)
* [Procfile](docs/container-procfile.md)
* Frameworks
* [AppSettingsAutoReconfiguration](docs/framework-app_settings_auto_reconfiguration.md)
### Getting involved
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](https://groups.google.com/a/cloudfoundry.org/forum/#!forum/vcap-dev);
just mention .net-buildpack.
---
> ** Apps written and compiled with Mono (eg, via Xamarin Studio, MonoDevelop or xbuild) work too.