You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Recently i have updated in NetCoreApp1.1 application to NetCoreApp2.0. After this update the model expressions are not working in my entire project. Finally i got, this is known issues in ASP.NET Core 2.0 (based on issue link #1614).
Now, i have updated my system into ASP.NET Core 2.1.0 and i have faced some unknown issues in Microsoft.NETCore.App SDK.
How, i can utilize the latest 2.1.0 version SDK to resolve this compilation issues?
My System config:
Visual Studio 2017 (Update 15.4)
DotNet Core 2.1.0 SDK
Also, follow the steps based on this link and download the daily build to ensure this case.
The 2.1.0 SDK is not yet release and is under development. As such, not all its packages are available in NuGet. I would recommend uninstalling the 2.1.0 SDK and instead installing the release 2.0.0 SDK, available at http://dot.net.
If you must use the 2.1.0 SDK and the 2.1.0 runtime, you will need to add a NuGet.Config to your solution with this feed in it:
Thanks for your detailed information. Actually my requirement is using model expressions with tag helpers. But its throws error #1614.
So, that i will forward to 2.1.0 SDK, its still under development means, how i can resolve model expression issues with tag helpers in my application with 2.0.0 SDK.
Hi,
Recently i have updated in NetCoreApp1.1 application to NetCoreApp2.0. After this update the model expressions are not working in my entire project. Finally i got, this is known issues in ASP.NET Core 2.0 (based on issue link #1614).
Now, i have updated my system into ASP.NET Core 2.1.0 and i have faced some unknown issues in Microsoft.NETCore.App SDK.
How, i can utilize the latest 2.1.0 version SDK to resolve this compilation issues?
My System config:
Also, follow the steps based on this link and download the daily build to ensure this case.
Thanks.
The text was updated successfully, but these errors were encountered: