Skip to content

Create tech stack docs (techstack.yml and techstack.md) #89

Create tech stack docs (techstack.yml and techstack.md)

Create tech stack docs (techstack.yml and techstack.md) #89

Triggered via pull request January 4, 2024 16:10
Status Success
Total duration 1m 11s
Artifacts

dotnet-test.yaml

on: pull_request
build_and_test
57s
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/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/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/JsonConverters/ArrayConverter.cs#L46
Possible null reference return.