You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Reference .dll file of a class library project does not exist in main project's publish/build folder. Main project has a COM reference to class library. #10091
I have two solutions (let's say SolutionA and SolutionB.) In SolutionA I have a "Core MVC" project and in SolutionB there is a ".Net Core ClassLibrary" project. The ClassLibrary project has a reference to MailKit library. MVC project has a reference to ClassLibrary.dll (because of they are in separate solutions it is not a "Project Reference", it is a "Com Reference".) When I run Publish command in MVC project, the MailKit.dll does not exist in publish folder. I have to manually add a reference to MailKit library also in MVC project. Is it a bug, is there a solution for this situation?