Forum member
sjkirk
10 posts
Posts by sjkirk
-
NCrunch Tool Window UI in VS2026 invalid on 4K monitor
I was also seeing strange layout in one of my projects: the trace output/execution steps splitter became vertical and that pane moved over to the right. I tried the build in this thread but it made no difference. What fixed it was a `git clean -xdff`
18 Mar 2026 13:37 UTC
-
`project.assets.json' not found. Run a NuGet package restore to generate this file.
Thanks for the super-quick reply Remco! I'll open an issue on the repository to see if there's a way to avoid setting BaseIntermediateOutputPath. Thanks again!
02 Oct 2018 08:17 UTC
-
`project.assets.json' not found. Run a NuGet package restore to generate this file.
I'm trying to use NCrunch with https://github.com/cwensley/Portable.Xaml and I'm getting the following error on all of the projects in the solution under ncrunch: ``` System.Exception: An exception was thrown in the remote environment: System.Reflection.TargetInvocationException: Exception has b…
02 Oct 2018 07:42 UTC
-
Load Failure _SplitProjectReferencesByFileExistence
Yeah I'm hitting this with a .NET core libraries too. You can see the problem at https://github.com/AvaloniaUI/Avalonia in many of the unit tests.
10 Mar 2017 17:28 UTC
-
Unnecessary .ncrunchproject files
Actually, having actually tried that setting, it seems to work perfectly! Thanks Remco!
28 Feb 2017 11:37 UTC
-
Unnecessary .ncrunchproject files
This has been bothering me too recently: if one uses git submodules, then ncrunch will write project files to these submodules, causing git to complain that the submodule has been modified. Most of the time, the only thing in this project file is the <PreviouslyBuiltSuccessfully> element, as the sub…
28 Feb 2017 11:24 UTC
-
Unable to cast object of type 'STATestCase' to type 'Xunit.Sdk.XunitTestCase'.
As I mentioned before I'm trying to get the GitHub for Visual Studio extension working with NCrunch, but I've hit another problem. In ours tests we use STATestCase (from [url=https://github.com/AArnott/xunit.samples/blob/master/STAExamples/STATestCase.cs]here[/url]): https://github.com/github/Vis…
13 Oct 2016 18:55 UTC
-
Problems with Microsoft.TextTemplating.targets
Thanks Remco, disabling the target using a conditional solved this for me. I stumbled upon another problem, but I'll start a new thread for that as it's unrelated.
13 Oct 2016 18:50 UTC
-
Problems with Microsoft.TextTemplating.targets
At GitHub we'd like to use NCrunch on our GitHub for Visual Studio extension. However, we use T4 templates in some of our projects, which is causing a problem. You can see the problem at https://github.com/github/VisualStudio/ on the grokys/ncrunch branch. I'm getting the following error: [cod…
13 Oct 2016 08:35 UTC
-
I want to set "Ignore this component completely" = true for a "SQL Server Database Project"
You can also see this problem with Xamarin projects. If you clone the repository at https://github.com/Perspex/Perspex you will see that ncrunch issues a warning about iOS/Android projects not being loaded and suggests using the NCrunch 'Ignore this component completely' configuration setting, but t…
23 Dec 2015 13:59 UTC