Release 0.4.0 for full compatability to Novu 0.24.0 #95
Annotations
11 warnings
build_and_test
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
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/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/TypeOrStringConverter.cs#L22
Nullability of type of parameter 'existingValue' doesn't match overridden member (possibly because of nullability attributes).
|
build_and_test:
src/Novu.Domain/JsonConverters/TypeOrStringConverter.cs#L58
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#L45
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).
|