Skip to content

feat: Topics

feat: Topics #4

Triggered via pull request May 5, 2023 03:23
Status Failure
Total duration 44s
Artifacts

dotnet-test.yaml

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

Annotations

1 error and 12 warnings
build_and_test
Process completed with exit code 1.
build_and_test
Node.js 12 actions are deprecated. Please update the following actions to use Node.js 16: actions/checkout@v2. For more information see: https://github.blog/changelog/2022-09-22-github-actions-all-actions-will-begin-running-on-node16-instead-of-node12/.
build_and_test: src/Novu.Tests/Events/EventUnitTest.cs#L188
Non-nullable property 'Message' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build_and_test: src/Novu.Tests/Subscribers/SubscriberUnitTest.cs#L24
Possible null reference argument for parameter 'id' in 'Task<DeleteResponseDto> ISubscriberClient.DeleteSubscriber(string id)'.
build_and_test: src/Novu.Tests/Topics/Fixture.cs#L20
This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread.
build_and_test: src/Novu.Tests/Subscribers/SubscriberUnitTest.cs#L44
Possible null reference argument for parameter 'id' in 'Task<SubscriberDto> ISubscriberClient.GetSubscriber(string id)'.
build_and_test: src/Novu.Tests/Subscribers/SubscriberUnitTest.cs#L71
Possible null reference argument for parameter 'id' in 'Task<DeleteResponseDto> ISubscriberClient.DeleteSubscriber(string id)'.
build_and_test: src/Novu.Tests/Subscribers/SubscriberUnitTest.cs#L80
Possible null reference argument for parameter 'subscriberId' in 'Task<SubscriberDto> ISubscriberClient.UpdateOnlineStatus(string subscriberId, SubscriberOnlineDto model)'.
build_and_test: src/Novu.Tests/Fixtures/SubscriberFixture.cs#L59
Possible null reference argument for parameter 'id' in 'Task<DeleteResponseDto> ISubscriberClient.DeleteSubscriber(string id)'.
build_and_test: src/Novu.Tests/Events/EventUnitTest.cs#L62
Possible null reference assignment.
build_and_test: src/Novu.Tests/Events/EventUnitTest.cs#L68
Possible null reference assignment.
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/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).