Skip to content

Upgrade missed dependency #102

Upgrade missed dependency

Upgrade missed dependency #102

Triggered via pull request February 18, 2025 02:19
Status Success
Total duration 46s
Artifacts

dotnet-test.yaml

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

Annotations

10 warnings
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#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/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/JsonCreationConverter.cs#L38
Possible null reference return.
build_and_test: src/Novu.Domain/JsonConverters/ArrayConverter.cs#L46
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).