我想在我的项目中使用 inflector.net。
刚用谷歌搜索,它似乎已经消失了。:-<
http://andrewpeters.net/inflectornet/
有没有其他选择?
编辑(2011 年 5 月 11 日):看起来 Scott Kirkland 接过了接力棒:
https://github.com/srkirkland/Inflector
(感谢斯科特!)
我想在我的项目中使用 inflector.net。
刚用谷歌搜索,它似乎已经消失了。:-<
http://andrewpeters.net/inflectornet/
有没有其他选择?
编辑(2011 年 5 月 11 日):看起来 Scott Kirkland 接过了接力棒:
https://github.com/srkirkland/Inflector
(感谢斯科特!)
谷歌代码搜索“Inflector.Net”返回了这个:
http://cid-net.googlecode.com/svn/trunk/src/Cid.Mvc/Inflector.cs
http://cid-net.googlecode.com/svn/trunk/src/Cid.Mvc/Inflector.cs
用来制作https://github.com/markrendle/Inflector
可通过今天最后更新的 NuGet 包获得!
package id="Inflector" version="1.0.0.0" targetFramework="net45"
其中一些代码似乎包含在 NCommon 项目中。看看http://github.com/riteshrao/ncommon/
Inflector 也被集成到命名空间 Caliburn.Core 中的 Caliburn (http://caliburn.codeplex.com)