简体   繁体   English

像nuget那样的dotnet核心软件包

[英]nustache like nuget package for dotnet core

In asp.net MVC worked with nustache NuGet package which is binding models to HTML 在asp.net中,MVC与nustache NuGet软件包一起使用,该软件包将模型绑定到HTML

Right now working with Dotnet core 2.1 And can not find nustache is working with the Dotnet core. 现在使用Dotnet核心2.1并找不到Nustache正在使用Dotnet核心。 So there is an alternative for nustache which can work with Dotnet core 2.1 因此,还有一个可以与Dotnet core 2.1一起使用的nustache替代方案。

尽管编译器发出警告,Nustache版本1.16.0.10在面向netcoreapp2.2的项目中也能很好地工作

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 什么NuGet包包含DotNet Core的OptimisticConcurrencyException? - What NuGet package contains OptimisticConcurrencyException for DotNet Core? Linux 上的 Nuget 和 dotnet - 使用/打包提供的包 - Nuget & dotnet on linux - using/package a provided package Dotnet 还原为 NuGet package 提供 301 错误 - Dotnet restore gives 301 error for a NuGet package 如何解决dotnet核心中的nuget依赖地狱? - How to solve nuget dependency hell in dotnet core? Dotnet 包包括 nuget 包到 output nuget ZEFE90A8E604A7C840E8ZD03A - Dotnet Pack include nuget packages into output nuget package 有没有人有使用 NuGet 的 DocumentFormat.OpenXML.DotNet.Core 包构建控制台应用程序 (C#) 的经验? - Does anyone have experience building a Console App (C#) using the package DocumentFormat.OpenXML.DotNet.Core from NuGet? 指定私有 Github Nuget 提要时,使用“dotnet add package -s”安装 Nuget 包失败 - Install Nuget package using "dotnet add package -s" fail when specify private Github Nuget feed 使用dotnet pack创建带有外部.exe文件的NuGet包 - Create NuGet package with external .exe files using dotnet pack 如何使用Nuget包中的dotnet控制台应用程序? - How to consume a dotnet console application from a Nuget package? Nuget/Dotnet package 管理器 - 我如何检索 $(<somevariable> )</somevariable> - Nuget/Dotnet package manager - how can I retrieve $(<SomeVariable>)
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM