Forum member

bhugot

10 posts

Posts by bhugot

  1. TestContainers generated by tested from docker file of another project

    Hello, I try to do something that seems not doable. I have a simple Projet with a docker file And I also have a Test Project that use TestContainer to build Docker Image. var image = new ImageFromDockerfileBuilder() .WithLogger(logger) .WithDockerfileDirectory(CommonDirectoryP…

  2. Two Bug Reports concerning Specflow

    It maybe due to change in visual studio. With last version with incremental build the changes in feature file are not detected. You need to do a rebuild.

  3. The target "_SplitProjectReferencesByFileExistence" does not exist in the project.

    This could also be fix with DOTNET_MSBUILD_SDK_RESOLVER_SDKS_DIR & DOTNET_MSBUILD_SDK_RESOLVER_SDKS_VER

  4. Apphost.exe was not found

    Ok thanks last option is fine for me. Did you see or posted an issue to microsoft on this?

  5. Apphost.exe was not found

    Just create a new netcoreapp3.1 app and I got it Visual studio Version 16.10.4 Ncrunch 4.9.0.8 On another computer with same configuration I don't get the error (and the apphost.exe does not exists in obj directory) It's due to the use of the last net6 preview (6.0.100-preview.6 -> 6.0.100-pre…

  6. Apphost.exe was not found

    Hello. Since today i updated to last visual studio 2019. I have build error on netcoreapp project Could not copy the file obj\debug\netcoreapp3.1\apphost.exe because it was not found.

  7. ApprovalTest

    Thanks alot

  8. ApprovalTest

    Hello I have an issue when using approval test with ncrunch. Ncrunch restart testing permanently. I think it's due to the generation of .received file, I have put *.received.* in FilesExcludedFromAutoBuild but it's keep runing. To reproduce it. I have created a simple nunit test project wit…

  9. VS 2019 support

    Hello, I know the preview of vs 2019, just started but do you have any ETA on Ncrunch version for it? Thanks

  10. Pdb loading fail using System.Reflection.Metadata

    Kiaora, I met a problem with the il injection when using System.Reflection.Metadata it seem's the pdb file can't be read anymore. This code is working in simple runner as in live unit testing but fail with ncrunch. [code=csharp] using System; using System.IO; using System.Linq; using Syst…