New Post: Is GetOriginalException redundant?
Hi there! I assume you are right. Would you like to submit a bug so I could assign it to the origin developer of the method? Thanks, Patrick
View ArticleNew Post: Subversion, missing some files when getting latest
Hey there, Just wanted to peek at the code and try and help with some stuff. I'm running VS2010 and subversion. I used the subversion link from the Source Code tab...
View ArticleNew Post: Aggressive Namespace Polution
This is awesome. Thanks so much for pushing a patch. I came back to check if there was any progress made on the issue. I hope Patrick will consider your patch. I like your conservative approach with...
View ArticleNew Post: 'string' does not contain a definition for 'CanConvertTo'
Hello, I'm just adding this library with NuGet. I see all the extensions in Intelliscence but, when I'm using a method, I can't compile! For exemple, Im using the method CanConvertTo<> on my...
View ArticleNew Post: 'string' does not contain a definition for 'CanConvertTo'
Hi Tuizi, Have you got references to System.Web in your project? Try it and let us know if it work for you.
View ArticleNew Post: 'string' does not contain a definition for 'CanConvertTo'
My bad, I change the Target framework from ".NET Framework 4 Client Profile" to ".NET Framework 4" and it's ok. No reference to System.Web is needed.
View ArticleNew Post: 'string' does not contain a definition for 'CanConvertTo'
Cool. I'm glad you got it working. happy coding!
View ArticleNew Post: The type or namespace name 'PGK' could not be found
I have added a reference to PGK.Extensions.dll. But my Using statement gives the above error message. What is the namespace that I need to use for PGK.Extensions?
View ArticleNew Post: The type or namespace name 'PGK' could not be found
Hi Jerry, PGK extension uses the system namespaces. So you don't have to add any using. You should already be able to use it. Try Object.IsNull() IsNull() being the extension method. The is another...
View ArticleNew Post: Quick administrative question
This is my first foray into the open source world, so I'm not sure of the etiquette, etc. If I connect to this project via team foundation server and am interested in implementing a proposed change,...
View ArticleNew Post: Use in T4.
I'm trying to use PGK.Extensions in a T4 template in VS2008 for VB.NET and I get: RemoveAllSpecialCharacters is not a member of string. My T4 headers: <#@ template language="VB" hostspecific="false"...
View ArticleNew Post: Use in T4.
StringExtensions is the class name, not a namespace. You actually do not need to import anything in regular code. I'm not used to VB anymore. Don't you need brackets after calling a method like this:...
View ArticleNew Post: Comparing Oracle Table Row Values
Hi everybody, I'm a new programmer. My first project is to create a webpage to show the discrepancies of Store Transactions Report. Database :Oracle 9i Programming Language:C# Two Tables that needed...
View ArticleNew Post: Comparing Oracle Table Row Values
hi Scott, I would suggest you try and posting your question on http://stackoverflow.com/ As you'll get a quicker and more details response to your question. My guesses is something like this?...
View ArticleNew Post: 4.5 Async Sub-project/Fork?
Wondering about how anyone feels about creating a .NET 4.5 fork (or sub-project, or something?) that would support asynchronous extension methods using the new async/await syntax?
View ArticleNew Post: proposal: String.ContainsAny()
humbrie,The following extensions were added.String.ContainsAny(String[]) String.ContainsAny(StringComparison, String[])String.ContainsAll(String[]) String.ContainsAll(StringComparison,...
View ArticleNew Post: Add IDbDataReader.GetInt16 overload
Add DbDataReader.GetInt16(string field) overload please. Why GetInt32 and GetInt64 exists and getint16 is missing?
View ArticleNew Post: Forking (and merge later) this project or adding new features.
I had created some string features like String.Try[Method] versions of some standard methods (like TryParse) where I don't care if the string is null or not and it is annoying check for null before...
View Article