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 i ran tool i got this Exception message:
But i want to draw your attention on path of exception that raised from unzipped tool
Runtime error! DevAudit will now terminate.
Unhandled Exception: System.IO.IOException: The handle is invalid.
at System.IO.__Error.WinIOError(Int32 errorCode, String maybeFullPath)
at System.IO.__Error.WinIOError()
at System.Console.set_CursorVisible(Boolean value)
at DevAudit.CommandLine.Program.Main(String[] args) in C:\Users\Gern Blanston\Source\Repos\DevAudit\DevAudit.CommandLine\Program.cs:line 663
Seems tooo strange.
The text was updated successfully, but these errors were encountered:
Hmm. Interesting. I guess this is because I am distributing the debug binary. Its handy for getting good detailed error messages, but does have this side effect. I will have to consider just providing release binaries.
When i ran tool i got this Exception message:
But i want to draw your attention on path of exception that raised from unzipped tool
Seems tooo strange.
The text was updated successfully, but these errors were encountered: