diff --git a/xml/FrameworksIndex/system-commandline.xml b/xml/FrameworksIndex/system-commandline.xml index c8f1210739d..e6a6f6640ff 100644 --- a/xml/FrameworksIndex/system-commandline.xml +++ b/xml/FrameworksIndex/system-commandline.xml @@ -86,11 +86,12 @@ - + + @@ -127,39 +128,25 @@ + + - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + @@ -210,8 +197,6 @@ - - @@ -283,7 +268,6 @@ - @@ -305,10 +289,6 @@ - - - - @@ -317,7 +297,6 @@ - @@ -330,6 +309,7 @@ + @@ -413,6 +393,7 @@ + @@ -546,11 +527,6 @@ - - - - - @@ -578,10 +554,6 @@ - - - - @@ -590,6 +562,7 @@ + \ No newline at end of file diff --git a/xml/Microsoft.Extensions.Compliance.Redaction/HmacRedactor.xml b/xml/Microsoft.Extensions.Compliance.Redaction/HmacRedactor.xml index 7a89b1b9f36..999a534ffec 100644 --- a/xml/Microsoft.Extensions.Compliance.Redaction/HmacRedactor.xml +++ b/xml/Microsoft.Extensions.Compliance.Redaction/HmacRedactor.xml @@ -24,7 +24,9 @@ - Represents a redactor that uses HMAC SHA-256 to encode redacted data. + + A redactor using HMACSHA256 to encode data being redacted. + To be added. diff --git a/xml/Microsoft.Extensions.Configuration/ConfigurationBinder.xml b/xml/Microsoft.Extensions.Configuration/ConfigurationBinder.xml index b21a873f350..9d2859f8511 100644 --- a/xml/Microsoft.Extensions.Configuration/ConfigurationBinder.xml +++ b/xml/Microsoft.Extensions.Configuration/ConfigurationBinder.xml @@ -589,8 +589,8 @@ For more information and examples, see [Binding](/dotnet/core/extensions/configu The key of the configuration section's value to convert. Extracts the value with the specified key and converts it to type T. - - The converted value or the default. + + The converted value. To be added. diff --git a/xml/Microsoft.Extensions.VectorData/IVectorStore.xml b/xml/Microsoft.Extensions.VectorData/IVectorStore.xml index 79901eef1f0..3c56de7b247 100644 --- a/xml/Microsoft.Extensions.VectorData/IVectorStore.xml +++ b/xml/Microsoft.Extensions.VectorData/IVectorStore.xml @@ -68,9 +68,9 @@ To successfully request a collection, either must be annotated with attributes that define the schema of the record type, or must be provided. - + diff --git a/xml/System.CommandLine.Binding/BinderBase`1.xml b/xml/System.CommandLine.Binding/BinderBase`1.xml index b148df7e0a0..63dfd628e05 100644 --- a/xml/System.CommandLine.Binding/BinderBase`1.xml +++ b/xml/System.CommandLine.Binding/BinderBase`1.xml @@ -176,13 +176,12 @@ - + - Method M:System.CommandLine.Binding.IValueSource.TryGetValue(System.CommandLine.Binding.IValueDescriptor,System.CommandLine.Binding.BindingContext,System.Object@) diff --git a/xml/System.CommandLine.Binding/BoundValue.xml b/xml/System.CommandLine.Binding/BoundValue.xml index 1b1ecb0c3e3..dc2f2456282 100644 --- a/xml/System.CommandLine.Binding/BoundValue.xml +++ b/xml/System.CommandLine.Binding/BoundValue.xml @@ -26,33 +26,6 @@ To be added. - - - - - - - - Method - - System.CommandLine - 2.0.0.0 - - - System.CommandLine.Binding.BoundValue - - - - - - A value descriptor for which to get the default value. - - Gets a representing the default value for a specified . - - A representing the default value for a specified . - To be added. - - diff --git a/xml/System.CommandLine.Binding/IValueSource.xml b/xml/System.CommandLine.Binding/IValueSource.xml index 6eccb096200..38a973d00a3 100644 --- a/xml/System.CommandLine.Binding/IValueSource.xml +++ b/xml/System.CommandLine.Binding/IValueSource.xml @@ -18,13 +18,12 @@ - + - Method System.CommandLine diff --git a/xml/System.CommandLine.Builder/CommandLineBuilder.xml b/xml/System.CommandLine.Builder/CommandLineBuilder.xml index 3cb30719064..e8e98db9afd 100644 --- a/xml/System.CommandLine.Builder/CommandLineBuilder.xml +++ b/xml/System.CommandLine.Builder/CommandLineBuilder.xml @@ -87,98 +87,5 @@ To be added. - - - - - - - - Property - - System.CommandLine - 2.0.0.0 - - - System.Boolean - - - - Determines whether the parser recognizes command line directives. - - To be added. - To be added. - - - - - - - - - - - Property - - System.CommandLine - 2.0.0.0 - - - System.Boolean - - - - Determines the behavior when parsing a double dash (--) in a command line. - - To be added. - When set to , all tokens following -- will be placed into the collection. When set to , all tokens following -- will be treated as command arguments, even if they match an existing option. - - - - - - - - - - Property - - System.CommandLine - 2.0.0.0 - - - System.Boolean - - - - Determines whether the parser recognize and expands POSIX-style bundled options. - - To be added. - To be added. - - - - - - - - - - Property - - System.CommandLine - 2.0.0.0 - - - System.CommandLine.Parsing.ResponseFileHandling - - - - Configures the parser's handling of response files. When enabled, a command line token beginning with @ that is a valid file path will be expanded as though inserted into the command line. - - To be added. - To be added. - - diff --git a/xml/System.CommandLine.Builder/CommandLineBuilderExtensions.xml b/xml/System.CommandLine.Builder/CommandLineBuilderExtensions.xml index 62199c080e8..673d5a45ee6 100644 --- a/xml/System.CommandLine.Builder/CommandLineBuilderExtensions.xml +++ b/xml/System.CommandLine.Builder/CommandLineBuilderExtensions.xml @@ -40,9 +40,9 @@ - A command line builder. A delegate that will be invoked before a call to a command handler. A value indicating the order in which the added delegate will be invoked relative to others in the pipeline. + A command line builder. Adds a middleware delegate to the invocation pipeline called before a command handler is invoked. @@ -127,7 +127,8 @@ A command line builder. - If set to , then directives are enabled. Otherwise, they are parsed like any other token. + + to enable directives. to parse directive-like tokens in the same way as any other token. Enables the parser to recognize command line directives. @@ -155,8 +156,9 @@ - To be added. - To be added. + A command line builder. + + to place all tokens following -- into the collection. to treat all tokens following -- as command arguments, even if they match an existing option. Determines the behavior when parsing a double dash (--) in a command line. @@ -184,19 +186,20 @@ A command line builder. - If set to , then POSIX bundles are parsed. ; otherwise, . + + to parse POSIX bundles; otherwise, . Enables the parser to recognize and expand POSIX-style bundled options. The same instance of . POSIX conventions recommend that single-character options be allowed to be specified together after a single - prefix. When is set to , the following command lines are equivalent: - + > myapp -a -b -c > myapp -abc - + If an argument is provided after an option bundle, it applies to the last option in the bundle. When is set to , all of the following command lines are equivalent: > myapp -a -b -c arg @@ -205,34 +208,6 @@ - - - - - - - - Method - - System.CommandLine - 2.0.0.0 - - - System.CommandLine.Builder.CommandLineBuilder - - - - - - - A command line builder. - Specifies whether or how response files are parsed. - To be added. - The same instance of . - To be added. - - - @@ -570,8 +545,8 @@ - A command line builder. The exit code to use when parser errors occur. + A command line builder. Configures the command line to write error information to standard error when there are errors parsing command line input. @@ -600,7 +575,7 @@ A command line builder. - Enables the use of the [suggest] directive, which, when specified in command-line input, short circuits normal command handling and writes a newline-delimited list of suggestions suitable for use by most shells to provide command-line completions. + Enables the use of the [suggest] directive which when specified in command line input short circuits normal command handling and writes a newline-delimited list of suggestions suitable for use by most shells to provide command line completions. The same instance of . The dotnet-suggest tool requires the suggest directive to be enabled for an application to provide completions. @@ -622,14 +597,16 @@ System.CommandLine.Builder.CommandLineBuilder - - + + - To be added. - To be added. - To be added. - To be added. + A command line builder. + Replaces the specified token with any number of other tokens. + + Specifies a delegate used to replace any token prefixed with @ with zero or more other tokens, prior to parsing. + + The same instance of . To be added. @@ -682,7 +659,7 @@ A command line builder. - Enables the use of a option (defaulting to the alias --version), which, when specified in command-line input, short circuits normal command handling and instead write out version information before exiting. + Enables the use of a option (defaulting to the alias --version) which when specified in command line input will short circuit normal command handling and instead write out version information before exiting. The same instance of . To be added. @@ -715,8 +692,8 @@ - A command line builder. One or more aliases to use instead of the default to signal that version information should be displayed. + A command line builder. To be added. To be added. To be added. diff --git a/xml/System.CommandLine.Help/TwoColumnHelpRow.xml b/xml/System.CommandLine.Help/TwoColumnHelpRow.xml index f99dfca10ce..cfcc9f60da9 100644 --- a/xml/System.CommandLine.Help/TwoColumnHelpRow.xml +++ b/xml/System.CommandLine.Help/TwoColumnHelpRow.xml @@ -74,7 +74,7 @@ if the current object is equal to the parameter; otherwise, . To be added. - + diff --git a/xml/System.CommandLine.Invocation/ICommandHandler.xml b/xml/System.CommandLine.Invocation/ICommandHandler.xml index 2f43953182b..624913b7ecf 100644 --- a/xml/System.CommandLine.Invocation/ICommandHandler.xml +++ b/xml/System.CommandLine.Invocation/ICommandHandler.xml @@ -33,12 +33,14 @@ System.Int32 - + - To be added. - To be added. - To be added. + Provides context for the invocation, including parse results and binding support. + + Performs an action when the associated command is invoked on the command line. + + A value that can be used as the exit code for the process. To be added. @@ -61,7 +63,7 @@ - Provides context for the invocation, including parse results and binding support. + Provides context for the invocation, including parse results and binding support. Performs an action when the associated command is invoked on the command line. diff --git a/xml/System.CommandLine.Parsing/CommandResult.xml b/xml/System.CommandLine.Parsing/CommandResult.xml index b40516ae763..5f9f4d2590e 100644 --- a/xml/System.CommandLine.Parsing/CommandResult.xml +++ b/xml/System.CommandLine.Parsing/CommandResult.xml @@ -45,13 +45,11 @@ - + - - - + Property System.CommandLine diff --git a/xml/System.CommandLine.Parsing/OptionResult.xml b/xml/System.CommandLine.Parsing/OptionResult.xml index 4d9ee30d586..8ccfa72612b 100644 --- a/xml/System.CommandLine.Parsing/OptionResult.xml +++ b/xml/System.CommandLine.Parsing/OptionResult.xml @@ -124,15 +124,12 @@ - - + + - - - - + Property System.CommandLine diff --git a/xml/System.CommandLine.Parsing/ParseArgument`1.xml b/xml/System.CommandLine.Parsing/ParseArgument`1.xml index 4e04c7278da..240ddfa6ebe 100644 --- a/xml/System.CommandLine.Parsing/ParseArgument`1.xml +++ b/xml/System.CommandLine.Parsing/ParseArgument`1.xml @@ -26,7 +26,7 @@ T - The type that the argument is to be parsed as. + The type which the argument is to be parsed as. The argument result. Performs custom parsing of an argument. diff --git a/xml/System.CommandLine.Parsing/ParseResult.xml b/xml/System.CommandLine.Parsing/ParseResult.xml index e165f129d8a..1d2a8271ad4 100644 --- a/xml/System.CommandLine.Parsing/ParseResult.xml +++ b/xml/System.CommandLine.Parsing/ParseResult.xml @@ -409,13 +409,11 @@ - + - - - + Property System.CommandLine diff --git a/xml/System.CommandLine.Parsing/Parser.xml b/xml/System.CommandLine.Parsing/Parser.xml index fc357403892..7b4ea9268ca 100644 --- a/xml/System.CommandLine.Parsing/Parser.xml +++ b/xml/System.CommandLine.Parsing/Parser.xml @@ -33,7 +33,9 @@ - Initializes a new instance of the class using the default . + + Initializes a new instance of the class using the default . + To be added. @@ -96,7 +98,9 @@ System.CommandLine.CommandLineConfiguration - Gets the configuration on which the parser's grammar and behaviors are based. + + Gets the configuration on which the parser's grammar and behaviors are based. + To be added. To be added. @@ -121,11 +125,11 @@ The string array typically passed to a program's Main method. - Holds the value of a complete command line input prior to splitting and tokenization, when provided. This will typically not be available when the parser is called from Program.Main. It's primarily used when calculating completions via the dotnet-suggest tool. + The complete command line input prior to splitting and tokenization. This input is not typically available when the parser is called from Program.Main. It is primarily used when calculating completions via the dotnet-suggest tool. Parses a list of arguments. - Details about the parse operation. + A providing details about the parse operation. To be added. diff --git a/xml/System.CommandLine.Parsing/ParserExtensions.xml b/xml/System.CommandLine.Parsing/ParserExtensions.xml index 4e9be7f44c5..2bf16999f79 100644 --- a/xml/System.CommandLine.Parsing/ParserExtensions.xml +++ b/xml/System.CommandLine.Parsing/ParserExtensions.xml @@ -107,7 +107,7 @@ Parses a command line string value and invokes the handler for the indicated command. The exit code for the invocation. - The command line string input will be split into tokens as if it had been passed on the command line.This method stores in the task it returns all non-usage exceptions that the method's synchronous counterpart can throw. If an exception is stored into the returned task, that exception will be thrown when the task is awaited. Usage exceptions, such as , are still thrown synchronously. For the stored exceptions, see the exceptions thrown by . + The command line string input will be split into tokens as if it had been passed on the command line. diff --git a/xml/System.CommandLine.Parsing/ResponseFileHandling.xml b/xml/System.CommandLine.Parsing/ResponseFileHandling.xml deleted file mode 100644 index c9952775a30..00000000000 --- a/xml/System.CommandLine.Parsing/ResponseFileHandling.xml +++ /dev/null @@ -1,92 +0,0 @@ - - - - - - - - - System.CommandLine - 2.0.0.0 - - - System.Enum - - - - Specifies settings for response file parsing. - - To be added. - - - - - - - - - - Field - - System.CommandLine - 2.0.0.0 - - - System.CommandLine.Parsing.ResponseFileHandling - - 2 - - - Do not parse response files. Command line tokens beginning with @ receive no special treatment. - - - - - - - - - - - Field - - System.CommandLine - 2.0.0.0 - - - System.CommandLine.Parsing.ResponseFileHandling - - 0 - - - Each line in the file is treated as a single argument, regardless of whitespace on the line. - - - Empty lines and lines beginning with # are skipped. - - - - - - - - - - - Field - - System.CommandLine - 2.0.0.0 - - - System.CommandLine.Parsing.ResponseFileHandling - - 1 - - - Arguments are separated by whitespace (spaces and/or new-lines) - - - - - diff --git a/xml/System.CommandLine.Parsing/SymbolResult.xml b/xml/System.CommandLine.Parsing/SymbolResult.xml index 58ab9fbe384..fdcd8d276ef 100644 --- a/xml/System.CommandLine.Parsing/SymbolResult.xml +++ b/xml/System.CommandLine.Parsing/SymbolResult.xml @@ -330,13 +330,11 @@ - + - - - + Property System.CommandLine diff --git a/xml/System.CommandLine.Parsing/Token.xml b/xml/System.CommandLine.Parsing/Token.xml index b7982c5332f..bca69a7e292 100644 --- a/xml/System.CommandLine.Parsing/Token.xml +++ b/xml/System.CommandLine.Parsing/Token.xml @@ -1,34 +1,22 @@ - - + + - - - - - - - - + + + System.CommandLine 2.0.0.0 System.Object - System.ValueType System.IEquatable<System.CommandLine.Parsing.Token> - - - [System.Runtime.CompilerServices.IsReadOnly] - [<System.Runtime.CompilerServices.IsReadOnly>] - - A unit of significant text on the command line. @@ -62,15 +50,12 @@ - - + + - - - - + Method M:System.IEquatable`1.Equals(`0) @@ -91,7 +76,7 @@ if the current object is equal to the parameter; otherwise, . To be added. - + @@ -145,13 +130,11 @@ - + - - - + Method System.CommandLine @@ -177,13 +160,11 @@ - + - - - + Method System.CommandLine diff --git a/xml/System.CommandLine.Parsing/TokenizeError.xml b/xml/System.CommandLine.Parsing/TokenizeError.xml deleted file mode 100644 index 417bb74f37e..00000000000 --- a/xml/System.CommandLine.Parsing/TokenizeError.xml +++ /dev/null @@ -1,70 +0,0 @@ - - - - - - - - - System.CommandLine - 2.0.0.0 - - - System.Object - - - - - Describes an error that occurs while tokenizing command line input. - - To be added. - - - - - - - - - - Property - - System.CommandLine - 2.0.0.0 - - - System.String - - - - A message to explain the error to a user. - - To be added. - To be added. - - - - - - - - - - Method - - System.CommandLine - 2.0.0.0 - - - System.String - - - - To be added. - To be added. - To be added. - - - - - diff --git a/xml/System.CommandLine.Parsing/TryReplaceToken.xml b/xml/System.CommandLine.Parsing/TryReplaceToken.xml index 4c87e5a15b5..288b7c0be2b 100644 --- a/xml/System.CommandLine.Parsing/TryReplaceToken.xml +++ b/xml/System.CommandLine.Parsing/TryReplaceToken.xml @@ -24,7 +24,9 @@ To be added. To be added. To be added. - To be added. + + Replaces a token with one or more other tokens prior to parsing. + To be added. To be added. diff --git a/xml/System.CommandLine/Argument.xml b/xml/System.CommandLine/Argument.xml index 8294ce48ed6..f45b41c1561 100644 --- a/xml/System.CommandLine/Argument.xml +++ b/xml/System.CommandLine/Argument.xml @@ -1,14 +1,10 @@ - - + + - + - - - - - + System.CommandLine 2.0.0.0 @@ -29,15 +25,11 @@ - - + + - - - - - - + + Constructor System.CommandLine @@ -52,14 +44,11 @@ - - + + - + - - - Constructor System.CommandLine @@ -381,19 +370,15 @@ - + - - - - - - - + + + Property - P:System.CommandLine.Binding.IValueDescriptor.ValueType + P:System.CommandLine.Binding.IValueDescriptor.ValueType System.CommandLine diff --git a/xml/System.CommandLine/ArgumentArity.xml b/xml/System.CommandLine/ArgumentArity.xml index ec388637a9d..1d271186825 100644 --- a/xml/System.CommandLine/ArgumentArity.xml +++ b/xml/System.CommandLine/ArgumentArity.xml @@ -89,7 +89,7 @@ if the current object is equal to the parameter; otherwise, . To be added. - + diff --git a/xml/System.CommandLine/Argument`1.xml b/xml/System.CommandLine/Argument`1.xml index bf728ca4803..a0bfa265da4 100644 --- a/xml/System.CommandLine/Argument`1.xml +++ b/xml/System.CommandLine/Argument`1.xml @@ -179,19 +179,15 @@ - + - - - - - - - + + + Property - P:System.CommandLine.Binding.IValueDescriptor.ValueType + P:System.CommandLine.Binding.IValueDescriptor.ValueType System.CommandLine diff --git a/xml/System.CommandLine/Command.xml b/xml/System.CommandLine/Command.xml index 1cbf01fec10..ff9eb5284db 100644 --- a/xml/System.CommandLine/Command.xml +++ b/xml/System.CommandLine/Command.xml @@ -301,14 +301,10 @@ 2.0.0.0 - + [get: System.Runtime.CompilerServices.IteratorStateMachine(typeof(System.CommandLine.Command+<get_Children>d__6))] [<get: System.Runtime.CompilerServices.IteratorStateMachine(typeof(System.CommandLine.Command+<get_Children>d__6))>] - - [get: System.Runtime.CompilerServices.IteratorStateMachine(typeof(System.CommandLine.Command+<get_Children>d__5))] - [<get: System.Runtime.CompilerServices.IteratorStateMachine(typeof(System.CommandLine.Command+<get_Children>d__5))>] - System.Collections.Generic.IEnumerable<System.CommandLine.Symbol> @@ -367,7 +363,9 @@ - Gets an enumerator that represents all of the symbols for the command. + + Represents all of the symbols for the command. + An enumerator that can be used to iterate through the collection. To be added. diff --git a/xml/System.CommandLine/CommandExtensions.xml b/xml/System.CommandLine/CommandExtensions.xml index 33bab0fa599..2151f1ecb11 100644 --- a/xml/System.CommandLine/CommandExtensions.xml +++ b/xml/System.CommandLine/CommandExtensions.xml @@ -107,7 +107,7 @@ Parses and invokes a command. The exit code for the invocation. - The command line string input will be split into tokens as if it had been passed on the command line.This method stores in the task it returns all non-usage exceptions that the method's synchronous counterpart can throw. If an exception is stored into the returned task, that exception will be thrown when the task is awaited. Usage exceptions, such as , are still thrown synchronously. For the stored exceptions, see the exceptions thrown by . + The command line string input will be split into tokens as if it had been passed on the command line. diff --git a/xml/System.CommandLine/CommandLineConfiguration.xml b/xml/System.CommandLine/CommandLineConfiguration.xml index e1923a92401..8698abdc0ed 100644 --- a/xml/System.CommandLine/CommandLineConfiguration.xml +++ b/xml/System.CommandLine/CommandLineConfiguration.xml @@ -21,25 +21,26 @@ - - - - - + + + + + Constructor System.CommandLine 2.0.0.0 - - - - - - - - + + + + + + + + + The root command for the parser. @@ -48,52 +49,18 @@ to enable directive parsing; otherwise, . Enables the legacy behavior of the -- token, which is to ignore parsing of subsequent tokens and place them in the list. + + to enable token replacement; otherwise, . Provide custom validation messages. - One of the enumeration values that specifies how response files (.rsp) are handled. Provide a custom middleware pipeline. Provide a custom help builder. + Replaces the specified token with any number of other tokens. Initializes a new instance of the CommandLineConfiguration class. To be added. - - - - - - - Constructor - - System.CommandLine - 2.0.0.0 - - - - - - - - - - - - - - To be added. - To be added. - To be added. - To be added. - To be added. - To be added. - To be added. - To be added. - To be added. - To be added. - To be added. - - @@ -157,7 +124,7 @@ - Gets whether POSIX bundling is enabled. + Gets a value indicating whether POSIX bundling is enabled. To be added. @@ -181,9 +148,13 @@ System.Boolean - To be added. + + Gets a value indicating whether token replacement is enabled. + To be added. - To be added. + + When enabled, any token prefixed with @ can be replaced with zero or more other tokens. This is mostly commonly used to expand tokens from response files and interpolate them into a command line prior to parsing. + diff --git a/xml/System.CommandLine/Handler.xml b/xml/System.CommandLine/Handler.xml index f04b4b50f6f..81c1f6142f5 100644 --- a/xml/System.CommandLine/Handler.xml +++ b/xml/System.CommandLine/Handler.xml @@ -64,13 +64,15 @@ System.Void - - + + To be added. To be added. - To be added. + + Sets a command's handler based on an . + To be added. @@ -90,13 +92,15 @@ System.Void - - + + To be added. To be added. - To be added. + + Sets a command's handler based on a . + To be added. @@ -128,47 +132,6 @@ To be added. - - - - - - - - Method - - System.CommandLine - 2.0.0.0 - - - System.Void - - - - - - - - - - - [System.ParamArray] - [<System.ParamArray>] - - - - - - To be added. - To be added. - To be added. - To be added. - - Sets a command's handler based on an . - - To be added. - - @@ -188,56 +151,17 @@ - - - + + + To be added. To be added. To be added. To be added. - To be added. - To be added. - - - - - - - - - - Method - - System.CommandLine - 2.0.0.0 - - - System.Void - - - - - - - - - - - [System.ParamArray] - [<System.ParamArray>] - - - - - - To be added. - To be added. - To be added. - To be added. - Sets a command's handler based on a . + Sets a command's handler based on an . To be added. @@ -261,101 +185,17 @@ - - - + + + To be added. To be added. To be added. To be added. - To be added. - To be added. - - - - - - - - - - Method - - System.CommandLine - 2.0.0.0 - - - System.Void - - - - - - - - - - - - [System.ParamArray] - [<System.ParamArray>] - - - - - - To be added. - To be added. - To be added. - To be added. - To be added. - - Sets a command's handler based on an . - - To be added. - - - - - - - - - - Method - - System.CommandLine - 2.0.0.0 - - - System.Void - - - - - - - - - - - - [System.ParamArray] - [<System.ParamArray>] - - - - - - To be added. - To be added. - To be added. - To be added. - To be added. - Sets a command's handler based on a . + Sets a command's handler based on a . To be added. @@ -380,10 +220,10 @@ - - - - + + + + To be added. @@ -392,7 +232,9 @@ To be added. To be added. To be added. - To be added. + + Sets a command's handler based on an . + To be added. @@ -416,10 +258,10 @@ - - - - + + + + To be added. @@ -428,17 +270,19 @@ To be added. To be added. To be added. - To be added. + + Sets a command's handler based on a . + To be added. - - - - - - + + + + + + Method System.CommandLine @@ -453,16 +297,11 @@ - - - - - - [System.ParamArray] - [<System.ParamArray>] - - - + + + + + To be added. @@ -470,7 +309,9 @@ To be added. To be added. To be added. - To be added. + To be added. + To be added. + To be added. Sets a command's handler based on an . @@ -478,12 +319,12 @@ - - - - - - + + + + + + Method System.CommandLine @@ -498,16 +339,11 @@ - - - - - - [System.ParamArray] - [<System.ParamArray>] - - - + + + + + To be added. @@ -515,20 +351,22 @@ To be added. To be added. To be added. - To be added. + To be added. + To be added. + To be added. Sets a command's handler based on a . To be added. - - - - - - - + + + + + + + Method System.CommandLine @@ -541,34 +379,40 @@ + - - - - - + + + + + + To be added. To be added. To be added. + To be added. To be added. To be added. To be added. To be added. To be added. - To be added. + To be added. + + Sets a command's handler based on an . + To be added. - - - - - - - + + + + + + + Method System.CommandLine @@ -581,34 +425,40 @@ + - - - - - + + + + + + To be added. To be added. To be added. + To be added. To be added. To be added. To be added. To be added. To be added. - To be added. + To be added. + + Sets a command's handler based on a . + To be added. - - - - - - - + + + + + + + Method System.CommandLine @@ -622,40 +472,43 @@ + - - - - - - [System.ParamArray] - [<System.ParamArray>] - - - + + + + + + + To be added. To be added. To be added. To be added. + To be added. To be added. To be added. - To be added. + To be added. + To be added. + To be added. + To be added. + To be added. - Sets a command's handler based on an . + Sets a command's handler based on an . To be added. - - - - - - - + + + + + + + Method System.CommandLine @@ -669,40 +522,43 @@ + - - - - - - [System.ParamArray] - [<System.ParamArray>] - - - + + + + + + + To be added. To be added. To be added. To be added. + To be added. To be added. To be added. - To be added. + To be added. + To be added. + To be added. + To be added. + To be added. - Sets a command's handler based on a . + Sets a command's handler based on a . To be added. - - - - - - - + + + + + + + Method System.CommandLine @@ -716,37 +572,47 @@ + + - - - - - - + + + + + + + + To be added. To be added. To be added. To be added. + To be added. + To be added. To be added. To be added. To be added. To be added. To be added. To be added. - To be added. + To be added. + To be added. + + Sets a command's handler based on an . + To be added. - - - - - - - + + + + + + + Method System.CommandLine @@ -760,158 +626,18 @@ + + - - - - - - - - - To be added. - To be added. - To be added. - To be added. - To be added. - To be added. - To be added. - To be added. - To be added. - To be added. - To be added. - To be added. - - - - - - - - - - Method - - System.CommandLine - 2.0.0.0 - - - System.Void - - - - - - - - - - - - - - - [System.ParamArray] - [<System.ParamArray>] - - - - - - To be added. - To be added. - To be added. - To be added. - To be added. - To be added. - To be added. - To be added. - - Sets a command's handler based on an . - - To be added. - - - - - - - - - - Method - - System.CommandLine - 2.0.0.0 - - - System.Void - - - - - - - - - - - - - - - [System.ParamArray] - [<System.ParamArray>] - - - - - - To be added. - To be added. - To be added. - To be added. - To be added. - To be added. - To be added. - To be added. - - Sets a command's handler based on a . - - To be added. - - - - - - - - - - Method - - System.CommandLine - 2.0.0.0 - - - System.Void - - - - - - - - - - - - - - - - + + + + + + + + To be added. @@ -919,6 +645,7 @@ To be added. To be added. To be added. + To be added. To be added. To be added. To be added. @@ -926,17 +653,20 @@ To be added. To be added. To be added. - To be added. + To be added. + + Sets a command's handler based on a . + To be added. - - - - - - - + + + + + + + Method System.CommandLine @@ -951,15 +681,19 @@ + + - - - - - - - + + + + + + + + + To be added. @@ -967,6 +701,8 @@ To be added. To be added. To be added. + To be added. + To be added. To be added. To be added. To be added. @@ -974,119 +710,21 @@ To be added. To be added. To be added. - To be added. - To be added. - - - - - - - - - - Method - - System.CommandLine - 2.0.0.0 - - - System.Void - - - - - - - - - - - - - - - - [System.ParamArray] - [<System.ParamArray>] - - - - - - To be added. - To be added. - To be added. - To be added. - To be added. - To be added. - To be added. - To be added. - To be added. - - Sets a command's handler based on an . - - To be added. - - - - - - - - - - Method - - System.CommandLine - 2.0.0.0 - - - System.Void - - - - - - - - - - - - - - - - [System.ParamArray] - [<System.ParamArray>] - - - - - - To be added. - To be added. - To be added. - To be added. - To be added. - To be added. - To be added. - To be added. - To be added. + To be added. + To be added. - Sets a command's handler based on a . + Sets a command's handler based on an . To be added. - - - - - - - + + + + + + + Method System.CommandLine @@ -1102,16 +740,18 @@ + - - - - - - - - + + + + + + + + + To be added. @@ -1120,6 +760,7 @@ To be added. To be added. To be added. + To be added. To be added. To be added. To be added. @@ -1128,17 +769,20 @@ To be added. To be added. To be added. - To be added. + To be added. + + Sets a command's handler based on a . + To be added. - - - - - - - + + + + + + + Method System.CommandLine @@ -1154,16 +798,20 @@ + + - - - - - - - - + + + + + + + + + + To be added. @@ -1172,6 +820,8 @@ To be added. To be added. To be added. + To be added. + To be added. To be added. To be added. To be added. @@ -1180,17 +830,21 @@ To be added. To be added. To be added. - To be added. + To be added. + To be added. + + Sets a command's handler based on an . + To be added. - - - - - - - + + + + + + + Method System.CommandLine @@ -1207,179 +861,19 @@ + - - - - - - [System.ParamArray] - [<System.ParamArray>] - - - - - - To be added. - To be added. - To be added. - To be added. - To be added. - To be added. - To be added. - To be added. - To be added. - To be added. - - Sets a command's handler based on an . - - To be added. - - - - - - - - - - Method - - System.CommandLine - 2.0.0.0 - - - System.Void - - - - - - - - - - - - - - - - - [System.ParamArray] - [<System.ParamArray>] - - - - - - To be added. - To be added. - To be added. - To be added. - To be added. - To be added. - To be added. - To be added. - To be added. - To be added. - - Sets a command's handler based on a . - - To be added. - - - - - - - - - - Method - - System.CommandLine - 2.0.0.0 - - - System.Void - - - - - - - - - - - - - - - - - - - - - - - To be added. - To be added. - To be added. - To be added. - To be added. - To be added. - To be added. - To be added. - To be added. - To be added. - To be added. - To be added. - To be added. - To be added. - To be added. - To be added. - To be added. - To be added. - - - - - - - - - - Method - - System.CommandLine - 2.0.0.0 - - - System.Void - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + To be added. @@ -1389,6 +883,7 @@ To be added. To be added. To be added. + To be added. To be added. To be added. To be added. @@ -1398,1263 +893,12 @@ To be added. To be added. To be added. - To be added. - To be added. - - - - - - - - - - Method - - System.CommandLine - 2.0.0.0 - - - System.Void - - - - - - - - - - - - - - - - - - [System.ParamArray] - [<System.ParamArray>] - - - - - - To be added. - To be added. - To be added. - To be added. - To be added. - To be added. - To be added. - To be added. - To be added. - To be added. - To be added. - - Sets a command's handler based on an . - - To be added. - - - - - - - - - - Method - - System.CommandLine - 2.0.0.0 - - - System.Void - - - - - - - - - - - - - - - - - - [System.ParamArray] - [<System.ParamArray>] - - - - - - To be added. - To be added. - To be added. - To be added. - To be added. - To be added. - To be added. - To be added. - To be added. - To be added. - To be added. + To be added. Sets a command's handler based on a . To be added. - - - - - - - - Method - - System.CommandLine - 2.0.0.0 - - - System.Void - - - - - - - - - - - - - - - - - - - - - - - - - To be added. - To be added. - To be added. - To be added. - To be added. - To be added. - To be added. - To be added. - To be added. - To be added. - To be added. - To be added. - To be added. - To be added. - To be added. - To be added. - To be added. - To be added. - To be added. - To be added. - - - - - - - - - - Method - - System.CommandLine - 2.0.0.0 - - - System.Void - - - - - - - - - - - - - - - - - - - - - - - - - To be added. - To be added. - To be added. - To be added. - To be added. - To be added. - To be added. - To be added. - To be added. - To be added. - To be added. - To be added. - To be added. - To be added. - To be added. - To be added. - To be added. - To be added. - To be added. - To be added. - - - - - - - - - - Method - - System.CommandLine - 2.0.0.0 - - - System.Void - - - - - - - - - - - - - - - - - - - [System.ParamArray] - [<System.ParamArray>] - - - - - - To be added. - To be added. - To be added. - To be added. - To be added. - To be added. - To be added. - To be added. - To be added. - To be added. - To be added. - To be added. - - Sets a command's handler based on an . - - To be added. - - - - - - - - - - Method - - System.CommandLine - 2.0.0.0 - - - System.Void - - - - - - - - - - - - - - - - - - - [System.ParamArray] - [<System.ParamArray>] - - - - - - To be added. - To be added. - To be added. - To be added. - To be added. - To be added. - To be added. - To be added. - To be added. - To be added. - To be added. - To be added. - - Sets a command's handler based on a . - - To be added. - - - - - - - - - - Method - - System.CommandLine - 2.0.0.0 - - - System.Void - - - - - - - - - - - - - - - - - - - - [System.ParamArray] - [<System.ParamArray>] - - - - - - To be added. - To be added. - To be added. - To be added. - To be added. - To be added. - To be added. - To be added. - To be added. - To be added. - To be added. - To be added. - To be added. - - Sets a command's handler based on an . - - To be added. - - - - - - - - - - Method - - System.CommandLine - 2.0.0.0 - - - System.Void - - - - - - - - - - - - - - - - - - - - [System.ParamArray] - [<System.ParamArray>] - - - - - - To be added. - To be added. - To be added. - To be added. - To be added. - To be added. - To be added. - To be added. - To be added. - To be added. - To be added. - To be added. - To be added. - - Sets a command's handler based on a . - - To be added. - - - - - - - - - - Method - - System.CommandLine - 2.0.0.0 - - - System.Void - - - - - - - - - - - - - - - - - - - - - [System.ParamArray] - [<System.ParamArray>] - - - - - - To be added. - To be added. - To be added. - To be added. - To be added. - To be added. - To be added. - To be added. - To be added. - To be added. - To be added. - To be added. - To be added. - To be added. - - Sets a command's handler based on an . - - To be added. - - - - - - - - - - Method - - System.CommandLine - 2.0.0.0 - - - System.Void - - - - - - - - - - - - - - - - - - - - - [System.ParamArray] - [<System.ParamArray>] - - - - - - To be added. - To be added. - To be added. - To be added. - To be added. - To be added. - To be added. - To be added. - To be added. - To be added. - To be added. - To be added. - To be added. - To be added. - - Sets a command's handler based on a . - - To be added. - - - - - - - - - - Method - - System.CommandLine - 2.0.0.0 - - - System.Void - - - - - - - - - - - - - - - - - - - - - - [System.ParamArray] - [<System.ParamArray>] - - - - - - To be added. - To be added. - To be added. - To be added. - To be added. - To be added. - To be added. - To be added. - To be added. - To be added. - To be added. - To be added. - To be added. - To be added. - To be added. - - Sets a command's handler based on an . - - To be added. - - - - - - - - - - Method - - System.CommandLine - 2.0.0.0 - - - System.Void - - - - - - - - - - - - - - - - - - - - - - [System.ParamArray] - [<System.ParamArray>] - - - - - - To be added. - To be added. - To be added. - To be added. - To be added. - To be added. - To be added. - To be added. - To be added. - To be added. - To be added. - To be added. - To be added. - To be added. - To be added. - - Sets a command's handler based on a . - - To be added. - - - - - - - - - - Method - - System.CommandLine - 2.0.0.0 - - - System.Void - - - - - - - - - - - - - - - - - - - - - - - [System.ParamArray] - [<System.ParamArray>] - - - - - - To be added. - To be added. - To be added. - To be added. - To be added. - To be added. - To be added. - To be added. - To be added. - To be added. - To be added. - To be added. - To be added. - To be added. - To be added. - To be added. - - Sets a command's handler based on an . - - To be added. - - - - - - - - - - Method - - System.CommandLine - 2.0.0.0 - - - System.Void - - - - - - - - - - - - - - - - - - - - - - - [System.ParamArray] - [<System.ParamArray>] - - - - - - To be added. - To be added. - To be added. - To be added. - To be added. - To be added. - To be added. - To be added. - To be added. - To be added. - To be added. - To be added. - To be added. - To be added. - To be added. - To be added. - - Sets a command's handler based on a . - - To be added. - - - - - - - - - - Method - - System.CommandLine - 2.0.0.0 - - - System.Void - - - - - - - - - - - - - - - - - - - - - - - - [System.ParamArray] - [<System.ParamArray>] - - - - - - To be added. - To be added. - To be added. - To be added. - To be added. - To be added. - To be added. - To be added. - To be added. - To be added. - To be added. - To be added. - To be added. - To be added. - To be added. - To be added. - To be added. - - Sets a command's handler based on an . - - To be added. - - - - - - - - - - Method - - System.CommandLine - 2.0.0.0 - - - System.Void - - - - - - - - - - - - - - - - - - - - - - - - [System.ParamArray] - [<System.ParamArray>] - - - - - - To be added. - To be added. - To be added. - To be added. - To be added. - To be added. - To be added. - To be added. - To be added. - To be added. - To be added. - To be added. - To be added. - To be added. - To be added. - To be added. - To be added. - - Sets a command's handler based on a . - - To be added. - - - - - - - - - - Method - - System.CommandLine - 2.0.0.0 - - - System.Void - - - - - - - - - - - - - - - - - - - - - - - - - [System.ParamArray] - [<System.ParamArray>] - - - - - - To be added. - To be added. - To be added. - To be added. - To be added. - To be added. - To be added. - To be added. - To be added. - To be added. - To be added. - To be added. - To be added. - To be added. - To be added. - To be added. - To be added. - To be added. - - Sets a command's handler based on an . - - To be added. - - - - - - - - - - Method - - System.CommandLine - 2.0.0.0 - - - System.Void - - - - - - - - - - - - - - - - - - - - - - - - - [System.ParamArray] - [<System.ParamArray>] - - - - - - To be added. - To be added. - To be added. - To be added. - To be added. - To be added. - To be added. - To be added. - To be added. - To be added. - To be added. - To be added. - To be added. - To be added. - To be added. - To be added. - To be added. - To be added. - - Sets a command's handler based on a . - - To be added. - - - - - - - - - - Method - - System.CommandLine - 2.0.0.0 - - - System.Void - - - - - - - - - - - - - - - - - - - - - - - - - - [System.ParamArray] - [<System.ParamArray>] - - - - - - To be added. - To be added. - To be added. - To be added. - To be added. - To be added. - To be added. - To be added. - To be added. - To be added. - To be added. - To be added. - To be added. - To be added. - To be added. - To be added. - To be added. - To be added. - To be added. - - Sets a command's handler based on an . - - To be added. - - - - - - - - - - Method - - System.CommandLine - 2.0.0.0 - - - System.Void - - - - - - - - - - - - - - - - - - - - - - - - - - [System.ParamArray] - [<System.ParamArray>] - - - - - - To be added. - To be added. - To be added. - To be added. - To be added. - To be added. - To be added. - To be added. - To be added. - To be added. - To be added. - To be added. - To be added. - To be added. - To be added. - To be added. - To be added. - To be added. - To be added. - - Sets a command's handler based on a . - - To be added. - - diff --git a/xml/System.CommandLine/IdentifierSymbol.xml b/xml/System.CommandLine/IdentifierSymbol.xml index a48a50cfe7c..dae37e84bae 100644 --- a/xml/System.CommandLine/IdentifierSymbol.xml +++ b/xml/System.CommandLine/IdentifierSymbol.xml @@ -86,8 +86,12 @@ The alias to add. - Adds an alias. - You can add multiple aliases. Aliases are most often used to provide shorthand alternatives. + + Adds an alias. + + + You can add multiple aliases for a symbol. + @@ -134,7 +138,7 @@ The alias to search for. - Determines whether the alias has already been defined. + Determines whether the specified alias has already been defined. if the alias has already been defined; otherwise . diff --git a/xml/System.CommandLine/LocalizationResources.xml b/xml/System.CommandLine/LocalizationResources.xml index 1f1ffe4a1db..7cfaeff3bbe 100644 --- a/xml/System.CommandLine/LocalizationResources.xml +++ b/xml/System.CommandLine/LocalizationResources.xml @@ -212,13 +212,11 @@ - + - - - + Method System.CommandLine diff --git a/xml/System.CommandLine/Option.xml b/xml/System.CommandLine/Option.xml index 2672fc6a4d7..efc4947005f 100644 --- a/xml/System.CommandLine/Option.xml +++ b/xml/System.CommandLine/Option.xml @@ -1,14 +1,10 @@ - - + + - + - - - - - + System.CommandLine 2.0.0.0 @@ -22,71 +18,13 @@ - Defines a named parameter and a value for that parameter. + + A symbol defining a named parameter and a value for that parameter. + To be added. - - - - - - - Constructor - - System.CommandLine - 2.0.0.0 - - - - - - - - - - The name of the option, which can be used to specify it on the command line. - The description of the option shown in help. - The type that the option's argument(s) can be parsed to. - A delegate used to get a default value for the option when it is not specified on the command line. - The arity of the option. - - Initializes a new instance of the class. - - To be added. - - - - - - - - - Constructor - - System.CommandLine - 2.0.0.0 - - - - - - - - - - The set of strings that can be used on the command line to specify the option. - The description of the option shown in help. - The type that the option's argument(s) can be parsed to. - A delegate used to get a default value for the option when it is not specified on the command line. - The arity of the option. - - Initializes a new instance of the class. - - To be added. - - diff --git a/xml/System.CommandLine/Option`1.xml b/xml/System.CommandLine/Option`1.xml index 63ff0010ddf..ff1adf15821 100644 --- a/xml/System.CommandLine/Option`1.xml +++ b/xml/System.CommandLine/Option`1.xml @@ -27,7 +27,7 @@ The that the option's arguments are expected to be parsed as. To be added. To be added. - + @@ -73,7 +73,7 @@ To be added. Initializes a new instance of the class. To be added. - + @@ -98,7 +98,7 @@ To be added. Initializes a new instance of the class. To be added. - + @@ -123,7 +123,7 @@ To be added. Initializes a new instance of the class. To be added. - + @@ -150,6 +150,7 @@ To be added. Initializes a new instance of the class. To be added. + @@ -176,6 +177,7 @@ To be added. Initializes a new instance of the class. To be added. + diff --git a/xml/System.Formats.Asn1/AsnDecoder.xml b/xml/System.Formats.Asn1/AsnDecoder.xml index 81f13bb2abe..793908549a5 100644 --- a/xml/System.Formats.Asn1/AsnDecoder.xml +++ b/xml/System.Formats.Asn1/AsnDecoder.xml @@ -110,7 +110,7 @@ The buffer containing encoded data. The encoding constraints to use when interpreting the data. - On success, receives the number of bits in the last byte that were reported as + On success, receives the number of bits in the last byte which were reported as "unused" by the writer. This parameter is treated as uninitialized. @@ -139,13 +139,13 @@ The next value does not have the correct tag. - + -or- - + The length encoding is not valid under the current encoding rules. - + -or- - + The contents are not valid under the current encoding rules. @@ -205,13 +205,13 @@ The next value does not have the correct tag. - + -or- - + The length encoding is not valid under the current encoding rules. - + -or- - + The contents are not valid under the current encoding rules. @@ -280,24 +280,24 @@ is not defined. - + -or- - + is not a known character string type. The next value does not have the correct tag. - + -or- - + The length encoding is not valid under the current encoding rules. - + -or- - + The contents are not valid under the current encoding rules. - + -or- - + The string did not successfully decode. @@ -430,13 +430,13 @@ The next value does not have the correct tag. - + -or- - + The length encoding is not valid under the current encoding rules. - + -or- - + The contents are not valid under the current encoding rules. @@ -505,28 +505,28 @@ The next value does not have the correct tag. - + -or- - + The length encoding is not valid under the current encoding rules. - + -or- - + The contents are not valid under the current encoding rules. - + -or- - + The encoded value is too big to fit in a value. is not an enum type. - + -or- - + was declared with . - + -or- - + . is , but . is not correct for @@ -603,28 +603,28 @@ The next value does not have the correct tag. - + -or- - + The length encoding is not valid under the current encoding rules. - + -or- - + The contents are not valid under the current encoding rules. - + -or- - + The encoded value is too big to fit in a value. is not an enum type. - + -or- - + was declared with . - + -or- - + . is , but . is not correct for @@ -680,13 +680,13 @@ The next value does not have the correct tag. - + -or- - + The length encoding is not valid under the current encoding rules. - + -or- - + The contents are not valid under the current encoding rules. @@ -745,13 +745,13 @@ The next value does not have the correct tag. - + -or- - + The length encoding is not valid under the current encoding rules. - + -or- - + The contents are not valid under the current encoding rules. @@ -810,13 +810,13 @@ The next value does not have the correct tag. - + -or- - + The length encoding is not valid under the current encoding rules. - + -or- - + The contents are not valid under the current encoding rules. @@ -888,13 +888,13 @@ The next value does not have the correct tag. - + -or- - + The length encoding is not valid under the current encoding rules. - + -or- - + The contents are not valid under the current encoding rules. @@ -963,28 +963,28 @@ The next value does not have the correct tag. - + -or- - + The length encoding is not valid under the current encoding rules. - + -or- - + The contents are not valid under the current encoding rules. - + -or- - The encoded value is too big to fit in a value. is not an enum type. - + -or- - + was not declared with - + -or- - + . is , but . is not correct for @@ -1058,7 +1058,7 @@ with bits increasing in value until the least significant bit of the first byte, proceeding with the most significant bit of the second byte, and so on. Under this scheme, the following ASN.1 type declaration and C# enumeration can be used together: - + KeyUsage ::= BIT STRING { digitalSignature (0), @@ -1086,7 +1086,7 @@ DecipherOnly = 1 << (8), } - + While the example here uses the KeyUsage NamedBitList from RFC 3280 (4.2.1.3), the example enum uses values that are different from @@ -1097,28 +1097,28 @@ The next value does not have the correct tag. - + -or- - + The length encoding is not valid under the current encoding rules. - + -or- - + The contents are not valid under the current encoding rules. - + -or- - + The encoded value is too big to fit in a value. is not an enum type. - + -or- - + was not declared with - + -or- - + . is , but . is not correct for @@ -1171,13 +1171,13 @@ The next value does not have the correct tag. - + -or- - + The length encoding is not valid under the current encoding rules. - + -or- - + The contents are not valid under the current encoding rules. @@ -1242,13 +1242,13 @@ The next value does not have the correct tag. - + -or- - + The length encoding is not valid under the current encoding rules. - + -or- - + The contents are not valid under the current encoding rules. @@ -1314,13 +1314,13 @@ The next value does not have the correct tag. - + -or- - + The length encoding is not valid under the current encoding rules. - + -or- - + The contents are not valid under the current encoding rules. @@ -1392,13 +1392,13 @@ The next value does not have the correct tag. - + -or- - + The length encoding is not valid under the current encoding rules. - + -or- - + The contents are not valid under the current encoding rules. @@ -1476,13 +1476,13 @@ The next value does not have the correct tag. - + -or- - + The length encoding is not valid under the current encoding rules. - + -or- - + The contents are not valid under the current encoding rules. @@ -1543,20 +1543,20 @@ To be added. is not defined. - + -or- - + is not in the range [99, 9999]. The next value does not have the correct tag. - + -or- - + The length encoding is not valid under the current encoding rules. - + -or- - + The contents are not valid under the current encoding rules. @@ -1652,7 +1652,7 @@ The buffer in which to write. The encoding constraints to use when interpreting the data. - On success, receives the number of bits in the last byte that were reported as + On success, receives the number of bits in the last byte which were reported as "unused" by the writer. This parameter is treated as uninitialized. @@ -1687,13 +1687,13 @@ The next value does not have the correct tag. - + -or- - + The length encoding is not valid under the current encoding rules. - + -or- - + The contents are not valid under the current encoding rules. @@ -1701,9 +1701,9 @@ , but . is not correct for the method. - + -or- - + overlaps . @@ -1769,24 +1769,24 @@ is not defined. - + -or- - + is not a known character string type. The next value does not have the correct tag. - + -or- - + The length encoding is not valid under the current encoding rules. - + -or- - + The contents are not valid under the current encoding rules. - + -or- - + The string did not successfully decode. @@ -1858,13 +1858,13 @@ The next value does not have the correct tag. - + -or- - + The length encoding is not valid under the current encoding rules. - + -or- - + The contents are not valid under the current encoding rules. @@ -1872,9 +1872,9 @@ , but . is not a character string tag type. - + -or- - + overlaps . @@ -2009,13 +2009,13 @@ The next value does not have the correct tag. - + -or- - + The length encoding is not valid under the current encoding rules. - + -or- - + The contents are not valid under the current encoding rules. @@ -2081,13 +2081,13 @@ The next value does not have the correct tag. - + -or- - + The length encoding is not valid under the current encoding rules. - + -or- - + The contents are not valid under the current encoding rules. @@ -2156,13 +2156,13 @@ The next value does not have the correct tag. - + -or- - + The length encoding is not valid under the current encoding rules. - + -or- - + The contents are not valid under the current encoding rules. @@ -2170,9 +2170,9 @@ , but . is not correct for the method. - + -or- - + overlaps . @@ -2209,7 +2209,7 @@ The buffer containing encoded data. The encoding constraints to use when interpreting the data. - On success, receives the number of bits in the last byte that were reported as + On success, receives the number of bits in the last byte which were reported as "unused" by the writer. This parameter is treated as uninitialized. @@ -2240,13 +2240,13 @@ The next value does not have the correct tag. - + -or- - + The length encoding is not valid under the current encoding rules. - + -or- - + The contents are not valid under the current encoding rules. @@ -2317,13 +2317,13 @@ The next value does not have the correct tag. - + -or- - + The length encoding is not valid under the current encoding rules. - + -or- - + The contents are not valid under the current encoding rules. @@ -2390,13 +2390,13 @@ The next value does not have the correct tag. - + -or- - + The length encoding is not valid under the current encoding rules. - + -or- - + The contents are not valid under the current encoding rules. @@ -2469,13 +2469,13 @@ The next value does not have the correct tag. - + -or- - + The length encoding is not valid under the current encoding rules. - + -or- - + The contents are not valid under the current encoding rules. @@ -2547,13 +2547,13 @@ The next value does not have the correct tag. - + -or- - + The length encoding is not valid under the current encoding rules. - + -or- - + The contents are not valid under the current encoding rules. diff --git a/xml/System.Formats.Asn1/AsnReader.xml b/xml/System.Formats.Asn1/AsnReader.xml index 12d988ecd06..4c2b4923ae8 100644 --- a/xml/System.Formats.Asn1/AsnReader.xml +++ b/xml/System.Formats.Asn1/AsnReader.xml @@ -56,7 +56,7 @@ This constructor does not evaluate for correctness. Any correctness checks are done as part of member methods. - + This constructor does not copy . The caller is responsible for ensuring that the values do not change until the reader is finished. @@ -259,7 +259,7 @@ - On success, receives the number of bits in the last byte that were reported as + On success, receives the number of bits in the last byte which were reported as "unused" by the writer. @@ -276,13 +276,13 @@ The next value does not have the correct tag. - + -or- - + The length encoding is not valid under the current encoding rules. - + -or- - + The contents are not valid under the current encoding rules. @@ -329,13 +329,13 @@ To be added. The next value does not have the correct tag. - + -or- - + The length encoding is not valid under the current encoding rules. - + -or- - + The contents are not valid under the current encoding rules. @@ -392,17 +392,17 @@ The next value does not have the correct tag. - + -or- - + The length encoding is not valid under the current encoding rules. - + -or- - + The contents are not valid under the current encoding rules. - + -or- - + The string did not successfully decode. @@ -484,13 +484,13 @@ To be added. The next value does not have the correct tag. - + -or- - + The length encoding is not valid under the current encoding rules. - + -or- - + The contents are not valid under the current encoding rules. @@ -543,28 +543,28 @@ The next value does not have the correct tag. - + -or- - + The length encoding is not valid under the current encoding rules. - + -or- - + The contents are not valid under the current encoding rules. - + -or- - + The encoded value is too big to fit in a value. is not an enum type. - + -or- - + was declared with . - + -or- - + . is , but . is not correct for @@ -628,28 +628,28 @@ The next value does not have the correct tag. - + -or- - + The length encoding is not valid under the current encoding rules. - + -or- - + The contents are not valid under the current encoding rules. - + -or- - + The encoded value is too big to fit in a value. is not an enum type. - + -or- - + was declared with . - + -or- - + . is , but . is not correct for @@ -692,13 +692,13 @@ To be added. The next value does not have the correct tag. - + -or- - + The length encoding is not valid under the current encoding rules. - + -or- - + The contents are not valid under the current encoding rules. @@ -744,13 +744,13 @@ To be added. The next value does not have the correct tag. - + -or- - + The length encoding is not valid under the current encoding rules. - + -or- - + The contents are not valid under the current encoding rules. @@ -797,13 +797,13 @@ To be added. The next value does not have the correct tag. - + -or- - + The length encoding is not valid under the current encoding rules. - + -or- - + The contents are not valid under the current encoding rules. @@ -847,13 +847,13 @@ To be added. The next value does not have the correct tag. - + -or- - + The length encoding is not valid under the current encoding rules. - + -or- - + The contents are not valid under the current encoding rules. @@ -901,28 +901,28 @@ To be added. The next value does not have the correct tag. - + -or- - + The length encoding is not valid under the current encoding rules. - + -or- - + The contents are not valid under the current encoding rules. - + -or- - + The encoded value is too big to fit in a value. is not an enum type. - + -or- - + was not declared with - + -or- - + . is , but . is not correct for @@ -984,7 +984,7 @@ with bits increasing in value until the least significant bit of the first byte, proceeding with the most significant bit of the second byte, and so on. Under this scheme, the following ASN.1 type declaration and C# enumeration can be used together: - + KeyUsage ::= BIT STRING { digitalSignature (0), @@ -1012,7 +1012,7 @@ DecipherOnly = 1 << (8), } - + While the example here uses the KeyUsage NamedBitList from RFC 3280 (4.2.1.3), the example enum uses values that are different from @@ -1020,28 +1020,28 @@ The next value does not have the correct tag. - + -or- - + The length encoding is not valid under the current encoding rules. - + -or- - + The contents are not valid under the current encoding rules. - + -or- - + The encoded value is too big to fit in a value. is not an enum type. - + -or- - + was not declared with - + -or- - + . is , but . is not correct for @@ -1081,13 +1081,13 @@ To be added. The next value does not have the correct tag. - + -or- - + The length encoding is not valid under the current encoding rules. - + -or- - + The contents are not valid under the current encoding rules. @@ -1132,13 +1132,13 @@ To be added. The next value does not have the correct tag. - + -or- - + The length encoding is not valid under the current encoding rules. - + -or- - + The contents are not valid under the current encoding rules. @@ -1186,13 +1186,13 @@ The next value does not have the correct tag. - + -or- - + The length encoding is not valid under the current encoding rules. - + -or- - + The contents are not valid under the current encoding rules. @@ -1245,13 +1245,13 @@ The next value does not have the correct tag. - + -or- - + The length encoding is not valid under the current encoding rules. - + -or- - + The contents are not valid under the current encoding rules. @@ -1305,13 +1305,13 @@ The next value does not have the correct tag. - + -or- - + The length encoding is not valid under the current encoding rules. - + -or- - + The contents are not valid under the current encoding rules. @@ -1369,13 +1369,13 @@ The next value does not have the correct tag. - + -or- - + The length encoding is not valid under the current encoding rules. - + -or- - + The contents are not valid under the current encoding rules. @@ -1423,13 +1423,13 @@ To be added. The next value does not have the correct tag. - + -or- - + The length encoding is not valid under the current encoding rules. - + -or- - + The contents are not valid under the current encoding rules. @@ -1481,13 +1481,13 @@ The next value does not have the correct tag. - + -or- - + The length encoding is not valid under the current encoding rules. - + -or- - + The contents are not valid under the current encoding rules. @@ -1589,7 +1589,7 @@ The buffer in which to write. - On success, receives the number of bits in the last byte that were reported as + On success, receives the number of bits in the last byte which were reported as "unused" by the writer. @@ -1611,13 +1611,13 @@ The next value does not have the correct tag. - + -or- - + The length encoding is not valid under the current encoding rules. - + -or- - + The contents are not valid under the current encoding rules. @@ -1683,17 +1683,17 @@ The next value does not have the correct tag. - + -or- - + The length encoding is not valid under the current encoding rules. - + -or- - + The contents are not valid under the current encoding rules. - + -or- - + The string did not successfully decode. @@ -1752,13 +1752,13 @@ The next value does not have the correct tag. - + -or- - + The length encoding is not valid under the current encoding rules. - + -or- - + The contents are not valid under the current encoding rules. @@ -1812,13 +1812,13 @@ To be added. The next value does not have the correct tag. - + -or- - + The length encoding is not valid under the current encoding rules. - + -or- - + The contents are not valid under the current encoding rules. @@ -1871,13 +1871,13 @@ To be added. The next value does not have the correct tag. - + -or- - + The length encoding is not valid under the current encoding rules. - + -or- - + The contents are not valid under the current encoding rules. @@ -1933,13 +1933,13 @@ The next value does not have the correct tag. - + -or- - + The length encoding is not valid under the current encoding rules. - + -or- - + The contents are not valid under the current encoding rules. @@ -1977,7 +1977,7 @@ - On success, receives the number of bits in the last byte that were reported as + On success, receives the number of bits in the last byte which were reported as "unused" by the writer. @@ -1998,13 +1998,13 @@ To be added. The next value does not have the correct tag. - + -or- - + The length encoding is not valid under the current encoding rules. - + -or- - + The contents are not valid under the current encoding rules. @@ -2059,13 +2059,13 @@ The next value does not have the correct tag. - + -or- - + The length encoding is not valid under the current encoding rules. - + -or- - + The contents are not valid under the current encoding rules. @@ -2117,13 +2117,13 @@ To be added. The next value does not have the correct tag. - + -or- - + The length encoding is not valid under the current encoding rules. - + -or- - + The contents are not valid under the current encoding rules. @@ -2183,13 +2183,13 @@ To be added. The next value does not have the correct tag. - + -or- - + The length encoding is not valid under the current encoding rules. - + -or- - + The contents are not valid under the current encoding rules. @@ -2248,13 +2248,13 @@ To be added. The next value does not have the correct tag. - + -or- - + The length encoding is not valid under the current encoding rules. - + -or- - + The contents are not valid under the current encoding rules. diff --git a/xml/System.Formats.Asn1/AsnWriter.xml b/xml/System.Formats.Asn1/AsnWriter.xml index b2cf15a6e1b..a0d4f2dea3b 100644 --- a/xml/System.Formats.Asn1/AsnWriter.xml +++ b/xml/System.Formats.Asn1/AsnWriter.xml @@ -129,17 +129,17 @@ A or has not been closed via or . - + -or- - + This writer is empty. - + -or- - + This writer represents more than one top-level value. - + -or- - + This writer's value is encoded in a manner that is not compatible with the ruleset for the destination writer. @@ -626,7 +626,7 @@ Begin writing an Octet String value with a specified tag. - A disposable value that will automatically call . + A disposable value which will automatically call . This method is just an accelerator for writing an Octet String value where the @@ -668,7 +668,7 @@ Begin writing a Sequence with a specified tag. - A disposable value that will automatically call . + A disposable value which will automatically call . To be added. @@ -708,7 +708,7 @@ Begin writing a Set-Of with a specified tag. - A disposable value that will automatically call . + A disposable value which will automatically call . In and modes, @@ -863,13 +863,13 @@ , but . is not correct for the method. - + -or- - + has length 0 and is not 0 - + -or- - + is not empty and any of the bits identified by is set. @@ -956,9 +956,9 @@ To be added. is not a restricted character string encoding type. - + -or- - + is a restricted character string encoding type that is not currently supported by this method. @@ -1012,9 +1012,9 @@ is is not a restricted character string encoding type. - + -or- - + is a restricted character string encoding type that is not currently supported by this method. @@ -1061,9 +1061,9 @@ could not be read under the current encoding rules. - + -or- - + has data beyond the end of the first value. @@ -1108,13 +1108,13 @@ , but . is not correct for the method. - + -or- - + is not a boxed enum value. - + -or- - + the unboxed type of is declared []. @@ -1173,13 +1173,13 @@ , but . is not correct for the method. - + -or- - + is not an enum. - + -or- - + is declared []. @@ -1337,9 +1337,9 @@ To be added. The 9 most significant bits are all set. - + -or- - + The 9 most significant bits are all unset. @@ -1505,13 +1505,13 @@ , but . is not correct for the method. - + -or- - + is not a boxed enum value. - + -or- - + the unboxed type of is not declared []. @@ -1571,13 +1571,13 @@ , but . is not correct for the method. - + -or- - + is not an enum value. - + -or- - + is not declared []. @@ -1653,9 +1653,9 @@ , but . is not correct for the method. - + -or- - + is not a valid dotted decimal object identifier. @@ -1696,9 +1696,9 @@ , but . is not correct for the method. - + -or- - + is not a valid dotted decimal object identifier. diff --git a/xml/System.Linq/Enumerable.xml b/xml/System.Linq/Enumerable.xml index 23e87715ff8..8e49c9033b5 100644 --- a/xml/System.Linq/Enumerable.xml +++ b/xml/System.Linq/Enumerable.xml @@ -12889,7 +12889,7 @@ If comparer is `null`, the default comparer + To be added. diff --git a/xml/System.Linq/Queryable.xml b/xml/System.Linq/Queryable.xml index 3a5688ee8ff..fd34b8c0778 100644 --- a/xml/System.Linq/Queryable.xml +++ b/xml/System.Linq/Queryable.xml @@ -9968,7 +9968,7 @@ The query behavior that occurs as a result of executing an expression tree - + To be added. diff --git a/xml/System.Numerics.Tensors/TensorPrimitives.xml b/xml/System.Numerics.Tensors/TensorPrimitives.xml index fad347dc4ce..e2f7c14604d 100644 --- a/xml/System.Numerics.Tensors/TensorPrimitives.xml +++ b/xml/System.Numerics.Tensors/TensorPrimitives.xml @@ -3776,7 +3776,7 @@ This computes ( * ) as if to infinite precision, adds to that result as if to - infinite precision, and finally rounds to the nearest representable value. This differs from the non-fused sequence, which would compute + infinite precision, and finally rounds to the nearest representable value. This differs from the non-fused sequence which would compute ( * ) as if to infinite precision, round the result to the nearest representable value, add to the rounded result as if to infinite precision, and finally round to the nearest representable value. @@ -3857,7 +3857,7 @@ This computes ( * ) as if to infinite precision, adds to that result as if to - infinite precision, and finally rounds to the nearest representable value. This differs from the non-fused sequence, which would compute + infinite precision, and finally rounds to the nearest representable value. This differs from the non-fused sequence which would compute ( * ) as if to infinite precision, round the result to the nearest representable value, add to the rounded result as if to infinite precision, and finally round to the nearest representable value. @@ -3937,7 +3937,7 @@ This computes ( * ) as if to infinite precision, adds to that result as if to - infinite precision, and finally rounds to the nearest representable value. This differs from the non-fused sequence, which would compute + infinite precision, and finally rounds to the nearest representable value. This differs from the non-fused sequence which would compute ( * ) as if to infinite precision, round the result to the nearest representable value, add to the rounded result as if to infinite precision, and finally round to the nearest representable value. diff --git a/xml/System.Numerics/Vector`1.xml b/xml/System.Numerics/Vector`1.xml index c1361c216ce..547798cd630 100644 --- a/xml/System.Numerics/Vector`1.xml +++ b/xml/System.Numerics/Vector`1.xml @@ -424,10 +424,10 @@ The type `T` can be any of the following numeric types: is . - is less than zero. - - -or- - + is less than zero. + + -or- + The length of minus is less than . .NET 5 and later: Type is not supported. @@ -680,7 +680,7 @@ The type `T` can be any of the following numeric types: is . The number of elements in the current instance is greater than the number of elements available from to the end of the array. - is less than zero or greater than the last index in . + is less than zero or greater than the last index in . .NET 5 and later: Type is not supported. is . @@ -723,9 +723,9 @@ The type `T` can be any of the following numeric types: The number of elements stored in the vector. To be added. Access to the property getter via reflection is not supported. - + -or- - + .NET 5 and later: Type is not supported. @@ -1021,10 +1021,10 @@ The type `T` can be any of the following numeric types: The element at index . To be added. - is less than zero. - - -or- - + is less than zero. + + -or- + is greater than or equal to . .NET 5 and later: Type is not supported. diff --git a/xml/System.Reflection/TypeExtensions.xml b/xml/System.Reflection/TypeExtensions.xml index 6f88fccadbb..788f73296d1 100644 --- a/xml/System.Reflection/TypeExtensions.xml +++ b/xml/System.Reflection/TypeExtensions.xml @@ -88,43 +88,22 @@ - - - - - - + + + + + + Method System.Reflection.TypeExtensions - 4.0.0.0 - 4.1.0.0 - 4.1.2.0 - 5.0.0.0 - 6.0.0.0 - 7.0.0.0 - 8.0.0.0 - 9.0.0.0 - 10.0.0.0 + 4.1.5.0 - - - [System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)] - [<System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)>] - - - System.Reflection.ConstructorInfo[] + System.Reflection.ConstructorInfo[] - - - - [System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembers(System.Diagnostics.CodeAnalysis.DynamicallyAccessedMemberTypes.PublicConstructors)] - [<System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembers(System.Diagnostics.CodeAnalysis.DynamicallyAccessedMemberTypes.PublicConstructors)>] - - - + To be added. @@ -134,44 +113,23 @@ - - - - - - + + + + + + Method System.Reflection.TypeExtensions - 4.0.0.0 - 4.1.0.0 - 4.1.2.0 - 5.0.0.0 - 6.0.0.0 - 7.0.0.0 - 8.0.0.0 - 9.0.0.0 - 10.0.0.0 + 4.1.5.0 - - - [System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)] - [<System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)>] - - - System.Reflection.ConstructorInfo[] + System.Reflection.ConstructorInfo[] - - - - [System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembers(System.Diagnostics.CodeAnalysis.DynamicallyAccessedMemberTypes.NonPublicConstructors | System.Diagnostics.CodeAnalysis.DynamicallyAccessedMemberTypes.PublicConstructors)] - [<System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembers(System.Diagnostics.CodeAnalysis.DynamicallyAccessedMemberTypes.NonPublicConstructors | System.Diagnostics.CodeAnalysis.DynamicallyAccessedMemberTypes.PublicConstructors)>] - - - - + + To be added. @@ -182,12 +140,38 @@ - - - - - - + + + + + + + Method + + System.Reflection.TypeExtensions + 4.1.5.0 + + + System.Reflection.MemberInfo[] + + + + + + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method System.Reflection.TypeExtensions @@ -208,43 +192,18 @@ - System.Reflection.MemberInfo[] + System.Reflection.EventInfo - [System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembers(System.Diagnostics.CodeAnalysis.DynamicallyAccessedMemberTypes.PublicConstructors | System.Diagnostics.CodeAnalysis.DynamicallyAccessedMemberTypes.PublicEvents | System.Diagnostics.CodeAnalysis.DynamicallyAccessedMemberTypes.PublicFields | System.Diagnostics.CodeAnalysis.DynamicallyAccessedMemberTypes.PublicMethods | System.Diagnostics.CodeAnalysis.DynamicallyAccessedMemberTypes.PublicNestedTypes | System.Diagnostics.CodeAnalysis.DynamicallyAccessedMemberTypes.PublicProperties)] - [<System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembers(System.Diagnostics.CodeAnalysis.DynamicallyAccessedMemberTypes.PublicConstructors | System.Diagnostics.CodeAnalysis.DynamicallyAccessedMemberTypes.PublicEvents | System.Diagnostics.CodeAnalysis.DynamicallyAccessedMemberTypes.PublicFields | System.Diagnostics.CodeAnalysis.DynamicallyAccessedMemberTypes.PublicMethods | System.Diagnostics.CodeAnalysis.DynamicallyAccessedMemberTypes.PublicNestedTypes | System.Diagnostics.CodeAnalysis.DynamicallyAccessedMemberTypes.PublicProperties)>] + [System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembers(System.Diagnostics.CodeAnalysis.DynamicallyAccessedMemberTypes.PublicEvents)] + [<System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembers(System.Diagnostics.CodeAnalysis.DynamicallyAccessedMemberTypes.PublicEvents)>] - - - To be added. - To be added. - To be added. - To be added. - - - - - - - - - - Method - - System.Reflection.TypeExtensions - 4.1.5.0 - - - System.Reflection.EventInfo - - - - + To be added. @@ -306,43 +265,22 @@ - - - - - - + + + + + + Method System.Reflection.TypeExtensions - 4.0.0.0 - 4.1.0.0 - 4.1.2.0 - 5.0.0.0 - 6.0.0.0 - 7.0.0.0 - 8.0.0.0 - 9.0.0.0 - 10.0.0.0 + 4.1.5.0 - - - [System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)] - [<System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)>] - - - System.Reflection.EventInfo[] + System.Reflection.EventInfo[] - - - - [System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembers(System.Diagnostics.CodeAnalysis.DynamicallyAccessedMemberTypes.PublicEvents)] - [<System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembers(System.Diagnostics.CodeAnalysis.DynamicallyAccessedMemberTypes.PublicEvents)>] - - - + To be added. @@ -400,23 +338,45 @@ - - - - - - + + + + + + + Method System.Reflection.TypeExtensions - 4.1.5.0 + 4.0.0.0 + 4.1.0.0 + 4.1.2.0 + 5.0.0.0 + 6.0.0.0 + 7.0.0.0 + 8.0.0.0 + 9.0.0.0 + 10.0.0.0 + + + [System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)] + [<System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)>] + + - System.Reflection.FieldInfo + System.Reflection.FieldInfo - - + + + + [System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembers(System.Diagnostics.CodeAnalysis.DynamicallyAccessedMemberTypes.PublicFields)] + [<System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembers(System.Diagnostics.CodeAnalysis.DynamicallyAccessedMemberTypes.PublicFields)>] + + + + To be added. @@ -530,22 +490,36 @@ - - - - - - + + + + + + Method System.Reflection.TypeExtensions - 4.1.5.0 + 4.0.0.0 + 4.1.0.0 + 4.1.2.0 + 5.0.0.0 + 6.0.0.0 + 7.0.0.0 + 8.0.0.0 + 9.0.0.0 + 10.0.0.0 + + + [System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)] + [<System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)>] + + - System.Type[] + System.Type[] - + To be added. @@ -601,44 +575,23 @@ - - - - - - + + + + + + Method System.Reflection.TypeExtensions - 4.0.0.0 - 4.1.0.0 - 4.1.2.0 - 5.0.0.0 - 6.0.0.0 - 7.0.0.0 - 8.0.0.0 - 9.0.0.0 - 10.0.0.0 + 4.1.5.0 - - - [System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)] - [<System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)>] - - - System.Reflection.MemberInfo[] + System.Reflection.MemberInfo[] - - - - [System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembers(System.Diagnostics.CodeAnalysis.DynamicallyAccessedMemberTypes.PublicConstructors | System.Diagnostics.CodeAnalysis.DynamicallyAccessedMemberTypes.PublicEvents | System.Diagnostics.CodeAnalysis.DynamicallyAccessedMemberTypes.PublicFields | System.Diagnostics.CodeAnalysis.DynamicallyAccessedMemberTypes.PublicMethods | System.Diagnostics.CodeAnalysis.DynamicallyAccessedMemberTypes.PublicNestedTypes | System.Diagnostics.CodeAnalysis.DynamicallyAccessedMemberTypes.PublicProperties)] - [<System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembers(System.Diagnostics.CodeAnalysis.DynamicallyAccessedMemberTypes.PublicConstructors | System.Diagnostics.CodeAnalysis.DynamicallyAccessedMemberTypes.PublicEvents | System.Diagnostics.CodeAnalysis.DynamicallyAccessedMemberTypes.PublicFields | System.Diagnostics.CodeAnalysis.DynamicallyAccessedMemberTypes.PublicMethods | System.Diagnostics.CodeAnalysis.DynamicallyAccessedMemberTypes.PublicNestedTypes | System.Diagnostics.CodeAnalysis.DynamicallyAccessedMemberTypes.PublicProperties)>] - - - - + + To be added. @@ -649,45 +602,24 @@ - - - - - - + + + + + + Method System.Reflection.TypeExtensions - 4.0.0.0 - 4.1.0.0 - 4.1.2.0 - 5.0.0.0 - 6.0.0.0 - 7.0.0.0 - 8.0.0.0 - 9.0.0.0 - 10.0.0.0 + 4.1.5.0 - - - [System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)] - [<System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)>] - - - System.Reflection.MemberInfo[] + System.Reflection.MemberInfo[] - - - - [System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembers(System.Diagnostics.CodeAnalysis.DynamicallyAccessedMemberTypes.All)] - [<System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembers(System.Diagnostics.CodeAnalysis.DynamicallyAccessedMemberTypes.All)>] - - - - - + + + To be added. @@ -724,44 +656,23 @@ - - - - - - + + + + + + Method System.Reflection.TypeExtensions - 4.0.0.0 - 4.1.0.0 - 4.1.2.0 - 5.0.0.0 - 6.0.0.0 - 7.0.0.0 - 8.0.0.0 - 9.0.0.0 - 10.0.0.0 + 4.1.5.0 - - - [System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)] - [<System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)>] - - - System.Reflection.MemberInfo[] + System.Reflection.MemberInfo[] - - - - [System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembers(System.Diagnostics.CodeAnalysis.DynamicallyAccessedMemberTypes.All)] - [<System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembers(System.Diagnostics.CodeAnalysis.DynamicallyAccessedMemberTypes.All)>] - - - - + + To be added. @@ -879,12 +790,37 @@ - - - - - - + + + + + + + Method + + System.Reflection.TypeExtensions + 4.1.5.0 + + + System.Reflection.MethodInfo[] + + + + + + To be added. + To be added. + To be added. + To be added. + + + + + + + + + Method System.Reflection.TypeExtensions @@ -911,26 +847,29 @@ - [System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembers(System.Diagnostics.CodeAnalysis.DynamicallyAccessedMemberTypes.PublicMethods)] - [<System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembers(System.Diagnostics.CodeAnalysis.DynamicallyAccessedMemberTypes.PublicMethods)>] + [System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembers(System.Diagnostics.CodeAnalysis.DynamicallyAccessedMemberTypes.NonPublicMethods | System.Diagnostics.CodeAnalysis.DynamicallyAccessedMemberTypes.PublicMethods)] + [<System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembers(System.Diagnostics.CodeAnalysis.DynamicallyAccessedMemberTypes.NonPublicMethods | System.Diagnostics.CodeAnalysis.DynamicallyAccessedMemberTypes.PublicMethods)>] + To be added. + To be added. To be added. To be added. To be added. - - - - - - - + + + + + + + + Method System.Reflection.TypeExtensions @@ -951,63 +890,63 @@ - System.Reflection.MethodInfo[] + System.Type - [System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembers(System.Diagnostics.CodeAnalysis.DynamicallyAccessedMemberTypes.NonPublicMethods | System.Diagnostics.CodeAnalysis.DynamicallyAccessedMemberTypes.PublicMethods)] - [<System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembers(System.Diagnostics.CodeAnalysis.DynamicallyAccessedMemberTypes.NonPublicMethods | System.Diagnostics.CodeAnalysis.DynamicallyAccessedMemberTypes.PublicMethods)>] + [System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembers(System.Diagnostics.CodeAnalysis.DynamicallyAccessedMemberTypes.NonPublicNestedTypes | System.Diagnostics.CodeAnalysis.DynamicallyAccessedMemberTypes.PublicNestedTypes)] + [<System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembers(System.Diagnostics.CodeAnalysis.DynamicallyAccessedMemberTypes.NonPublicNestedTypes | System.Diagnostics.CodeAnalysis.DynamicallyAccessedMemberTypes.PublicNestedTypes)>] - + + To be added. + To be added. To be added. To be added. To be added. To be added. - - - - - - - + + + + + + + Method System.Reflection.TypeExtensions 4.1.5.0 - System.Type + System.Type[] - - + To be added. - To be added. To be added. To be added. To be added. To be added. - - - - - - - + + + + + + + Method System.Reflection.TypeExtensions @@ -1028,44 +967,17 @@ - System.Type[] + System.Reflection.PropertyInfo[] - [System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembers(System.Diagnostics.CodeAnalysis.DynamicallyAccessedMemberTypes.NonPublicNestedTypes | System.Diagnostics.CodeAnalysis.DynamicallyAccessedMemberTypes.PublicNestedTypes)] - [<System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembers(System.Diagnostics.CodeAnalysis.DynamicallyAccessedMemberTypes.NonPublicNestedTypes | System.Diagnostics.CodeAnalysis.DynamicallyAccessedMemberTypes.PublicNestedTypes)>] + [System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembers(System.Diagnostics.CodeAnalysis.DynamicallyAccessedMemberTypes.PublicProperties)] + [<System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembers(System.Diagnostics.CodeAnalysis.DynamicallyAccessedMemberTypes.PublicProperties)>] - - - - To be added. - To be added. - To be added. - To be added. - To be added. - - - - - - - - - - Method - - System.Reflection.TypeExtensions - 4.1.5.0 - - - System.Reflection.PropertyInfo[] - - - To be added. @@ -1201,53 +1113,24 @@ - - - - - - - + + + + + + Method System.Reflection.TypeExtensions - 4.0.0.0 - 4.1.0.0 - 4.1.2.0 - 5.0.0.0 - 6.0.0.0 - 7.0.0.0 - 8.0.0.0 - 9.0.0.0 - 10.0.0.0 + 4.1.5.0 - - - [System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)] - [<System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)>] - - - System.Reflection.PropertyInfo + System.Reflection.PropertyInfo - - - - [System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembers(System.Diagnostics.CodeAnalysis.DynamicallyAccessedMemberTypes.PublicProperties)] - [<System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembers(System.Diagnostics.CodeAnalysis.DynamicallyAccessedMemberTypes.PublicProperties)>] - - - - - - - - [System.Runtime.CompilerServices.Nullable(2)] - [<System.Runtime.CompilerServices.Nullable(2)>] - - - + + + To be added. diff --git a/xml/System.Security.Cryptography/AesGcm.xml b/xml/System.Security.Cryptography/AesGcm.xml index 8dec1501a68..b2c9bca11e9 100644 --- a/xml/System.Security.Cryptography/AesGcm.xml +++ b/xml/System.Security.Cryptography/AesGcm.xml @@ -187,14 +187,14 @@ 10.0.0.0 - netstandard + Microsoft.Bcl.Cryptography + 10.0.0.0 - System.Security.Cryptography.Algorithms + netstandard - Microsoft.Bcl.Cryptography - 10.0.0.0 + System.Security.Cryptography.Algorithms @@ -227,14 +227,14 @@ 10.0.0.0 - netstandard + Microsoft.Bcl.Cryptography + 10.0.0.0 - System.Security.Cryptography.Algorithms + netstandard - Microsoft.Bcl.Cryptography - 10.0.0.0 + System.Security.Cryptography.Algorithms @@ -600,13 +600,13 @@ The parameter length is not permitted by parameter length is not permitted by An instance of instantiated for a given value of a key string and a instance. Indicates whether the current instance collection contains a specific key and a specific instance of expressed as a key/value pair. - if the current contains an instance of KeyValuePair<String, SemanticValue> for a specified value of the key string and the ; otherwise, . + + if the current contains an instance of KeyValuePair<String, SemanticValue> for a specified value of the key string and the ; otherwise, . To be added. diff --git a/xml/System.Xml/XmlWriter.xml b/xml/System.Xml/XmlWriter.xml index f2c88699b43..02c07da8ac7 100644 --- a/xml/System.Xml/XmlWriter.xml +++ b/xml/System.Xml/XmlWriter.xml @@ -513,7 +513,8 @@ An method was called before a previous asy ]]> - is . + + is . diff --git a/xml/ns-.xml b/xml/ns-.xml new file mode 100644 index 00000000000..36dfeb307bc --- /dev/null +++ b/xml/ns-.xml @@ -0,0 +1,6 @@ + + + To be added. + To be added. + + diff --git a/xml/ns-Microsoft.Extensions.DiagnosticAdapter.Internal.xml b/xml/ns-Microsoft.Extensions.DiagnosticAdapter.Internal.xml new file mode 100644 index 00000000000..a37f20904ac --- /dev/null +++ b/xml/ns-Microsoft.Extensions.DiagnosticAdapter.Internal.xml @@ -0,0 +1,6 @@ + + + To be added. + To be added. + +