Razor Pad是一个编辑Razor脚本的工具,脱离于ASP.NET 和Visual Studio。
github地址:GitHub - RazorPad/RazorPad: RazorPad is a quick and simple stand-alone editing environment that allows anyone (even non-developers) to author Razor templates. It is the Notepad for Razor.
如果在编译源码时出现:签名时出错: 未能对 bin\Debug\app.publish\RazorPad.exe 签名。SignTool Error: No certificates were found that met all the given criteria. RazorPad.UI.Application
解决方法:
方法1: 项目属性页面,找到签名 从签名页面找到 创建测试证书(R)按钮点击然后确定(密码可以不填)文章来源:https://www.toymoban.com/news/detail-810545.html
方法2: 签名页面把 为ClickOnce清单签名(M)前面的复选框去掉勾,安全性页面 启用ClickOnce安全设置(N)前面的复选框去掉勾。文章来源地址https://www.toymoban.com/news/detail-810545.html
到了这里,关于脱离于ASP.NET 和Visual Studio编辑Razor脚本的文章就介绍完了。如果您还想了解更多内容,请在右上角搜索TOY模板网以前的文章或继续浏览下面的相关文章,希望大家以后多多支持TOY模板网!