Morten Christensen
Morten Christensen
Feature Request: When pushing to a remote repository its currently possible to handle callbacks for `OnPushStatusError` `OnPushTransferProgress` and `OnPackBuilderProgress` but there is currently no way to handle the `OnProgress` callback...
The NativeMethods for receiving text updates from the remote already exists and are used in the `FetchOptions`. This simply adds the existing handler to `PushOptions` making it possible to configure...
I just ran into an issue where inserting a Poco with Database.Insert(poco); throws a DateTime Overflow Exception because PetaPoco doesn't seem to account for nullable DateTime properties. The Poco looks...