Forum member

smitchamb

21 posts

Posts by smitchamb

  1. VS 2019 16.3 dark mode broken

    I did not have the latest. didn't get a popup for it. Looks good. thanks.

  2. VS 2019 16.3 dark mode broken

    With the release of 16.3, ncrunch is no longer displaying dark mode. Otherwise things seem to working normally.

  3. VS 2019 support

    Thanks for the info. If I have an issue, I'll try putting in my license information.

  4. VS 2019 support

    Thanks. Loaded it up this morning and it popped up a license dialog even though my license is good through july. Is that intentional because it is an experimental version? I'm using the 30-day trial license for now, but wanted to mention it.

  5. VS 2019 support

    It's a month out from release, we're starting to evaluate the upgrade for usage and I feel blind without ncrunch, do you have an expected release date for support now?

  6. T4 Template generation fails in 3.18

    That build seems to be working.

  7. T4 Template generation fails in 3.18

    Here's the error message [quote] An error occurred while analysing this project after it was built: System.IO.FileNotFoundException: Could not load file or assembly 'System.Runtime, Version=4.1.2.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' or one of its dependencies. The system cannot …

  8. T4 Template generation fails in 3.18

    With my actual project, the problem is still happening with this update.

  9. T4 Template generation fails in 3.18

    Sorry it's taken so long to get back to this, but I've been busy getting stuff done. Here's a link to a new minimal set that shows the error. I had another error post build that was causing a test to fail, but after I started removing some dependencies it went away so I think that is something wit…

  10. T4 Template generation fails in 3.18

    Touching back in on this thread. I've made some updates for VS 15.8 in the original text templating code and it doesn't appear to be an issue any more. However, I haven't been able to cut back the project to reproduce the runtime error in a minimal fashion. I'm hoping to get a block of time to do …

  11. T4 Template generation fails in 3.18

    I still need the copy assemblies flag to run the ncrunch build.

  12. T4 Template generation fails in 3.18

    I'll see if I can cut down the project again leaving one of the test projects in place that is failing and post it.

  13. T4 Template generation fails in 3.18

    For this error flipping the copy reference to workspace flag fixes the build.

  14. T4 Template generation fails in 3.18

    It looks like this change is related to including System.Runtime nuget package 4.3.0 which has an assembly version of 4.2.1. The projects are actually getting their version from the Visual Studio directory. The version in the NCrunch directory has an assembly version of 4.1.1.0 [quote] An erro…

  15. T4 Template generation fails in 3.18

    I loaded 3.19, and in my full project I'm still getting some issues, but only in the Test projects. One project builds, but fails at runtime due to being unable to find System.Net.Http, other projects are still failing to build. I'm going to dig a little more and then update here.

  16. T4 Template generation fails in 3.18

    https://bit.ly/2nIMWBr this link has a zip file with a minimal solution that exposes the issue. I've removed all the nuget packages except for Microsoft.* and System.* and Newtonsoft.Json because ASP.NET depends on it.

  17. T4 Template generation fails in 3.18

    The original error has been confirmed in VS 15.7.6 with NCrunch 3.14 and 15.7.5 with NCrunch 3.12. I haven't had a chance to make a minimal implementation of that either, but I'll try to get both tomorrow. I'm pretty crippled without NCrunch.

  18. T4 Template generation fails in 3.18

    I'll see what I can put together.

  19. T4 Template generation fails in 3.18

    I had recently updated to VS 15.7.6 and now I've updated to 15.8 and my other NCrunch problems are failing to build. Prior to 15.8 this project worked fine. No code changes or other configuration changes have been made. [quote] WARNING - ..\..\..\..\program files (x86)\microsoft visual studio\…

  20. T4 Template generation fails in 3.18

    I downgraded and it is still happening, so i must be something in the project related to the code analysis stuff.