Washi1337 / OldRod

An automated KoiVM disassembler and devirtualisation utility
GNU General Public License v3.0
350 stars 80 forks source link

Compile error #60

Closed gagmeng closed 2 years ago

gagmeng commented 2 years ago

image

Washi1337 commented 2 years ago

Please make sure you have the latest C# compiler installed (available through the dotnet SDK)

gagmeng commented 2 years ago

Please make sure you have the latest C# compiler installed (available through the dotnet SDK)

image I have installed many versions of SDK or runtime, but I don't know which version should I install correctly. Thanks

Washi1337 commented 2 years ago

For these patterns you might want to try and install C# 10.0 or later. Your .NET SDK 6.0 installation should come with this. Make sure that your IDE actually uses it. Otherwise, simply build by running

dotnet build

in the root folder, using the dotnet.exe from your .NET SDK 6.0 installation.