Skip to content

chore: doc update for notice for 0.3.1 #78

chore: doc update for notice for 0.3.1

chore: doc update for notice for 0.3.1 #78

Triggered via pull request August 28, 2023 23:11
Status Success
Total duration 42s
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
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
build_and_test: src/Novu/Models/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).
build_and_test: src/Novu/DTO/Pagination.cs#L7
Cannot convert null literal to non-nullable reference type.
build_and_test: src/Novu/DTO/Pagination.cs#L8
Cannot convert null literal to non-nullable reference type.
build_and_test: src/Novu/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/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/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/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/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/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/JsonConverters/MessageTemplateConverter.cs#L45
Possible null reference return.