Forum member

jschreuder

42 posts

Posts by jschreuder

  1. Malware Detected ???

    Hi Remco, sorry to drag up this old topic, but got a new false positive from Symantec this time. https://i.imgur.com/dT5WNB5.png https://www.symantec.com/security_response/writeup.jsp?docid=2010-081603-3136-99 Anything I can do to help you get off the watchlist?

  2. VS15 Installer

    Thanks Remco. Tried out v3.2, the previous file locking issue seems to be gone. I just submitted another bug report for the crashing compilers, but it looks like the project that is crashing the compiler is crashing when building normally in VS2017, so not an NCrunch issue. Sorry about that!

  3. VS15 Installer

    Thanks Remco, just had a chance to take another look at it with v3.1. Just submitted a bug report for crashing VBCSCompiler and CSC when opening my solution. This only seems to be happening for some projects and seems tied to failure to load MSBuildConfigVS2017.config. I can try and help diagn…

  4. VS15 Installer

    Awesome. I'm not even really 'finding' them, just loading up my decently big solution for the first time with VS 2017 and seeing what explodes :)

  5. VS15 Installer

    Haha no worries. Next issue in the process... most projects are loading but a few are not. I sent a bug report in but the gist is: [quote] The "TransformXml" task could not be instantiated from the assembly "C:\Users\me\AppData\Local\NCrunch\16876\17\MyProj\packages\MSBuild.Microsoft.VisualSt…

  6. VS15 Installer

    Makes sense to me. Even Microsoft says [url=https://www.visualstudio.com/en-us/news/releasenotes/vs2017-relnotes#KILSL]"there is no workaround"[/url] for extensions not behaving as expected. Just thought I'd call it out here just in case someone else runs into the issue.

  7. VS15 Installer

    Just found another issue, not sure if you can workaround, but if the new [url=https://www.visualstudio.com/en-us/news/releasenotes/vs2017-relnotes#lightweight-solution-load]lightweight solution load[/url] kicks in, NCrunch fails to load projects. I just sent you a bug report before working out why. …

  8. VS15 Installer

    [quote=Remco;9436] That's extremely interesting. So VS2017 can work with 4.6.1 OR 4.6.2, and it doesn't automatically install the latest version. [/quote] I have no idea if it is supposed to automatically install 4.6.2 :) You are right, it seems to be working after installing it. Thanks for…

  9. VS15 Installer

    [quote=Remco;9434]Thanks! I just saw that in the report. How is it that you managed to install VS2017 without .NET 4.6.2? I had thought it was a dependency. Which version of .NET is installed on your machine?[/quote] No clue, it could be related to my aforementioned stopping the installer hal…

  10. VS15 Installer

    [quote=Remco;9429]Would you be able to submit a bug report after opening a solution? Most likely there'll be something reported in the log we can use to identify the problem.[/quote] Done. There is an error in there about not having Framework462, so I will try installing that and see if it helps…

  11. VS15 Installer

    [quote=Remco;9427]Is it possible you installed the professional version first, then later replaced it with the enterprise version? [/quote] I thought it may be related to something like that. I did stop the Pro installation halfway to install Enterprise, looks like the installer didn't clean up …

  12. VS15 Installer

    Hi Remco, I don't seem to be getting NCrunch in the Enterprise 2017 RC. Running 15.0.25928.0 and it's definitely installed, and I tried a repair to no avail. It looks like it always installs to [b]C:\Program Files (x86)\Microsoft Visual Studio\2017\Professional\Common7\IDE\Extensions[/b] …

  13. Live Unit Testing in VS 2017

    Great, doesn't seem like you're jumping ship on NCrunch development :) NCrunch clearly has a tonne more functionality that the VS feature won't have for a long time / ever. Stuff like distributed processing. And as you said, it being an Enterprise only feature limits its usage numbers A LOT. With…

  14. Live Unit Testing in VS 2017

    How do you feel about the new feature Remco? Seems to be very NCrunch-like. https://www.visualstudio.com/en-us/news/releasenotes/vs2017-relnotes#a-idliveunittesting-a-live-unit-testing [quote]New in RC Live Unit Testing is a new feature we are introducing and only present in the Enterprise edi…

  15. NCrunch is not seeing some tests

    Do you have any async void tests? I've found in the past they won't show up in VS 2015 test explorer if they are async void (though I believe NCrunch may see them?). If you change the test definition to async Task they should appear and run, if this is indeed your problem.

  16. Inconclusive tests sometimes not treated as passing

    [quote=Remco;8907][quote=SeriousM;8904] What's the roadmap for V3? Any date available?[/quote] I'm hoping to make it the next release of NCrunch (i.e. within the next couple of months). Though it does depend on a few things, I'd prefer not to commit to a date. If it gets pushed out too far…

  17. Grid Node + MSBuild 14 detection

    Thanks, I did [code]C:\Program Files (x86)\Microsoft SDKs\Windows\v10.0A\bin\NETFX 4.6 Tools>gacutil /i "C:\Program Files (x86)\MSBuild\14.0\Bin\Microsoft.Build.dll"[/code] via command prompt and I have progressed a little further.

  18. Grid Node + MSBuild 14 detection

    Hi, I'm giving the grid node thing a try on a fresh Azure VM. My tests are running and failing, and the logs show a bunch of errors related to my usage of fat arrows which were introduced in C#6. I assume this is the reason: [quote] WARNING - NCrunch: This project has been built with MSBu…

  19. An item with the same key has already been added

    Thanks - unfortunately still not a go, back to a similar error to the first one, but no longer around ranges but nested types: [code] System.ArgumentException: An item with the same key has already been added. at System.ThrowHelper.ThrowArgumentException(ExceptionResource resource) at Sy…

  20. An item with the same key has already been added

    [quote=Remco;7819]Thanks for sharing the binaries with me. I've managed to reproduce and fix the issue. You're welcome to give the fix a try if you like:[/quote] Thanks for sticking with me to help resolve this :) I've installed the new build and am getting a new error on the same project no…