Skip to content

Release 0.4.0 for full compatability to Novu 0.24.0 #95

Release 0.4.0 for full compatability to Novu 0.24.0

Release 0.4.0 for full compatability to Novu 0.24.0 #95

Triggered via pull request January 12, 2025 22:35
Status Success
Total duration 43s
Artifacts

dotnet-test.yaml

on: pull_request
build_and_test
34s
build_and_test
Fit to window
Zoom out
Zoom in

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/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).