Jump to content
Tuts 4 You

Compile Dnspy


Avenger

Recommended Posts

How can i compile dnspy?

i'm open it by VS2017 however i can't compile it and project have lots of error

is it possible someone record video for about how can compile dnspy

Link to comment

Don't just download the whole repository straight from GitHub, otherwise you might run into problems, instead I recommend using GitHub Desktop especially if you like GUI front-ends

It does everything for you and it grabs all the sources you need even the satellite assemblies :D

Give it a go and tell us how it went :D

Edited by 0xNOP
  • Like 3
Link to comment

Install git, then clone the repository with the command

git clone --recurse-submodules https://github.com/0xd4d/dnSpy

 

  • Like 3
Link to comment

thanks but in this way we have error such as:

error: unable to create file ICSharpCode.NRefactory.Tests/CSharp/CodeActions/ConvertIfStatementToConditionalTernaryExpressionActionTests.cs: Filename too long

the system don't have permission for create file with long name

Edited by Avenger
Link to comment

do what my exodia said except from maybe the root of the drive a.k.a c:\ or create a directory c:\code and run the command from there.. should be fine after that..

dont forget to change to directory you put it in and use

git submodule update --recursive

git pull

git submodule update --recursive

to get any needed submodules.. also use it to update to later commits...

oops just read the command mr exodia typed it should already grab the submodules.. im so tired.. lol

although you can use these commands to update

 

 

 

Edited by Nemo
  • Like 2
Link to comment

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...