Skip to content

Commit 9489dda

Browse files
committed
Add README to C# UWP test app
1 parent 7811af3 commit 9489dda

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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+
![image](https://user-images.githubusercontent.com/787816/35769617-e0bf05b4-090d-11e8-85e4-efdd7b90a6be.png)

0 commit comments

Comments
 (0)