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

Avoid throwing exception when the plugin does not have .dll extension #19

Closed
MrDave1999 opened this issue Nov 28, 2023 · 0 comments · Fixed by #20
Closed

Avoid throwing exception when the plugin does not have .dll extension #19

MrDave1999 opened this issue Nov 28, 2023 · 0 comments · Fixed by #20
Labels
breaking change A change in one part of a software that potentially causes other components to fail

Comments

@MrDave1999
Copy link
Owner

It is not necessary to interrupt the consumer's application for this case. The library can check if the file name has the extension .dll, if not, it adds it by default. This should be the behavior.

@MrDave1999 MrDave1999 added the breaking change A change in one part of a software that potentially causes other components to fail label Nov 28, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
breaking change A change in one part of a software that potentially causes other components to fail
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant