You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: