I have a project and I have created a custom class library for this project.
Now, my problem is I know how I can add a reference of the custom library and add its .dll. But, whenever I'll try to make any change in the library, I'll make changes and then recompile it and then, add its reference again in the project. How can I avoid this tedious process?