I currently have a solution with multiple projects that mostly use the same classes. As a result, it appeared to me that it would be a good idea to add a class library cont
For what you're trying to do, you should instead try to use base classes and inheritance. Or even better object composition.