10.0.103:
During building with Visual Studio 2026 18.3.0 we encounter the following:
EXEC(0,0): Error Error: 'IOException' 'The semaphore timeout period has expired.
It appears that this error is reported, but the build is not failing as a retry is done, but as the error is reported as a canonical error format the exec msbuild task https://learn.microsoft.com/en-us/visualstudio/msbuild/exec-task?view=visualstudio reports an error and stops.
But as this is not really an error as dotnet build is not stopping can the following line be adapted that, it does not report an canonical error
https://github.com/dotnet/roslyn/blob/main/src/Compilers/Shared/BuildServerConnection.cs#L415