feat(builders)!: extract common features from builders into abstract … #38
Annotations
10 errors and 11 warnings
build:
Tests/Remora.Commands.Tests/Builders/CommandBuilderTests.cs#L50
'AbstractCommandBuilder<CommandBuilder>' does not contain a definition for 'WithInvocation' and no accessible extension method 'WithInvocation' accepting a first argument of type 'AbstractCommandBuilder<CommandBuilder>' could be found (are you missing a using directive or an assembly reference?)
|
build:
Tests/Remora.Commands.Tests/Builders/CommandBuilderTests.cs#L67
'AbstractCommandBuilder<CommandBuilder>' does not contain a definition for 'WithInvocation' and no accessible extension method 'WithInvocation' accepting a first argument of type 'AbstractCommandBuilder<CommandBuilder>' could be found (are you missing a using directive or an assembly reference?)
|
build:
Tests/Remora.Commands.Tests/Builders/CommandBuilderTests.cs#L93
'AbstractCommandBuilder<CommandBuilder>' does not contain a definition for 'WithInvocation' and no accessible extension method 'WithInvocation' accepting a first argument of type 'AbstractCommandBuilder<CommandBuilder>' could be found (are you missing a using directive or an assembly reference?)
|
build:
Tests/Remora.Commands.Tests/Builders/CommandBuilderTests.cs#L142
'AbstractCommandBuilder<CommandBuilder>' does not contain a definition for 'WithInvocation' and no accessible extension method 'WithInvocation' accepting a first argument of type 'AbstractCommandBuilder<CommandBuilder>' could be found (are you missing a using directive or an assembly reference?)
|
build:
Tests/Remora.Commands.Tests/Trees/CommandTreeBuilderTests.Builders.cs#L49
'AbstractCommandBuilder<CommandBuilder>' does not contain a definition for 'WithInvocation' and no accessible extension method 'WithInvocation' accepting a first argument of type 'AbstractCommandBuilder<CommandBuilder>' could be found (are you missing a using directive or an assembly reference?)
|
build:
Tests/Remora.Commands.Tests/Trees/CommandTreeBuilderTests.Builders.cs#L69
'AbstractCommandBuilder<CommandBuilder>' does not contain a definition for 'WithInvocation' and no accessible extension method 'WithInvocation' accepting a first argument of type 'AbstractCommandBuilder<CommandBuilder>' could be found (are you missing a using directive or an assembly reference?)
|
build:
Tests/Remora.Commands.Tests/Builders/CommandBuilderTests.cs#L50
'AbstractCommandBuilder<CommandBuilder>' does not contain a definition for 'WithInvocation' and no accessible extension method 'WithInvocation' accepting a first argument of type 'AbstractCommandBuilder<CommandBuilder>' could be found (are you missing a using directive or an assembly reference?)
|
build:
Tests/Remora.Commands.Tests/Builders/CommandBuilderTests.cs#L67
'AbstractCommandBuilder<CommandBuilder>' does not contain a definition for 'WithInvocation' and no accessible extension method 'WithInvocation' accepting a first argument of type 'AbstractCommandBuilder<CommandBuilder>' could be found (are you missing a using directive or an assembly reference?)
|
build:
Tests/Remora.Commands.Tests/Builders/CommandBuilderTests.cs#L93
'AbstractCommandBuilder<CommandBuilder>' does not contain a definition for 'WithInvocation' and no accessible extension method 'WithInvocation' accepting a first argument of type 'AbstractCommandBuilder<CommandBuilder>' could be found (are you missing a using directive or an assembly reference?)
|
build:
Tests/Remora.Commands.Tests/Builders/CommandBuilderTests.cs#L142
'AbstractCommandBuilder<CommandBuilder>' does not contain a definition for 'WithInvocation' and no accessible extension method 'WithInvocation' accepting a first argument of type 'AbstractCommandBuilder<CommandBuilder>' could be found (are you missing a using directive or an assembly reference?)
|
build
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-dotnet@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
build:
Remora.Commands/Builders/GroupBuilder.cs#L78
'GroupBuilder.WithName(string)' hides inherited member 'AbstractCommandBuilder<GroupBuilder>.WithName(string)'. Use the new keyword if hiding was intended.
|
build:
Remora.Commands/Builders/GroupBuilder.cs#L89
'GroupBuilder.WithDescription(string)' hides inherited member 'AbstractCommandBuilder<GroupBuilder>.WithDescription(string)'. Use the new keyword if hiding was intended.
|
build:
Remora.Commands/Builders/GroupBuilder.cs#L100
'GroupBuilder.AddAttribute(Attribute)' hides inherited member 'AbstractCommandBuilder<GroupBuilder>.AddAttribute(Attribute)'. Use the new keyword if hiding was intended.
|
build:
Remora.Commands/Builders/GroupBuilder.cs#L116
'GroupBuilder.AddCondition(ConditionAttribute)' hides inherited member 'AbstractCommandBuilder<GroupBuilder>.AddCondition(ConditionAttribute)'. Use the new keyword if hiding was intended.
|
build:
Remora.Commands/Builders/CommandParameterBuilder.cs#L157
XML comment on 'CommandParameterBuilder.IsSwitch(bool, OneOf<char, string, (char Short, string Long)>)' has a paramref tag for 'shortName', but there is no parameter by that name
|
build:
Remora.Commands/Builders/CommandParameterBuilder.cs#L158
XML comment on 'CommandParameterBuilder.IsSwitch(bool, OneOf<char, string, (char Short, string Long)>)' has a paramref tag for 'longName', but there is no parameter by that name
|
build:
Remora.Commands/Builders/CommandParameterBuilder.cs#L188
XML comment on 'CommandParameterBuilder.IsOption(OneOf<char, string, (char Short, string Long)>)' has a paramref tag for 'shortName', but there is no parameter by that name
|
build:
Remora.Commands/Builders/CommandParameterBuilder.cs#L189
XML comment on 'CommandParameterBuilder.IsOption(OneOf<char, string, (char Short, string Long)>)' has a paramref tag for 'longName', but there is no parameter by that name
|
build:
Remora.Commands/Builders/CommandBuilder.cs#L197
Tuple element names should use correct casing (https://github.com/DotNetAnalyzers/StyleCopAnalyzers/blob/master/documentation/SA1316.md)
|
build:
Remora.Commands/Builders/CommandBuilder.cs#L197
Tuple element names should use correct casing (https://github.com/DotNetAnalyzers/StyleCopAnalyzers/blob/master/documentation/SA1316.md)
|