Stephen Shaw
Stephen Shaw
@awittaker I'll see if I can sneak some time in this evening to take a peek at this. One trick with the nuget packages is to run msbuild /restore F-Spot.sln...
Looks like the database stores times UTC
We can also remove this hack once this is gone https://github.com/f-spot/f-spot/pull/92/files
What version of gtk-sharp do you have? it should be something like `2.12.x`.
I'd highly recommend moving to the latest 2.12.x. It doesn't matter what version of 3.x you are running because we are stuck on the 2.12.x branch for now. We'd have...
Those are unrelated. I've enabled stuff locally to try and track those down and fix them.
I've worked around this by adding this to my test case: [DeploymentItem(@"onnxruntime.dll")] [DeploymentItem(@"onnxruntime.lib")] [DeploymentItem(@"OpenCvSharpExtern.dll")]
@Evangelink I think so. Is the future {AssemblyName}.exe and vstest.console.exe will be deprecated? Our current situation is that we moved as many projects as we could to sdk projects and...
I think I'm running into a similar issue. I have noticed that the advertisements are showing up in this app: https://github.com/microsoft/BluetoothLEExplorer (Advertisement Monitor) but not in my little sample Plugin.BLE...
Any word on this?