Command-line-api: XML doc comments

Created on 5 Jun 2018  路  11Comments  路  Source: dotnet/command-line-api

Filling in XML documentation comments will be very helpful. We should add them for public types and members only and give priority to the System.CommandLine library over other libraries in the repo.

Let's start with the most-used classes and namespaces, as this effort will take some time and we can do intermediate releases as docs improve.

Area-Documentation help wanted

Most helpful comment

@KathleenDollard I believe what is being asked for here is the XML comments that are utilized by Intellisense (Quick Info and Parameter Info); I too found this missing to be difficult to explore that API.

All 11 comments

I think we need a bit more specificity as to what we want here

Renamed the issue.

@KathleenDollard I believe what is being asked for here is the XML comments that are utilized by Intellisense (Quick Info and Parameter Info); I too found this missing to be difficult to explore that API.

Yes, please generate and package XML doc comments. Set the <DocumentationFile> property in your project files.

  <PropertyGroup>
    <DocumentationFile>$(OutputPath)$(AssemblyName).xml</DocumentationFile>
  </PropertyGroup>

For SDK-style projects, the pack target should pick it up automatically.

Indeed, please... documentation is pretty sparse on this library, the wiki is not very helpful and the lack of XML doc that pops up in Intellisense makes it very difficult to understand that most of properties and class are for

@jonsequitur Do you think we could add something based on DocFX? I would like to implement it for this project.

Thanks! If you'd like to start with adding XML comments to the code, that would be hugely helpful. It might also be useful to put together a priority checklist and add it to the issue description.

docs.microsoft.com documentation likely wouldn't make use of any DocFX work we do here, but any XML comments we add will be useful for all users as well as for generating standalone documentation.

I will prepare report fur public API coverage.

It might be really useful to have API References hosted as Github Pages. Here is the example of another Microsoft project that has DocFX support + arcade microsoft/reverse-proxy/. What do you think?

@jonsequitur

Here is the report for XML Doc coverage for public members (25-05-20):

System.CommandLine

$ dotnet msbuild ./src/System.CommandLine -p:NoWarn= -p:GenerateDocumentationFile=true | grep CS1591 | wc -l
518


System.CommandLine - Classes Summary
Argument.cs

Argument{T}.cs
ArgumentArity.cs
ArgumentExtensions.cs
Binding\BindingContext.cs
Binding\BoundValue.cs
Binding\ConstructorDescriptor.cs
Binding\HandlerDescriptor.cs
Binding\IMethodDescriptor.cs
Binding\IValueDescriptor.cs
Binding\IValueSource.cs
Binding\ModelBinder.cs
Binding\ModelBinder{T}.cs
Binding\ModelDescriptor.cs
Binding\ParameterDescriptor.cs
Binding\PropertyDescriptor.cs
Builder\CommandBuilder.cs
Builder\CommandLineBuilder.cs
Builder\CommandLineBuilderExtensions.cs
Collections\AliasedSet.cs
Collections\ISymbolSet.cs
Collections\SymbolSet.cs
Command.cs
CommandExtensions.cs
CommandLineConfiguration.cs
Help\DefaultHelpText.cs
Help\HelpBuilder.cs
Help\IHelpBuilder.cs
IArgument.cs
IArgumentArity.cs
ICommand.cs
IConsole.cs
IDirectiveCollection.cs
Invocation\CommandHandler.cs
Invocation\HelpResult.cs
Invocation\ICommandHandler.cs
Invocation\IInvocationResult.cs
Invocation\InvocationContext.cs
Invocation\InvocationMiddleware.cs
Invocation\MiddlewareOrder.cs
Invocation\ParseErrorResult.cs
Invocation\Process.cs
IO\IStandardError.cs
IO\IStandardIn.cs
IO\IStandardOut.cs
IO\IStandardStreamWriter.cs
IO\StandardStreamWriter.cs
IO\SystemConsole.cs
IO\TestConsole.cs
IOption.cs
ISymbol.cs
Option.cs
Option{T}.cs
OptionExtensions.cs
Parsing\ArgumentResult.cs
Parsing\ArgumentResultExtensions.cs
Parsing\CommandLineStringSplitter.cs
Parsing\CommandResult.cs
Parsing\CommandResultExtensions.cs
Parsing\OptionResult.cs
Parsing\OptionResultExtensions.cs
Parsing\ParseError.cs
Parsing\Parser.cs
Parsing\ParseResult.cs
Parsing\ParseResultExtensions.cs
Parsing\ParserExtensions.cs
Parsing\ResponseFileHandling.cs
Parsing\StringExtensions.cs
Parsing\SymbolResult.cs
Parsing\SymbolResultSet.cs
Parsing\Token.cs
Parsing\TokenizeError.cs
Parsing\TokenizeResult.cs
Parsing\TokenType.cs
Parsing\ValidateSymbol.cs
Suggestions\ISuggestionSource.cs
Suggestions\Suggest.cs
Suggestions\SuggestionSource.cs
Symbol.cs
ValidationMessages.cs


System.CommandLine - Full Summary
Argument.cs(12,18): warning CS1591: Missing XML comment for publicly visible type or member 'Argument' [\command-line-apisrcSystem.CommandLineSystem.CommandLine.csproj]
Argument.cs(21,16): warning CS1591: Missing XML comment for publicly visible type or member 'Argument.Argument()' [\command-line-apisrcSystem.CommandLineSystem.CommandLine.csproj]
Argument.cs(25,16): warning CS1591: Missing XML comment for publicly visible type or member 'Argument.Argument(string?)' [\command-line-apisrcSystem.CommandLineSystem.CommandLine.csproj]
Argument.cs(35,31): warning CS1591: Missing XML comment for publicly visible type or member 'Argument.Arity' [\command-line-apisrcSystem.CommandLineSystem.CommandLine.csproj]
Argument.cs(112,21): warning CS1591: Missing XML comment for publicly visible type or member 'Argument.ArgumentType' [\command-line-apisrcSystem.CommandLineSystem.CommandLine.csproj]
Argument.cs(120,21): warning CS1591: Missing XML comment for publicly visible type or member 'Argument.AddValidator(ValidateSymbol)' [\command-line-apisrcSystem.CommandLineSystem.CommandLine.csproj]
Argument.cs(122,24): warning CS1591: Missing XML comment for publicly visible type or member 'Argument.GetDefaultValue()' [\command-line-apisrcSystem.CommandLineSystem.CommandLine.csproj]
Argument.cs(137,21): warning CS1591: Missing XML comment for publicly visible type or member 'Argument.SetDefaultValue(object)' [\command-line-apisrcSystem.CommandLineSystem.CommandLine.csproj]
Argument.cs(142,21): warning CS1591: Missing XML comment for publicly visible type or member 'Argument.SetDefaultValueFactory(Func)' [\command-line-apisrcSystem.CommandLineSystem.CommandLine.csproj]
Argument.cs(152,21): warning CS1591: Missing XML comment for publicly visible type or member 'Argument.SetDefaultValueFactory(Func)' [\command-line-apisrcSystem.CommandLineSystem.CommandLine.csproj]
Argument.cs(157,21): warning CS1591: Missing XML comment for publicly visible type or member 'Argument.HasDefaultValue' [\command-line-apisrcSystem.CommandLineSystem.CommandLine.csproj]
Argument.cs(161,21): warning CS1591: Missing XML comment for publicly visible type or member 'Argument.AddSuggestions(IReadOnlyCollection)' [\command-line-apisrcSystem.CommandLineSystem.CommandLine.csproj]
Argument.cs(171,21): warning CS1591: Missing XML comment for publicly visible type or member 'Argument.AddSuggestionSource(ISuggestionSource)' [\command-line-apisrcSystem.CommandLineSystem.CommandLine.csproj]
Argument.cs(181,21): warning CS1591: Missing XML comment for publicly visible type or member 'Argument.AddSuggestionSource(Suggest)' [\command-line-apisrcSystem.CommandLineSystem.CommandLine.csproj]
Argument.cs(201,46): warning CS1591: Missing XML comment for publicly visible type or member 'Argument.GetSuggestions(string?)' [\command-line-apisrcSystem.CommandLineSystem.CommandLine.csproj]
Argument.cs(219,32): warning CS1591: Missing XML comment for publicly visible type or member 'Argument.ToString()' [\command-line-apisrcSystem.CommandLineSystem.CommandLine.csproj]
ArgumentArity.cs(10,18): warning CS1591: Missing XML comment for publicly visible type or member 'ArgumentArity' [\command-line-apisrcSystem.CommandLineSystem.CommandLine.csproj]
ArgumentArity.cs(12,16): warning CS1591: Missing XML comment for publicly visible type or member 'ArgumentArity.ArgumentArity(int, int)' [\command-line-apisrcSystem.CommandLineSystem.CommandLine.csproj]
ArgumentArity.cs(28,20): warning CS1591: Missing XML comment for publicly visible type or member 'ArgumentArity.MinimumNumberOfValues' [\command-line-apisrcSystem.CommandLineSystem.CommandLine.csproj]
ArgumentArity.cs(30,20): warning CS1591: Missing XML comment for publicly visible type or member 'ArgumentArity.MaximumNumberOfValues' [\command-line-apisrcSystem.CommandLineSystem.CommandLine.csproj]
ArgumentArity.cs(69,38): warning CS1591: Missing XML comment for publicly visible type or member 'ArgumentArity.Zero' [\command-line-apisrcSystem.CommandLineSystem.CommandLine.csproj]
ArgumentArity.cs(71,38): warning CS1591: Missing XML comment for publicly visible type or member 'ArgumentArity.ZeroOrOne' [\command-line-apisrcSystem.CommandLineSystem.CommandLine.csproj]
ArgumentArity.cs(73,38): warning CS1591: Missing XML comment for publicly visible type or member 'ArgumentArity.ExactlyOne' [\command-line-apisrcSystem.CommandLineSystem.CommandLine.csproj]
ArgumentArity.cs(75,38): warning CS1591: Missing XML comment for publicly visible type or member 'ArgumentArity.ZeroOrMore' [\command-line-apisrcSystem.CommandLineSystem.CommandLine.csproj]
ArgumentArity.cs(77,38): warning CS1591: Missing XML comment for publicly visible type or member 'ArgumentArity.OneOrMore' [\command-line-apisrcSystem.CommandLineSystem.CommandLine.csproj]
ArgumentExtensions.cs(12,25): warning CS1591: Missing XML comment for publicly visible type or member 'ArgumentExtensions' [\command-line-apisrcSystem.CommandLineSystem.CommandLine.csproj]
ArgumentExtensions.cs(14,33): warning CS1591: Missing XML comment for publicly visible type or member 'ArgumentExtensions.FromAmong(TArgument, params string[])' [\command-line-apisrcSystem.CommandLineSystem.CommandLine.csproj]
ArgumentExtensions.cs(25,33): warning CS1591: Missing XML comment for publicly visible type or member 'ArgumentExtensions.WithSuggestions(TArgument, params string[])' [\command-line-apisrcSystem.CommandLineSystem.CommandLine.csproj]
ArgumentExtensions.cs(35,33): warning CS1591: Missing XML comment for publicly visible type or member 'ArgumentExtensions.WithSuggestionSource(TArgument, Suggest)' [\command-line-apisrcSystem.CommandLineSystem.CommandLine.csproj]
ArgumentExtensions.cs(44,42): warning CS1591: Missing XML comment for publicly visible type or member 'ArgumentExtensions.ExistingOnly(Argument)' [\command-line-apisrcSystem.CommandLineSystem.CommandLine.csproj]
ArgumentExtensions.cs(55,47): warning CS1591: Missing XML comment for publicly visible type or member 'ArgumentExtensions.ExistingOnly(Argument)' [\command-line-apisrcSystem.CommandLineSystem.CommandLine.csproj]
ArgumentExtensions.cs(66,48): warning CS1591: Missing XML comment for publicly visible type or member 'ArgumentExtensions.ExistingOnly(Argument)' [\command-line-apisrcSystem.CommandLineSystem.CommandLine.csproj]
ArgumentExtensions.cs(77,35): warning CS1591: Missing XML comment for publicly visible type or member 'ArgumentExtensions.ExistingOnly(Argument)' [\command-line-apisrcSystem.CommandLineSystem.CommandLine.csproj]
ArgumentExtensions.cs(111,33): warning CS1591: Missing XML comment for publicly visible type or member 'ArgumentExtensions.LegalFilePathsOnly(TArgument)' [\command-line-apisrcSystem.CommandLineSystem.CommandLine.csproj]
ArgumentExtensions.cs(135,35): warning CS1591: Missing XML comment for publicly visible type or member 'ArgumentExtensions.Parse(Argument, string)' [\command-line-apisrcSystem.CommandLineSystem.CommandLine.csproj]
Argument{T}.cs(8,18): warning CS1591: Missing XML comment for publicly visible type or member 'Argument' [\command-line-apisrcSystem.CommandLineSystem.CommandLine.csproj]
Argument{T}.cs(10,16): warning CS1591: Missing XML comment for publicly visible type or member 'Argument.Argument()' [\command-line-apisrcSystem.CommandLineSystem.CommandLine.csproj]
Argument{T}.cs(15,16): warning CS1591: Missing XML comment for publicly visible type or member 'Argument.Argument(string, string?)' [\command-line-apisrcSystem.CommandLineSystem.CommandLine.csproj]
Argument{T}.cs(23,16): warning CS1591: Missing XML comment for publicly visible type or member 'Argument.Argument(string, Func, string?)' [\command-line-apisrcSystem.CommandLineSystem.CommandLine.csproj]
Argument{T}.cs(38,16): warning CS1591: Missing XML comment for publicly visible type or member 'Argument.Argument(Func)' [\command-line-apisrcSystem.CommandLineSystem.CommandLine.csproj]
Argument{T}.cs(48,16): warning CS1591: Missing XML comment for publicly visible type or member 'Argument.Argument(string?, ParseArgument, bool)' [\command-line-apisrcSystem.CommandLineSystem.CommandLine.csproj]
Argument{T}.cs(85,16): warning CS1591: Missing XML comment for publicly visible type or member 'Argument.Argument(ParseArgument, bool)' [\command-line-apisrcSystem.CommandLineSystem.CommandLine.csproj]
Binding\BindingContext.cs(16,25): warning CS1591: Missing XML comment for publicly visible type or member 'BindingContext' [\command-line-apisrcSystem.CommandLineSystem.CommandLine.csproj]
Binding\BindingContext.cs(21,16): warning CS1591: Missing XML comment for publicly visible type or member 'BindingContext.BindingContext(ParseResult, IConsole?)' [\command-line-apisrcSystem.CommandLineSystem.CommandLine.csproj]
Binding\BindingContext.cs(31,28): warning CS1591: Missing XML comment for publicly visible type or member 'BindingContext.ParseResult' [\command-line-apisrcSystem.CommandLineSystem.CommandLine.csproj]
Binding\BindingContext.cs(37,25): warning CS1591: Missing XML comment for publicly visible type or member 'BindingContext.Console' [\command-line-apisrcSystem.CommandLineSystem.CommandLine.csproj]
Binding\BindingContext.cs(54,21): warning CS1591: Missing XML comment for publicly visible type or member 'BindingContext.AddModelBinder(ModelBinder)' [\command-line-apisrcSystem.CommandLineSystem.CommandLine.csproj]
Binding\BindingContext.cs(57,28): warning CS1591: Missing XML comment for publicly visible type or member 'BindingContext.GetModelBinder(IValueDescriptor)' [\command-line-apisrcSystem.CommandLineSystem.CommandLine.csproj]
Binding\BindingContext.cs(66,21): warning CS1591: Missing XML comment for publicly visible type or member 'BindingContext.AddService(Type, Func)' [\command-line-apisrcSystem.CommandLineSystem.CommandLine.csproj]
Binding\BindingContext.cs(71,21): warning CS1591: Missing XML comment for publicly visible type or member 'BindingContext.AddService(Func)' [\command-line-apisrcSystem.CommandLineSystem.CommandLine.csproj]
Binding\BoundValue.cs(6,18): warning CS1591: Missing XML comment for publicly visible type or member 'BoundValue' [\command-line-apisrcSystem.CommandLineSystem.CommandLine.csproj]
Binding\BoundValue.cs(24,33): warning CS1591: Missing XML comment for publicly visible type or member 'BoundValue.ValueDescriptor' [\command-line-apisrcSystem.CommandLineSystem.CommandLine.csproj]
Binding\BoundValue.cs(26,29): warning CS1591: Missing XML comment for publicly visible type or member 'BoundValue.ValueSource' [\command-line-apisrcSystem.CommandLineSystem.CommandLine.csproj]
Binding\BoundValue.cs(28,24): warning CS1591: Missing XML comment for publicly visible type or member 'BoundValue.Value' [\command-line-apisrcSystem.CommandLineSystem.CommandLine.csproj]
Binding\BoundValue.cs(30,32): warning CS1591: Missing XML comment for publicly visible type or member 'BoundValue.ToString()' [\command-line-apisrcSystem.CommandLineSystem.CommandLine.csproj]
Binding\BoundValue.cs(32,34): warning CS1591: Missing XML comment for publicly visible type or member 'BoundValue.DefaultForType(IValueDescriptor)' [\command-line-apisrcSystem.CommandLineSystem.CommandLine.csproj]
Binding\BoundValue.cs(44,34): warning CS1591: Missing XML comment for publicly visible type or member 'BoundValue.DefaultForValueDescriptor(IValueDescriptor)' [\command-line-apisrcSystem.CommandLineSystem.CommandLine.csproj]
Binding\ConstructorDescriptor.cs(10,18): warning CS1591: Missing XML comment for publicly visible type or member 'ConstructorDescriptor' [\command-line-apisrcSystem.CommandLineSystem.CommandLine.csproj]
Binding\ConstructorDescriptor.cs(24,32): warning CS1591: Missing XML comment for publicly visible type or member 'ConstructorDescriptor.Parent' [\command-line-apisrcSystem.CommandLineSystem.CommandLine.csproj]
Binding\ConstructorDescriptor.cs(26,51): warning CS1591: Missing XML comment for publicly visible type or member 'ConstructorDescriptor.ParameterDescriptors' [\command-line-apisrcSystem.CommandLineSystem.CommandLine.csproj]
Binding\ConstructorDescriptor.cs(35,32): warning CS1591: Missing XML comment for publicly visible type or member 'ConstructorDescriptor.ToString()' [\command-line-apisrcSystem.CommandLineSystem.CommandLine.csproj]
Binding\HandlerDescriptor.cs(11,27): warning CS1591: Missing XML comment for publicly visible type or member 'HandlerDescriptor' [\command-line-apisrcSystem.CommandLineSystem.CommandLine.csproj]
Binding\HandlerDescriptor.cs(15,41): warning CS1591: Missing XML comment for publicly visible type or member 'HandlerDescriptor.GetCommandHandler()' [\command-line-apisrcSystem.CommandLineSystem.CommandLine.csproj]
Binding\HandlerDescriptor.cs(17,42): warning CS1591: Missing XML comment for publicly visible type or member 'HandlerDescriptor.Parent' [\command-line-apisrcSystem.CommandLineSystem.CommandLine.csproj]
Binding\HandlerDescriptor.cs(19,51): warning CS1591: Missing XML comment for publicly visible type or member 'HandlerDescriptor.ParameterDescriptors' [\command-line-apisrcSystem.CommandLineSystem.CommandLine.csproj]
Binding\HandlerDescriptor.cs(22,61): warning CS1591: Missing XML comment for publicly visible type or member 'HandlerDescriptor.InitializeParameterDescriptors()' [\command-line-apisrcSystem.CommandLineSystem.CommandLine.csproj]
Binding\HandlerDescriptor.cs(24,32): warning CS1591: Missing XML comment for publicly visible type or member 'HandlerDescriptor.ToString()' [\command-line-apisrcSystem.CommandLineSystem.CommandLine.csproj]
Binding\HandlerDescriptor.cs(27,41): warning CS1591: Missing XML comment for publicly visible type or member 'HandlerDescriptor.FromMethodInfo(MethodInfo, object?)' [\command-line-apisrcSystem.CommandLineSystem.CommandLine.csproj]
Binding\HandlerDescriptor.cs(30,41): warning CS1591: Missing XML comment for publicly visible type or member 'HandlerDescriptor.FromDelegate(Delegate)' [\command-line-apisrcSystem.CommandLineSystem.CommandLine.csproj]
Binding\IMethodDescriptor.cs(8,22): warning CS1591: Missing XML comment for publicly visible type or member 'IMethodDescriptor' [\command-line-apisrcSystem.CommandLineSystem.CommandLine.csproj]
Binding\IMethodDescriptor.cs(10,26): warning CS1591: Missing XML comment for publicly visible type or member 'IMethodDescriptor.Parent' [\command-line-apisrcSystem.CommandLineSystem.CommandLine.csproj]
Binding\IMethodDescriptor.cs(12,44): warning CS1591: Missing XML comment for publicly visible type or member 'IMethodDescriptor.ParameterDescriptors' [\command-line-apisrcSystem.CommandLineSystem.CommandLine.csproj]
Binding\IValueDescriptor.cs(6,22): warning CS1591: Missing XML comment for publicly visible type or member 'IValueDescriptor' [\command-line-apisrcSystem.CommandLineSystem.CommandLine.csproj]
Binding\IValueDescriptor.cs(8,17): warning CS1591: Missing XML comment for publicly visible type or member 'IValueDescriptor.ValueName' [\command-line-apisrcSystem.CommandLineSystem.CommandLine.csproj]
Binding\IValueDescriptor.cs(10,14): warning CS1591: Missing XML comment for publicly visible type or member 'IValueDescriptor.ValueType' [\command-line-apisrcSystem.CommandLineSystem.CommandLine.csproj]
Binding\IValueDescriptor.cs(12,14): warning CS1591: Missing XML comment for publicly visible type or member 'IValueDescriptor.HasDefaultValue' [\command-line-apisrcSystem.CommandLineSystem.CommandLine.csproj]
Binding\IValueDescriptor.cs(14,17): warning CS1591: Missing XML comment for publicly visible type or member 'IValueDescriptor.GetDefaultValue()' [\command-line-apisrcSystem.CommandLineSystem.CommandLine.csproj]
Binding\IValueSource.cs(6,22): warning CS1591: Missing XML comment for publicly visible type or member 'IValueSource' [\command-line-apisrcSystem.CommandLineSystem.CommandLine.csproj]
Binding\IValueSource.cs(8,14): warning CS1591: Missing XML comment for publicly visible type or member 'IValueSource.TryGetValue(IValueDescriptor, BindingContext?, out object?)' [\command-line-apisrcSystem.CommandLineSystem.CommandLine.csproj]
Binding\ModelBinder.cs(11,18): warning CS1591: Missing XML comment for publicly visible type or member 'ModelBinder' [\command-line-apisrcSystem.CommandLineSystem.CommandLine.csproj]
Binding\ModelBinder.cs(13,16): warning CS1591: Missing XML comment for publicly visible type or member 'ModelBinder.ModelBinder(Type)' [\command-line-apisrcSystem.CommandLineSystem.CommandLine.csproj]
Binding\ModelBinder.cs(28,32): warning CS1591: Missing XML comment for publicly visible type or member 'ModelBinder.ModelDescriptor' [\command-line-apisrcSystem.CommandLineSystem.CommandLine.csproj]
Binding\ModelBinder.cs(30,33): warning CS1591: Missing XML comment for publicly visible type or member 'ModelBinder.ValueDescriptor' [\command-line-apisrcSystem.CommandLineSystem.CommandLine.csproj]
Binding\ModelBinder.cs(32,21): warning CS1591: Missing XML comment for publicly visible type or member 'ModelBinder.EnforceExplicitBinding' [\command-line-apisrcSystem.CommandLineSystem.CommandLine.csproj]
Binding\ModelBinder.cs(40,41): warning CS1591: Missing XML comment for publicly visible type or member 'ModelBinder.FindModelConstructorDescriptor(ConstructorInfo)' [\command-line-apisrcSystem.CommandLineSystem.CommandLine.csproj]
Binding\ModelBinder.cs(66,36): warning CS1591: Missing XML comment for publicly visible type or member 'ModelBinder.FindModelPropertyDescriptor(Type, string)' [\command-line-apisrcSystem.CommandLineSystem.CommandLine.csproj]
Binding\ModelBinder.cs(76,21): warning CS1591: Missing XML comment for publicly visible type or member 'ModelBinder.BindConstructorArgumentFromValue(ParameterInfo, IValueDescriptor)' [\command-line-apisrcSystem.CommandLineSystem.CommandLine.csproj]
Binding\ModelBinder.cs(93,21): warning CS1591: Missing XML comment for publicly visible type or member 'ModelBinder.BindMemberFromValue(PropertyInfo, IValueDescriptor)' [\command-line-apisrcSystem.CommandLineSystem.CommandLine.csproj]
Binding\ModelBinder.cs(106,24): warning CS1591: Missing XML comment for publicly visible type or member 'ModelBinder.CreateInstance(BindingContext)' [\command-line-apisrcSystem.CommandLineSystem.CommandLine.csproj]
Binding\ModelBinder.cs(176,21): warning CS1591: Missing XML comment for publicly visible type or member 'ModelBinder.UpdateInstance(T, BindingContext)' [\command-line-apisrcSystem.CommandLineSystem.CommandLine.csproj]
Binding\ModelBinder.cs(269,32): warning CS1591: Missing XML comment for publicly visible type or member 'ModelBinder.ToString()' [\command-line-apisrcSystem.CommandLineSystem.CommandLine.csproj]
Binding\ModelBinder{T}.cs(8,18): warning CS1591: Missing XML comment for publicly visible type or member 'ModelBinder' [\command-line-apisrcSystem.CommandLineSystem.CommandLine.csproj]
Binding\ModelBinder{T}.cs(10,16): warning CS1591: Missing XML comment for publicly visible type or member 'ModelBinder.ModelBinder()' [\command-line-apisrcSystem.CommandLineSystem.CommandLine.csproj]
Binding\ModelBinder{T}.cs(14,21): warning CS1591: Missing XML comment for publicly visible type or member 'ModelBinder.BindMemberFromValue(Expression>, IValueDescriptor)' [\command-line-apisrcSystem.CommandLineSystem.CommandLine.csproj]
Binding\ModelBinder{T}.cs(25,21): warning CS1591: Missing XML comment for publicly visible type or member 'ModelBinder.BindMemberFromValue(Expression>, Func)' [\command-line-apisrcSystem.CommandLineSystem.CommandLine.csproj]
Binding\ModelDescriptor.cs(11,18): warning CS1591: Missing XML comment for publicly visible type or member 'ModelDescriptor' [\command-line-apisrcSystem.CommandLineSystem.CommandLine.csproj]
Binding\ModelDescriptor.cs(23,19): warning CS1591: Missing XML comment for publicly visible type or member 'ModelDescriptor.ModelDescriptor(Type)' [\command-line-apisrcSystem.CommandLineSystem.CommandLine.csproj]
Binding\ModelDescriptor.cs(29,53): warning CS1591: Missing XML comment for publicly visible type or member 'ModelDescriptor.ConstructorDescriptors' [\command-line-apisrcSystem.CommandLineSystem.CommandLine.csproj]
Binding\ModelDescriptor.cs(35,48): warning CS1591: Missing XML comment for publicly visible type or member 'ModelDescriptor.PropertyDescriptors' [\command-line-apisrcSystem.CommandLineSystem.CommandLine.csproj]
Binding\ModelDescriptor.cs(42,21): warning CS1591: Missing XML comment for publicly visible type or member 'ModelDescriptor.ModelType' [\command-line-apisrcSystem.CommandLineSystem.CommandLine.csproj]
Binding\ModelDescriptor.cs(44,32): warning CS1591: Missing XML comment for publicly visible type or member 'ModelDescriptor.ToString()' [\command-line-apisrcSystem.CommandLineSystem.CommandLine.csproj]
Binding\ModelDescriptor.cs(46,39): warning CS1591: Missing XML comment for publicly visible type or member 'ModelDescriptor.FromType()' [\command-line-apisrcSystem.CommandLineSystem.CommandLine.csproj]
Binding\ModelDescriptor.cs(51,39): warning CS1591: Missing XML comment for publicly visible type or member 'ModelDescriptor.FromType(Type)' [\command-line-apisrcSystem.CommandLineSystem.CommandLine.csproj]
Binding\ParameterDescriptor.cs(8,18): warning CS1591: Missing XML comment for publicly visible type or member 'ParameterDescriptor' [\command-line-apisrcSystem.CommandLineSystem.CommandLine.csproj]
Binding\ParameterDescriptor.cs(21,23): warning CS1591: Missing XML comment for publicly visible type or member 'ParameterDescriptor.ValueName' [\command-line-apisrcSystem.CommandLineSystem.CommandLine.csproj]
Binding\ParameterDescriptor.cs(23,34): warning CS1591: Missing XML comment for publicly visible type or member 'ParameterDescriptor.Parent' [\command-line-apisrcSystem.CommandLineSystem.CommandLine.csproj]
Binding\ParameterDescriptor.cs(25,21): warning CS1591: Missing XML comment for publicly visible type or member 'ParameterDescriptor.ValueType' [\command-line-apisrcSystem.CommandLineSystem.CommandLine.csproj]
Binding\ParameterDescriptor.cs(27,21): warning CS1591: Missing XML comment for publicly visible type or member 'ParameterDescriptor.HasDefaultValue' [\command-line-apisrcSystem.CommandLineSystem.CommandLine.csproj]
Binding\ParameterDescriptor.cs(29,21): warning CS1591: Missing XML comment for publicly visible type or member 'ParameterDescriptor.AllowsNull' [\command-line-apisrcSystem.CommandLineSystem.CommandLine.csproj]
Binding\ParameterDescriptor.cs(51,24): warning CS1591: Missing XML comment for publicly visible type or member 'ParameterDescriptor.GetDefaultValue()' [\command-line-apisrcSystem.CommandLineSystem.CommandLine.csproj]
Binding\ParameterDescriptor.cs(56,32): warning CS1591: Missing XML comment for publicly visible type or member 'ParameterDescriptor.ToString()' [\command-line-apisrcSystem.CommandLineSystem.CommandLine.csproj]
Binding\PropertyDescriptor.cs(8,18): warning CS1591: Missing XML comment for publicly visible type or member 'PropertyDescriptor' [\command-line-apisrcSystem.CommandLineSystem.CommandLine.csproj]
Binding\PropertyDescriptor.cs(20,23): warning CS1591: Missing XML comment for publicly visible type or member 'PropertyDescriptor.ValueName' [\command-line-apisrcSystem.CommandLineSystem.CommandLine.csproj]
Binding\PropertyDescriptor.cs(22,32): warning CS1591: Missing XML comment for publicly visible type or member 'PropertyDescriptor.Parent' [\command-line-apisrcSystem.CommandLineSystem.CommandLine.csproj]
Binding\PropertyDescriptor.cs(26,21): warning CS1591: Missing XML comment for publicly visible type or member 'PropertyDescriptor.ValueType' [\command-line-apisrcSystem.CommandLineSystem.CommandLine.csproj]
Binding\PropertyDescriptor.cs(28,21): warning CS1591: Missing XML comment for publicly visible type or member 'PropertyDescriptor.HasDefaultValue' [\command-line-apisrcSystem.CommandLineSystem.CommandLine.csproj]
Binding\PropertyDescriptor.cs(30,24): warning CS1591: Missing XML comment for publicly visible type or member 'PropertyDescriptor.GetDefaultValue()' [\command-line-apisrcSystem.CommandLineSystem.CommandLine.csproj]
Binding\PropertyDescriptor.cs(32,21): warning CS1591: Missing XML comment for publicly visible type or member 'PropertyDescriptor.SetValue(object?, object?)' [\command-line-apisrcSystem.CommandLineSystem.CommandLine.csproj]
Binding\PropertyDescriptor.cs(37,32): warning CS1591: Missing XML comment for publicly visible type or member 'PropertyDescriptor.ToString()' [\command-line-apisrcSystem.CommandLineSystem.CommandLine.csproj]
Builder\CommandBuilder.cs(9,18): warning CS1591: Missing XML comment for publicly visible type or member 'CommandBuilder' [\command-line-apisrcSystem.CommandLineSystem.CommandLine.csproj]
Builder\CommandBuilder.cs(11,16): warning CS1591: Missing XML comment for publicly visible type or member 'CommandBuilder.CommandBuilder(Command)' [\command-line-apisrcSystem.CommandLineSystem.CommandLine.csproj]
Builder\CommandBuilder.cs(16,24): warning CS1591: Missing XML comment for publicly visible type or member 'CommandBuilder.Command' [\command-line-apisrcSystem.CommandLineSystem.CommandLine.csproj]
Builder\CommandBuilder.cs(18,36): warning CS1591: Missing XML comment for publicly visible type or member 'CommandBuilder.Options' [\command-line-apisrcSystem.CommandLineSystem.CommandLine.csproj]
Builder\CommandLineBuilder.cs(13,18): warning CS1591: Missing XML comment for publicly visible type or member 'CommandLineBuilder' [\command-line-apisrcSystem.CommandLineSystem.CommandLine.csproj]
Builder\CommandLineBuilder.cs(17,16): warning CS1591: Missing XML comment for publicly visible type or member 'CommandLineBuilder.CommandLineBuilder(Command?)' [\command-line-apisrcSystem.CommandLineSystem.CommandLine.csproj]
Builder\CommandLineBuilder.cs(22,21): warning CS1591: Missing XML comment for publicly visible type or member 'CommandLineBuilder.EnableDirectives' [\command-line-apisrcSystem.CommandLineSystem.CommandLine.csproj]
Builder\CommandLineBuilder.cs(24,21): warning CS1591: Missing XML comment for publicly visible type or member 'CommandLineBuilder.EnablePosixBundling' [\command-line-apisrcSystem.CommandLineSystem.CommandLine.csproj]
Builder\CommandLineBuilder.cs(26,37): warning CS1591: Missing XML comment for publicly visible type or member 'CommandLineBuilder.ResponseFileHandling' [\command-line-apisrcSystem.CommandLineSystem.CommandLine.csproj]
Builder\CommandLineBuilder.cs(34,23): warning CS1591: Missing XML comment for publicly visible type or member 'CommandLineBuilder.Build()' [\command-line-apisrcSystem.CommandLineSystem.CommandLine.csproj]
Builder\CommandLineBuilderExtensions.cs(21,25): warning CS1591: Missing XML comment for publicly visible type or member 'CommandLineBuilderExtensions' [\command-line-apisrcSystem.CommandLineSystem.CommandLine.csproj]
Builder\CommandLineBuilderExtensions.cs(37,32): warning CS1591: Missing XML comment for publicly visible type or member 'CommandLineBuilderExtensions.AddArgument(TBuilder, Argument)' [\command-line-apisrcSystem.CommandLineSystem.CommandLine.csproj]
Builder\CommandLineBuilderExtensions.cs(47,32): warning CS1591: Missing XML comment for publicly visible type or member 'CommandLineBuilderExtensions.AddCommand(TBuilder, Command)' [\command-line-apisrcSystem.CommandLineSystem.CommandLine.csproj]
Builder\CommandLineBuilderExtensions.cs(57,32): warning CS1591: Missing XML comment for publicly visible type or member 'CommandLineBuilderExtensions.AddOption(TBuilder, Option)' [\command-line-apisrcSystem.CommandLineSystem.CommandLine.csproj]
Builder\CommandLineBuilderExtensions.cs(67,32): warning CS1591: Missing XML comment for publicly visible type or member 'CommandLineBuilderExtensions.AddGlobalOption(TBuilder, Option)' [\command-line-apisrcSystem.CommandLineSystem.CommandLine.csproj]
Builder\CommandLineBuilderExtensions.cs(77,42): warning CS1591: Missing XML comment for publicly visible type or member 'CommandLineBuilderExtensions.CancelOnProcessTermination(CommandLineBuilder)' [\command-line-apisrcSystem.CommandLineSystem.CommandLine.csproj]
Builder\CommandLineBuilderExtensions.cs(130,42): warning CS1591: Missing XML comment for publicly visible type or member 'CommandLineBuilderExtensions.ConfigureConsole(CommandLineBuilder, Func)' [\command-line-apisrcSystem.CommandLineSystem.CommandLine.csproj]
Builder\CommandLineBuilderExtensions.cs(143,42): warning CS1591: Missing XML comment for publicly visible type or member 'CommandLineBuilderExtensions.EnableDirectives(CommandLineBuilder, bool)' [\command-line-apisrcSystem.CommandLineSystem.CommandLine.csproj]
Builder\CommandLineBuilderExtensions.cs(151,42): warning CS1591: Missing XML comment for publicly visible type or member 'CommandLineBuilderExtensions.EnablePosixBundling(CommandLineBuilder, bool)' [\command-line-apisrcSystem.CommandLineSystem.CommandLine.csproj]
Builder\CommandLineBuilderExtensions.cs(159,42): warning CS1591: Missing XML comment for publicly visible type or member 'CommandLineBuilderExtensions.ParseResponseFileAs(CommandLineBuilder, ResponseFileHandling)' [\command-line-apisrcSystem.CommandLineSystem.CommandLine.csproj]
Builder\CommandLineBuilderExtensions.cs(167,42): warning CS1591: Missing XML comment for publicly visible type or member 'CommandLineBuilderExtensions.RegisterWithDotnetSuggest(CommandLineBuilder)' [\command-line-apisrcSystem.CommandLineSystem.CommandLine.csproj]
Builder\CommandLineBuilderExtensions.cs(206,42): warning CS1591: Missing XML comment for publicly visible type or member 'CommandLineBuilderExtensions.UseDebugDirective(CommandLineBuilder)' [\command-line-apisrcSystem.CommandLineSystem.CommandLine.csproj]
Builder\CommandLineBuilderExtensions.cs(231,42): warning CS1591: Missing XML comment for publicly visible type or member 'CommandLineBuilderExtensions.UseDefaults(CommandLineBuilder)' [\command-line-apisrcSystem.CommandLineSystem.CommandLine.csproj]
Builder\CommandLineBuilderExtensions.cs(246,42): warning CS1591: Missing XML comment for publicly visible type or member 'CommandLineBuilderExtensions.UseExceptionHandler(CommandLineBuilder, Action?)' [\command-line-apisrcSystem.CommandLineSystem.CommandLine.csproj]
Builder\CommandLineBuilderExtensions.cs(278,42): warning CS1591: Missing XML comment for publicly visible type or member 'CommandLineBuilderExtensions.UseHelp(CommandLineBuilder)' [\command-line-apisrcSystem.CommandLineSystem.CommandLine.csproj]
Builder\CommandLineBuilderExtensions.cs(304,32): warning CS1591: Missing XML comment for publicly visible type or member 'CommandLineBuilderExtensions.UseHelpBuilder(TBuilder, Func)' [\command-line-apisrcSystem.CommandLineSystem.CommandLine.csproj]
Builder\CommandLineBuilderExtensions.cs(315,42): warning CS1591: Missing XML comment for publicly visible type or member 'CommandLineBuilderExtensions.UseMiddleware(CommandLineBuilder, InvocationMiddleware, MiddlewareOrder)' [\command-line-apisrcSystem.CommandLineSystem.CommandLine.csproj]
Builder\CommandLineBuilderExtensions.cs(327,42): warning CS1591: Missing XML comment for publicly visible type or member 'CommandLineBuilderExtensions.UseMiddleware(CommandLineBuilder, Action, MiddlewareOrder)' [\command-line-apisrcSystem.CommandLineSystem.CommandLine.csproj]
Builder\CommandLineBuilderExtensions.cs(341,42): warning CS1591: Missing XML comment for publicly visible type or member 'CommandLineBuilderExtensions.UseParseDirective(CommandLineBuilder)' [\command-line-apisrcSystem.CommandLineSystem.CommandLine.csproj]
Builder\CommandLineBuilderExtensions.cs(359,42): warning CS1591: Missing XML comment for publicly visible type or member 'CommandLineBuilderExtensions.UseParseErrorReporting(CommandLineBuilder)' [\command-line-apisrcSystem.CommandLineSystem.CommandLine.csproj]
Builder\CommandLineBuilderExtensions.cs(376,42): warning CS1591: Missing XML comment for publicly visible type or member 'CommandLineBuilderExtensions.UseSuggestDirective(CommandLineBuilder)' [\command-line-apisrcSystem.CommandLineSystem.CommandLine.csproj]
Builder\CommandLineBuilderExtensions.cs(405,42): warning CS1591: Missing XML comment for publicly visible type or member 'CommandLineBuilderExtensions.UseTypoCorrections(CommandLineBuilder, int)' [\command-line-apisrcSystem.CommandLineSystem.CommandLine.csproj]
Builder\CommandLineBuilderExtensions.cs(423,42): warning CS1591: Missing XML comment for publicly visible type or member 'CommandLineBuilderExtensions.UseValidationMessages(CommandLineBuilder, ValidationMessages)' [\command-line-apisrcSystem.CommandLineSystem.CommandLine.csproj]
Builder\CommandLineBuilderExtensions.cs(431,42): warning CS1591: Missing XML comment for publicly visible type or member 'CommandLineBuilderExtensions.UseVersionOption(CommandLineBuilder)' [\command-line-apisrcSystem.CommandLineSystem.CommandLine.csproj]
Collections\AliasedSet.cs(9,27): warning CS1591: Missing XML comment for publicly visible type or member 'AliasedSet' [\command-line-apisrcSystem.CommandLineSystem.CommandLine.csproj]
Collections\AliasedSet.cs(12,28): warning CS1591: Missing XML comment for publicly visible type or member 'AliasedSet.Items' [\command-line-apisrcSystem.CommandLineSystem.CommandLine.csproj]
Collections\AliasedSet.cs(14,19): warning CS1591: Missing XML comment for publicly visible type or member 'AliasedSet.this[string]' [\command-line-apisrcSystem.CommandLineSystem.CommandLine.csproj]
Collections\AliasedSet.cs(16,19): warning CS1591: Missing XML comment for publicly visible type or member 'AliasedSet.GetByAlias(string)' [\command-line-apisrcSystem.CommandLineSystem.CommandLine.csproj]
Collections\AliasedSet.cs(47,20): warning CS1591: Missing XML comment for publicly visible type or member 'AliasedSet.Count' [\command-line-apisrcSystem.CommandLineSystem.CommandLine.csproj]
Collections\AliasedSet.cs(51,31): warning CS1591: Missing XML comment for publicly visible type or member 'AliasedSet.GetEnumerator()' [\command-line-apisrcSystem.CommandLineSystem.CommandLine.csproj]
Collections\AliasedSet.cs(63,50): warning CS1591: Missing XML comment for publicly visible type or member 'AliasedSet.GetAliases(T)' [\command-line-apisrcSystem.CommandLineSystem.CommandLine.csproj]
Collections\AliasedSet.cs(65,50): warning CS1591: Missing XML comment for publicly visible type or member 'AliasedSet.GetRawAliases(T)' [\command-line-apisrcSystem.CommandLineSystem.CommandLine.csproj]
Collections\AliasedSet.cs(67,21): warning CS1591: Missing XML comment for publicly visible type or member 'AliasedSet.Contains(string)' [\command-line-apisrcSystem.CommandLineSystem.CommandLine.csproj]
Collections\ISymbolSet.cs(8,22): warning CS1591: Missing XML comment for publicly visible type or member 'ISymbolSet' [\command-line-apisrcSystem.CommandLineSystem.CommandLine.csproj]
Collections\ISymbolSet.cs(10,18): warning CS1591: Missing XML comment for publicly visible type or member 'ISymbolSet.GetByAlias(string)' [\command-line-apisrcSystem.CommandLineSystem.CommandLine.csproj]
Collections\SymbolSet.cs(9,18): warning CS1591: Missing XML comment for publicly visible type or member 'SymbolSet' [\command-line-apisrcSystem.CommandLineSystem.CommandLine.csproj]
Collections\SymbolSet.cs(80,50): warning CS1591: Missing XML comment for publicly visible type or member 'SymbolSet.GetAliases(ISymbol)' [\command-line-apisrcSystem.CommandLineSystem.CommandLine.csproj]
Collections\SymbolSet.cs(83,50): warning CS1591: Missing XML comment for publicly visible type or member 'SymbolSet.GetRawAliases(ISymbol)' [\command-line-apisrcSystem.CommandLineSystem.CommandLine.csproj]
Command.cs(13,18): warning CS1591: Missing XML comment for publicly visible type or member 'Command' [\command-line-apisrcSystem.CommandLineSystem.CommandLine.csproj]
Command.cs(17,16): warning CS1591: Missing XML comment for publicly visible type or member 'Command.Command(string, string?)' [\command-line-apisrcSystem.CommandLineSystem.CommandLine.csproj]
Command.cs(21,38): warning CS1591: Missing XML comment for publicly visible type or member 'Command.Arguments' [\command-line-apisrcSystem.CommandLineSystem.CommandLine.csproj]
Command.cs(23,36): warning CS1591: Missing XML comment for publicly visible type or member 'Command.Options' [\command-line-apisrcSystem.CommandLineSystem.CommandLine.csproj]
Command.cs(25,36): warning CS1591: Missing XML comment for publicly visible type or member 'Command.GlobalOptions' [\command-line-apisrcSystem.CommandLineSystem.CommandLine.csproj]
Command.cs(27,21): warning CS1591: Missing XML comment for publicly visible type or member 'Command.AddArgument(Argument)' [\command-line-apisrcSystem.CommandLineSystem.CommandLine.csproj]
Command.cs(29,21): warning CS1591: Missing XML comment for publicly visible type or member 'Command.AddCommand(Command)' [\command-line-apisrcSystem.CommandLineSystem.CommandLine.csproj]
Command.cs(31,21): warning CS1591: Missing XML comment for publicly visible type or member 'Command.AddOption(Option)' [\command-line-apisrcSystem.CommandLineSystem.CommandLine.csproj]
Command.cs(33,21): warning CS1591: Missing XML comment for publicly visible type or member 'Command.AddGlobalOption(Option)' [\command-line-apisrcSystem.CommandLineSystem.CommandLine.csproj]
Command.cs(39,21): warning CS1591: Missing XML comment for publicly visible type or member 'Command.TryAddGlobalOption(Option)' [\command-line-apisrcSystem.CommandLineSystem.CommandLine.csproj]
Command.cs(53,21): warning CS1591: Missing XML comment for publicly visible type or member 'Command.Add(Symbol)' [\command-line-apisrcSystem.CommandLineSystem.CommandLine.csproj]
Command.cs(55,21): warning CS1591: Missing XML comment for publicly visible type or member 'Command.Add(Argument)' [\command-line-apisrcSystem.CommandLineSystem.CommandLine.csproj]
Command.cs(71,21): warning CS1591: Missing XML comment for publicly visible type or member 'Command.AddValidator(ValidateSymbol)' [\command-line-apisrcSystem.CommandLineSystem.CommandLine.csproj]
Command.cs(73,21): warning CS1591: Missing XML comment for publicly visible type or member 'Command.TreatUnmatchedTokensAsErrors' [\command-line-apisrcSystem.CommandLineSystem.CommandLine.csproj]
Command.cs(75,33): warning CS1591: Missing XML comment for publicly visible type or member 'Command.Handler' [\command-line-apisrcSystem.CommandLineSystem.CommandLine.csproj]
Command.cs(77,36): warning CS1591: Missing XML comment for publicly visible type or member 'Command.GetEnumerator()' [\command-line-apisrcSystem.CommandLineSystem.CommandLine.csproj]
CommandExtensions.cs(13,25): warning CS1591: Missing XML comment for publicly visible type or member 'CommandExtensions' [\command-line-apisrcSystem.CommandLineSystem.CommandLine.csproj]
CommandExtensions.cs(15,27): warning CS1591: Missing XML comment for publicly visible type or member 'CommandExtensions.Invoke(Command, string[], IConsole?)' [\command-line-apisrcSystem.CommandLineSystem.CommandLine.csproj]
CommandExtensions.cs(23,27): warning CS1591: Missing XML comment for publicly visible type or member 'CommandExtensions.Invoke(Command, string, IConsole?)' [\command-line-apisrcSystem.CommandLineSystem.CommandLine.csproj]
CommandExtensions.cs(29,39): warning CS1591: Missing XML comment for publicly visible type or member 'CommandExtensions.InvokeAsync(Command, string[], IConsole?)' [\command-line-apisrcSystem.CommandLineSystem.CommandLine.csproj]
CommandExtensions.cs(37,33): warning CS1591: Missing XML comment for publicly visible type or member 'CommandExtensions.InvokeAsync(Command, string, IConsole?)' [\command-line-apisrcSystem.CommandLineSystem.CommandLine.csproj]
CommandExtensions.cs(55,35): warning CS1591: Missing XML comment for publicly visible type or member 'CommandExtensions.Parse(Command, params string[])' [\command-line-apisrcSystem.CommandLineSystem.CommandLine.csproj]
CommandExtensions.cs(60,35): warning CS1591: Missing XML comment for publicly visible type or member 'CommandExtensions.Parse(Command, string, IReadOnlyCollection?)' [\command-line-apisrcSystem.CommandLineSystem.CommandLine.csproj]
CommandLineConfiguration.cs(14,18): warning CS1591: Missing XML comment for publicly visible type or member 'CommandLineConfiguration' [\command-line-apisrcSystem.CommandLineSystem.CommandLine.csproj]
CommandLineConfiguration.cs(20,16): warning CS1591: Missing XML comment for publicly visible type or member 'CommandLineConfiguration.CommandLineConfiguration(IReadOnlyCollection, IReadOnlyCollection?, bool, bool, ValidationMessages?, ResponseFileHandling, IReadOnlyCollection?, Func?)' [\command-line-apisrcSystem.CommandLineSystem.CommandLine.csproj]
CommandLineConfiguration.cs(111,27): warning CS1591: Missing XML comment for publicly visible type or member 'CommandLineConfiguration.Symbols' [\command-line-apisrcSystem.CommandLineSystem.CommandLine.csproj]
CommandLineConfiguration.cs(113,42): warning CS1591: Missing XML comment for publicly visible type or member 'CommandLineConfiguration.ArgumentDelimiters' [\command-line-apisrcSystem.CommandLineSystem.CommandLine.csproj]
CommandLineConfiguration.cs(115,21): warning CS1591: Missing XML comment for publicly visible type or member 'CommandLineConfiguration.EnableDirectives' [\command-line-apisrcSystem.CommandLineSystem.CommandLine.csproj]
CommandLineConfiguration.cs(117,21): warning CS1591: Missing XML comment for publicly visible type or member 'CommandLineConfiguration.EnablePosixBundling' [\command-line-apisrcSystem.CommandLineSystem.CommandLine.csproj]
CommandLineConfiguration.cs(119,35): warning CS1591: Missing XML comment for publicly visible type or member 'CommandLineConfiguration.ValidationMessages' [\command-line-apisrcSystem.CommandLineSystem.CommandLine.csproj]
CommandLineConfiguration.cs(125,25): warning CS1591: Missing XML comment for publicly visible type or member 'CommandLineConfiguration.RootCommand' [\command-line-apisrcSystem.CommandLineSystem.CommandLine.csproj]
Help\DefaultHelpText.cs(11,29): warning CS1591: Missing XML comment for publicly visible type or member 'DefaultHelpText.AdditionalArguments' [\command-line-apisrcSystem.CommandLineSystem.CommandLine.csproj]
Help\DefaultHelpText.cs(13,34): warning CS1591: Missing XML comment for publicly visible type or member 'DefaultHelpText.AdditionalArguments.Title' [\command-line-apisrcSystem.CommandLineSystem.CommandLine.csproj]
Help\DefaultHelpText.cs(14,34): warning CS1591: Missing XML comment for publicly visible type or member 'DefaultHelpText.AdditionalArguments.Description' [\command-line-apisrcSystem.CommandLineSystem.CommandLine.csproj]
Help\DefaultHelpText.cs(17,29): warning CS1591: Missing XML comment for publicly visible type or member 'DefaultHelpText.Arguments' [\command-line-apisrcSystem.CommandLineSystem.CommandLine.csproj]
Help\DefaultHelpText.cs(19,34): warning CS1591: Missing XML comment for publicly visible type or member 'DefaultHelpText.Arguments.Title' [\command-line-apisrcSystem.CommandLineSystem.CommandLine.csproj]
Help\DefaultHelpText.cs(22,29): warning CS1591: Missing XML comment for publicly visible type or member 'DefaultHelpText.Commands' [\command-line-apisrcSystem.CommandLineSystem.CommandLine.csproj]
Help\DefaultHelpText.cs(24,34): warning CS1591: Missing XML comment for publicly visible type or member 'DefaultHelpText.Commands.Title' [\command-line-apisrcSystem.CommandLineSystem.CommandLine.csproj]
Help\DefaultHelpText.cs(27,29): warning CS1591: Missing XML comment for publicly visible type or member 'DefaultHelpText.Options' [\command-line-apisrcSystem.CommandLineSystem.CommandLine.csproj]
Help\DefaultHelpText.cs(29,34): warning CS1591: Missing XML comment for publicly visible type or member 'DefaultHelpText.Options.Title' [\command-line-apisrcSystem.CommandLineSystem.CommandLine.csproj]
Help\DefaultHelpText.cs(32,29): warning CS1591: Missing XML comment for publicly visible type or member 'DefaultHelpText.Usage' [\command-line-apisrcSystem.CommandLineSystem.CommandLine.csproj]
Help\DefaultHelpText.cs(34,34): warning CS1591: Missing XML comment for publicly visible type or member 'DefaultHelpText.Usage.AdditionalArguments' [\command-line-apisrcSystem.CommandLineSystem.CommandLine.csproj]
Help\DefaultHelpText.cs(35,34): warning CS1591: Missing XML comment for publicly visible type or member 'DefaultHelpText.Usage.Command' [\command-line-apisrcSystem.CommandLineSystem.CommandLine.csproj]
Help\DefaultHelpText.cs(36,34): warning CS1591: Missing XML comment for publicly visible type or member 'DefaultHelpText.Usage.Options' [\command-line-apisrcSystem.CommandLineSystem.CommandLine.csproj]
Help\DefaultHelpText.cs(37,34): warning CS1591: Missing XML comment for publicly visible type or member 'DefaultHelpText.Usage.Title' [\command-line-apisrcSystem.CommandLineSystem.CommandLine.csproj]
Help\HelpBuilder.cs(14,18): warning CS1591: Missing XML comment for publicly visible type or member 'HelpBuilder' [\command-line-apisrcSystem.CommandLineSystem.CommandLine.csproj]
Help\HelpBuilder.cs(16,29): warning CS1591: Missing XML comment for publicly visible type or member 'HelpBuilder.DefaultColumnGutter' [\command-line-apisrcSystem.CommandLineSystem.CommandLine.csproj]
Help\HelpBuilder.cs(17,29): warning CS1591: Missing XML comment for publicly visible type or member 'HelpBuilder.DefaultIndentationSize' [\command-line-apisrcSystem.CommandLineSystem.CommandLine.csproj]
Help\HelpBuilder.cs(18,29): warning CS1591: Missing XML comment for publicly visible type or member 'HelpBuilder.WindowMargin' [\command-line-apisrcSystem.CommandLineSystem.CommandLine.csproj]
Help\HelpBuilder.cs(21,28): warning CS1591: Missing XML comment for publicly visible type or member 'HelpBuilder.Console' [\command-line-apisrcSystem.CommandLineSystem.CommandLine.csproj]
Help\HelpBuilder.cs(23,20): warning CS1591: Missing XML comment for publicly visible type or member 'HelpBuilder.ColumnGutter' [\command-line-apisrcSystem.CommandLineSystem.CommandLine.csproj]
Help\HelpBuilder.cs(25,20): warning CS1591: Missing XML comment for publicly visible type or member 'HelpBuilder.IndentationSize' [\command-line-apisrcSystem.CommandLineSystem.CommandLine.csproj]
Help\HelpBuilder.cs(27,20): warning CS1591: Missing XML comment for publicly visible type or member 'HelpBuilder.MaxWidth' [\command-line-apisrcSystem.CommandLineSystem.CommandLine.csproj]
Help\HelpBuilder.cs(73,23): warning CS1591: Missing XML comment for publicly visible type or member 'HelpBuilder.CurrentIndentation' [\command-line-apisrcSystem.CommandLineSystem.CommandLine.csproj]
Help\HelpBuilder.cs(325,34): warning CS1591: Missing XML comment for publicly visible type or member 'HelpBuilder.ArgumentDescriptor(IArgument)' [\command-line-apisrcSystem.CommandLineSystem.CommandLine.csproj]
Help\HelpBuilder.cs(341,34): warning CS1591: Missing XML comment for publicly visible type or member 'HelpBuilder.DefaultValueHint(IArgument, bool)' [\command-line-apisrcSystem.CommandLineSystem.CommandLine.csproj]
Help\HelpBuilder.cs(591,32): warning CS1591: Missing XML comment for publicly visible type or member 'HelpBuilder.AddAdditionalArguments(ICommand)' [\command-line-apisrcSystem.CommandLineSystem.CommandLine.csproj]
Help\HelpBuilder.cs(623,25): warning CS1591: Missing XML comment for publicly visible type or member 'HelpBuilder.HelpItem' [\command-line-apisrcSystem.CommandLineSystem.CommandLine.csproj]
Help\HelpBuilder.cs(625,20): warning CS1591: Missing XML comment for publicly visible type or member 'HelpBuilder.HelpItem.HelpItem(string, string?, string?)' [\command-line-apisrcSystem.CommandLineSystem.CommandLine.csproj]
Help\HelpBuilder.cs(635,27): warning CS1591: Missing XML comment for publicly visible type or member 'HelpBuilder.HelpItem.Invocation' [\command-line-apisrcSystem.CommandLineSystem.CommandLine.csproj]
Help\HelpBuilder.cs(637,27): warning CS1591: Missing XML comment for publicly visible type or member 'HelpBuilder.HelpItem.Description' [\command-line-apisrcSystem.CommandLineSystem.CommandLine.csproj]
Help\HelpBuilder.cs(639,27): warning CS1591: Missing XML comment for publicly visible type or member 'HelpBuilder.HelpItem.DefaultValueHint' [\command-line-apisrcSystem.CommandLineSystem.CommandLine.csproj]
Help\HelpBuilder.cs(641,28): warning CS1591: Missing XML comment for publicly visible type or member 'HelpBuilder.HelpItem.Equals(HelpBuilder.HelpItem)' [\command-line-apisrcSystem.CommandLineSystem.CommandLine.csproj]
Help\HelpBuilder.cs(644,34): warning CS1591: Missing XML comment for publicly visible type or member 'HelpBuilder.HelpItem.Equals(object)' [\command-line-apisrcSystem.CommandLineSystem.CommandLine.csproj]
Help\HelpBuilder.cs(646,33): warning CS1591: Missing XML comment for publicly visible type or member 'HelpBuilder.HelpItem.GetHashCode()' [\command-line-apisrcSystem.CommandLineSystem.CommandLine.csproj]
Help\HelpBuilder.cs(648,25): warning CS1591: Missing XML comment for publicly visible type or member 'HelpBuilder.HelpItem.HasDefaultValueHint' [\command-line-apisrcSystem.CommandLineSystem.CommandLine.csproj]
Help\IHelpBuilder.cs(6,22): warning CS1591: Missing XML comment for publicly visible type or member 'IHelpBuilder' [\command-line-apisrcSystem.CommandLineSystem.CommandLine.csproj]
Help\IHelpBuilder.cs(8,14): warning CS1591: Missing XML comment for publicly visible type or member 'IHelpBuilder.Write(ICommand)' [\command-line-apisrcSystem.CommandLineSystem.CommandLine.csproj]
IArgument.cs(9,22): warning CS1591: Missing XML comment for publicly visible type or member 'IArgument' [\command-line-apisrcSystem.CommandLineSystem.CommandLine.csproj]
IArgument.cs(14,24): warning CS1591: Missing XML comment for publicly visible type or member 'IArgument.Arity' [\command-line-apisrcSystem.CommandLineSystem.CommandLine.csproj]
IArgumentArity.cs(6,22): warning CS1591: Missing XML comment for publicly visible type or member 'IArgumentArity' [\command-line-apisrcSystem.CommandLineSystem.CommandLine.csproj]
IArgumentArity.cs(8,13): warning CS1591: Missing XML comment for publicly visible type or member 'IArgumentArity.MinimumNumberOfValues' [\command-line-apisrcSystem.CommandLineSystem.CommandLine.csproj]
IArgumentArity.cs(10,13): warning CS1591: Missing XML comment for publicly visible type or member 'IArgumentArity.MaximumNumberOfValues' [\command-line-apisrcSystem.CommandLineSystem.CommandLine.csproj]
ICommand.cs(8,22): warning CS1591: Missing XML comment for publicly visible type or member 'ICommand' [\command-line-apisrcSystem.CommandLineSystem.CommandLine.csproj]
ICommand.cs(10,14): warning CS1591: Missing XML comment for publicly visible type or member 'ICommand.TreatUnmatchedTokensAsErrors' [\command-line-apisrcSystem.CommandLineSystem.CommandLine.csproj]
ICommand.cs(12,32): warning CS1591: Missing XML comment for publicly visible type or member 'ICommand.Arguments' [\command-line-apisrcSystem.CommandLineSystem.CommandLine.csproj]
ICommand.cs(14,30): warning CS1591: Missing XML comment for publicly visible type or member 'ICommand.Options' [\command-line-apisrcSystem.CommandLineSystem.CommandLine.csproj]
IConsole.cs(8,22): warning CS1591: Missing XML comment for publicly visible type or member 'IConsole' [\command-line-apisrcSystem.CommandLineSystem.CommandLine.csproj]
IDirectiveCollection.cs(9,22): warning CS1591: Missing XML comment for publicly visible type or member 'IDirectiveCollection' [\command-line-apisrcSystem.CommandLineSystem.CommandLine.csproj]
IDirectiveCollection.cs(11,14): warning CS1591: Missing XML comment for publicly visible type or member 'IDirectiveCollection.Contains(string)' [\command-line-apisrcSystem.CommandLineSystem.CommandLine.csproj]
IDirectiveCollection.cs(13,14): warning CS1591: Missing XML comment for publicly visible type or member 'IDirectiveCollection.TryGetValues(string, out IEnumerable?)' [\command-line-apisrcSystem.CommandLineSystem.CommandLine.csproj]
Invocation\CommandHandler.cs(10,25): warning CS1591: Missing XML comment for publicly visible type or member 'CommandHandler' [\command-line-apisrcSystem.CommandLineSystem.CommandLine.csproj]
Invocation\CommandHandler.cs(12,39): warning CS1591: Missing XML comment for publicly visible type or member 'CommandHandler.Create(Delegate)' [\command-line-apisrcSystem.CommandLineSystem.CommandLine.csproj]
Invocation\CommandHandler.cs(15,39): warning CS1591: Missing XML comment for publicly visible type or member 'CommandHandler.Create(MethodInfo, object?)' [\command-line-apisrcSystem.CommandLineSystem.CommandLine.csproj]
Invocation\CommandHandler.cs(18,39): warning CS1591: Missing XML comment for publicly visible type or member 'CommandHandler.Create(Action)' [\command-line-apisrcSystem.CommandLineSystem.CommandLine.csproj]
Invocation\CommandHandler.cs(21,39): warning CS1591: Missing XML comment for publicly visible type or member 'CommandHandler.Create(Action)' [\command-line-apisrcSystem.CommandLineSystem.CommandLine.csproj]
Invocation\CommandHandler.cs(25,39): warning CS1591: Missing XML comment for publicly visible type or member 'CommandHandler.Create(Action)' [\command-line-apisrcSystem.CommandLineSystem.CommandLine.csproj]
Invocation\CommandHandler.cs(29,39): warning CS1591: Missing XML comment for publicly visible type or member 'CommandHandler.Create(Action)' [\command-line-apisrcSystem.CommandLineSystem.CommandLine.csproj]
Invocation\CommandHandler.cs(33,39): warning CS1591: Missing XML comment for publicly visible type or member 'CommandHandler.Create(Action)' [\command-line-apisrcSystem.CommandLineSystem.CommandLine.csproj]
Invocation\CommandHandler.cs(37,39): warning CS1591: Missing XML comment for publicly visible type or member 'CommandHandler.Create(Action)' [\command-line-apisrcSystem.CommandLineSystem.CommandLine.csproj]
Invocation\CommandHandler.cs(41,39): warning CS1591: Missing XML comment for publicly visible type or member 'CommandHandler.Create(Action)' [\command-line-apisrcSystem.CommandLineSystem.CommandLine.csproj]
Invocation\CommandHandler.cs(45,39): warning CS1591: Missing XML comment for publicly visible type or member 'CommandHandler.Create(Action)' [\command-line-apisrcSystem.CommandLineSystem.CommandLine.csproj]
Invocation\CommandHandler.cs(49,39): warning CS1591: Missing XML comment for publicly visible type or member 'CommandHandler.Create(Func)' [\command-line-apisrcSystem.CommandLineSystem.CommandLine.csproj]
Invocation\CommandHandler.cs(52,39): warning CS1591: Missing XML comment for publicly visible type or member 'CommandHandler.Create(Func)' [\command-line-apisrcSystem.CommandLineSystem.CommandLine.csproj]
Invocation\CommandHandler.cs(56,39): warning CS1591: Missing XML comment for publicly visible type or member 'CommandHandler.Create(Func)' [\command-line-apisrcSystem.CommandLineSystem.CommandLine.csproj]
Invocation\CommandHandler.cs(60,39): warning CS1591: Missing XML comment for publicly visible type or member 'CommandHandler.Create(Func)' [\command-line-apisrcSystem.CommandLineSystem.CommandLine.csproj]
Invocation\CommandHandler.cs(64,39): warning CS1591: Missing XML comment for publicly visible type or member 'CommandHandler.Create(Func)' [\command-line-apisrcSystem.CommandLineSystem.CommandLine.csproj]
Invocation\CommandHandler.cs(68,39): warning CS1591: Missing XML comment for publicly visible type or member 'CommandHandler.Create(Func)' [\command-line-apisrcSystem.CommandLineSystem.CommandLine.csproj]
Invocation\CommandHandler.cs(72,39): warning CS1591: Missing XML comment for publicly visible type or member 'CommandHandler.Create(Func)' [\command-line-apisrcSystem.CommandLineSystem.CommandLine.csproj]
Invocation\CommandHandler.cs(76,39): warning CS1591: Missing XML comment for publicly visible type or member 'CommandHandler.Create(Func)' [\command-line-apisrcSystem.CommandLineSystem.CommandLine.csproj]
Invocation\CommandHandler.cs(80,39): warning CS1591: Missing XML comment for publicly visible type or member 'CommandHandler.Create(Func)' [\command-line-apisrcSystem.CommandLineSystem.CommandLine.csproj]
Invocation\CommandHandler.cs(83,39): warning CS1591: Missing XML comment for publicly visible type or member 'CommandHandler.Create(Func)' [\command-line-apisrcSystem.CommandLineSystem.CommandLine.csproj]
Invocation\CommandHandler.cs(87,39): warning CS1591: Missing XML comment for publicly visible type or member 'CommandHandler.Create(Func)' [\command-line-apisrcSystem.CommandLineSystem.CommandLine.csproj]
Invocation\CommandHandler.cs(91,39): warning CS1591: Missing XML comment for publicly visible type or member 'CommandHandler.Create(Func)' [\command-line-apisrcSystem.CommandLineSystem.CommandLine.csproj]
Invocation\CommandHandler.cs(95,39): warning CS1591: Missing XML comment for publicly visible type or member 'CommandHandler.Create(Func)' [\command-line-apisrcSystem.CommandLineSystem.CommandLine.csproj]
Invocation\CommandHandler.cs(99,39): warning CS1591: Missing XML comment for publicly visible type or member 'CommandHandler.Create(Func)' [\command-line-apisrcSystem.CommandLineSystem.CommandLine.csproj]
Invocation\CommandHandler.cs(103,39): warning CS1591: Missing XML comment for publicly visible type or member 'CommandHandler.Create(Func)' [\command-line-apisrcSystem.CommandLineSystem.CommandLine.csproj]
Invocation\CommandHandler.cs(107,39): warning CS1591: Missing XML comment for publicly visible type or member 'CommandHandler.Create(Func)' [\command-line-apisrcSystem.CommandLineSystem.CommandLine.csproj]
Invocation\CommandHandler.cs(111,39): warning CS1591: Missing XML comment for publicly visible type or member 'CommandHandler.Create(Func>)' [\command-line-apisrcSystem.CommandLineSystem.CommandLine.csproj]
Invocation\CommandHandler.cs(114,39): warning CS1591: Missing XML comment for publicly visible type or member 'CommandHandler.Create(Func>)' [\command-line-apisrcSystem.CommandLineSystem.CommandLine.csproj]
Invocation\CommandHandler.cs(118,39): warning CS1591: Missing XML comment for publicly visible type or member 'CommandHandler.Create(Func>)' [\command-line-apisrcSystem.CommandLineSystem.CommandLine.csproj]
Invocation\CommandHandler.cs(122,39): warning CS1591: Missing XML comment for publicly visible type or member 'CommandHandler.Create(Func>)' [\command-line-apisrcSystem.CommandLineSystem.CommandLine.csproj]
Invocation\CommandHandler.cs(126,39): warning CS1591: Missing XML comment for publicly visible type or member 'CommandHandler.Create(Func>)' [\command-line-apisrcSystem.CommandLineSystem.CommandLine.csproj]
Invocation\CommandHandler.cs(130,39): warning CS1591: Missing XML comment for publicly visible type or member 'CommandHandler.Create(Func>)' [\command-line-apisrcSystem.CommandLineSystem.CommandLine.csproj]
Invocation\CommandHandler.cs(134,39): warning CS1591: Missing XML comment for publicly visible type or member 'CommandHandler.Create(Func>)' [\command-line-apisrcSystem.CommandLineSystem.CommandLine.csproj]
Invocation\CommandHandler.cs(138,39): warning CS1591: Missing XML comment for publicly visible type or member 'CommandHandler.Create(Func>)' [\command-line-apisrcSystem.CommandLineSystem.CommandLine.csproj]
Invocation\HelpResult.cs(6,18): warning CS1591: Missing XML comment for publicly visible type or member 'HelpResult' [\command-line-apisrcSystem.CommandLineSystem.CommandLine.csproj]
Invocation\HelpResult.cs(8,21): warning CS1591: Missing XML comment for publicly visible type or member 'HelpResult.Apply(InvocationContext)' [\command-line-apisrcSystem.CommandLineSystem.CommandLine.csproj]
Invocation\ICommandHandler.cs(8,22): warning CS1591: Missing XML comment for publicly visible type or member 'ICommandHandler' [\command-line-apisrcSystem.CommandLineSystem.CommandLine.csproj]
Invocation\ICommandHandler.cs(10,19): warning CS1591: Missing XML comment for publicly visible type or member 'ICommandHandler.InvokeAsync(InvocationContext)' [\command-line-apisrcSystem.CommandLineSystem.CommandLine.csproj]
Invocation\IInvocationResult.cs(6,22): warning CS1591: Missing XML comment for publicly visible type or member 'IInvocationResult' [\command-line-apisrcSystem.CommandLineSystem.CommandLine.csproj]
Invocation\IInvocationResult.cs(8,14): warning CS1591: Missing XML comment for publicly visible type or member 'IInvocationResult.Apply(InvocationContext)' [\command-line-apisrcSystem.CommandLineSystem.CommandLine.csproj]
Invocation\InvocationContext.cs(10,25): warning CS1591: Missing XML comment for publicly visible type or member 'InvocationContext' [\command-line-apisrcSystem.CommandLineSystem.CommandLine.csproj]
Invocation\InvocationContext.cs(15,31): warning CS1591: Missing XML comment for publicly visible type or member 'InvocationContext.BindingContext' [\command-line-apisrcSystem.CommandLineSystem.CommandLine.csproj]
Invocation\InvocationContext.cs(17,16): warning CS1591: Missing XML comment for publicly visible type or member 'InvocationContext.InvocationContext(ParseResult, IConsole?)' [\command-line-apisrcSystem.CommandLineSystem.CommandLine.csproj]
Invocation\InvocationContext.cs(26,25): warning CS1591: Missing XML comment for publicly visible type or member 'InvocationContext.Console' [\command-line-apisrcSystem.CommandLineSystem.CommandLine.csproj]
Invocation\InvocationContext.cs(28,23): warning CS1591: Missing XML comment for publicly visible type or member 'InvocationContext.Parser' [\command-line-apisrcSystem.CommandLineSystem.CommandLine.csproj]
Invocation\InvocationContext.cs(30,28): warning CS1591: Missing XML comment for publicly visible type or member 'InvocationContext.ParseResult' [\command-line-apisrcSystem.CommandLineSystem.CommandLine.csproj]
Invocation\InvocationContext.cs(36,20): warning CS1591: Missing XML comment for publicly visible type or member 'InvocationContext.ResultCode' [\command-line-apisrcSystem.CommandLineSystem.CommandLine.csproj]
Invocation\InvocationContext.cs(38,35): warning CS1591: Missing XML comment for publicly visible type or member 'InvocationContext.InvocationResult' [\command-line-apisrcSystem.CommandLineSystem.CommandLine.csproj]
Invocation\InvocationContext.cs(69,21): warning CS1591: Missing XML comment for publicly visible type or member 'InvocationContext.Dispose()' [\command-line-apisrcSystem.CommandLineSystem.CommandLine.csproj]
Invocation\InvocationMiddleware.cs(8,26): warning CS1591: Missing XML comment for publicly visible type or member 'InvocationMiddleware' [\command-line-apisrcSystem.CommandLineSystem.CommandLine.csproj]
Invocation\MiddlewareOrder.cs(6,17): warning CS1591: Missing XML comment for publicly visible type or member 'MiddlewareOrder' [\command-line-apisrcSystem.CommandLineSystem.CommandLine.csproj]
Invocation\MiddlewareOrder.cs(8,9): warning CS1591: Missing XML comment for publicly visible type or member 'MiddlewareOrder.ExceptionHandler' [\command-line-apisrcSystem.CommandLineSystem.CommandLine.csproj]
Invocation\MiddlewareOrder.cs(9,9): warning CS1591: Missing XML comment for publicly visible type or member 'MiddlewareOrder.Configuration' [\command-line-apisrcSystem.CommandLineSystem.CommandLine.csproj]
Invocation\MiddlewareOrder.cs(10,9): warning CS1591: Missing XML comment for publicly visible type or member 'MiddlewareOrder.Default' [\command-line-apisrcSystem.CommandLineSystem.CommandLine.csproj]
Invocation\MiddlewareOrder.cs(11,9): warning CS1591: Missing XML comment for publicly visible type or member 'MiddlewareOrder.ErrorReporting' [\command-line-apisrcSystem.CommandLineSystem.CommandLine.csproj]
Invocation\ParseErrorResult.cs(8,18): warning CS1591: Missing XML comment for publicly visible type or member 'ParseErrorResult' [\command-line-apisrcSystem.CommandLineSystem.CommandLine.csproj]
Invocation\ParseErrorResult.cs(10,21): warning CS1591: Missing XML comment for publicly visible type or member 'ParseErrorResult.Apply(InvocationContext)' [\command-line-apisrcSystem.CommandLineSystem.CommandLine.csproj]
Invocation\Process.cs(9,25): warning CS1591: Missing XML comment for publicly visible type or member 'Process' [\command-line-apisrcSystem.CommandLineSystem.CommandLine.csproj]
Invocation\Process.cs(11,39): warning CS1591: Missing XML comment for publicly visible type or member 'Process.ExecuteAsync(string, string, string?, Action?, Action?, params (string key, string value)[])' [\command-line-apisrcSystem.CommandLineSystem.CommandLine.csproj]
Invocation\Process.cs(29,39): warning CS1591: Missing XML comment for publicly visible type or member 'Process.CompleteAsync(Process, CancellationToken?)' [\command-line-apisrcSystem.CommandLineSystem.CommandLine.csproj]
Invocation\Process.cs(39,43): warning CS1591: Missing XML comment for publicly visible type or member 'Process.StartProcess(string, string, string?, Action?, Action?, params (string key, string value)[])' [\command-line-apisrcSystem.CommandLineSystem.CommandLine.csproj]
IOption.cs(8,22): warning CS1591: Missing XML comment for publicly visible type or member 'IOption' [\command-line-apisrcSystem.CommandLineSystem.CommandLine.csproj]
IOption.cs(10,19): warning CS1591: Missing XML comment for publicly visible type or member 'IOption.Argument' [\command-line-apisrcSystem.CommandLineSystem.CommandLine.csproj]
IOption.cs(12,14): warning CS1591: Missing XML comment for publicly visible type or member 'IOption.Required' [\command-line-apisrcSystem.CommandLineSystem.CommandLine.csproj]
IO\IStandardError.cs(6,22): warning CS1591: Missing XML comment for publicly visible type or member 'IStandardError' [\command-line-apisrcSystem.CommandLineSystem.CommandLine.csproj]
IO\IStandardError.cs(8,31): warning CS1591: Missing XML comment for publicly visible type or member 'IStandardError.Error' [\command-line-apisrcSystem.CommandLineSystem.CommandLine.csproj]
IO\IStandardError.cs(10,14): warning CS1591: Missing XML comment for publicly visible type or member 'IStandardError.IsErrorRedirected' [\command-line-apisrcSystem.CommandLineSystem.CommandLine.csproj]
IO\IStandardIn.cs(6,22): warning CS1591: Missing XML comment for publicly visible type or member 'IStandardIn' [\command-line-apisrcSystem.CommandLineSystem.CommandLine.csproj]
IO\IStandardIn.cs(8,14): warning CS1591: Missing XML comment for publicly visible type or member 'IStandardIn.IsInputRedirected' [\command-line-apisrcSystem.CommandLineSystem.CommandLine.csproj]
IO\IStandardOut.cs(6,22): warning CS1591: Missing XML comment for publicly visible type or member 'IStandardOut' [\command-line-apisrcSystem.CommandLineSystem.CommandLine.csproj]
IO\IStandardOut.cs(8,31): warning CS1591: Missing XML comment for publicly visible type or member 'IStandardOut.Out' [\command-line-apisrcSystem.CommandLineSystem.CommandLine.csproj]
IO\IStandardOut.cs(10,14): warning CS1591: Missing XML comment for publicly visible type or member 'IStandardOut.IsOutputRedirected' [\command-line-apisrcSystem.CommandLineSystem.CommandLine.csproj]
IO\IStandardStreamWriter.cs(6,22): warning CS1591: Missing XML comment for publicly visible type or member 'IStandardStreamWriter' [\command-line-apisrcSystem.CommandLineSystem.CommandLine.csproj]
IO\IStandardStreamWriter.cs(8,14): warning CS1591: Missing XML comment for publicly visible type or member 'IStandardStreamWriter.Write(string)' [\command-line-apisrcSystem.CommandLineSystem.CommandLine.csproj]
IO\StandardStreamWriter.cs(8,25): warning CS1591: Missing XML comment for publicly visible type or member 'StandardStreamWriter' [\command-line-apisrcSystem.CommandLineSystem.CommandLine.csproj]
IO\StandardStreamWriter.cs(10,45): warning CS1591: Missing XML comment for publicly visible type or member 'StandardStreamWriter.Create(TextWriter)' [\command-line-apisrcSystem.CommandLineSystem.CommandLine.csproj]
IO\StandardStreamWriter.cs(20,28): warning CS1591: Missing XML comment for publicly visible type or member 'StandardStreamWriter.WriteLine(IStandardStreamWriter)' [\command-line-apisrcSystem.CommandLineSystem.CommandLine.csproj]
IO\StandardStreamWriter.cs(30,28): warning CS1591: Missing XML comment for publicly visible type or member 'StandardStreamWriter.WriteLine(IStandardStreamWriter, string)' [\command-line-apisrcSystem.CommandLineSystem.CommandLine.csproj]
IO\SystemConsole.cs(6,18): warning CS1591: Missing XML comment for publicly visible type or member 'SystemConsole' [\command-line-apisrcSystem.CommandLineSystem.CommandLine.csproj]
IO\SystemConsole.cs(8,16): warning CS1591: Missing XML comment for publicly visible type or member 'SystemConsole.SystemConsole()' [\command-line-apisrcSystem.CommandLineSystem.CommandLine.csproj]
IO\SystemConsole.cs(14,38): warning CS1591: Missing XML comment for publicly visible type or member 'SystemConsole.Error' [\command-line-apisrcSystem.CommandLineSystem.CommandLine.csproj]
IO\SystemConsole.cs(16,21): warning CS1591: Missing XML comment for publicly visible type or member 'SystemConsole.IsErrorRedirected' [\command-line-apisrcSystem.CommandLineSystem.CommandLine.csproj]
IO\SystemConsole.cs(18,38): warning CS1591: Missing XML comment for publicly visible type or member 'SystemConsole.Out' [\command-line-apisrcSystem.CommandLineSystem.CommandLine.csproj]
IO\SystemConsole.cs(20,21): warning CS1591: Missing XML comment for publicly visible type or member 'SystemConsole.IsOutputRedirected' [\command-line-apisrcSystem.CommandLineSystem.CommandLine.csproj]
IO\SystemConsole.cs(22,21): warning CS1591: Missing XML comment for publicly visible type or member 'SystemConsole.IsInputRedirected' [\command-line-apisrcSystem.CommandLineSystem.CommandLine.csproj]
IO\TestConsole.cs(9,18): warning CS1591: Missing XML comment for publicly visible type or member 'TestConsole' [\command-line-apisrcSystem.CommandLineSystem.CommandLine.csproj]
IO\TestConsole.cs(11,16): warning CS1591: Missing XML comment for publicly visible type or member 'TestConsole.TestConsole()' [\command-line-apisrcSystem.CommandLineSystem.CommandLine.csproj]
IO\TestConsole.cs(17,38): warning CS1591: Missing XML comment for publicly visible type or member 'TestConsole.Error' [\command-line-apisrcSystem.CommandLineSystem.CommandLine.csproj]
IO\TestConsole.cs(19,38): warning CS1591: Missing XML comment for publicly visible type or member 'TestConsole.Out' [\command-line-apisrcSystem.CommandLineSystem.CommandLine.csproj]
IO\TestConsole.cs(21,21): warning CS1591: Missing XML comment for publicly visible type or member 'TestConsole.IsOutputRedirected' [\command-line-apisrcSystem.CommandLineSystem.CommandLine.csproj]
IO\TestConsole.cs(23,21): warning CS1591: Missing XML comment for publicly visible type or member 'TestConsole.IsErrorRedirected' [\command-line-apisrcSystem.CommandLineSystem.CommandLine.csproj]
IO\TestConsole.cs(25,21): warning CS1591: Missing XML comment for publicly visible type or member 'TestConsole.IsInputRedirected' [\command-line-apisrcSystem.CommandLineSystem.CommandLine.csproj]
ISymbol.cs(10,22): warning CS1591: Missing XML comment for publicly visible type or member 'ISymbol' [\command-line-apisrcSystem.CommandLineSystem.CommandLine.csproj]
ISymbol.cs(12,16): warning CS1591: Missing XML comment for publicly visible type or member 'ISymbol.Name' [\command-line-apisrcSystem.CommandLineSystem.CommandLine.csproj]
ISymbol.cs(14,17): warning CS1591: Missing XML comment for publicly visible type or member 'ISymbol.Description' [\command-line-apisrcSystem.CommandLineSystem.CommandLine.csproj]
ISymbol.cs(16,31): warning CS1591: Missing XML comment for publicly visible type or member 'ISymbol.Aliases' [\command-line-apisrcSystem.CommandLineSystem.CommandLine.csproj]
ISymbol.cs(18,31): warning CS1591: Missing XML comment for publicly visible type or member 'ISymbol.RawAliases' [\command-line-apisrcSystem.CommandLineSystem.CommandLine.csproj]
ISymbol.cs(20,14): warning CS1591: Missing XML comment for publicly visible type or member 'ISymbol.HasAlias(string)' [\command-line-apisrcSystem.CommandLineSystem.CommandLine.csproj]
ISymbol.cs(22,14): warning CS1591: Missing XML comment for publicly visible type or member 'ISymbol.HasRawAlias(string)' [\command-line-apisrcSystem.CommandLineSystem.CommandLine.csproj]
ISymbol.cs(24,14): warning CS1591: Missing XML comment for publicly visible type or member 'ISymbol.IsHidden' [\command-line-apisrcSystem.CommandLineSystem.CommandLine.csproj]
ISymbol.cs(26,20): warning CS1591: Missing XML comment for publicly visible type or member 'ISymbol.Children' [\command-line-apisrcSystem.CommandLineSystem.CommandLine.csproj]
ISymbol.cs(28,20): warning CS1591: Missing XML comment for publicly visible type or member 'ISymbol.Parents' [\command-line-apisrcSystem.CommandLineSystem.CommandLine.csproj]
Option.cs(11,18): warning CS1591: Missing XML comment for publicly visible type or member 'Option' [\command-line-apisrcSystem.CommandLineSystem.CommandLine.csproj]
Option.cs(13,16): warning CS1591: Missing XML comment for publicly visible type or member 'Option.Option(string, string?)' [\command-line-apisrcSystem.CommandLineSystem.CommandLine.csproj]
Option.cs(21,16): warning CS1591: Missing XML comment for publicly visible type or member 'Option.Option(string[], string?)' [\command-line-apisrcSystem.CommandLineSystem.CommandLine.csproj]
Option.cs(25,33): warning CS1591: Missing XML comment for publicly visible type or member 'Option.Argument' [\command-line-apisrcSystem.CommandLineSystem.CommandLine.csproj]
Option.cs(43,21): warning CS1591: Missing XML comment for publicly visible type or member 'Option.AddValidator(ValidateSymbol)' [\command-line-apisrcSystem.CommandLineSystem.CommandLine.csproj]
Option.cs(47,21): warning CS1591: Missing XML comment for publicly visible type or member 'Option.Required' [\command-line-apisrcSystem.CommandLineSystem.CommandLine.csproj]
OptionExtensions.cs(12,25): warning CS1591: Missing XML comment for publicly visible type or member 'OptionExtensions' [\command-line-apisrcSystem.CommandLineSystem.CommandLine.csproj]
OptionExtensions.cs(14,31): warning CS1591: Missing XML comment for publicly visible type or member 'OptionExtensions.FromAmong(TOption, params string[])' [\command-line-apisrcSystem.CommandLineSystem.CommandLine.csproj]
OptionExtensions.cs(25,31): warning CS1591: Missing XML comment for publicly visible type or member 'OptionExtensions.WithSuggestions(TOption, params string[])' [\command-line-apisrcSystem.CommandLineSystem.CommandLine.csproj]
OptionExtensions.cs(35,31): warning CS1591: Missing XML comment for publicly visible type or member 'OptionExtensions.WithSuggestionSource(TOption, Suggest)' [\command-line-apisrcSystem.CommandLineSystem.CommandLine.csproj]
OptionExtensions.cs(45,40): warning CS1591: Missing XML comment for publicly visible type or member 'OptionExtensions.ExistingOnly(Option)' [\command-line-apisrcSystem.CommandLineSystem.CommandLine.csproj]
OptionExtensions.cs(58,45): warning CS1591: Missing XML comment for publicly visible type or member 'OptionExtensions.ExistingOnly(Option)' [\command-line-apisrcSystem.CommandLineSystem.CommandLine.csproj]
OptionExtensions.cs(71,46): warning CS1591: Missing XML comment for publicly visible type or member 'OptionExtensions.ExistingOnly(Option)' [\command-line-apisrcSystem.CommandLineSystem.CommandLine.csproj]
OptionExtensions.cs(84,33): warning CS1591: Missing XML comment for publicly visible type or member 'OptionExtensions.ExistingOnly(Option)' [\command-line-apisrcSystem.CommandLineSystem.CommandLine.csproj]
OptionExtensions.cs(95,31): warning CS1591: Missing XML comment for publicly visible type or member 'OptionExtensions.LegalFilePathsOnly(TOption)' [\command-line-apisrcSystem.CommandLineSystem.CommandLine.csproj]
OptionExtensions.cs(104,35): warning CS1591: Missing XML comment for publicly visible type or member 'OptionExtensions.Parse(Option, string)' [\command-line-apisrcSystem.CommandLineSystem.CommandLine.csproj]
Option{T}.cs(8,18): warning CS1591: Missing XML comment for publicly visible type or member 'Option' [\command-line-apisrcSystem.CommandLineSystem.CommandLine.csproj]
Option{T}.cs(10,16): warning CS1591: Missing XML comment for publicly visible type or member 'Option.Option(string, string?)' [\command-line-apisrcSystem.CommandLineSystem.CommandLine.csproj]
Option{T}.cs(17,16): warning CS1591: Missing XML comment for publicly visible type or member 'Option.Option(string[], string?)' [\command-line-apisrcSystem.CommandLineSystem.CommandLine.csproj]
Option{T}.cs(24,16): warning CS1591: Missing XML comment for publicly visible type or member 'Option.Option(string, ParseArgument, bool, string?)' [\command-line-apisrcSystem.CommandLineSystem.CommandLine.csproj]
Option{T}.cs(38,16): warning CS1591: Missing XML comment for publicly visible type or member 'Option.Option(string[], ParseArgument, bool, string?)' [\command-line-apisrcSystem.CommandLineSystem.CommandLine.csproj]
Option{T}.cs(52,16): warning CS1591: Missing XML comment for publicly visible type or member 'Option.Option(string, Func, string?)' [\command-line-apisrcSystem.CommandLineSystem.CommandLine.csproj]
Option{T}.cs(65,16): warning CS1591: Missing XML comment for publicly visible type or member 'Option.Option(string[], Func, string?)' [\command-line-apisrcSystem.CommandLineSystem.CommandLine.csproj]
Option{T}.cs(78,34): warning CS1591: Missing XML comment for publicly visible type or member 'Option.Argument' [\command-line-apisrcSystem.CommandLineSystem.CommandLine.csproj]
Parsing\ArgumentResult.cs(9,18): warning CS1591: Missing XML comment for publicly visible type or member 'ArgumentResult' [\command-line-apisrcSystem.CommandLineSystem.CommandLine.csproj]
Parsing\ArgumentResult.cs(20,26): warning CS1591: Missing XML comment for publicly visible type or member 'ArgumentResult.Argument' [\command-line-apisrcSystem.CommandLineSystem.CommandLine.csproj]
Parsing\ArgumentResult.cs(25,32): warning CS1591: Missing XML comment for publicly visible type or member 'ArgumentResult.ToString()' [\command-line-apisrcSystem.CommandLineSystem.CommandLine.csproj]
Parsing\ArgumentResultExtensions.cs(9,25): warning CS1591: Missing XML comment for publicly visible type or member 'ArgumentResultExtensions' [\command-line-apisrcSystem.CommandLineSystem.CommandLine.csproj]
Parsing\ArgumentResultExtensions.cs(11,31): warning CS1591: Missing XML comment for publicly visible type or member 'ArgumentResultExtensions.GetValueOrDefault(ArgumentResult)' [\command-line-apisrcSystem.CommandLineSystem.CommandLine.csproj]
Parsing\ArgumentResultExtensions.cs(15,25): warning CS1591: Missing XML comment for publicly visible type or member 'ArgumentResultExtensions.GetValueOrDefault(ArgumentResult)' [\command-line-apisrcSystem.CommandLineSystem.CommandLine.csproj]
Parsing\CommandLineStringSplitter.cs(8,18): warning CS1591: Missing XML comment for publicly visible type or member 'CommandLineStringSplitter' [\command-line-apisrcSystem.CommandLineSystem.CommandLine.csproj]
Parsing\CommandLineStringSplitter.cs(10,58): warning CS1591: Missing XML comment for publicly visible type or member 'CommandLineStringSplitter.Instance' [\command-line-apisrcSystem.CommandLineSystem.CommandLine.csproj]
Parsing\CommandLineStringSplitter.cs(19,36): warning CS1591: Missing XML comment for publicly visible type or member 'CommandLineStringSplitter.Split(string)' [\command-line-apisrcSystem.CommandLineSystem.CommandLine.csproj]
Parsing\CommandResult.cs(11,18): warning CS1591: Missing XML comment for publicly visible type or member 'CommandResult' [\command-line-apisrcSystem.CommandLineSystem.CommandLine.csproj]
Parsing\CommandResult.cs(27,25): warning CS1591: Missing XML comment for publicly visible type or member 'CommandResult.Command' [\command-line-apisrcSystem.CommandLineSystem.CommandLine.csproj]
Parsing\CommandResult.cs(29,30): warning CS1591: Missing XML comment for publicly visible type or member 'CommandResult.this[string]' [\command-line-apisrcSystem.CommandLineSystem.CommandLine.csproj]
Parsing\CommandResult.cs(31,30): warning CS1591: Missing XML comment for publicly visible type or member 'CommandResult.OptionResult(string)' [\command-line-apisrcSystem.CommandLineSystem.CommandLine.csproj]
Parsing\CommandResult.cs(36,22): warning CS1591: Missing XML comment for publicly visible type or member 'CommandResult.Token' [\command-line-apisrcSystem.CommandLineSystem.CommandLine.csproj]
Parsing\CommandResult.cs(61,24): warning CS1591: Missing XML comment for publicly visible type or member 'CommandResult.ValueForOption(string)' [\command-line-apisrcSystem.CommandLineSystem.CommandLine.csproj]
Parsing\CommandResult.cs(75,18): warning CS1591: Missing XML comment for publicly visible type or member 'CommandResult.ValueForOption(string)' [\command-line-apisrcSystem.CommandLineSystem.CommandLine.csproj]
Parsing\CommandResultExtensions.cs(9,25): warning CS1591: Missing XML comment for publicly visible type or member 'CommandResultExtensions' [\command-line-apisrcSystem.CommandLineSystem.CommandLine.csproj]
Parsing\CommandResultExtensions.cs(11,31): warning CS1591: Missing XML comment for publicly visible type or member 'CommandResultExtensions.GetArgumentValueOrDefault(CommandResult, string)' [\command-line-apisrcSystem.CommandLineSystem.CommandLine.csproj]
Parsing\CommandResultExtensions.cs(19,25): warning CS1591: Missing XML comment for publicly visible type or member 'CommandResultExtensions.GetArgumentValueOrDefault(CommandResult, string)' [\command-line-apisrcSystem.CommandLineSystem.CommandLine.csproj]
Parsing\OptionResult.cs(9,18): warning CS1591: Missing XML comment for publicly visible type or member 'OptionResult' [\command-line-apisrcSystem.CommandLineSystem.CommandLine.csproj]
Parsing\OptionResult.cs(24,24): warning CS1591: Missing XML comment for publicly visible type or member 'OptionResult.Option' [\command-line-apisrcSystem.CommandLineSystem.CommandLine.csproj]
Parsing\OptionResult.cs(26,21): warning CS1591: Missing XML comment for publicly visible type or member 'OptionResult.IsImplicit' [\command-line-apisrcSystem.CommandLineSystem.CommandLine.csproj]
Parsing\OptionResult.cs(28,23): warning CS1591: Missing XML comment for publicly visible type or member 'OptionResult.Token' [\command-line-apisrcSystem.CommandLineSystem.CommandLine.csproj]
Parsing\OptionResultExtensions.cs(9,25): warning CS1591: Missing XML comment for publicly visible type or member 'OptionResultExtensions' [\command-line-apisrcSystem.CommandLineSystem.CommandLine.csproj]
Parsing\OptionResultExtensions.cs(24,31): warning CS1591: Missing XML comment for publicly visible type or member 'OptionResultExtensions.GetValueOrDefault(OptionResult)' [\command-line-apisrcSystem.CommandLineSystem.CommandLine.csproj]
Parsing\OptionResultExtensions.cs(30,25): warning CS1591: Missing XML comment for publicly visible type or member 'OptionResultExtensions.GetValueOrDefault(OptionResult)' [\command-line-apisrcSystem.CommandLineSystem.CommandLine.csproj]
Parsing\ParseError.cs(6,18): warning CS1591: Missing XML comment for publicly visible type or member 'ParseError' [\command-line-apisrcSystem.CommandLineSystem.CommandLine.csproj]
Parsing\ParseError.cs(21,23): warning CS1591: Missing XML comment for publicly visible type or member 'ParseError.Message' [\command-line-apisrcSystem.CommandLineSystem.CommandLine.csproj]
Parsing\ParseError.cs(23,30): warning CS1591: Missing XML comment for publicly visible type or member 'ParseError.SymbolResult' [\command-line-apisrcSystem.CommandLineSystem.CommandLine.csproj]
Parsing\ParseError.cs(25,32): warning CS1591: Missing XML comment for publicly visible type or member 'ParseError.ToString()' [\command-line-apisrcSystem.CommandLineSystem.CommandLine.csproj]
Parsing\Parser.cs(8,18): warning CS1591: Missing XML comment for publicly visible type or member 'Parser' [\command-line-apisrcSystem.CommandLineSystem.CommandLine.csproj]
Parsing\Parser.cs(10,16): warning CS1591: Missing XML comment for publicly visible type or member 'Parser.Parser(CommandLineConfiguration)' [\command-line-apisrcSystem.CommandLineSystem.CommandLine.csproj]
Parsing\Parser.cs(15,16): warning CS1591: Missing XML comment for publicly visible type or member 'Parser.Parser(params Symbol[])' [\command-line-apisrcSystem.CommandLineSystem.CommandLine.csproj]
Parsing\Parser.cs(19,16): warning CS1591: Missing XML comment for publicly visible type or member 'Parser.Parser()' [\command-line-apisrcSystem.CommandLineSystem.CommandLine.csproj]
Parsing\Parser.cs(23,41): warning CS1591: Missing XML comment for publicly visible type or member 'Parser.Configuration' [\command-line-apisrcSystem.CommandLineSystem.CommandLine.csproj]
Parsing\Parser.cs(25,28): warning CS1591: Missing XML comment for publicly visible type or member 'Parser.Parse(IReadOnlyList, string?)' [\command-line-apisrcSystem.CommandLineSystem.CommandLine.csproj]
Parsing\ParseResult.cs(10,18): warning CS1591: Missing XML comment for publicly visible type or member 'ParseResult' [\command-line-apisrcSystem.CommandLineSystem.CommandLine.csproj]
Parsing\ParseResult.cs(49,30): warning CS1591: Missing XML comment for publicly visible type or member 'ParseResult.CommandResult' [\command-line-apisrcSystem.CommandLineSystem.CommandLine.csproj]
Parsing\ParseResult.cs(51,23): warning CS1591: Missing XML comment for publicly visible type or member 'ParseResult.Parser' [\command-line-apisrcSystem.CommandLineSystem.CommandLine.csproj]
Parsing\ParseResult.cs(53,30): warning CS1591: Missing XML comment for publicly visible type or member 'ParseResult.RootCommandResult' [\command-line-apisrcSystem.CommandLineSystem.CommandLine.csproj]
Parsing\ParseResult.cs(55,48): warning CS1591: Missing XML comment for publicly visible type or member 'ParseResult.Errors' [\command-line-apisrcSystem.CommandLineSystem.CommandLine.csproj]
Parsing\ParseResult.cs(57,37): warning CS1591: Missing XML comment for publicly visible type or member 'ParseResult.Directives' [\command-line-apisrcSystem.CommandLineSystem.CommandLine.csproj]
Parsing\ParseResult.cs(59,37): warning CS1591: Missing XML comment for publicly visible type or member 'ParseResult.Tokens' [\command-line-apisrcSystem.CommandLineSystem.CommandLine.csproj]
Parsing\ParseResult.cs(61,44): warning CS1591: Missing XML comment for publicly visible type or member 'ParseResult.UnmatchedTokens' [\command-line-apisrcSystem.CommandLineSystem.CommandLine.csproj]
Parsing\ParseResult.cs(65,44): warning CS1591: Missing XML comment for publicly visible type or member 'ParseResult.UnparsedTokens' [\command-line-apisrcSystem.CommandLineSystem.CommandLine.csproj]
Parsing\ParseResult.cs(67,24): warning CS1591: Missing XML comment for publicly visible type or member 'ParseResult.ValueForOption(string)' [\command-line-apisrcSystem.CommandLineSystem.CommandLine.csproj]
Parsing\ParseResult.cs(71,18): warning CS1591: Missing XML comment for publicly visible type or member 'ParseResult.ValueForOption(string)' [\command-line-apisrcSystem.CommandLineSystem.CommandLine.csproj]
Parsing\ParseResult.cs(88,30): warning CS1591: Missing XML comment for publicly visible type or member 'ParseResult.this[string]' [\command-line-apisrcSystem.CommandLineSystem.CommandLine.csproj]
Parsing\ParseResult.cs(90,32): warning CS1591: Missing XML comment for publicly visible type or member 'ParseResult.ToString()' [\command-line-apisrcSystem.CommandLineSystem.CommandLine.csproj]
Parsing\ParseResult.cs(92,32): warning CS1591: Missing XML comment for publicly visible type or member 'ParseResult.FindResultFor(IArgument)' [\command-line-apisrcSystem.CommandLineSystem.CommandLine.csproj]
Parsing\ParseResult.cs(95,31): warning CS1591: Missing XML comment for publicly visible type or member 'ParseResult.FindResultFor(ICommand)' [\command-line-apisrcSystem.CommandLineSystem.CommandLine.csproj]
Parsing\ParseResult.cs(98,30): warning CS1591: Missing XML comment for publicly visible type or member 'ParseResult.FindResultFor(IOption)' [\command-line-apisrcSystem.CommandLineSystem.CommandLine.csproj]
Parsing\ParseResultExtensions.cs(15,25): warning CS1591: Missing XML comment for publicly visible type or member 'ParseResultExtensions' [\command-line-apisrcSystem.CommandLineSystem.CommandLine.csproj]
Parsing\ParseResultExtensions.cs(17,39): warning CS1591: Missing XML comment for publicly visible type or member 'ParseResultExtensions.InvokeAsync(ParseResult, IConsole?)' [\command-line-apisrcSystem.CommandLineSystem.CommandLine.csproj]
Parsing\ParseResultExtensions.cs(22,27): warning CS1591: Missing XML comment for publicly visible type or member 'ParseResultExtensions.Invoke(ParseResult, IConsole?)' [\command-line-apisrcSystem.CommandLineSystem.CommandLine.csproj]
Parsing\ParseResultExtensions.cs(27,30): warning CS1591: Missing XML comment for publicly visible type or member 'ParseResultExtensions.TextToMatch(ParseResult, int?)' [\command-line-apisrcSystem.CommandLineSystem.CommandLine.csproj]
Parsing\ParseResultExtensions.cs(78,30): warning CS1591: Missing XML comment for publicly visible type or member 'ParseResultExtensions.Diagram(ParseResult)' [\command-line-apisrcSystem.CommandLineSystem.CommandLine.csproj]
Parsing\ParseResultExtensions.cs(185,28): warning CS1591: Missing XML comment for publicly visible type or member 'ParseResultExtensions.HasOption(ParseResult, IOption)' [\command-line-apisrcSystem.CommandLineSystem.CommandLine.csproj]
Parsing\ParseResultExtensions.cs(197,28): warning CS1591: Missing XML comment for publicly visible type or member 'ParseResultExtensions.HasOption(ParseResult, string)' [\command-line-apisrcSystem.CommandLineSystem.CommandLine.csproj]
Parsing\ParseResultExtensions.cs(209,44): warning CS1591: Missing XML comment for publicly visible type or member 'ParseResultExtensions.GetSuggestions(ParseResult, int?)' [\command-line-apisrcSystem.CommandLineSystem.CommandLine.csproj]
Parsing\ParserExtensions.cs(9,25): warning CS1591: Missing XML comment for publicly visible type or member 'ParserExtensions' [\command-line-apisrcSystem.CommandLineSystem.CommandLine.csproj]
Parsing\ParserExtensions.cs(11,27): warning CS1591: Missing XML comment for publicly visible type or member 'ParserExtensions.Invoke(Parser, string, IConsole?)' [\command-line-apisrcSystem.CommandLineSystem.CommandLine.csproj]
Parsing\ParserExtensions.cs(17,27): warning CS1591: Missing XML comment for publicly visible type or member 'ParserExtensions.Invoke(Parser, string[], IConsole?)' [\command-line-apisrcSystem.CommandLineSystem.CommandLine.csproj]
Parsing\ParserExtensions.cs(23,33): warning CS1591: Missing XML comment for publicly visible type or member 'ParserExtensions.InvokeAsync(Parser, string, IConsole?)' [\command-line-apisrcSystem.CommandLineSystem.CommandLine.csproj]
Parsing\ParserExtensions.cs(29,39): warning CS1591: Missing XML comment for publicly visible type or member 'ParserExtensions.InvokeAsync(Parser, string[], IConsole?)' [\command-line-apisrcSystem.CommandLineSystem.CommandLine.csproj]
Parsing\ParserExtensions.cs(35,35): warning CS1591: Missing XML comment for publicly visible type or member 'ParserExtensions.Parse(Parser, string)' [\command-line-apisrcSystem.CommandLineSystem.CommandLine.csproj]
Parsing\ResponseFileHandling.cs(6,17): warning CS1591: Missing XML comment for publicly visible type or member 'ResponseFileHandling' [\command-line-apisrcSystem.CommandLineSystem.CommandLine.csproj]
Parsing\ResponseFileHandling.cs(11,9): warning CS1591: Missing XML comment for publicly visible type or member 'ResponseFileHandling.ParseArgsAsLineSeparated' [\command-line-apisrcSystem.CommandLineSystem.CommandLine.csproj]
Parsing\ResponseFileHandling.cs(14,9): warning CS1591: Missing XML comment for publicly visible type or member 'ResponseFileHandling.ParseArgsAsSpaceSeparated' [\command-line-apisrcSystem.CommandLineSystem.CommandLine.csproj]
Parsing\ResponseFileHandling.cs(17,9): warning CS1591: Missing XML comment for publicly visible type or member 'ResponseFileHandling.Disabled' [\command-line-apisrcSystem.CommandLineSystem.CommandLine.csproj]
Parsing\StringExtensions.cs(13,25): warning CS1591: Missing XML comment for publicly visible type or member 'StringExtensions' [\command-line-apisrcSystem.CommandLineSystem.CommandLine.csproj]
Parsing\StringExtensions.cs(398,30): warning CS1591: Missing XML comment for publicly visible type or member 'StringExtensions.ToKebabCase(string)' [\command-line-apisrcSystem.CommandLineSystem.CommandLine.csproj]
Parsing\SymbolResult.cs(9,27): warning CS1591: Missing XML comment for publicly visible type or member 'SymbolResult' [\command-line-apisrcSystem.CommandLineSystem.CommandLine.csproj]
Parsing\SymbolResult.cs(24,24): warning CS1591: Missing XML comment for publicly visible type or member 'SymbolResult.ErrorMessage' [\command-line-apisrcSystem.CommandLineSystem.CommandLine.csproj]
Parsing\SymbolResult.cs(26,32): warning CS1591: Missing XML comment for publicly visible type or member 'SymbolResult.Children' [\command-line-apisrcSystem.CommandLineSystem.CommandLine.csproj]
Parsing\SymbolResult.cs(28,30): warning CS1591: Missing XML comment for publicly visible type or member 'SymbolResult.Parent' [\command-line-apisrcSystem.CommandLineSystem.CommandLine.csproj]
Parsing\SymbolResult.cs(30,24): warning CS1591: Missing XML comment for publicly visible type or member 'SymbolResult.Symbol' [\command-line-apisrcSystem.CommandLineSystem.CommandLine.csproj]
Parsing\SymbolResult.cs(32,37): warning CS1591: Missing XML comment for publicly visible type or member 'SymbolResult.Tokens' [\command-line-apisrcSystem.CommandLineSystem.CommandLine.csproj]
Parsing\SymbolResult.cs(43,47): warning CS1591: Missing XML comment for publicly visible type or member 'SymbolResult.ValidationMessages' [\command-line-apisrcSystem.CommandLineSystem.CommandLine.csproj]
Parsing\SymbolResult.cs(90,32): warning CS1591: Missing XML comment for publicly visible type or member 'SymbolResult.ToString()' [\command-line-apisrcSystem.CommandLineSystem.CommandLine.csproj]
Parsing\SymbolResultSet.cs(10,18): warning CS1591: Missing XML comment for publicly visible type or member 'SymbolResultSet' [\command-line-apisrcSystem.CommandLineSystem.CommandLine.csproj]
Parsing\SymbolResultSet.cs(15,50): warning CS1591: Missing XML comment for publicly visible type or member 'SymbolResultSet.GetAliases(SymbolResult)' [\command-line-apisrcSystem.CommandLineSystem.CommandLine.csproj]
Parsing\SymbolResultSet.cs(18,50): warning CS1591: Missing XML comment for publicly visible type or member 'SymbolResultSet.GetRawAliases(SymbolResult)' [\command-line-apisrcSystem.CommandLineSystem.CommandLine.csproj]
Parsing\Token.cs(8,18): warning CS1591: Missing XML comment for publicly visible type or member 'Token' [\command-line-apisrcSystem.CommandLineSystem.CommandLine.csproj]
Parsing\Token.cs(10,16): warning CS1591: Missing XML comment for publicly visible type or member 'Token.Token(string?, TokenType)' [\command-line-apisrcSystem.CommandLineSystem.CommandLine.csproj]
Parsing\Token.cs(16,23): warning CS1591: Missing XML comment for publicly visible type or member 'Token.Value' [\command-line-apisrcSystem.CommandLineSystem.CommandLine.csproj]
Parsing\Token.cs(18,26): warning CS1591: Missing XML comment for publicly visible type or member 'Token.Type' [\command-line-apisrcSystem.CommandLineSystem.CommandLine.csproj]
Parsing\Token.cs(20,30): warning CS1591: Missing XML comment for publicly visible type or member 'Token.Equals(object)' [\command-line-apisrcSystem.CommandLineSystem.CommandLine.csproj]
Parsing\Token.cs(25,29): warning CS1591: Missing XML comment for publicly visible type or member 'Token.GetHashCode()' [\command-line-apisrcSystem.CommandLineSystem.CommandLine.csproj]
Parsing\Token.cs(27,32): warning CS1591: Missing XML comment for publicly visible type or member 'Token.ToString()' [\command-line-apisrcSystem.CommandLineSystem.CommandLine.csproj]
Parsing\Token.cs(29,37): warning CS1591: Missing XML comment for publicly visible type or member 'Token.operator ==(Token, Token)' [\command-line-apisrcSystem.CommandLineSystem.CommandLine.csproj]
Parsing\Token.cs(34,37): warning CS1591: Missing XML comment for publicly visible type or member 'Token.operator !=(Token, Token)' [\command-line-apisrcSystem.CommandLineSystem.CommandLine.csproj]
Parsing\TokenizeError.cs(6,18): warning CS1591: Missing XML comment for publicly visible type or member 'TokenizeError' [\command-line-apisrcSystem.CommandLineSystem.CommandLine.csproj]
Parsing\TokenizeError.cs(8,16): warning CS1591: Missing XML comment for publicly visible type or member 'TokenizeError.TokenizeError(string)' [\command-line-apisrcSystem.CommandLineSystem.CommandLine.csproj]
Parsing\TokenizeError.cs(13,23): warning CS1591: Missing XML comment for publicly visible type or member 'TokenizeError.Message' [\command-line-apisrcSystem.CommandLineSystem.CommandLine.csproj]
Parsing\TokenizeError.cs(15,32): warning CS1591: Missing XML comment for publicly visible type or member 'TokenizeError.ToString()' [\command-line-apisrcSystem.CommandLineSystem.CommandLine.csproj]
Parsing\TokenizeResult.cs(8,18): warning CS1591: Missing XML comment for publicly visible type or member 'TokenizeResult' [\command-line-apisrcSystem.CommandLineSystem.CommandLine.csproj]
Parsing\TokenizeResult.cs(18,37): warning CS1591: Missing XML comment for publicly visible type or member 'TokenizeResult.Tokens' [\command-line-apisrcSystem.CommandLineSystem.CommandLine.csproj]
Parsing\TokenizeResult.cs(20,51): warning CS1591: Missing XML comment for publicly visible type or member 'TokenizeResult.Errors' [\command-line-apisrcSystem.CommandLineSystem.CommandLine.csproj]
Parsing\TokenType.cs(6,17): warning CS1591: Missing XML comment for publicly visible type or member 'TokenType' [\command-line-apisrcSystem.CommandLineSystem.CommandLine.csproj]
Parsing\TokenType.cs(8,9): warning CS1591: Missing XML comment for publicly visible type or member 'TokenType.Argument' [\command-line-apisrcSystem.CommandLineSystem.CommandLine.csproj]
Parsing\TokenType.cs(9,9): warning CS1591: Missing XML comment for publicly visible type or member 'TokenType.Command' [\command-line-apisrcSystem.CommandLineSystem.CommandLine.csproj]
Parsing\TokenType.cs(10,9): warning CS1591: Missing XML comment for publicly visible type or member 'TokenType.Option' [\command-line-apisrcSystem.CommandLineSystem.CommandLine.csproj]
Parsing\TokenType.cs(11,9): warning CS1591: Missing XML comment for publicly visible type or member 'TokenType.EndOfArguments' [\command-line-apisrcSystem.CommandLineSystem.CommandLine.csproj]
Parsing\TokenType.cs(12,9): warning CS1591: Missing XML comment for publicly visible type or member 'TokenType.Operand' [\command-line-apisrcSystem.CommandLineSystem.CommandLine.csproj]
Parsing\TokenType.cs(13,9): warning CS1591: Missing XML comment for publicly visible type or member 'TokenType.Directive' [\command-line-apisrcSystem.CommandLineSystem.CommandLine.csproj]
Parsing\ValidateSymbol.cs(6,29): warning CS1591: Missing XML comment for publicly visible type or member 'ValidateSymbol' [\command-line-apisrcSystem.CommandLineSystem.CommandLine.csproj]
Suggestions\ISuggestionSource.cs(8,22): warning CS1591: Missing XML comment for publicly visible type or member 'ISuggestionSource' [\command-line-apisrcSystem.CommandLineSystem.CommandLine.csproj]
Suggestions\ISuggestionSource.cs(10,30): warning CS1591: Missing XML comment for publicly visible type or member 'ISuggestionSource.GetSuggestions(string?)' [\command-line-apisrcSystem.CommandLineSystem.CommandLine.csproj]
Suggestions\Suggest.cs(8,41): warning CS1591: Missing XML comment for publicly visible type or member 'Suggest' [\command-line-apisrcSystem.CommandLineSystem.CommandLine.csproj]
Suggestions\SuggestionSource.cs(10,25): warning CS1591: Missing XML comment for publicly visible type or member 'SuggestionSource' [\command-line-apisrcSystem.CommandLineSystem.CommandLine.csproj]
Suggestions\SuggestionSource.cs(20,41): warning CS1591: Missing XML comment for publicly visible type or member 'SuggestionSource.ForType(Type)' [\command-line-apisrcSystem.CommandLineSystem.CommandLine.csproj]
Suggestions\SuggestionSource.cs(46,41): warning CS1591: Missing XML comment for publicly visible type or member 'SuggestionSource.Empty' [\command-line-apisrcSystem.CommandLineSystem.CommandLine.csproj]
Symbol.cs(12,27): warning CS1591: Missing XML comment for publicly visible type or member 'Symbol' [\command-line-apisrcSystem.CommandLineSystem.CommandLine.csproj]
Symbol.cs(25,19): warning CS1591: Missing XML comment for publicly visible type or member 'Symbol.Symbol(IReadOnlyCollection?, string?)' [\command-line-apisrcSystem.CommandLineSystem.CommandLine.csproj]
Symbol.cs(47,38): warning CS1591: Missing XML comment for publicly visible type or member 'Symbol.Aliases' [\command-line-apisrcSystem.CommandLineSystem.CommandLine.csproj]
Symbol.cs(49,38): warning CS1591: Missing XML comment for publicly visible type or member 'Symbol.RawAliases' [\command-line-apisrcSystem.CommandLineSystem.CommandLine.csproj]
Symbol.cs(51,24): warning CS1591: Missing XML comment for publicly visible type or member 'Symbol.Description' [\command-line-apisrcSystem.CommandLineSystem.CommandLine.csproj]
Symbol.cs(53,31): warning CS1591: Missing XML comment for publicly visible type or member 'Symbol.Name' [\command-line-apisrcSystem.CommandLineSystem.CommandLine.csproj]
Symbol.cs(67,27): warning CS1591: Missing XML comment for publicly visible type or member 'Symbol.Parents' [\command-line-apisrcSystem.CommandLineSystem.CommandLine.csproj]
Symbol.cs(96,26): warning CS1591: Missing XML comment for publicly visible type or member 'Symbol.Children' [\command-line-apisrcSystem.CommandLineSystem.CommandLine.csproj]
Symbol.cs(98,21): warning CS1591: Missing XML comment for publicly visible type or member 'Symbol.AddAlias(string)' [\command-line-apisrcSystem.CommandLineSystem.CommandLine.csproj]
Symbol.cs(124,21): warning CS1591: Missing XML comment for publicly visible type or member 'Symbol.HasAlias(string)' [\command-line-apisrcSystem.CommandLineSystem.CommandLine.csproj]
Symbol.cs(134,21): warning CS1591: Missing XML comment for publicly visible type or member 'Symbol.HasRawAlias(string)' [\command-line-apisrcSystem.CommandLineSystem.CommandLine.csproj]
Symbol.cs(136,21): warning CS1591: Missing XML comment for publicly visible type or member 'Symbol.IsHidden' [\command-line-apisrcSystem.CommandLineSystem.CommandLine.csproj]
Symbol.cs(138,45): warning CS1591: Missing XML comment for publicly visible type or member 'Symbol.GetSuggestions(string?)' [\command-line-apisrcSystem.CommandLineSystem.CommandLine.csproj]
Symbol.cs(155,32): warning CS1591: Missing XML comment for publicly visible type or member 'Symbol.ToString()' [\command-line-apisrcSystem.CommandLineSystem.CommandLine.csproj]
ValidationMessages.cs(11,18): warning CS1591: Missing XML comment for publicly visible type or member 'ValidationMessages' [\command-line-apisrcSystem.CommandLineSystem.CommandLine.csproj]
ValidationMessages.cs(13,42): warning CS1591: Missing XML comment for publicly visible type or member 'ValidationMessages.Instance' [\command-line-apisrcSystem.CommandLineSystem.CommandLine.csproj]
ValidationMessages.cs(15,19): warning CS1591: Missing XML comment for publicly visible type or member 'ValidationMessages.ValidationMessages()' [\command-line-apisrcSystem.CommandLineSystem.CommandLine.csproj]
ValidationMessages.cs(19,31): warning CS1591: Missing XML comment for publicly visible type or member 'ValidationMessages.ExpectsOneArgument(SymbolResult)' [\command-line-apisrcSystem.CommandLineSystem.CommandLine.csproj]
ValidationMessages.cs(26,31): warning CS1591: Missing XML comment for publicly visible type or member 'ValidationMessages.NoArgumentProvided(SymbolResult)' [\command-line-apisrcSystem.CommandLineSystem.CommandLine.csproj]
ValidationMessages.cs(31,31): warning CS1591: Missing XML comment for publicly visible type or member 'ValidationMessages.ExpectsFewerArguments(Token, int, int)' [\command-line-apisrcSystem.CommandLineSystem.CommandLine.csproj]
ValidationMessages.cs(39,31): warning CS1591: Missing XML comment for publicly visible type or member 'ValidationMessages.DirectoryDoesNotExist(string)' [\command-line-apisrcSystem.CommandLineSystem.CommandLine.csproj]
ValidationMessages.cs(42,31): warning CS1591: Missing XML comment for publicly visible type or member 'ValidationMessages.FileDoesNotExist(string)' [\command-line-apisrcSystem.CommandLineSystem.CommandLine.csproj]
ValidationMessages.cs(45,31): warning CS1591: Missing XML comment for publicly visible type or member 'ValidationMessages.FileOrDirectoryDoesNotExist(string)' [\command-line-apisrcSystem.CommandLineSystem.CommandLine.csproj]
ValidationMessages.cs(48,31): warning CS1591: Missing XML comment for publicly visible type or member 'ValidationMessages.InvalidCharactersInPath(char)' [\command-line-apisrcSystem.CommandLineSystem.CommandLine.csproj]
ValidationMessages.cs(51,31): warning CS1591: Missing XML comment for publicly visible type or member 'ValidationMessages.RequiredArgumentMissing(SymbolResult)' [\command-line-apisrcSystem.CommandLineSystem.CommandLine.csproj]
ValidationMessages.cs(56,31): warning CS1591: Missing XML comment for publicly visible type or member 'ValidationMessages.RequiredCommandWasNotProvided()' [\command-line-apisrcSystem.CommandLineSystem.CommandLine.csproj]
ValidationMessages.cs(59,31): warning CS1591: Missing XML comment for publicly visible type or member 'ValidationMessages.UnrecognizedArgument(string, IReadOnlyCollection)' [\command-line-apisrcSystem.CommandLineSystem.CommandLine.csproj]
ValidationMessages.cs(62,31): warning CS1591: Missing XML comment for publicly visible type or member 'ValidationMessages.UnrecognizedCommandOrArgument(string)' [\command-line-apisrcSystem.CommandLineSystem.CommandLine.csproj]
ValidationMessages.cs(65,31): warning CS1591: Missing XML comment for publicly visible type or member 'ValidationMessages.ResponseFileNotFound(string)' [\command-line-apisrcSystem.CommandLineSystem.CommandLine.csproj]
ValidationMessages.cs(68,31): warning CS1591: Missing XML comment for publicly visible type or member 'ValidationMessages.ErrorReadingResponseFile(string, IOException)' [\command-line-apisrcSystem.CommandLineSystem.CommandLine.csproj]

System.CommandLine.DragonFruit

$ dotnet msbuild ./src/System.CommandLine.DragonFruit -p:NoWarn= -p:GenerateDocumentationFile=true | grep CS1591 | wc -l
978
#  Generate report:
#  $ dotnet clean && dotnet msbuild ./src/System.CommandLine.DragonFruit -p:NoWarn= -p:GenerateDocumentationFile=true

System.CommandLine.Rendering

$ dotnet msbuild ./src/System.CommandLine.Rendering -p:NoWarn= -p:GenerateDocumentationFile=true | grep CS1591 | wc -l
959
#  Generate report:
#  $ dotnet clean && dotnet msbuild ./src/System.CommandLine.Rendering -p:NoWarn= -p:GenerateDocumentationFile=true

System.CommandLine.Hosting

$ dotnet msbuild ./src/System.CommandLine.Hosting -p:NoWarn= -p:GenerateDocumentationFile=true | grep CS1591 | wc -l
16
#  Generate report:
#  $ dotnet clean && dotnet msbuild ./src/System.CommandLine.Hosting -p:NoWarn= -p:GenerateDocumentationFile=true

Thanks @NikiforovAll.

The GitHub pages approach is a great suggestion and the repo you linked is using the same build infrastructure as this one, so there's a good trail to follow. I'm certainly open to the idea and think it would be helpful, so I just want to be considerate when asking for work to be done that might be obsoleted later.

@BillWagner Thoughts on this approach as an intermediate step toward eventual docs.microsoft.com documentation?

On the subject of XML documentation, I think something like this could be a good order to proceed in:

  • System.CommandLine before other projects, as it's more stable.
  • Within it, namespaces in roughly this order:

    • System.CommandLine

    • System.CommandLine.Builder

    • System.CommandLine.Parsing

    • System.CommandLine.IO

    • System.CommandLine.Invocation

    • System.CommandLine.Collections

    • System.CommandLine.Binding

    • System.CommandLine.Help

    • System.CommandLine.Suggestions

If you start with docs based on using DocFx, that should make it easy to onboard to docs.microsoft.com. (The API reference build using mdoc and docfx to generate the docs.

Was this page helpful?
0 / 5 - 0 ratings

Related issues

rgueldenpfennig picture rgueldenpfennig  路  4Comments

erichiller picture erichiller  路  3Comments

KathleenDollard picture KathleenDollard  路  4Comments

SirJosh3917 picture SirJosh3917  路  3Comments

jonsequitur picture jonsequitur  路  4Comments