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
{{ message }}
This repository was archived by the owner on Dec 18, 2022. It is now read-only.
Unfortunately I am unable to tell what exactly caused this issue. I do however quiet often get the following output from BuildOnSave using Visual Studio 2017:
---------- BuildOnSave CRASHED, please report to https://www.github.com/pragmatrix/BuildOnSave/issues
System.NullReferenceException: Object reference not set to an instance of an object.
at BuildOnSave.Projects.DependentProjectKeys(BuildDependencies dependencies, Project project)
at BuildOnSave.Projects.DependentMap(BuildDependencies dependencies, Project[] all)
at BuildOnSave.Projects.AffectedProjects(BuildDependencies dependencies, Project[] all, Project[] roots)
at BuildOnSave.BackgroundBuild2.tryMakeBuildRequest(String startupProject_, String[] changedProjectPaths)
at BuildOnSave.Driver.beginBuild(String startupProject_, String[] changedProjects)
at BuildOnSave.Driver.beginBuild(Solution solution, BuildType buildType, IEnumerable`1 projects)
at BuildOnSave.Driver.beginBuild()