Closed Shadowblitz16 closed 3 years ago
Is something not working for you? I use this with .net 5 every day.
it doesn't seem to be on nuget for .net 5
I typed in lvvm
and lvvmsharp
as a keyword and nothing comes up
You'll need to enable preview packages as the latest release is still beta: https://www.nuget.org/packages/LLVMSharp/11.0.0-beta
It is currently intentionally beta as the object oriented wrapper types are incomplete. I'm currently working on updating to LLVM 12 at which point I may split the library into two parts so we can have stable "raw" bindings and unstable object oriented wrapper types (at least until those are completed).
ok thankyou
can you release this for .net 5.0?