Forum member
bhugot
10 posts
Posts by bhugot
-
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…
04 Sep 2024 21:47 UTC
-
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.
23 Jun 2023 11:39 UTC
-
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
18 Aug 2021 16:56 UTC
-
Apphost.exe was not found
Ok thanks last option is fine for me. Did you see or posted an issue to microsoft on this?
22 Jul 2021 11:40 UTC
-
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…
22 Jul 2021 06:42 UTC
-
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.
21 Jul 2021 17:28 UTC
-
ApprovalTest
Thanks alot
19 Mar 2021 23:21 UTC
-
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…
19 Mar 2021 11:41 UTC
-
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
08 Dec 2018 15:02 UTC
-
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…
19 Aug 2018 18:22 UTC