ISSUE-25 potential fix #26
Merged
Annotations
2 errors and 10 warnings
|
|
|
|
|
src/Neo4jClient.Extension/Cypher/Extension/CypherExtension.Dynamics.cs#L37
Cannot convert null literal to non-nullable reference type.
|
|
src/Neo4jClient.Extension/Cypher/Extension/CypherExtension.Dynamics.cs#L12
Cannot convert null literal to non-nullable reference type.
|
|
src/Neo4jClient.Extension/Cypher/Extension/CypherExtension.CqlBuilders.cs#L86
Cannot convert null literal to non-nullable reference type.
|
|
src/Neo4jClient.Extension/Cypher/Extension/CypherExtension.CqlBuilders.cs#L86
Cannot convert null literal to non-nullable reference type.
|
|
src/Neo4jClient.Extension/Cypher/FluentConfig.cs#L24
Cannot convert null literal to non-nullable reference type.
|
|
src/Neo4jClient.Extension/Cypher/FluentConfig.cs#L19
Cannot convert null literal to non-nullable reference type.
|
|
src/Neo4jClient.Extension/Cypher/CypherTypeItem.cs#L15
Nullability of reference types in type of parameter 'other' doesn't match implemented member 'bool IEquatable<CypherTypeItem>.Equals(CypherTypeItem? other)' (possibly because of nullability attributes).
|
|
src/Neo4jClient.Extension/Cypher/CypherProperty.cs#L18
Nullability of reference types in type of parameter 'y' of 'bool CypherPropertyComparer.Equals(CypherProperty x, CypherProperty y)' doesn't match implicitly implemented member 'bool IEqualityComparer<CypherProperty>.Equals(CypherProperty? x, CypherProperty? y)' (possibly because of nullability attributes).
|
|
src/Neo4jClient.Extension/Cypher/CypherProperty.cs#L18
Nullability of reference types in type of parameter 'x' of 'bool CypherPropertyComparer.Equals(CypherProperty x, CypherProperty y)' doesn't match implicitly implemented member 'bool IEqualityComparer<CypherProperty>.Equals(CypherProperty? x, CypherProperty? y)' (possibly because of nullability attributes).
|
|
src/Neo4jClient.Extension.Attributes/CypherLabelAttribute.cs#L5
Non-nullable property 'Name' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
The logs for this run have expired and are no longer available.
Loading