Alternatives to Inflector.Net
I want to use inflector.net in my project.
Just googled and it seems to have g开发者_运维技巧one. :-<
http://andrewpeters.net/inflectornet/
Are there any alternatives?
EDIT (11 May 2011): It looks like Scott Kirkland has taken up the baton:
https://github.com/srkirkland/Inflector
(Thanks Scott!)
A Google code search for "Inflector.Net" returned this one:
http://cid-net.googlecode.com/svn/trunk/src/Cid.Mvc/Inflector.cs
http://cid-net.googlecode.com/svn/trunk/src/Cid.Mvc/Inflector.cs
used to make https://github.com/markrendle/Inflector
which is available via a NuGet Package last updated today!
package id="Inflector" version="1.0.0.0" targetFramework="net45"
Some of that code seems to be included in the NCommon project. Take a look at http://github.com/riteshrao/ncommon/
Inflector is also integrated into Caliburn (http://caliburn.codeplex.com) in namespace Caliburn.Core
精彩评论