Discussions under General

Use in T4.

first post: jlvaquero wrote: I'm trying to use PGK.Extensions in a T4 template in VS2008 for VB....

latest post: PatrickLorenz wrote: StringExtensions is the class name, not a namespace. You actually d...

Quick administrative question

first post: jceddy wrote: This is my first foray into the open source world, so I'm not sure...

latest post: PatrickLorenz wrote: Yes, just go ahead :-)

The type or namespace name 'PGK' could not be found

first post: jerrytovar wrote: I have added a reference to PGK.Extensions.dll. But my Using state...

latest post: akronite wrote: Hi Jerry, PGK extension uses the system namespaces. So yo...

'string' does not contain a definition for 'CanConvertTo'

first post: Tuizi wrote: Hello, I'm just adding this library with NuGet. I see all the exten...

latest post: akronite wrote: Cool. I'm glad you got it working. happy coding!

Aggressive Namespace Polution

first post: bchavez wrote: Hi, PGK.Extensions is nice. However, there is no enclosing namespa...

latest post: bchavez wrote: This is awesome. Thanks so much for pushing a patch. I came back to...

Subversion, missing some files when getting latest

first post: nathankoop wrote: Hey there, Just wanted to peek at the code and try and help with ...

Is GetOriginalException redundant?

first post: ConcreteGannet wrote: The GetOriginalException extension method for System.Exception app...

latest post: PatrickLorenz wrote: Hi there! I assume you are right. Would you like to submit a bug so...

Map DB Records to Entity

first post: juDge wrote: using System; using System.Linq; using System.Collections.Generi...

latest post: PatrickLorenz wrote: Guys, please apply for a developer access to the project. You will ...

NameValueCollectionExtension ToQueryString

first post: juDge wrote: public static string ToQueryString(this NameValueCollec...

BitmapExtensions Crop/SaveJpeg

first post: juDge wrote: public static Bitmap Crop(this Bitmap bitmap, Rectangle...