Biswajit

Results 5 comments of Biswajit

Below are the configuration we use for the test project: ``` net6.0-windows win-x86 ``` `` If I am removing _--logger "trx;LogFileName=TestApp.trx"_ then it's not producing any trx file which I...

Yes I don't think this logger runsetting is different from the command I use. `dotnet test TestApp.Tests.csproj --logger "trx;LogFileName=TestApp.trx" --collect:"XPlat Code Coverage" --settings "..\coverlet.runsettings` If I am removing coverlet --collect...

Then why TestApp.trx file has below entry: ```xml ``` I have shared the commands and runsetting file which are being used.

Thank you @Bertk for putting effort to look into the issue. It's generating three log files: TestWebApi.log, TestWebApi.datacollector.24-10-03_12-21-25_19621_1.log, TestWebApi.host.24-10-03_12-22-43_98717_12.log TestWebApi.log file is not having any error in it. But there...

I am also facing this issue on python 3.13 and 3.12 as well. This linux function app is running on S1 app service plan. I have configured my function to...