rte-france/or-tools-rte@'v9.10-rte1.2-test-3' + rte-france/or-tools@'main' #110
Annotations
11 warnings
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/setup-dotnet@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
|
|
build/_deps/ortools-build/dotnet/Google.OrTools/ortools/constraint_solver/BaseObject.cs#L55
'BaseObject.ToString()' hides inherited member 'object.ToString()'. To make the current member override that implementation, add the override keyword. Otherwise add the new keyword.
|
build/_deps/ortools-build/dotnet/Google.OrTools/ortools/constraint_solver/Constraint.cs#L18
'Constraint' defines operator == or operator != but does not override Object.Equals(object o)
|
build/_deps/ortools-build/dotnet/Google.OrTools/ortools/constraint_solver/Constraint.cs#L18
'Constraint' defines operator == or operator != but does not override Object.GetHashCode()
|
build/_deps/ortools-build/dotnet/Google.OrTools/ortools/constraint_solver/IntervalVarElement.cs#L206
'IntervalVarElement.ToString()' hides inherited member 'object.ToString()'. To make the current member override that implementation, add the override keyword. Otherwise add the new keyword.
|
build/_deps/ortools-build/dotnet/Google.OrTools/ortools/constraint_solver/IntExpr.cs#L18
'IntExpr' defines operator == or operator != but does not override Object.Equals(object o)
|
build/_deps/ortools-build/dotnet/Google.OrTools/ortools/constraint_solver/IntExpr.cs#L18
'IntExpr' defines operator == or operator != but does not override Object.GetHashCode()
|
build/_deps/ortools-build/dotnet/Google.OrTools/ortools/constraint_solver/IntVarElement.cs#L113
'IntVarElement.ToString()' hides inherited member 'object.ToString()'. To make the current member override that implementation, add the override keyword. Otherwise add the new keyword.
|
build/_deps/ortools-build/dotnet/Google.OrTools/ortools/linear_solver/Variable.cs#L13
'Variable' defines operator == or operator != but does not override Object.Equals(object o)
|
This job succeeded
Loading