Morten Christensen

Results 3 issues of 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...

FeatReq

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...

bug
can not reproduce