Sadly from time to time our NCrunch builds on our CI server (TeamCity) are crashing with some internal NCrunch problem. Running it again fixes it for a while, but it doesn't make much sense to us.
This is from the recent NCrunch release:
[LocalBuildTask-128] Now building DeltaEngine.Chat
Object reference not set to an instance of an object. - System.NullReferenceException: Object reference not set to an instance of an object.
at nCrunch.Client.Model.ModelCodeMember.get_FilePath()
at nCrunch.Client.Navigation.CodeNavigationSynchroniser. (ModelTest )
at nCrunch.Client.Navigation.CodeNavigationSynchroniser. (ModelTest , CodeNavigationIndexUpdate )
at nCrunch.Client.Navigation.CodeNavigationSynchroniser. (ClientModelAlignedEvent )
And this is the version from yesterday:
[LocalBuildTask-187] Building new workspace C:\Users\...\AppData\Local\NCrunch\12804\2 for component DeltaEngine.Chat in context of grid client (local)
[Core-16] ERROR (Internal): System.NullReferenceException: Object reference not set to an instance of an object.
[Core-16] at nCrunch.Client.Model.ModelCodeMember.get_FilePath()
[Core-16] at nCrunch.Client.Navigation.CodeNavigationSynchroniser. (ModelTest )
[Core-16] at nCrunch.Client.Navigation.CodeNavigationSynchroniser. (ModelTest , CodeNavigationIndexUpdate )
[Core-16] at nCrunch.Client.Navigation.CodeNavigationSynchroniser. (ClientModelAlignedEvent )
[LocalBuildTask-187] Now building DeltaEngine.Chat
Object reference not set to an instance of an object. - System.NullReferenceException: Object reference not set to an instance of an object.
at nCrunch.Client.Model.ModelCodeMember.get_FilePath()
at nCrunch.Client.Navigation.CodeNavigationSynchroniser. (ModelTest )
at nCrunch.Client.Navigation.CodeNavigationSynchroniser. (ModelTest , CodeNavigationIndexUpdate )
at nCrunch.Client.Navigation.CodeNavigationSynchroniser. (ClientModelAlignedEvent )
Our DeltaEngine.Chat project is a very simple base project with just 2 interface files, no code, maybe that is the issue?