C#: Allow silencing of assembly load exceptions #2008
impulsh
started this conversation in
Engineering Discussion
Replies: 1 comment 4 replies
-
I'm quite hesitant on these requests, silencing such messages would leave debugging any of its symptoms harder and in the end we at Cfx end up with issue reports due to user errors. Wondering if this is better addressed by developers themselves. Also I'll be turning this into a discussion as I see no issue. |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Some libraries will try and load assemblies that might not exist, either to check for available features or use one of a few libraries it interfaces with (e.g an ORM that checks for multiple MySQL client libraries to use). This results in assembly load exceptions being logged to the console that aren't actually an issue.
Allowing silencing of the log message given here would be ideal.
Beta Was this translation helpful? Give feedback.
All reactions