We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7811af3 commit 9489ddaCopy full SHA for 9489dda
UnitsNet.TestApps.Uwp.Csharp/README.md
@@ -0,0 +1,9 @@
1
+## Test app: UWP C# and .NET 4.6.1
2
+
3
+Illustrates using `UnitsNet.WindowsRuntimeComponent` from an UWP C# app.
4
+The Windows Runtime Component nuget can be consumed from C#, JavaScript and C++ UWP apps.
5
6
+NOTE: Normally for C# UWP apps you would use the more feature-rich `UnitsNet` nuget, since Windows Runtime Component
7
+only supports some of the .NET BCL types and has many constraints on how the public API of the library can be declared.
8
9
+
0 commit comments