I'm rather new to C# and been doing a few projects in .Net Framework but been pushed towards the .Core side of things.
My question is - I was using UnmanagedExports on a few of my projects to create some library's (Linux / Win) but am unable to get exports working with .Core2. I get no errors and everything compiles fine just the exports are not exposed.
I made sure that the compile arch was set to x64
as any
wont build correctly. I'm assuming that the library is not compatible with .core 2 and that I need to use a different approach but am unsure what path to take. some guidance will go a long way.