Connor Early
Connor Early
That's my interface id I got from the device template
@yang-hai-feng Yes, is there a way to download it somehow? I only know how to access it through the web portal and I'd like to avoid having to screenshot every...
Okay here is my device template: ```` [ { "@id": "dtmi:d8bbddxvps:capabilitymodel:b0qynpqqpkv;4", "@type": "Interface", "contents": [ { "@id": "dtmi:d8bbddxvps:capabilitymodel:b0qynpqqpkv:ZeroPositions;1", "@type": [ "Relationship", "EdgeModule" ], "displayName": { "en": "ZeroPositions" }, "maxMultiplicity": 1,...
I just tried that. So I updated my project.json to this: ``` { "dependencies": { "Microsoft.NETCore.UniversalWindowsPlatform": "5.2.2", "SQLite.Net-PCL": "3.1.1", "winrtxamltoolkit": "2.0.0" }, "frameworks": { "uap10.0": { "imports": [ "netstandard1.3" ]...
Okay, I've ran into this same problem before with other libraries and it seems part of the answer is [here](https://github.com/dotnet/standard/issues/34#issuecomment-265399794). There's a problem with having the dependencies 'System.Threading.Thread' and 'System.Net.Security'...
So, it seems like the best solution is just to wait and hope that UWP supports System.Net.Security sometime in the near future?
Okay, I'll give it a shot and see what I can come up with, thanks!
Updating the Min version of my solution to Build 16299 and upgrading the Microsoft.Azure.Devices.Client nuget package version from 1.4.0 to 1.7.0 fixed most of the errors. Now there's just on...
Can someone merge this in? I'm noticing that building the project on master doesn't work for ARM and it would be nice to have that without having to write the...
I'm running into a similar issue right now trying to cast from WinRT.IInspectable to Windows.UI.Xaml.DependencyObject. Do you think that is the same root problem?