5 ms·
If you don't mind me asking, I'm stuck trying to get the project templates to work with Monodevelop 4. I'm using this repository to run the latest Mono and Mono
by brokenparser 13y ago
If you don't mind me asking, I'm stuck trying to get the project templates to work with Monodevelop 4. I'm using this repository to run the latest Mono and Monodevelop on Fedora: http://download.opensuse.org/repositories/home:/tpokorra:/mono/Fedora_20/ http://download.opensuse.org/repositories/home:/tpokorra:/mo...
When I open the vsix file, all I get is a hexdump. I also tried installing it as an add-in, but it doesn't appear to accept vsix files.
The goal is to get past step one of these instructions: https://github.com/NancyFx/Nancy/wiki/Introduction https://github.com/NancyFx/Nancy/wiki/Introduction
How to make this work, pretty please?
- rjzzleep 13y agomonodevelop is not really supported. i would try compiling the latest mlnodevelop and see if there is a fork of the nancy templates. you can work around that issue if you make an empty asp.net project and then use nuget to install-package nancy.hosting.aspnet at least i think so, i haven't been doing .net in a while
- brokenparser 13y agoSUCCESS! I followed these: http://rubygems.org/gems/albacore/versions/1.0.0.rc.1 http://rubygems.org/gems/albacore/versions/1.0.0.rc.1 (for the command to install albacore), and https://github.com/NancyFx/Nancy/wiki/Running-Nancy-on-your-Raspberry-Pi https://github.com/NancyFx/Nancy/wiki/Running-Nancy-on-your-... This works on Fedora and probably other distributions as well, though this uses HTTP which might be less optimal than FastCGI with Fos. I got Fos to compile with Mono but it's not usable yet, it can't find IAppBuilder in my "console" application no matter what references or using directives I add. Nowin compiles cleanly but the example projects don't, so it'll take some effort to get it to work. Things are progressing, though. But I really can't recommend anyone use Mono for web development as it stands.