Added 'Content' property to Notification DTO #82
Closed
Annotations
1 error and 11 warnings
|
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/
|
src/Novu/JsonConverters/ArrayConverter.cs#L37
Nullability of type of parameter 'existingValue' doesn't match overridden member (possibly because of nullability attributes).
|
src/Novu/JsonConverters/ArrayConverter.cs#L52
Nullability of type of parameter 'value' doesn't match overridden member (possibly because of nullability attributes).
|
src/Novu/JsonConverters/JsonCreationConverter.cs#L20
Nullability of type of parameter 'existingValue' doesn't match overridden member (possibly because of nullability attributes).
|
src/Novu/JsonConverters/JsonCreationConverter.cs#L47
Nullability of type of parameter 'value' doesn't match overridden member (possibly because of nullability attributes).
|
src/Novu/JsonConverters/TypeOrStringConverter.cs#L22
Nullability of type of parameter 'existingValue' doesn't match overridden member (possibly because of nullability attributes).
|
src/Novu/JsonConverters/TypeOrStringConverter.cs#L58
Nullability of type of parameter 'value' doesn't match overridden member (possibly because of nullability attributes).
|
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).
|
src/Novu/DTO/Pagination.cs#L7
Cannot convert null literal to non-nullable reference type.
|
src/Novu/DTO/Pagination.cs#L8
Cannot convert null literal to non-nullable reference type.
|
src/Novu/JsonConverters/ArrayConverter.cs#L46
Possible null reference return.
|
The logs for this run have expired and are no longer available.
Loading