-
-
Notifications
You must be signed in to change notification settings - Fork 96
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Buildalyzer could not load files or assemblies #206
Comments
An update: I copied the solution and the faulty project to a new solution. When I run my implementation on the copy, it all works. So I assume the exception has to do with the project trying to build itself again at runtime. Is this intended, or is there still a workaround to this? |
By default Buildalyzer calls MSBuild (or The trick is probably to change the output path, intermediate path, etc. for your particular use case. For more context and some examples see #105 - let me know if that helps at all. |
Just checking in - have you had any luck with the suggestions above? |
I close this issue, I believe that one of the suggestions resolved it. |
I'm using Buildalyzer to load projects in a given solution to perform some analysis on the projects' documents. I'm trying to test my implementation on its own solution, but it's showing some weird behaviours:
When I build the project in Visual Studio 2022, everything works fine. I'm stuck on where this problem is coming from and how to proceed. Is this expected behaviour, or some bug? Is there something I'm missing that I need to fix?
The text was updated successfully, but these errors were encountered: