Forum member

DeltaEngine

31 posts

Posts by DeltaEngine

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

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

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

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

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

  6. System.InvalidProgramException: Common Language Runtime detected an invalid program.

    Helped us as well, thanks for the fix :)

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

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

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

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

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

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

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

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

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

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

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

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

  20. VS15 Installer

    Bump, it reached RC status :)