GitTools/GitReleaseManager

Report path of input file when failing

AdmiringWorm opened this issue · 0 comments

Detailed Description

When an input file path is specified and the file do not exist, there is only a report that it didn't exist but not the path that was tried.

Context

The reason I believe it can be useful to report the path of the file is for debugging purposes, in some cases it can be difficult to notice that the path is incorrect.

Possible Implementation

The error message should probably report the absolute path that was tried.

Your Environment

  • Version Used: Any
  • Edition Used (.NET Core, .NET Framework): Any
  • Operating System and version (Windows 10, Ubuntu 18.04): Any