Dennis Daume

Results 37 comments of Dennis Daume

Looks just like https://github.com/akavache/Akavache/issues/205

Do you have a reproducible sample that I can just open?

The problem with this is, that Android and iOS don't have support for the `ProtectedData` class, so we don't have any way of encrypting the data. If anyone knows of...

Can you post the code where this crash occurs?

Can't see anything wrong with that. If you could somehow create a sample that reproduces this issue, that would be great!

Maybe we can use https://msdn.microsoft.com/en-us/library/dd642243(v=vs.110).aspx here, so we get a new data template for each thread

As a workaround, I'm doing something like this in the `OnShareTargetActivated` method: ``` cs // Capture the UI thread scheduler of the main application, so we can reset it, when...

Since it's quite common (well, at least I think it is) to write the date of the release beside the version, I'd say this should be supported directly by the...

@nikmd23 I think this is an excellent idea!

@avanderhoorn Isn't the idea that you can write _anything_ in the range of `[0-9A-Za-z-]` behind the build token and then everyone can parse what they write behind the `+` for...