5 ms·
There is also Fos (FastCgi Owin Server) https://github.com/mzabani/Fos https://github.com/mzabani/Fos
by damianh 13y ago
There is also Fos (FastCgi Owin Server) https://github.com/mzabani/Fos https://github.com/mzabani/Fos
- brokenparser 13y agoNeat! It even almost works! http://i.imgur.com/f1HjoNW.png http://i.imgur.com/f1HjoNW.png SO close...
- voltagex_ 13y agoLooks like the Owin dependencies didn't come down - does NuGet run under MonoDevelop?
- brokenparser 13y agoNo, can't compile the add-in nor the cli program itself :(
- voltagex_ 13y agoNuGet.exe should run on Mono 3.2.x - http://nuget.org/nuget.exe http://nuget.org/nuget.exe
- brokenparser 13y agoIt may run but it won't compile. I'm no fan of Gentoo, but if it's open source I ought to be able to reproduce the binary with those sources. Edit: An open source program must never depend on binaries in the build process where those binaries can't themselves be rebuilt from source. Again, I'm not a zealot but as a developer I see dependencies on arbitrary binaries as damage and try to work around them.