NBomber icon indicating copy to clipboard operation
NBomber copied to clipboard

AllowAbsoluteReportPath

Open MichielVT-SLC opened this issue 2 years ago • 2 comments

Allow using an absolute path for the reports directory. This required an upgrade to .NetStandard 2.1 Framework because the 'IsPathFullyQualified' function is not available in 2.0. The framework upgrade caused a small issue in Dependency.fs which was solved by adding the string type to name variable.

MichielVT-SLC avatar May 03 '23 08:05 MichielVT-SLC

Hi @MichielVT-SLC ,

I have seen that you changed netstandard2.0 to netstandard2.1. What about clients who use .NET 4.6?

AntyaDev avatar May 03 '23 13:05 AntyaDev

Hi @AntyaDev, I wasn't aware of the compatibility issues. I'll check if another solution is possible.

MichielVT-SLC avatar May 04 '23 07:05 MichielVT-SLC