Added: Miscellaneous Bug Fixes around Updates #2789
Annotations
10 warnings
build:
src/NexusMods.ProxyConsole.Abstractions/VerbDefinitions/OptionAttribute.cs#L12
Parameter 'isOptional' has no matching param tag in the XML comment for 'OptionAttribute.OptionAttribute(string, string, string, bool)' (but other parameters do)
|
build:
src/NexusMods.ProxyConsole.Abstractions/VerbDefinitions/OptionDefinition.cs#L13
Parameter 'IsOptional' has no matching param tag in the XML comment for 'OptionDefinition.OptionDefinition(Type, string, string, string, bool, bool)' (but other parameters do)
|
build:
src/Abstractions/NexusMods.Abstractions.Cli/Renderable.cs#L11
Ambiguous reference in cref attribute: 'Text'. Assuming 'Renderable.Text(string)', but could have also matched other overloads including 'Renderable.Text(string, string[])'.
|
build:
src/Abstractions/NexusMods.Abstractions.Cli/Renderable.cs#L18
Ambiguous reference in cref attribute: 'Text'. Assuming 'Renderable.Text(string)', but could have also matched other overloads including 'Renderable.Text(string, string[])'.
|
build:
src/Abstractions/NexusMods.Abstractions.Cli/Renderable.cs#L22
Parameter 'args' has no matching param tag in the XML comment for 'Renderable.Text(string, string[])' (but other parameters do)
|
build:
src/Abstractions/NexusMods.Abstractions.Cli/Renderable.cs#L25
Ambiguous reference in cref attribute: 'Text'. Assuming 'Renderable.Text(string)', but could have also matched other overloads including 'Renderable.Text(string, string[])'.
|
build:
src/Abstractions/NexusMods.Abstractions.Cli/RendererExtensions.cs#L109
XML comment has a param tag for 'text', but there is no parameter by that name
|
build:
src/Abstractions/NexusMods.Abstractions.Cli/RendererExtensions.cs#L110
Parameter 'template' has no matching param tag in the XML comment for 'RendererExtensions.Text(IRenderer, string, params object[])' (but other parameters do)
|
build:
src/Abstractions/NexusMods.Abstractions.Cli/RendererExtensions.cs#L110
Parameter 'args' has no matching param tag in the XML comment for 'RendererExtensions.Text(IRenderer, string, params object[])' (but other parameters do)
|
build:
src/Abstractions/NexusMods.Abstractions.Cli/RendererExtensions.cs#L120
XML comment has a param tag for 'text', but there is no parameter by that name
|