Merge pull request #2509 from erri120/feat/composite-2 #2588
Annotations
11 warnings
build
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
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#L99
XML comment has a param tag for 'text', but there is no parameter by that name
|
build:
src/Abstractions/NexusMods.Abstractions.Cli/RendererExtensions.cs#L100
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#L100
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#L110
XML comment has a param tag for 'text', but there is no parameter by that name
|