Skip to content

cmake: copy libscip to package #2239

cmake: copy libscip to package

cmake: copy libscip to package #2239

Triggered via push March 7, 2025 14:47
Status Success
Total duration 1h 9m 56s
Artifacts
amd64•Linux•CMake•.Net
1h 9m
amd64•Linux•CMake•.Net
amd64_linux_cmake_dotnet
4s
amd64_linux_cmake_dotnet
Fit to window
Zoom out
Zoom in

Annotations

10 warnings
amd64•Linux•CMake•.Net
Some target frameworks declared in the dependencies group of the nuspec and the lib/ref folder do not have exact matches in the other location. Consult the list of actions below:
amd64•Linux•CMake•.Net
- Add lib or ref assemblies for the net6.0 target framework
amd64•Linux•CMake•.Net: build/dotnet/Google.OrTools/ortools/constraint_solver/BaseObject.cs#L68
'BaseObject.ToString()' hides inherited member 'object.ToString()'. To make the current member override that implementation, add the override keyword. Otherwise add the new keyword.
amd64•Linux•CMake•.Net: build/dotnet/Google.OrTools/ortools/constraint_solver/Constraint.cs#L18
'Constraint' defines operator == or operator != but does not override Object.Equals(object o)
amd64•Linux•CMake•.Net: build/dotnet/Google.OrTools/ortools/constraint_solver/Constraint.cs#L18
'Constraint' defines operator == or operator != but does not override Object.GetHashCode()
amd64•Linux•CMake•.Net: build/dotnet/Google.OrTools/ortools/linear_solver/Variable.cs#L13
'Variable' defines operator == or operator != but does not override Object.Equals(object o)
amd64•Linux•CMake•.Net: build/dotnet/Google.OrTools/ortools/linear_solver/Variable.cs#L13
'Variable' defines operator == or operator != but does not override Object.GetHashCode()
amd64•Linux•CMake•.Net: ortools/linear_solver/csharp/LinearConstraint.cs#L21
'LinearConstraint.ToString()' hides inherited member 'object.ToString()'. To make the current member override that implementation, add the override keyword. Otherwise add the new keyword.
amd64•Linux•CMake•.Net: ortools/linear_solver/csharp/LinearExpr.cs#L19
'LinearExpr' defines operator == or operator != but does not override Object.Equals(object o)
amd64•Linux•CMake•.Net: ortools/linear_solver/csharp/LinearExpr.cs#L19
'LinearExpr' defines operator == or operator != but does not override Object.GetHashCode()