Skip to content

Take advantage of more .NET 9 features et al. #752

Take advantage of more .NET 9 features et al.

Take advantage of more .NET 9 features et al. #752

Triggered via pull request November 23, 2024 23:49
Status Failure
Total duration 3m 9s
Artifacts

ci.yml

on: pull_request
Matrix: Test
full_ci_passed
0s
full_ci_passed
Fit to window
Zoom out
Zoom in

Annotations

12 errors and 10 warnings
Test (ubuntu-latest)
No overloads match for method 'CreateUntyped'.��Known types of arguments: 'a * ReadOnlySpan<ProductionBuilder>��Available overloads:� - Nonterminal.CreateUntyped(name: string,
Test (ubuntu-latest)
A unique overload for method 'WithOperatorScope' could not be determined based on type information prior to this program point. A type annotation may be needed.��Known type of argument: 'a��Candidates:� - (extension) IGrammarBuilder.WithOperatorScope([<ParamArray>] associativityGroups: OperatorPrecedence.AssociativityGroup array) : IGrammarBuilder� - (extension) IGrammarBuilder.WithOperatorScope([<ParamArray>] associativityGroups: OperatorPrecedence.AssociativityGroup array) : IGrammarBuilder� - (extension) IGrammarBuilder.WithOperatorScope(value: OperatorPrecedence.OperatorScope) : IGrammarBuilder� - (extension) IGrammarBuilder.WithOperatorScope<'T>([<ParamArray>] associativityGroups: OperatorPrecedence.AssociativityGroup array) : IGrammarBuilder<'T>� - (extension) IGrammarBuilder.WithOperatorScope<'T>([<ParamArray>] associativityGroups: OperatorPrecedence.AssociativityGroup array) : IGrammarBuilder<'T>� - (extension) IGrammarBuilder.WithOperatorScope<'T>(value: OperatorPrecedence.OperatorScope) : IGrammarBuilder<'T>
Test (ubuntu-latest)
Lookup on object of indeterminate type based on information prior to this program point. A type annotation may be needed prior to this program point to constrain the type of the object. This may allow the lookup to be resolved.
Test (ubuntu-latest)
Lookup on object of indeterminate type based on information prior to this program point. A type annotation may be needed prior to this program point to constrain the type of the object. This may allow the lookup to be resolved.
Test (ubuntu-latest)
Lookup on object of indeterminate type based on information prior to this program point. A type annotation may be needed prior to this program point to constrain the type of the object. This may allow the lookup to be resolved.
Test (ubuntu-latest)
Process completed with exit code 134.
Test (windows-latest)
No overloads match for method 'CreateUntyped'.��Known types of arguments: 'a * ReadOnlySpan<ProductionBuilder>��Available overloads:� - Nonterminal.CreateUntyped(name: string,
Test (windows-latest)
A unique overload for method 'WithOperatorScope' could not be determined based on type information prior to this program point. A type annotation may be needed.��Known type of argument: 'a��Candidates:� - (extension) IGrammarBuilder.WithOperatorScope([<ParamArray>] associativityGroups: OperatorPrecedence.AssociativityGroup array) : IGrammarBuilder� - (extension) IGrammarBuilder.WithOperatorScope([<ParamArray>] associativityGroups: OperatorPrecedence.AssociativityGroup array) : IGrammarBuilder� - (extension) IGrammarBuilder.WithOperatorScope(value: OperatorPrecedence.OperatorScope) : IGrammarBuilder� - (extension) IGrammarBuilder.WithOperatorScope<'T>([<ParamArray>] associativityGroups: OperatorPrecedence.AssociativityGroup array) : IGrammarBuilder<'T>� - (extension) IGrammarBuilder.WithOperatorScope<'T>([<ParamArray>] associativityGroups: OperatorPrecedence.AssociativityGroup array) : IGrammarBuilder<'T>� - (extension) IGrammarBuilder.WithOperatorScope<'T>(value: OperatorPrecedence.OperatorScope) : IGrammarBuilder<'T>
Test (windows-latest)
Lookup on object of indeterminate type based on information prior to this program point. A type annotation may be needed prior to this program point to constrain the type of the object. This may allow the lookup to be resolved.
Test (windows-latest)
Lookup on object of indeterminate type based on information prior to this program point. A type annotation may be needed prior to this program point to constrain the type of the object. This may allow the lookup to be resolved.
Test (windows-latest)
Lookup on object of indeterminate type based on information prior to this program point. A type annotation may be needed prior to this program point to constrain the type of the object. This may allow the lookup to be resolved.
Test (windows-latest)
Process completed with exit code 1.
Test (ubuntu-latest)
Complete the task associated to this 'TODO' comment. (https://rules.sonarsource.com/csharp/RSPEC-1135)
Test (ubuntu-latest)
'T' is not used in the interface. (https://rules.sonarsource.com/csharp/RSPEC-2326)
Test (ubuntu-latest)
'T' is not used in the interface. (https://rules.sonarsource.com/csharp/RSPEC-2326)
Test (ubuntu-latest)
Remove the 'FlagsAttribute' from this enum. (https://rules.sonarsource.com/csharp/RSPEC-4070)
Test (ubuntu-latest)
Rename this enumeration to remove the 'Flags' suffix. (https://rules.sonarsource.com/csharp/RSPEC-2344)
Test (ubuntu-latest)
Rename 'Any' to 'None'. (https://rules.sonarsource.com/csharp/RSPEC-2346)
Test (ubuntu-latest)
Provide an implementation for: 'operator==', 'operator!=', 'Object.Equals' and 'Object.GetHashCode'. (https://rules.sonarsource.com/csharp/RSPEC-4050)
Test (ubuntu-latest)
Remove this argument from the method call; it hides the caller information. (https://rules.sonarsource.com/csharp/RSPEC-3236)
Test (ubuntu-latest)
Remove this argument from the method call; it hides the caller information. (https://rules.sonarsource.com/csharp/RSPEC-3236)
Test (ubuntu-latest)
Refactor this method to reduce its Cognitive Complexity from 19 to the 15 allowed. (https://rules.sonarsource.com/csharp/RSPEC-3776)