Forum member

Atreyu

11 posts

Posts by Atreyu

  1. Invalid detection of 4.6.2 framework

    The registry value is (now) [quote]60636[/quote] The version paths are [code=plain]v4 Client 1033 1043 Full 1033 1043 v4.0 Client[/code]

  2. Invalid detection of 4.6.2 framework

    I was in a hurry, so I just installed the framework (had to reboot) and now it works.

  3. Invalid detection of 4.6.2 framework

    I'm using VS2017 on a solution that contains only 4.6.1 projects. Since v3.6 nCrunch indicates that one of the applications is using 4.6.2 and the corresponding framework should be installed: [img=http://i.imgur.com/CqGus8N.png]Dialogue[/img] [url=http://imgur.com/CqGus8N]http://imgur.com/CqGus8…

  4. Slow Cheetah Causing Build Failure

    Is there maybe also a way of including any version of a package? Now I have to change this setting every time an included package is upgraded. I expected [code=plain]packages\SlowCheetah*\**.*[/code] to be accepted, but to no avail. Is this to prevent version collisions?

  5. NCrunchEnvironment UserInterActive (or Prioritized)

    Hi Remco, Thanks for your feedback. In order to have this work I would: - Make a category (maybe custom attribute inheriting from categorybaseattribute) which is ignored by NCrunch in auto mode - Apply the attribute to a test which in itself detects NCrunch, and would perform logic when ru…

  6. NCrunchEnvironment UserInterActive (or Prioritized)

    I would like to be able to detect whether a test was started automatically by NCrunch logic, or started manually. (prioritized, as you will) Sometime when a test was initialized 'by hand' I would like to perform some additional stuff (Let's say: open a generated file or location) It would be c…

  7. Build error using PostSharp, extending OnExceptionAspect

    Right now I receive the following error when attempting to build a project which creates a custom postSharp aspect. The project builds normally when performed explicitly in visual studio or on my Teamcity buildserver. NCrunch however does not build stating: [quote]Argument not specified for par…

  8. Testlocation with DeploymentItem inconsistent

    I just stripped, cleaned, enhanced the readability and zipped my project: [url=https://www.dropbox.com/s/phmc32yk2tc5c5e/NCrunch.zip]NCrunch.zip[/url] Unfortunately, I now only had the issue once, en then further I could not reproduce it. *sigh*

  9. Testlocation with DeploymentItem inconsistent

    I'm working with MSTest of VS2012, update 2 (located at: %ProgramFiles(x86)%\Microsoft Visual Studio 11.0\Common7\IDE\MSTest.exe) I also have Resharper installed, which installs and runs NUnit I believe. When disabling Resharper, the issue remains. First I thought that maybe Directory.GetCurr…

  10. Testlocation with DeploymentItem inconsistent

    When running NCrunch using test-files on MSTest, the outcome is not consistent. Almost always upon loading the solution, or starting NCrunch the unit tests that require deployed files fail. Upon automated execution when a code change has been detected, they are successful. I have applied deploy…

  11. System.Security.VerificationException: Operation could destabilize the runtime

    I would like to use the compiler-constant-hack, but unfortunately my project is VB, which does not seem to have the NCRUNCH compiler constant set. (as explicitly stated in: http://www.ncrunch.net/documentation/troubleshooting_ncrunch-specific-overrides) Is there any way I could achive the same eff…