dotnet / LLVMSharp

LLVM bindings for .NET Standard written in C# using ClangSharp
MIT License
846 stars 97 forks source link

.net 5.0 #164

Closed Shadowblitz16 closed 3 years ago

Shadowblitz16 commented 3 years ago

can you release this for .net 5.0?

ericsink commented 3 years ago

Is something not working for you? I use this with .net 5 every day.

Shadowblitz16 commented 3 years ago

it doesn't seem to be on nuget for .net 5 I typed in lvvm and lvvmsharp as a keyword and nothing comes up

tannergooding commented 3 years ago

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).

Shadowblitz16 commented 3 years ago

ok thankyou