Skip to content

Generate samples

Generate samples #1

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

Annotations

7 errors 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.Test/CustomTest.cs#L26
Argument 2: cannot convert from 'Org.OpenAPITools.Client.Option<long>' to 'System.DateTime'
Build .Net clients (samples/client/echo_api/csharp-restsharp/): samples/client/echo_api/csharp-restsharp/src/Org.OpenAPITools.Test/Api/BodyApiTests.cs#L100
Argument 6: cannot convert from '<null>' to 'Org.OpenAPITools.Client.Option<Org.OpenAPITools.Model.Pet.StatusEnum>'
Build .Net clients (samples/client/echo_api/csharp-restsharp/): samples/client/echo_api/csharp-restsharp/src/Org.OpenAPITools.Test/CustomTest.cs#L26
Argument 2: cannot convert from 'Org.OpenAPITools.Client.Option<long>' to 'System.DateTime'
Build .Net clients (samples/client/echo_api/csharp-restsharp/): samples/client/echo_api/csharp-restsharp/src/Org.OpenAPITools.Test/Api/BodyApiTests.cs#L100
Argument 6: cannot convert from '<null>' to 'Org.OpenAPITools.Client.Option<Org.OpenAPITools.Model.Pet.StatusEnum>'
Build .Net clients (samples/client/echo_api/csharp-restsharp/): samples/client/echo_api/csharp-restsharp/src/Org.OpenAPITools/Api/QueryApi.cs#L1320
The result of the expression is always 'true' since a value of type 'Option<long>' is never equal to 'null' of type 'Option<long>?'
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/Api/QueryApi.cs#L1243
The result of the expression is always 'true' since a value of type 'Option<Pet.StatusEnum>' is never equal to 'null' of type 'Option<Pet.StatusEnum>?'
Build .Net clients (samples/client/echo_api/csharp-restsharp/): samples/client/echo_api/csharp-restsharp/src/Org.OpenAPITools/Api/QueryApi.cs#L1223
The result of the expression is always 'true' since a value of type 'Option<long>' is never equal to 'null' of type 'Option<long>?'
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/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)