Add basic CI #7
Annotations
10 warnings
Build client example:
src/Address.cs#L56
Nullability of type of parameter 'o' doesn't match overridden member (possibly because of nullability attributes).
|
Build client example:
src/ByteArrayConverter.cs#L13
Nullability of type of parameter 'existingValue' doesn't match overridden member (possibly because of nullability attributes).
|
Build client example:
src/ByteArrayConverter.cs#L18
Nullability of type of parameter 'value' doesn't match overridden member (possibly because of nullability attributes).
|
Build client example:
src/SATS/AlgebraicValue.cs#L488
Nullability of reference types in type of parameter 'l' of 'bool AlgebraicValueComparer.Equals(AlgebraicValue l, AlgebraicValue r)' doesn't match implicitly implemented member 'bool IEqualityComparer<AlgebraicValue>.Equals(AlgebraicValue? x, AlgebraicValue? y)' (possibly because of nullability attributes).
|
Build client example:
src/SATS/AlgebraicValue.cs#L488
Nullability of reference types in type of parameter 'r' of 'bool AlgebraicValueComparer.Equals(AlgebraicValue l, AlgebraicValue r)' doesn't match implicitly implemented member 'bool IEqualityComparer<AlgebraicValue>.Equals(AlgebraicValue? x, AlgebraicValue? y)' (possibly because of nullability attributes).
|
Build client example:
src/json/EnumWrapperConverter.cs#L13
Nullability of type of parameter 'existingValue' doesn't match overridden member (possibly because of nullability attributes).
|
Build client example:
src/json/EnumWrapperConverter.cs#L23
Nullability of type of parameter 'value' doesn't match overridden member (possibly because of nullability attributes).
|
Build client example:
src/json/JsonContractResolver.cs#L14
Nullability of type of parameter 'existingValue' doesn't match overridden member (possibly because of nullability attributes).
|
Build client example:
src/json/JsonContractResolver.cs#L24
Nullability of type of parameter 'value' doesn't match overridden member (possibly because of nullability attributes).
|
Build client example:
src/Identity.cs#L53
Nullability of type of parameter 'o' doesn't match overridden member (possibly because of nullability attributes).
|
Loading