Danilo Correa

Results 15 comments of Danilo Correa

@amingarro It looks like you have not installed the autoreconf package. If you are using ubuntu, you can install with the following command: `sudo apt-get install dh-autoreconf`

Hi @Naktibalda , I also have the same problem. In my `codeception.yml` file I just define the `src` folder, however it generates code coverage from my `vendor` folder. This my...

> I reproduced this issue yesterday too: > ![image](https://user-images.githubusercontent.com/395992/187084816-28ed6e57-0957-4e37-9cf6-810183d1e4ac.png) > > I wanted to spend more time debugging it today, but results are correct now. > Maybe this issue depends...

Hi @CBenghi I shared the file, can you confirm me? The link expires on the 21st of this month.

Thanks for the reply @CBenghi Just to put it in context, we have a solution as a service where our customers send files to our system, and we convert it...

@CBenghi can you help me with a question? I wanted to work around this error below. ``` Fatal error. System.AccessViolationException: Attempted to read or write protected memory. This is often...

@CBenghi I made sample code using `[HandleProcessCorruptedStateExceptions]` and I can't seem to catch this error. Example: ```csharp using System.Threading.Tasks; using System; using System.IO; using System.Runtime.ExceptionServices; using System.Security; using Xbim.Ifc; using...

Hi @crazyrainman my project is using .net core 5 and uses the "worker" template, I don't think it has this configuration file you said. app.config

@crazyrainman From research, the configuration files for a .net core project is appsettings.json https://forums.asp.net/t/2143633.aspx?Using+app+config+vs+appsettings+json > Is there something similar to ap.config? like app setting ?

@GeorgDangl The project I'm working on is using .net core 5, but it only works on windows. > Sorry for hijacking the issue, but is there already a preview version...