ASP.NET-MVC-Lambda-Expression-Helpers icon indicating copy to clipboard operation
ASP.NET-MVC-Lambda-Expression-Helpers copied to clipboard

Assuming Assembly reference when using System.Web.Mvc 5.2.4.0 - 5.2.6.0

Open treefishuk opened this issue 6 years ago • 2 comments

After upgrading to a newer version of System.Web.Mvc a green squiggly shows under HTML helper methods such as the following when System.Web.Mvc.Expressions is referenced :

    @using (Html.BeginForm()
    {
    }

On investigation it says that it is assuming reference 5.2.3.0 and has found 5.2.4.0

By no means a major bug but it is annoying.

treefishuk avatar Jun 05 '18 10:06 treefishuk

I've just submitted PR #22 to help address this. I hope the maintainer is interested and will publish an updated NuGet package :)

SvenAelterman avatar Oct 08 '19 14:10 SvenAelterman

Will this be fixed soon?

xantari avatar Jul 08 '20 12:07 xantari