Skip to content

Instantly share code, notes, and snippets.

@forki
Created August 14, 2024 14:33
Show Gist options
  • Save forki/ad8c24f31d74166c611bb2a8c9739b11 to your computer and use it in GitHub Desktop.
Save forki/ad8c24f31d74166c611bb2a8c9739b11 to your computer and use it in GitHub Desktop.
Error when creating .NET Core container
MSBUILD : error MSB4166: UNHANDLED EXCEPTIONS FROM PROCESS 6623:
MSBUILD : error MSB4166: =====================
MSBUILD : error MSB4166: 14.08.2024 16:06:50
MSBUILD : error MSB4166: System.ArgumentNullException: Value cannot be null. (Parameter 'value')
MSBUILD : error MSB4166: at System.ArgumentNullException.Throw(String paramName)
MSBUILD : error MSB4166: at System.IO.BinaryWriter.Write(String value)
MSBUILD : error MSB4166: at Microsoft.Build.Framework.TelemetryEventArgs.WriteToStream(BinaryWriter writer)
MSBUILD : error MSB4166: at Microsoft.Build.Shared.LogMessagePacketBase.WriteToStream(ITranslator translator)
MSBUILD : error MSB4166: at Microsoft.Build.Shared.LogMessagePacketBase.Translate(ITranslator translator)
MSBUILD : error MSB4166: at Microsoft.Build.BackEnd.NodeEndpointOutOfProcBase.RunReadLoop(Stream localReadPipe, Stream localWritePipe, ConcurrentQueue`1 localPacketQueue, AutoResetEvent localPacketAvailable, AutoResetEvent localTerminatePacketPump)
MSBUILD : error MSB4166: ===================
MSBUILD : error MSB4166:
MSBUILD : error MSB4166:
Running build failed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment