Forum member
DeltaEngine
31 posts
Posts by DeltaEngine
-
Android builds produce garbage Designer.cs file
Ok, thanks for the quick response, makes sense. Sorry for not being clearer on my initial post, we have our code separated to shared library code, and then for each platform a project that has all the platform specific stuff (mostly just icons, layout and whatever is the startup). All tests and NCru…
03 Dec 2023 16:58 UTC
-
Android builds produce garbage Designer.cs file
Hi, I had this problem already last month and thought it was just a fluke, but it happens on every single Android project in my solution. The manual fix is no good because our build system is also experiencing this issue and I can't constantly modify or delete generated files on the build server obj…
02 Dec 2023 19:28 UTC
-
WPF projects don't compile anymore when dotnet7 is installed
Thanks for the update and build that fixes the issue, works perfect in our big solutions, now we can fully switch to .net 7.
23 Sep 2022 03:00 UTC
-
WPF projects don't compile anymore when dotnet7 is installed
Hi Remco, Even with the latest NCrunch release (4.14.0.7) we still have the issue on ANY WPF project (.NET6 or .NET7, doesn't matter) that NCrunch build throws an error: C:\Program Files\dotnet\sdk\7.0.100-preview.6.22352.1\Sdks\Microsoft.NET.Sdk.WindowsDesktop\targets\Microsoft.WinFX.targets …
02 Sep 2022 12:21 UTC
-
WPF project build error - Could not copy xxx.csproj.nuget.dgspec.json
We have the same problem, thanks for the suggestion to fix it .. and we are waiting for the next release so it is fixed for all wpf projects
20 Oct 2021 15:23 UTC
-
System.InvalidProgramException: Common Language Runtime detected an invalid program.
Helped us as well, thanks for the fix :)
30 Nov 2020 12:21 UTC
-
NCrunch console crash: NullReferenceException at ModelCodeMember.get_FilePath
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 Obje…
13 Nov 2020 01:39 UTC
-
Save all .cs files when debugging test with NCrunch
Same here, just doing this quickly in a fresh VS without plugins, it doesn't happen. Only when writing for a longer time (might be hours of changes, sometimes after a few minutes) the debugger stops working once a breakpoint hits (you can't continue as VS says the source changed). BTW: Would it b…
10 Nov 2020 06:04 UTC
-
Save all .cs files when debugging test with NCrunch
While it is very nice that NCrunch keeps on crunching without having to save any file, it doesn't really work when debugging because once any breakpoints hit or you try to dig into any code, often Visual Studio just stops all the fun with: "This source file has changed. It no longer matches the vers…
09 Nov 2020 03:32 UTC
-
Would be nice to support .net5
How are we doing on the .net5 support, RC is out since September 13th: https://devblogs.microsoft.com/dotnet/announcing-net-5-0-rc-1/ We are still eagly await NCrunch support to switch fully over to .net5. Thanks
21 Sep 2020 17:06 UTC
-
Would be nice to support .net5
See https://devblogs.microsoft.com/dotnet/announcing-net-5-0-preview-3/ Visual Studio 2019 16.6 works fine with .net5, ReSharper also seems fine, just NCrunch is not working in VS 2019 Preview (16.6+) In the command line there is an error about version not supported or something .. Code wise …
04 May 2020 16:26 UTC
-
The FrameworkReference 'Microsoft.WindowsDesktop.App.WPF' was not recognized
[quote=DeltaEngine;14669][quote=Remco;14657]Could you try the build below and confirm whether this solves the issue for you? ... [/quote] Cool, thanks, fixed it for us as well. Just a quick report from us, we had similar problems with IpcConnectionClosedException, also with WPF projects as well…
24 Apr 2020 00:22 UTC
-
The FrameworkReference 'Microsoft.WindowsDesktop.App.WPF' was not recognized
[quote=Remco;14657]Could you try the build below and confirm whether this solves the issue for you? [url=https://s3.amazonaws.com/downloads.ncrunch.net/NCrunch_Console_4.4.0.7.msi]NCrunch_Console_4.4.0.7.msi[/url] [url=https://s3.amazonaws.com/downloads.ncrunch.net/NCrunch_Console_4.4.0.7.zip]NC…
23 Apr 2020 23:52 UTC
-
TeamCity NCrunch console run still fails with Nuget restore error
Thanks for the reply, it wasn't easy to fix, for more testing we did all of the following: - execute the exact same command TeamCity executes in the command line, there it succeeds, no errors or warnings - run msbuild /t:restore, also no problem here - run the TeamCity agent with the admin accoun…
09 Apr 2020 23:13 UTC
-
TeamCity NCrunch console run still fails with Nuget restore error
Sadly for one of our simple test project this still happens and causes the NCrunch build step on TeamCity to fail: ERROR: Unable to restore required Nuget packages for .NET Core test environment - NCrunch was unable to restore Nuget packages required to build a test environment for this solution,…
08 Apr 2020 17:07 UTC
-
NCrunch 3 Test Impact Detection does not work at all
Thanks for the additional tips. - Okay, I will leave performance tracking on and will inspect it more in the future, I always through it slows NCrunch down. - Will also look at NCrunch Processing Queue and see if I can optimize things by assigning higher priority to important projects. - Build ti…
19 Dec 2016 06:35 UTC
-
NCrunch 3 Test Impact Detection does not work at all
Yes, the 'Run impacted tests automatically, others manually' engine mode solves the issue for me, it is far faster than the normal Run all tests automatically mode for me (10s vs 2s). For some reason today it works also far better than yesterday, maybe some outdated files were messing things up. …
18 Dec 2016 10:21 UTC
-
NCrunch 3 Test Impact Detection does not work at all
Thanks for the response and helpful tips. I have turned on the Is Impacted column and it does in fact show false for everything, e.g. when adding a space to a comment. However it never shows true for complex test classes with base classes (or it is so fast I cannot see it), no matter if I just ad…
18 Dec 2016 00:07 UTC
-
NCrunch 3 Test Impact Detection does not work at all
Hi Remco, Great release with NCrunch 3, I am enjoying all the new features. One major annoyance in a very big solution with 5000+ tests is that changing anything in a low level project will always execute all tests in all projects depending on it, even if it just a comment, space, empty line or a…
17 Dec 2016 11:28 UTC
-
VS15 Installer
Bump, it reached RC status :)
17 Nov 2016 11:00 UTC