Skip to content

Generate samples

Generate samples #3

Triggered via push November 3, 2025 15:52
Status Failure
Total duration 56s
Artifacts
Matrix: Build .Net clients
Fit to window
Zoom out
Zoom in

Annotations

1 error and 10 warnings
Build .Net clients (samples/client/echo_api/csharp-restsharp/)
Process completed with exit code 1.
Build .Net clients (samples/client/echo_api/csharp-restsharp/): samples/client/echo_api/csharp-restsharp/src/Org.OpenAPITools/Model/DataQuery.cs#L181
The result of the expression is always 'true' since a value of type 'DateTime' is never equal to 'null' of type 'DateTime?'
Build .Net clients (samples/client/echo_api/csharp-restsharp/): samples/client/echo_api/csharp-restsharp/src/Org.OpenAPITools/Api/QueryApi.cs#L941
The result of the expression is always 'false' since a value of type 'DateOnly' is never equal to 'null' of type 'DateOnly?'
Build .Net clients (samples/client/echo_api/csharp-restsharp/): samples/client/echo_api/csharp-restsharp/src/Org.OpenAPITools/Api/QueryApi.cs#L937
The result of the expression is always 'false' since a value of type 'DateTime' is never equal to 'null' of type 'DateTime?'
Build .Net clients (samples/client/echo_api/csharp-restsharp/): samples/client/echo_api/csharp-restsharp/src/Org.OpenAPITools/Api/QueryApi.cs#L848
The result of the expression is always 'false' since a value of type 'DateOnly' is never equal to 'null' of type 'DateOnly?'
Build .Net clients (samples/client/echo_api/csharp-restsharp/): samples/client/echo_api/csharp-restsharp/src/Org.OpenAPITools/Api/QueryApi.cs#L844
The result of the expression is always 'false' since a value of type 'DateTime' is never equal to 'null' of type 'DateTime?'
Build .Net clients (samples/client/echo_api/csharp-restsharp/): samples/client/echo_api/csharp-restsharp/src/Org.OpenAPITools/Model/DataQuery.cs#L57
The result of the expression is always 'false' since a value of type 'DateTime' is never equal to 'null' of type 'DateTime?'
Build .Net clients (samples/client/echo_api/csharp-restsharp/): samples/client/echo_api/csharp-restsharp/src/Org.OpenAPITools/Client/Option.cs#L72
'Option<TType>' defines operator == or operator != but does not override Object.GetHashCode()
Build .Net clients (samples/client/echo_api/csharp-restsharp/): samples/client/echo_api/csharp-restsharp/src/Org.OpenAPITools/Client/Option.cs#L72
'Option<TType>' defines operator == or operator != but does not override Object.Equals(object o)