Skip to content

First alpha release (#83) #1

First alpha release (#83)

First alpha release (#83) #1

Triggered via push July 10, 2023 15:27
Status Success
Total duration 47s
Artifacts
This run and associated checks have been archived and are scheduled for deletion. Learn more about checks retention

release.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

6 warnings
dotnet: src/NATS.Client.Core/Internal/InboxSub.cs#L52
Field 'InboxSubBuilder._sub' is never assigned to, and will always have its default value null
dotnet: src/NATS.Client.Core/Internal/InboxSub.cs#L53
The field 'InboxSubBuilder._started' is never used
dotnet: src/NATS.Client.Core/NatsSub.cs#L58
Closing parenthesis should not be followed by a space
dotnet: src/NATS.Client.Core/Internal/SubscriptionManager.cs#L121
'public' members should come before 'private' members
dotnet: src/NATS.Client.Core/NatsConnection.cs#L56
A constructor should not follow a property
dotnet: src/NATS.Client.Core/NatsSub.cs#L58
Operator '(NatsSubBase)' should not be followed by whitespace.