Forum member

johnkennerley

6 posts

Posts by johnkennerley

  1. ncrunch 3.12.0.15

    opening and Administrator: Developer commaand prompt and typing > devenv /setup does not seem to open VS ...

  2. ncrunch 3.12.0.15

    The ver of VS I have is 15.4.4 ... I just tried devenv.exe /setup but says operation could not be completed ... ********************************************************************** ** Visual Studio 2017 Developer Command Prompt v15.4.4 ** Copyright (c) 2017 Microsoft Corporation *****…

  3. ncrunch 3.12.0.15

    Where is nCrunch.VSIntegration2017.dll Ans : C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\Common7\IDE\Extensions\Remco Software\NCrunch for Visual Studio 2017 There is no remco software in C:\Program Files (x86)\Microsoft Visual Studio\2017\Professional\Common7\IDE\Extensions…

  4. ncrunch 3.12.0.15

    I installed from the NCrunch_VS2017_3.12.0.15.msi not from the zip. Once I got these messages on starting VS, I 1. closed VS 2. resinstalled ncrunch ie fixed a broken install of ncrunch, 3. tried this twice ... 4, when I still go the issues, 5. I de-installed ncrunch and reinstalled agai…

  5. ncrunch 3.12.0.15

    After installing NCrunch_VS2017_3.12.0.15.msi, and ncrunch is non operational ... I am getting the message below in the Risk/Progress bar An exception was encountered while constructing the content of this frame. This information is also logged in "C:\Users\John Kennerley\AppData\Roami…

  6. F# and No tests covering this line

    I have f# project with the following lines included type PrimePair = { p:int ; q:int } [<Theory>] [<InlineData(1, false)>] member t.``primePair`` (a : int) (expect : bool) = // Act // Assert let primePair = {p=2;q=3} Assert.Equal(…