natemcmaster / CommandLineUtils

Command line parsing and utilities for .NET

Home Page:https://natemcmaster.github.io/CommandLineUtils/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

[Question] Include IUnhandledExceptionHandler into the docs

vany0114 opened this issue · comments

Hey guys, is there any reason why the usage of IUnhandledExceptionHandler is not documented? I think that would be nice to include in the documentation the usage of IUnhandledExceptionHandler (maybe under Advanced concepts?) I figured it out the hard way by looking into the source code because I needed a global way to manage unhandled exceptions. I can help if you guys consider it makes sense.

Well, there is https://natemcmaster.github.io/CommandLineUtils/v3.0/api/McMaster.Extensions.Hosting.CommandLine.IUnhandledExceptionHandler.html, but I supposed you mean more than auto-generated API ref docs? Feel free to proposed new docs as a pull request :)

This issue has been automatically marked as stale because it has no recent activity. It will be closed if no further activity occurs. Please comment if you believe this should remain open, otherwise it will be closed in 14 days. Thank you for your contributions to this project.

Closing due to inactivity.
If you are looking at this issue in the future and think it should be reopened, please make a commented here and mention natemcmaster so he sees the notification.