Upgrade missed dependency #103
Annotations
1 error and 10 warnings
|
build_and_test
Process completed with exit code 1.
|
|
build_and_test:
src/Novu.Domain/JsonConverters/ArrayConverter.cs#L37
Nullability of type of parameter 'existingValue' doesn't match overridden member (possibly because of nullability attributes).
|
|
build_and_test:
src/Novu.Domain/JsonConverters/ArrayConverter.cs#L52
Nullability of type of parameter 'value' doesn't match overridden member (possibly because of nullability attributes).
|
|
build_and_test:
src/Novu.Domain/JsonConverters/ArrayObjectOrStringConverter.cs#L29
Nullability of type of parameter 'existingValue' doesn't match overridden member (possibly because of nullability attributes).
|
|
build_and_test:
src/Novu.Domain/JsonConverters/ArrayObjectOrStringConverter.cs#L66
Nullability of type of parameter 'value' doesn't match overridden member (possibly because of nullability attributes).
|
|
build_and_test:
src/Novu.Domain/JsonConverters/JsonCreationConverter.cs#L20
Nullability of type of parameter 'existingValue' doesn't match overridden member (possibly because of nullability attributes).
|
|
build_and_test:
src/Novu.Domain/JsonConverters/JsonCreationConverter.cs#L47
Nullability of type of parameter 'value' doesn't match overridden member (possibly because of nullability attributes).
|
|
build_and_test:
src/Novu.Domain/JsonConverters/ArrayConverter.cs#L46
Possible null reference return.
|
|
build_and_test:
src/Novu.Domain/JsonConverters/JsonCreationConverter.cs#L38
Possible null reference return.
|
|
build_and_test:
src/Novu.Domain/JsonConverters/MessageTemplateConverter.cs#L57
Possible null reference return.
|
|
build_and_test:
src/Novu/NovuClientConfiguration.cs#L9
Nullability of reference types in type of parameter 'value' of 'void NovuClientConfiguration.ApiKey.set' doesn't match implicitly implemented member 'void INovuClientConfiguration.ApiKey.set' (possibly because of nullability attributes).
|