I get many (>20) erros when using a solution with >20 projects.
I started Vs with parameter "/log" and found several errors, all with the same Stacktrace:
Unknown exception Exception: Object reference not set to an instance of an object.
StackTrace:
at BuildVision.Tool.Building.BuildContext.GetProjectItem(BuildProjectContextEntry projectEntry, ProjectItem& projectItem)
at BuildVision.Tool.Building.BuildContext.EventSource_ErrorRaised(BuildOutputLogger loggerSender, LazyFormattedBuildEventArgs e, ErrorLevel errorLevel)
Source:
BuildVision TargetSite: Boolean GetProjectItem(BuildVision.UI.Contracts.BuildProjectContextEntry, BuildVision.UI.Models.ProjectItem ByRef)
BaseException:
System.NullReferenceException: Object reference not set to an instance of an object.
at BuildVision.Tool.Building.BuildContext.GetProjectItem(BuildProjectContextEntry projectEntry, ProjectItem& projectItem)
at BuildVision.Tool.Building.BuildContext.EventSource_ErrorRaised(BuildOutputLogger loggerSender, LazyFormattedBuildEventArgs e, ErrorLevel errorLevel)
I get many (>20) erros when using a solution with >20 projects. I started Vs with parameter "/log" and found several errors, all with the same Stacktrace:
VS 15.7.4 BuildVision 2.1.1.157