Castle 3.0 ILogger 破坏了 NVelocityTemplateEngine 包装器?
3.x 中的 ILogger 接口似乎缺少 TemplateEngine 需要的 .Info 方法。我收到以下错误...
Method not found: 'Void Castle.Core.Logging.ILogger.Info(System.String, System.Object[])'.
我正在使用版本 1.1.1.0 Castle.Components.Common.TemplateEngine.NVelocityTemplateEngine。也许这不是正确的版本,因此我们将不胜感激任何指出正确版本的帮助。
It appears that the the ILogger interface in 3.x is missing a method for .Info that the TemplateEngineNeeds. I'm getting the following error...
Method not found: 'Void Castle.Core.Logging.ILogger.Info(System.String, System.Object[])'.
I'm using version 1.1.1.0 Castle.Components.Common.TemplateEngine.NVelocityTemplateEngine. Perhaps this isn't the correct version so any help in pointing out the correct version would be greatly appreciated.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
据我所知,还没有人将 TemplateEngine 升级到 Castle.Core 3.0。请分叉存储库并升级它,然后向团队发送拉取请求。如果您对代码有任何疑问,请发布到 Castle 开发列表。
As far as I know nobody has upgraded TemplateEngine to Castle.Core 3.0 yet. Please fork the repository and upgrade it, then send the team a pull request. If you have any questions about the code post to the Castle Dev list.