Method 'RouteCollection.get_AppendTrailingSlash' not found when using Razor Url helpers in ASP.NET MVC 5 Mono

前端 未结 3 638
独厮守ぢ
独厮守ぢ 2020-11-29 13:31

I am creating an ASP.NET MVC 5 application in Mono (Ubuntu 14.4, Monodevelop 5.9, Mono JIT compiler version 4.0.1).

I see that some of the razor components are not re

3条回答
  •  孤街浪徒
    2020-11-29 13:54

    The latest news afaik is that Miguel rejected my minimal pull request last year but you can see at the bottom of that Pull Request that a couple of others have got builds on github which include this and more.

    I can't see anyone's got a pull request accepted for mono mainline. The way forward I can see is if you know/can persuade someone on the Xamarin team to push this.

    Or, helping with getting the now-open-sourced .Net code running on mono.

    But https://github.com/gentoo/dotnet looks interesting: It has pulled this and some other MVC5 changes.

提交回复
热议问题