how to use it in my project?
hello im new to C# so sorry if this question is dumb i wanna know how to use it inside my project what should i do?
As far as I know, you cannot use this project as a library as-is. You need to do some refactoring (e.g. use this repo as a seperate project/namespace and import it into your project), then call the Main method (here), for example. You could also wrap the Main method to be more flexible with parameters.
how can i use it if my app is in resources of another project?
I guess that depends on how the "parent app" invokes the resource. If it, for example, is invoked as a new process or in-memory this shouldn't be a problem.
i implemented it into my project, but when i try to execute it on creating thread i get Access Violation