Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthias Bogad <delirium@hacked.xyz>2015-05-17 20:54:05 +0300
committerMatthias Bogad <delirium@hacked.xyz>2015-06-09 15:06:52 +0300
commit58e0608c10c621b15fd9f396f8e46c567891b231 (patch)
tree6aee6625449b61f5e653638149047028ed05b758 /mcs/class/System.Web/net_4_5_System.Web.dll.sources
parentb42709296ab77c1222b4b95696707a0d941b42eb (diff)
[System.Web] ASP.Net MVC5 missing methods fixed
I have added System.HttpApplication.RegisterModule(), the missing two properties of the System.Web.Routing.RouteCollection as well as the corresponding property in the HttpRuntimeSection to completely turn this off. Microsofts MIT-Licensed counterparts of the official System.Web assembly from github [0] were used as a reference. It is kind-of bolted on, but should be good enough until the whole open-sourced System.Web is incorporated. It should at least get the default MVC5 Template from Visual Studio 2013 up and running, once the async pipeline for the owin stuff is fixed. [0]: http://github.com/Microsoft/referencesource/ Additionally, the MissingMethodException "get_InClientBuildManager" in System.Web.Hosting.HostingEnvironment was fixed. In this commit, the following bugs were fixed: https://bugzilla.xamarin.com/show_bug.cgi?id=21810 https://bugzilla.xamarin.com/show_bug.cgi?id=16475
Diffstat (limited to 'mcs/class/System.Web/net_4_5_System.Web.dll.sources')
-rw-r--r--mcs/class/System.Web/net_4_5_System.Web.dll.sources1
1 files changed, 1 insertions, 0 deletions
diff --git a/mcs/class/System.Web/net_4_5_System.Web.dll.sources b/mcs/class/System.Web/net_4_5_System.Web.dll.sources
index 8703eb00471..b074ec8f0a8 100644
--- a/mcs/class/System.Web/net_4_5_System.Web.dll.sources
+++ b/mcs/class/System.Web/net_4_5_System.Web.dll.sources
@@ -10,3 +10,4 @@ System.Web/UnvalidatedRequestValuesWrapper.cs
System.Web/TaskAsyncResult.cs
System.Web/TaskEventHandler.cs
System.Web.Security/MembershipPasswordAttribute.cs
+System.Web/DynamicModuleManager.cs