Search
1
vote

Add int.Seconds and so on

Sometimes it's handy to quickly convert number to TimeSpan. Something like should do the trick. It'll allow me to do 10.Seconds() public static TimeSpan Seconds( this int seconds ) { return TimeS...

Id #6763 | Planned Release: None | Last Updated: Feb 13 at 5:33 PM by Ornus | Created On: Feb 13 at 5:33 PM by Ornus
1
vote

Add IEnumerable< string >.Join

there's a string.Join method. It would be nice if an extension would be available for it. something similar to: public static string Join(this IEnumerable<string> strings, string separator) { i...

Id #6756 | Planned Release: None | Last Updated: Feb 10 at 8:48 PM by JamesCurran | Created On: Feb 10 at 5:14 PM by Ornus
1
vote

Add IEnumerable< string >.Join

there's a string.Join method. It would be nice if an extension would be available for it. something similar to: public static string Join(this IEnumerable<string> strings, string separator) { i...

Id #6755 | Planned Release: None | Last Updated: Feb 10 at 5:09 PM by Ornus | Created On: Feb 10 at 5:09 PM by Ornus
1
vote
fixed

GetOriginalException reproduces .NET GetBaseException

The GetOriginalException extension method for System.Exception appears to reproduce the GetBaseException method from .NET (http://msdn.microsoft.com/en-us/library/system.exception.getbaseexception....

Id #6672 | Planned Release: None | Last Updated: Dec 19 2011 at 2:51 PM by nathankoop | Created On: Dec 12 2011 at 1:18 AM by ConcreteGannet
1
vote
fixed

ToPlural

I noticed a bug in string.ToPlural(). It will pluralize any word ending in "y" with "ies". But that only the case if the letter before the "Y" is a consonants. If the 2nd to last letter is a vo...

Id #6589 | Planned Release: None | Last Updated: Nov 8 2011 at 12:30 AM by akronite | Created On: Nov 4 2011 at 9:56 PM by JamesCurran
1
vote
fixed

ExtractDigits

Browsing through the code, I noticed that I could improve ExtractDigits. Below are two different improved version. ExtractDigits3 is fastest overall, but ExtractDigits2 is easier to read. Both...

Id #6587 | Planned Release: None | Last Updated: Dec 23 2011 at 3:03 PM by JamesCurran | Created On: Nov 4 2011 at 9:34 PM by JamesCurran
1
vote

Add event.Raise extensions

Checking for null in events every time sucks. It'd be nice if there would be extensions (simple and supporting generic event args) to make event invocation easier. Example of what I'm talking abou...

Id #6180 | Planned Release: None | Last Updated: Jan 18 at 7:11 PM by Ornus | Created On: Jun 4 2011 at 4:43 AM by Ornus
0
votes

For the next release, include PGK.Extensions.RhinoMocks in the package(s).

A New library has been added on may 31st 2011.  We would have to include this on into the next package(s). PGK.Extensions.RhinoMocks It extends Rhino.Mocks 3.6. NOTE: Do not forget the documenta...

Id #6172 | Planned Release: None | Last Updated: Jun 1 2011 at 3:19 PM by jesuissur | Created On: May 31 2011 at 8:02 PM by jesuissur
2
votes

Incorrect Description in object.CastTo<T>

Hallo! Ein Nutzer der Library hat mir folgenden Fehler aus einer Deiner Methode zugesandt. Vielleicht könntest Du Dir das bei Gelegenheit einmal anschauen? Letztlich würde vermutlich eine Anpassun...

Id #5469 | Planned Release: None | Last Updated: Nov 4 2011 at 10:06 PM by JamesCurran | Created On: Nov 25 2010 at 8:23 PM by PatrickLorenz
1
vote

Moeglicher Bug in Methode public static T ConvertTo<T>(this object value, T defaultValue)

Es sieht fast so aus, als ob die Methode ein Problem mit Decimal Values hat. Ich verwende die generische Get-Extension der DataRowView wie folgt: var preis = myDataRowView.Get("Preis", 0M); Es gi...

Id #5464 | Planned Release: None | Last Updated: Apr 19 2011 at 1:53 AM by akronite | Created On: Nov 24 2010 at 9:08 AM by MHelmerich
Show 10 Work Items
1-10 of 10 Work Items < Previous 1 Next >
Updating...
© 2006-2012 Microsoft | Get Help | Privacy Statement | Terms of Use | Code of Conduct | Advertise With Us | Version 2012.2.15.18416