Skip to content

Initial JetStream support #116

Initial JetStream support

Initial JetStream support #116

Triggered via pull request July 13, 2023 11:07
Status Success
Total duration 4m 26s
Artifacts
This run and associated checks have been archived and are scheduled for deletion. Learn more about checks retention

test.yml

on: pull_request
Matrix: dotnet
Matrix: memory test
Fit to window
Zoom out
Zoom in

Annotations

40 warnings
dotnet (main): src/NATS.Client.Core/NatsSub.cs#L175
A property should not follow a method
dotnet (main): src/NATS.Client.JetStream/Models/SuccessApiResponse.cs#L21
Non-nullable property 'Success' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
dotnet (main): src/NATS.Client.JetStream/Models/StreamState.cs#L48
Non-nullable property 'Subjects' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
dotnet (main): src/NATS.Client.JetStream/Models/StreamState.cs#L51
Non-nullable property 'Deleted' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
dotnet (main): src/NATS.Client.JetStream/Models/StreamState.cs#L54
Non-nullable property 'Lost' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
dotnet (main): src/NATS.Client.JetStream/Models/StreamInfoResponse.cs#L8
Non-nullable property 'Type' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
dotnet (main): src/NATS.Client.JetStream/Models/StreamInfoResponse.cs#L20
Non-nullable property 'Config' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
dotnet (main): src/NATS.Client.JetStream/Models/StreamInfoResponse.cs#L26
Non-nullable property 'State' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
dotnet (main): src/NATS.Client.JetStream/Models/StreamInfoResponse.cs#L29
Non-nullable property 'Cluster' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
dotnet (main): src/NATS.Client.JetStream/Models/StreamInfoOptions.cs#L21
Non-nullable property 'SubjectsFilter' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
dotnet (dev): src/NATS.Client.Core/NatsSub.cs#L175
A property should not follow a method
dotnet (dev): src/NATS.Client.JetStream/Models/SuccessApiResponse.cs#L21
Non-nullable property 'Success' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
dotnet (dev): src/NATS.Client.JetStream/Models/StreamState.cs#L48
Non-nullable property 'Subjects' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
dotnet (dev): src/NATS.Client.JetStream/Models/StreamState.cs#L51
Non-nullable property 'Deleted' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
dotnet (dev): src/NATS.Client.JetStream/Models/StreamState.cs#L54
Non-nullable property 'Lost' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
dotnet (dev): src/NATS.Client.JetStream/Models/StreamInfoResponse.cs#L8
Non-nullable property 'Type' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
dotnet (dev): src/NATS.Client.JetStream/Models/StreamInfoResponse.cs#L20
Non-nullable property 'Config' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
dotnet (dev): src/NATS.Client.JetStream/Models/StreamInfoResponse.cs#L26
Non-nullable property 'State' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
dotnet (dev): src/NATS.Client.JetStream/Models/StreamInfoResponse.cs#L29
Non-nullable property 'Cluster' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
dotnet (dev): src/NATS.Client.JetStream/Models/StreamInfoOptions.cs#L21
Non-nullable property 'SubjectsFilter' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
memory test (main): src/NATS.Client.Core/NatsSub.cs#L175
A property should not follow a method
memory test (main): src/NATS.Client.JetStream/Models/SuccessApiResponse.cs#L21
Non-nullable property 'Success' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
memory test (main): src/NATS.Client.JetStream/Models/StreamState.cs#L48
Non-nullable property 'Subjects' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
memory test (main): src/NATS.Client.JetStream/Models/StreamState.cs#L51
Non-nullable property 'Deleted' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
memory test (main): src/NATS.Client.JetStream/Models/StreamState.cs#L54
Non-nullable property 'Lost' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
memory test (main): src/NATS.Client.JetStream/Models/StreamInfoResponse.cs#L8
Non-nullable property 'Type' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
memory test (main): src/NATS.Client.JetStream/Models/StreamInfoResponse.cs#L20
Non-nullable property 'Config' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
memory test (main): src/NATS.Client.JetStream/Models/StreamInfoResponse.cs#L26
Non-nullable property 'State' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
memory test (main): src/NATS.Client.JetStream/Models/StreamInfoResponse.cs#L29
Non-nullable property 'Cluster' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
memory test (main): src/NATS.Client.JetStream/Models/AccountStatistics.cs#L21
Non-nullable property 'Domain' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
memory test (dev): src/NATS.Client.Core/NatsSub.cs#L175
A property should not follow a method
memory test (dev): src/NATS.Client.JetStream/Models/SuccessApiResponse.cs#L21
Non-nullable property 'Success' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
memory test (dev): src/NATS.Client.JetStream/Models/StreamState.cs#L48
Non-nullable property 'Subjects' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
memory test (dev): src/NATS.Client.JetStream/Models/StreamState.cs#L51
Non-nullable property 'Deleted' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
memory test (dev): src/NATS.Client.JetStream/Models/StreamState.cs#L54
Non-nullable property 'Lost' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
memory test (dev): src/NATS.Client.JetStream/Models/StreamInfoResponse.cs#L8
Non-nullable property 'Type' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
memory test (dev): src/NATS.Client.JetStream/Models/StreamInfoResponse.cs#L20
Non-nullable property 'Config' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
memory test (dev): src/NATS.Client.JetStream/Models/StreamInfoResponse.cs#L26
Non-nullable property 'State' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
memory test (dev): src/NATS.Client.JetStream/Models/StreamInfoResponse.cs#L29
Non-nullable property 'Cluster' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
memory test (dev): src/NATS.Client.JetStream/Models/StreamInfoOptions.cs#L21
Non-nullable property 'SubjectsFilter' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.