Npgsql: Use NpgsqlPoint
.NET type for marshalling GEO_POINT
types. Explore communicating and marshalling GeoJSON types.
#445
Annotations
3 warnings
Validate by-language/csharp-npgsql, Npgsql 8.0.6:
by-language/csharp-npgsql/BasicPoco.cs#L9
Nullability of type of parameter 'obj' doesn't match overridden member (possibly because of nullability attributes).
|
Validate by-language/csharp-npgsql, Npgsql 8.0.6:
by-language/csharp-npgsql/DemoTypes.cs#L447
Converting null literal or possible null value to non-nullable type.
|
Validate by-language/csharp-npgsql, Npgsql 8.0.6:
by-language/csharp-npgsql/DemoTypes.cs#L447
Possible null reference return.
|
Loading