Skip to content

Fix CMake build in test subdirectories #150

Fix CMake build in test subdirectories

Fix CMake build in test subdirectories #150

Triggered via pull request July 4, 2023 20:00
Status Success
Total duration 1h 34m 20s
Artifacts
This run and associated checks have been archived and are scheduled for deletion. Learn more about checks retention
Fit to window
Zoom out
Zoom in

Annotations

11 warnings
linux_dotnet
.NET Core 3.1 is no longer supported and will not receive security updates in the future. Please refer to https://aka.ms/dotnet-core-support for more information about the .NET support policy.
linux_dotnet
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:
linux_dotnet
- Add lib or ref assemblies for the net6.0 target framework
linux_dotnet: build/dotnet/Google.OrTools/ortools/linear_solver/Variable.cs#L13
'Variable' defines operator == or operator != but does not override Object.Equals(object o)
linux_dotnet: build/dotnet/Google.OrTools/ortools/linear_solver/Variable.cs#L13
'Variable' defines operator == or operator != but does not override Object.GetHashCode()
linux_dotnet: 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.
linux_dotnet: ortools/linear_solver/csharp/LinearExpr.cs#L19
'LinearExpr' defines operator == or operator != but does not override Object.Equals(object o)
linux_dotnet: ortools/linear_solver/csharp/LinearExpr.cs#L19
'LinearExpr' defines operator == or operator != but does not override Object.GetHashCode()
linux_dotnet: ortools/sat/csharp/IntegerExpressions.cs#L107
'LinearExpr' defines operator == or operator != but does not override Object.Equals(object o)
linux_dotnet: ortools/sat/csharp/IntegerExpressions.cs#L107
'LinearExpr' defines operator == or operator != but does not override Object.GetHashCode()
linux_dotnet: 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.