Lee Harold

Results 4 comments of Lee Harold

> Has there been any traction on getting this merged? This would be very beneficial to have in the main project. I just emailed [email protected] to see if he's still...

> @LCHarold @lazarv > So, is this project dead? Well, I emailed @lazarv but got no response. Then I emailed @knightburton - another JayStack employee - and got a response...

> @LCHarold when was that? @knightburton responded back to me on May 22nd.

Here's a method I'm using in a generic base class to get the hash key property name: ``` C# public static string GetHashKey() { return (typeof(T).GetProperties() .Where(p => p.GetCustomAttributes() .Any())...