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

Fix: Other CLI files that are not found do not trigger exceptions #3331

Merged
merged 11 commits into from
Jan 12, 2023

Conversation

MikaelMayer
Copy link
Member

This PR fixes #2719
I added the corresponding test.

By submitting this pull request, I confirm that my contribution is made under the terms of the MIT license.

@MikaelMayer MikaelMayer enabled auto-merge (squash) January 6, 2023 22:08
Comment on lines 266 to 267
options.Printer.ErrorWriteLine(Console.Out,
"*** Error: file " + file + " not found");
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
options.Printer.ErrorWriteLine(Console.Out,
"*** Error: file " + file + " not found");
options.Printer.ErrorWriteLine(Console.Out, $"*** Error: file {file} not found");

@MikaelMayer MikaelMayer merged commit 3857e3b into master Jan 12, 2023
@MikaelMayer MikaelMayer deleted the fix-2719-passing-unexisting-dll-path branch January 12, 2023 01:38
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.

Passing a DLL path that doesn't exist raises an exception
2 participants