-
While building a .NET Core application which is referencing a .NET Standard library throws the following Exception on Linux.
```
MSBUILD : error MSB1025: An internal failure occurred while running…
-
### Describe the Issue
Hey there, I believe I have a unique issue happening separately from the other Unity/Mac related issues that have been cropping up from the past week.
I was able to get th…
-
### Steps to reproduce
Cannot build project after upgraded to Visual Studio 2017 15.8.6.
Trying msbuild.exe and get this error
System.IO.FileLoadException: Could not load file or assembly 'Syst…
lenew updated
8 months ago
-
### Steps to reproduce
Build any project with `dotnet msbuild -m -ds`
### Expected behavior
Detailed Build Summary like [explained here](https://devblogs.microsoft.com/visualstudio/msbuild-4…
-
### Input
* Roslyn MSBuild analyzing logic: https://github.com/dotnet/roslyn/tree/585fed5498590558700176b8c12e0e04c99a7350/src/Tools/BuildBoss
* Structured logger analyzer: https://github.com/Kiri…
-
### Issue Description
LiveLogger does not work in cmd.exe.
### Steps to Reproduce
`dotnet build /ll` in cmd.exe.
### Expected Behavior
Either LiveLogger errors out or MSBuild falls back to regula…
-
We have CI setup in VSTS and all of a sudden. Even on previously successful builds.
The build started failing when it tries to process the bundleconfig.json I can confirm we don't have any chang…
-
This was reported offline by @kzu. Thanks!
In this situation:
1. A multi-project build with a "coordinating" project (like a `.sln` build).
2. The coordinating project calls into leaf projects with o…
-
Heads up that https://docs.microsoft.com/en-us/visualstudio/msbuild/msbuild-command-line-reference will need to be updated when MSBuild 15.3 ships with insights from https://github.com/Microsoft/msbui…
-
Formatted msbuild resource strings eventually get sent to loggers, which eventually write them to some stream. Most StreamWriters have overloads (or will have) for formatting. Therefore it is pointles…