Forum member

sjkirk

10 posts

Posts by sjkirk

  1. 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`

  2. `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!

  3. `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…

  4. 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.

  5. Unnecessary .ncrunchproject files

    Actually, having actually tried that setting, it seems to work perfectly! Thanks Remco!

  6. 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…

  7. 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…

  8. 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.

  9. 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…

  10. 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…