gentoo / dotnet

[MIRROR] Newer mono, .NET languages, and libraries
https://gitweb.gentoo.org/repo/proj/dotnet.git
78 stars 56 forks source link

Nonworking packaging for ASP .NET components #48

Open ArsenShnurkov opened 9 years ago

ArsenShnurkov commented 9 years ago

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:

Submodule 'external/Lucene.Net' (git://github.com/mono/lucene.net.git) registered for path 'external/Lucene.Net'
Submodule 'external/Newtonsoft.Json' (git://github.com/mono/Newtonsoft.Json.git) registered for path 'external/Newtonsoft.Json'
Submodule 'external/aspnetwebstack' (git://github.com/mono/aspnetwebstack.git) registered for path 'external/aspnetwebstack'
Submodule 'external/reference-assemblies' (git://github.com/mono/reference-assemblies.git) registered for path 'external/binary-reference-assemblies'
Submodule 'external/cecil' (git://github.com/mono/cecil.git) registered for path 'external/cecil'
Submodule 'external/debian-snapshot' (git://github.com/directhex/mono-snapshot.git) registered for path 'external/debian-snapshot'
Submodule 'external/ikdasm' (git://github.com/mono/ikdasm.git) registered for path 'external/ikdasm'
Submodule 'external/ikvm' (git://github.com/mono/ikvm-fork.git) registered for path 'external/ikvm'
Submodule 'external/referencesource' (git://github.com/mono/referencesource) registered for path 'external/referencesource'
Submodule 'external/rx' (git://github.com/mono/rx.git) registered for path 'external/rx'

Why to install web stack again second time through NuGet from unreliable source?

ArsenShnurkov commented 9 years ago

with mono 4.1.0 i get this bug: https://bugzilla.xamarin.com/show_bug.cgi?id=16475

ArsenShnurkov commented 9 years ago

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