Forum member

pglaspey

28 posts

Posts by pglaspey

  1. Codesmith Task Failure

    [quote=Remco;13292]v3.25 [url=https://www.ncrunch.net/download]has just been released[/url] including a fix for this issue.[/quote] Thank you very much!

  2. Codesmith Task Failure

    [quote=Remco;13248]Thanks for your patience on this. I've set up a trial license with CodeSmith and in doing so I've managed to reproduce this problem. To properly fix this, we'll need to make a code change to NCrunch to give it more generous search logic when resolve build-time references. To …

  3. Codesmith Task Failure

    [quote=Remco;13245]Can you confirm whether the version of System.Collections.Immutable you've found is v1.2.3.0? When I look in my CodeSmith.Generator.Task.8.0.0 package, it looks like the bundled version is v1.2.1.0. I think there is a redirection happening somewhere in your NCrunch build syste…

  4. Codesmith Task Failure

    [quote=Remco;13245]Can you confirm whether the version of System.Collections.Immutable you've found is v1.2.3.0? When I look in my CodeSmith.Generator.Task.8.0.0 package, it looks like the bundled version is v1.2.1.0. I think there is a redirection happening somewhere in your NCrunch build syste…

  5. Codesmith Task Failure

    [quote=Remco;13235]This looks like a binding redirection issue. Could you see if you could find the System.Collections.Immutable (v1.2.3.0) on your machine (probably it's in your local nuget package cache or .NET Standard installation directory), then copy this to your '\packages\CodeSmith.Genera…

  6. Codesmith Task Failure

    [quote=Remco;13227]This looks like a versioning issue of some kind. In the Nuget package I've downloaded for CodeSmith.Generator.Task.8.0.0, the CodeSmith.Engine DLL is v8.0.0.0. I assume it's the same in your Nuget package. Are you using different versions of CodeSmith inside the same solution…

  7. Codesmith Task Failure

    [quote=Remco;13227]This looks like a versioning issue of some kind. In the Nuget package I've downloaded for CodeSmith.Generator.Task.8.0.0, the CodeSmith.Engine DLL is v8.0.0.0. I assume it's the same in your Nuget package. Are you using different versions of CodeSmith inside the same solution…

  8. Codesmith Task Failure

    [quote=Remco;13227]This looks like a versioning issue of some kind. In the Nuget package I've downloaded for CodeSmith.Generator.Task.8.0.0, the CodeSmith.Engine DLL is v8.0.0.0. I assume it's the same in your Nuget package. Are you using different versions of CodeSmith inside the same solution…

  9. Codesmith Task Failure

    [quote=Remco;13224]Could you try turning on fusion logging? Maybe this can tell us why the search paths aren't lining up with the file locations.[/quote] Based on that I added immutable to additional files to include and now it looks like this. If I add CodeSmith.Engine to additional files to in…

  10. Codesmith Task Failure

    [quote=Remco;13224]Could you try turning on fusion logging? Maybe this can tell us why the search paths aren't lining up with the file locations.[/quote] ..\packages\CodeSmith.Generator.Task.8.0.0\build\CodeSmith.Generator.Task.targets (20, 5): The "CodeSmith" task failed unexpectedly. System.I…

  11. Codesmith Task Failure

    [quote=Remco;13222]Hi, thanks for sharing this issue. If you inspect the contents of the NCrunch workspace generated for this project (i.e. C:\Users\Patrick Glaspey\AppData\Local\NCrunch\8232\47\src\packages\CodeSmith.Generator.Task.8.0.0\build\..\tools) as accessible from the 'Advanced->Browse t…

  12. Codesmith Task Failure

    Hi Remco, I am trying to use Codesmith to generate files and Ncrunch is not able to build the project I am using it in. The codesmith task is installed via nuget. I have tried all kinds of stuff (including the files manually, including the dll directories, etc). Nothing seems to work. I som…

  13. Large Solution 146 projects

    [quote=Remco;3388]For anyone interested, 1.43 has just been released with a performance fix targeted to projects of a large size. Although the sheer size and complexity of the solution above may still contain different challenges for NCrunch, I hope that the new release would at least result in dra…

  14. Xunit Theory and Code Coverage Markers

    [quote=Remco;3216]For an Xunit theory, this is quite possible. Also have a read of the difference between Logical and Physical code coverage, as depending upon the nature of your code, this may also have an impact on your code coverage.[/quote] Well I worked around it. I had to break out some …

  15. Xunit Theory and Code Coverage Markers

    [quote=Remco;3204]Hi, thanks for posting! I'm wondering if this may be to related to the execution pattern taken by the tests while NCrunch is recording coverage. There's a good [url=http://www.ncrunch.net/documentation/troubleshooting_missing-code-coverage]description in the documentation[/url]…

  16. Xunit Theory and Code Coverage Markers

    I have issues when using Theory tests with xunit where code that gets hit by test does not always get marked as covered. It is intermittent. If I break out the tests into facts then it always shows as covered. Any ideas?

  17. Large Solution 146 projects

    Complied install size is about 140mb. Last I checked the number of lines of code including white space was well over 2 million. I dont have any other tools running than the default vs stuff. Our large resources (images) is actually compiled in a separate solution. I realize we need to tr…

  18. Large Solution 146 projects

    I have submitted a bug report. I am also loading a single project at a time to try and find problematic projects. I have one project right now that takes NCrunch 5 minutes to build. I need to find a way to reduce this time if there is a way. Edit.. I Changed Instrument Output Assembly and it…

  19. Large Solution 146 projects

    I am attempting to run Ncrunch on our main application which has 146 projects. We are successfully using it on a smaller project and with our eval period about to run out I need to get it working with this one to get approval to license it for our shop (should be about 8 licenses). It loaded all …

  20. Failing Tests - PostSharp

    [quote=Remco;2092]Ok - based on your description it seems like the postsharp build steps just aren't firing. We need to find out why. Can you tell me any more about how your PostSharp environment is configured? If there's any way you can reconstruct the issue in a small throw-away project that yo…