Forum member
Der-Albert.com
260 posts
Posts by Der-Albert.com
-
Startup Error in Studio 2017
This can be a problem of the multiple instance issue. I tried to update to 3.7.0.7 (from 3.7.0.4), but because of .NET Core 2 i also installted a preview of VS2017. NCrunch deleted itself from the normal installation, installed to the preview and call devenv.exe only for the preview. so the no…
16 May 2017 08:06 UTC
-
Manual Installation improvement
Hi, had to do a manual installation, because of the multiple VS 2017 Instances Issue. I would appreciate a little powershell skript in the folder which Unblocks the files Get-ChildItem -r *.* | unblock-file and starts devenv.exe and wait's for exiting ;) Best Regards Albert
16 May 2017 08:02 UTC
-
Exluding files from Autobuild does not apply immediately
Will do that. Sometimes NCrunch runs test while edititing TypeScript/HTML and sometimes not.
29 Mar 2017 07:51 UTC
-
NCrunch, Core 1.0.1 and BadImageFormatException
Take a look at this post http://forum.ncrunch.net/yaf_postsm10108_NCrunch--Core-1-0-1-and-BadImageFormatException.aspx#post10108 with Downloads of a PreVersion of 3.7.2 which fixed that problem or me.
29 Mar 2017 07:50 UTC
-
Exluding files from Autobuild does not apply immediately
NCrunch is playing games with me, nothing changes, working in the same solution, no reload. no NCrunch activity while edititing *.html anymore.
28 Mar 2017 09:22 UTC
-
Exluding files from Autobuild does not apply immediately
NCrunch still keeps running while edit *.html files. But not on editing *.ts files anymore
28 Mar 2017 08:44 UTC
-
Exluding files from Autobuild does not apply immediately
Hi, on edititing type script files NCrunch was running and running the C# Test, which where not needed. So i looked for an option, found a promising one. "Exclude files from autobuild", so i added *.ts, *.js and *.html there. Nothing changed. NCrunch still running tests. Was about to file a…
28 Mar 2017 08:41 UTC
-
NCrunch code coverage icons not displayed when using MoeIDE extension
There was no color gutters on some lines, white gutter on clearly covered lines, single gutter at the start of the method (on that timeframe i wrote the me too). but in another project (fresh, never run with NCrunch) yesterday everthing everthing was fine. Today i opened the wrongly colored proj…
27 Mar 2017 10:33 UTC
-
NCrunch code coverage icons not displayed when using MoeIDE extension
No, no special extensions. Except ReSharper. Currenty the color gutters are shown and actionable.
26 Mar 2017 13:22 UTC
-
NCrunch code coverage icons not displayed when using MoeIDE extension
Btw. the coloring is gone on my machine while working, and is not coming back. restart of VS2017 does not help.
24 Mar 2017 15:37 UTC
-
NCrunch, Core 1.0.1 and BadImageFormatException
@Rasmus don't use kestrel in Integration Tests, use the Microsoft.AspNetCore.TestHost https://docs.microsoft.com/en-us/aspnet/core/testing/integration-testing https://www.nuget.org/packages/Microsoft.AspNetCore.TestHost/ Don't need a real server, is all done inprocess.
24 Mar 2017 08:10 UTC
-
Any Plans to optimize ASP.NET, .NET Core Experience?
With 3.6/7 it is faster than 3.5, feeling not as fast yet as in normal C# Assemblies, but now i can feel the progress. before that it takes ages even to build the projects.
24 Mar 2017 08:01 UTC
-
NCrunch, Core 1.0.1 and BadImageFormatException
All Tests are green now. Thanks.
24 Mar 2017 07:56 UTC
-
NCrunch, Core 1.0.1 and BadImageFormatException
It builds the projects now, but .... System.IO.FileNotFoundException: Die Datei oder Assembly "FluentAssertions, Version=4.19.2.0, Culture=neutral, PublicKeyToken=33f2691a05b67b6a" oder eine Abhängigkeit davon wurde nicht gefunden. Das System kann die angegebene Datei nicht finden. This can't …
23 Mar 2017 07:11 UTC
-
NCrunch, Core 1.0.1 and BadImageFormatException
not able to provide a repro for that, problem. but you've got mail.
22 Mar 2017 10:27 UTC
-
NCrunch, Core 1.0.1 and BadImageFormatException
I hope that i can provide a simple repro for that problem. I've identified some thing in the *.deps.json, if i use the right Dependencies it should be reproducable. But this will take 1 or 2 days until i can take a spin on that.
21 Mar 2017 07:44 UTC
-
Any Plans to optimize ASP.NET, .NET Core Experience?
No was still on 3.5, with 3.6 i have that problem http://forum.ncrunch.net/yaf_postst2072_NCrunch--Core-1-0-1-and-BadImageFormatException.aspx
20 Mar 2017 19:34 UTC
-
NCrunch, Core 1.0.1 and BadImageFormatException
Have the same problem with Version 4.3.1 of System.Net.Http, i believed it work with NCrunch 3.5, does not work with 3.6 but i'm not sure. There is a strange behaviour. A dotnet restore, restores 4.1.0, 4.3 and 4.3.1 nuget packages while restoring, in the application is of course only 4.3.1 in t…
20 Mar 2017 19:32 UTC
-
Any Plans to optimize ASP.NET, .NET Core Experience?
Hi Remco, i know, it's the first Version of .net core project support, but it seems quite slow, even when it is only the new project type in an ASP.NET Core on .net 4.6 Solution. Any Ideas how to improve the experience over time, or is this done and not possible. Best Regards Albert
16 Mar 2017 17:39 UTC
-
3.5.1 installer installs only in one VS 2017 Instance
I think with VS2017 and the New Installer it will be more often that es User has several Versions Side-By-Side. Because of the posbillities to also install Previews https://www.visualstudio.com/vs/preview/
10 Mar 2017 10:35 UTC