We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Public commands types can use the C# dynamic dispatch which performs better than plain reflection.
dynamic
We should warn users in that situation, to consider making their commands public.
The text was updated successfully, but these errors were encountered:
Issue a warning for non-public commands
c790c85
Public commands types can use the C# dynamic dispatch which performs better than plain reflection, so issue a warning if they are not. Closes #71
0e082f6
Successfully merging a pull request may close this issue.
Public commands types can use the C#
dynamic
dispatch which performs better than plain reflection.We should warn users in that situation, to consider making their commands public.
The text was updated successfully, but these errors were encountered: