Alexander Marek
Alexander Marek
Hello! It seems the custom activity interface has changed substantially in data factory: https://github.com/Azure/Azure-DataFactory/tree/main/SamplesV1/ADFv2CustomActivitySample Do I still need this library? Or is there something else we devs can use to...
Until version 1.1.9 of the SQLitePCL.raw.core nuget package, the assemblyversion of the `SQLitePCL.raw.core.dll` was `[assembly: AssemblyVersion("1.0.0.0")]` but since 1.1.10 it changed to `[assembly: AssemblyVersion("1.1.10.86")]` and with 1.1.11 to `[assembly: AssemblyVersion("1.1.11.121")]`...
Hi! I am currently struggling with getting the unit- and integration tests to work on my dev machine. In order to help others getting started, I created a simple powershell...
Hi guys! First of all thank you for this svg library - it is just great! A while ago, I forked this library with the goal to get it to...
I followed the examples https://github.com/AzureADSamples/WebApp-OpenIDConnect-DotNet and http://blogs.msdn.com/b/webdev/archive/2014/03/28/owin-security-components-in-asp-net-openid-connect.aspx in order to add Azure Active Directory Authentication to my DurandalAuth site and thought this might be useful for somebody. There was an...
Hi! First of all - this form generator looks great. However, in order to be able to use it, we need to be able to specify our own list of...
From time to time, it seems the Paint object used by `ProgressRingRenderer` is disposed and then accessed. This may be the case, as we use it inside of a listview....
updated library version to 1.1.2 and all references to SQLitePCLRaw also to 1.1.2 Added a package.ps1 script to create nuget packages
Hi! I migrated SyncClient.SQLite from SQLitePCL to your SQLitePCL.pretty. Honestly, I do like your api better, but there is a pretty serious gotcha: The following code will give you an...
Hi! I just took a glance at your "backuptests" but I could not see whether a restore was also supported. Is that the case? And: is a "backup" the same...