andijakl/ndef-nfc

Using Nuget package in UWP proprietary software

ashchuk opened this issue · 0 comments

Hello!
Can I use Nuget https://www.nuget.org/packages/NdefLibrary package in my proprietary software project and to not open all project code?
I maked some research on this issue and found this post: https://github.com/dotnet/roslyn/issues/162

C# today supports dynamic linking, such that one assembly can reference another and with the latter being available to the former at run time, loaded at run time to be used by the former, etc.

Is it rigth what I can use this Nuget package in my project without project code sharing?
Thanks a lot!