NBomber
NBomber copied to clipboard
AllowAbsoluteReportPath
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.
Hi @MichielVT-SLC ,
I have seen that you changed netstandard2.0 to netstandard2.1. What about clients who use .NET 4.6?
Hi @AntyaDev, I wasn't aware of the compatibility issues. I'll check if another solution is possible.