Lee Jones

Results 2 comments of Lee Jones

Hi! Hopefully I'm not hijacking this issue, but I ran into what looks like the same thing this morning on a project that was recently upgraded from .NET 5.0 to...

Just following up with the apparent solution for our specific case: Replacing the old-style: ```C# @Html.DropDownList("listGuids", Model, new { @class = "form-control" }) ``` with: ```HTML ``` ... resolves the...