A
A
antonwx2021-05-14 13:38:30
visual studio
antonwx, 2021-05-14 13:38:30

How to include code from Github in Visual Studio?

There is one library on github that I want to use in my project. I need the code of this library to be directly included in the program, without extraneous dlls and other things. The easiest way, of course, is to simply download the sources and copy them to a folder with your project, but maybe there is a more correct and logical way?

Answer the question

In order to leave comments, you need to log in

2 answer(s)
I
Ilya, 2021-05-14
@antonwx

If you do not plan to pull repository changes, then you can simply copy them.
If you still want to pull the changes, then you will have to get confused with git-submodules

D
d-stream, 2021-05-14
@d-stream

the most common within c# for example is to use nuget packages from nuget.org

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question