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
Copy file name to clipboardExpand all lines: docs/msbuild/errors/msb3243.md
+2Lines changed: 2 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -27,3 +27,5 @@ The message text resembles the following text:
27
27
```output
28
28
MSB3243: No way to resolve conflict between 'first assembly' and 'second assembly'. Choosing 'first assembly' arbitrarily.
29
29
```
30
+
31
+
A diagnostic build log will have more information about how the two conflicting assemblies were found which may help restructure your build to avoid the warning.
0 commit comments