oparkerj

Results 5 comments of oparkerj

I also need this change. My project is still in development though so it's not a big deal yet.

My solution to the above issue was to write an external program that merges all the headers into one working header with missing classes included. The only remaining issue is...

This should also include the extension variant of the methods, which is where it tends to be used.

I would say to maintain compatibility with user-defined types that use a Parse(string) method, it can look for a TryParse method, and then fallback to the Parse method if one...

> Thanks for the pull request! > > Is the primary goal to have versions of those methods that don't ever throw? > > I notice that the new extraction...