secana / Native-FSharp-Library

Create a DLL in F# that can be called by native C++
Apache License 2.0
4 stars 3 forks source link

Request: .NET 7 version #2

Open lukemerrick opened 1 year ago

lukemerrick commented 1 year ago

Native AOT has recently been moved out of experimental status into mainline development in .NET 7, making me believe that there might be an even simpler way to build a Native F# library, but this repo is still the best resource I could find on the web. If you would be open to updating this example to .NET 7, I for one would be extremely interested to see how it works!

secana commented 1 year ago

Hi, I'll have a look when I find some time. If you stumble on a solution in between, I would be interested as well.

lukemerrick commented 1 year ago

I'm an F# beginner, so don't hold your breath on me figuring anything out, but I'll certainly be trying, and I'll let you know if I get anywhere with it!