Open ArsenShnurkov opened 9 years ago
with mono 4.1.0 i get this bug: https://bugzilla.xamarin.com/show_bug.cgi?id=16475
Current RTM versions are MVC 5.2.2, Web API 2.2.2 and Web Pages 3.2.2. The current preview version is MVC 5.2.3, Web API 2.2.3 and Web Pages 3.2.3.
http://aspnetwebstack.codeplex.com/ git clone https://git01.codeplex.com/aspnetwebstack.git Last update 2015-02-03 By running build, you will be initiating the download of other software packages from a NuGet-based feed that is owned by the Outercurve Foundation. You are responsible for locating, reading and complying with the license terms that accompany each such package. Each package is licensed to you by its owner. Microsoft is not responsible for, nor does it grant any licenses to, third-party packages.
bugtracker: https://aspnetwebstack.codeplex.com/workitem/list/advanced
now working on MVC 6 which combines the three frameworks into a unified framework. You can find the project on GitHub at https://github.com/aspnet/Mvc and https://github.com/aspnet/Razor.
most recent aspnetwebstack on github https://github.com/martinjt/aspnetwebstack/tree/mono_build_changes Last update 2014-10-14
I hit this error: http://stackoverflow.com/questions/21827225/xamarin-asp-mvc-4-action-with-parameters-not-working when trying to write simple web application through tutorial
I tried to discuss realted issues at gitter.im, but nobody read the messages.
I proposed the approach: 1) compile libraries with ebuilds (instead of installing through nuget) 2) make local repository 3) configure nuget to use local repository instead of network repository
monodevelop depends on xsp (for debugging sites), xsp depends on mono, mono includes aspnetwebstack:
Why to install web stack again second time through NuGet from unreliable source?