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
MSBUILD : error MSB4017: The build stopped unexpectedly because of an unexpected logger failure.
13:16:19 Microsoft.Build.Exceptions.InternalLoggerException: The build stopped unexpectedly because of an unexpected logger failure. ---> System.NullReferenceException: Object reference not set to an instance of an object.
13:16:19 at Microsoft.Build.Execution.ProjectItemInstance.TaskItem.GetMetadataEscaped(String metadataName)
13:16:19 at Microsoft.Build.Execution.ProjectItemInstance.TaskItem.GetMetadata(String metadataName)
13:16:19 at Microsoft.Build.Logging.BuildEventArgsWriter.Write(ITaskItem item)
13:16:19 at Microsoft.Build.Logging.BuildEventArgsWriter.WriteItems(IEnumerable items)
13:16:19 at Microsoft.Build.Logging.BuildEventArgsWriter.Write(ProjectStartedEventArgs e)
13:16:19 at Microsoft.Build.Logging.BuildEventArgsWriter.Write(BuildEventArgs e)
13:16:19 at Microsoft.Build.Logging.BinaryLogger.Write(BuildEventArgs e)
13:16:19 at Microsoft.Build.Logging.BinaryLogger.EventSource_AnyEventRaised(Object sender, BuildEventArgs e)
13:16:19 at Microsoft.Build.Evaluation.ProjectCollection.ReusableLogger.AnyEventRaisedHandler(Object sender, BuildEventArgs e)
13:16:19 at Microsoft.Build.BackEnd.Logging.EventSourceSink.RaiseAnyEvent(Object sender, BuildEventArgs buildEvent)
The text was updated successfully, but these errors were encountered:
This Roslyn CI build has the BinaryLogger crashed while getting metadata from a Task Item:
https://ci.dot.net/job/dotnet_roslyn/job/master-vs-deps/job/ubuntu_16_mono_debug_prtest/239/consoleFull#149247994579494335-f7bd-47d0-8771-8661e00c2db2
The text was updated successfully, but these errors were encountered: