You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Move RegisterWithDotnetSuggest to the application framework layer and consider making it internal, as it will ideally be replaced eventually by intrinsic SDK or runtime support #1923
// This feels... very specific. I would hope that we expect this API set overall to live "forever" and I doubt that dotnet.exe will.// I recommend cutting it, or moving it to some library outside the main System.CommandLine library.publicstaticCommandLineBuilderRegisterWithDotnetSuggest(thisCommandLineBuilderbuilder);