Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

AllowAbsoluteReportPath #588

Open
wants to merge 2 commits into
base: dev
Choose a base branch
from

Conversation

MichielVT-SLC
Copy link
Contributor

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.

allow to use an absolute path for the reports directory
@AntyaDev
Copy link
Contributor

AntyaDev commented May 3, 2023

Hi @MichielVT-SLC ,

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

@MichielVT-SLC
Copy link
Contributor Author

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants