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
dotnet-document does not have configuration for event handlers
Method:
private void OnCancelKeyPress(object sender, ConsoleCancelEventArgs e)
Summary written by dotnet-document for this method:
dotnet-document
/// <summary> /// Ons the cancel key press using the specified sender. /// </summary>
The text was updated successfully, but these errors were encountered:
Thanks for flagging this 🙏 Which template would you expect in this case? Was thinking about something like
/// <summary> /// Handles the [CancelKeyPress] event. /// </summary>
Sorry, something went wrong.
@p1va, your template is fine. Thank you :)
No branches or pull requests
Problem
dotnet-document does not have configuration for event handlers
Method:
Summary written by
dotnet-document
for this method:The text was updated successfully, but these errors were encountered: