episage / sharp-nfc

.NET wrapper for libnfc project
15 stars 13 forks source link

Migrate to netstandard and fix invalid pointer exception #17

Closed georgeslegros closed 3 years ago

georgeslegros commented 3 years ago

Hi, I needed to use this library that helped a lot but I needed it in netstandard (actually netcore but netstandard is better for a class library) so I migrated it.

Also, I stumbled upon an invalid pointer error that I found a solution for (ref: so post)

I know that the lib does not seem to be highly used but in case someone needs it (like me I guess), that'd definitely help a lot !

Also, I'll try to add more sample codes as soon as I make more progress.

Thanks.

episage commented 3 years ago

Thank you for your contribution