-
-
Notifications
You must be signed in to change notification settings - Fork 94
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 fails to build without anyCPU #290
Comments
You can attach a logger (which can be a StringWriter instance) to get the raw log. |
Here's the log of the error with
Same error without the The failing project is a dependency of the one specified in The solution is fully in .Net 8. I ran the code on a project where I added the AnyCPU configuration. |
@tisonv you can upload a sample project? |
Hello
I come here from the following problem : stryker-mutator/stryker-net#2077 since it seems to be a Buildalyzer problem.
All of our projects use this configuration :
I tried this simple code :
gives
results.OverallSuccess = false
Adding AnyCPU resolves the problem.
@dupdob and I tried to reproduce the behaviour on an empty project but it works.
Though something is preventing the build to succeed on our projects
How can I get the error messages of the failure ?
The text was updated successfully, but these errors were encountered: