Skip to content

Initial JetStream support #112

Initial JetStream support

Initial JetStream support #112

Triggered via pull request July 12, 2023 22:32
Status Success
Total duration 4m 51s
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 (dev): src/NATS.Client.Core/NatsSub.cs#L175
A property should not follow a method
dotnet (dev): 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.
dotnet (dev): src/NATS.Client.JetStream/Models/AccountStatistics.cs#L24
Non-nullable property 'Api' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
dotnet (dev): src/NATS.Client.JetStream/Models/AccountStatistics.cs#L27
Non-nullable property 'Tiers' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
dotnet (dev): src/NATS.Client.JetStream/Models/AccountTier.cs#L21
Non-nullable property 'Memory' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
dotnet (dev): src/NATS.Client.JetStream/Models/AccountTier.cs#L24
Non-nullable property 'Storage' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
dotnet (dev): src/NATS.Client.JetStream/Models/AccountTier.cs#L27
Non-nullable property 'Streams' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
dotnet (dev): src/NATS.Client.JetStream/Models/AccountTier.cs#L30
Non-nullable property 'Consumers' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
dotnet (dev): src/NATS.Client.JetStream/Models/AccountTier.cs#L33
Non-nullable property 'Limits' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
dotnet (dev): src/NATS.Client.JetStream/Models/ApiResponse.cs#L21
Non-nullable property 'Type' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
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#L36
Non-nullable property 'NumSubjects' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
dotnet (main): src/NATS.Client.JetStream/Models/StreamState.cs#L39
Non-nullable property 'NumDeleted' 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.
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#L36
Non-nullable property 'NumSubjects' 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#L39
Non-nullable property 'NumDeleted' 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/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.JetStream/Models/AccountStatistics.cs#L24
Non-nullable property 'Api' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
memory test (dev): src/NATS.Client.JetStream/Models/AccountStatistics.cs#L27
Non-nullable property 'Tiers' 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#L36
Non-nullable property 'NumSubjects' 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#L39
Non-nullable property 'NumDeleted' 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.