[csharp] Handling of nullable and required properties #332
Annotations
10 warnings
|
Build:
samples/client/echo_api/csharp-restsharp/src/Org.OpenAPITools/Client/Option.cs#L42
Converting null literal or possible null value to non-nullable type.
|
|
Build:
samples/client/echo_api/csharp-restsharp/src/Org.OpenAPITools/Client/Option.cs#L65
Possible null reference return.
|
|
Build:
samples/client/echo_api/csharp-restsharp/src/Org.OpenAPITools/Client/Option.cs#L57
Dereference of a possibly null reference.
|
|
Build:
samples/client/echo_api/csharp-restsharp/src/Org.OpenAPITools/Client/Option.cs#L56
Converting null literal or possible null value to non-nullable type.
|
|
Build:
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:
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:
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:
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:
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:
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)
|
Loading