Skip to content

Bump OpenAPI spec and regenerate libs #518

Bump OpenAPI spec and regenerate libs

Bump OpenAPI spec and regenerate libs #518

Triggered via pull request January 30, 2025 12:06
Status Failure
Total duration 1m 7s
Artifacts

csharp-lint.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

5 errors and 10 warnings
C# Lint: csharp/Svix/MessageAttempt.cs#L16
'MessageAttempt' does not implement interface member 'IMessageAttempt.ListAttemptsForEndpoint(string, string, string, AttemptsByEndpointListOptions, string)'. 'MessageAttempt.ListAttemptsForEndpoint(string, string, string, AttemptsByEndpointListOptions, string)' cannot implement 'IMessageAttempt.ListAttemptsForEndpoint(string, string, string, AttemptsByEndpointListOptions, string)' because it does not have the matching return type of 'ListResponseMessageAttemptEndpointOut'.
C# Lint: csharp/Svix/MessageAttempt.cs#L16
'MessageAttempt' does not implement interface member 'IMessageAttempt.ListAttemptsForEndpointAsync(string, string, string, AttemptsByEndpointListOptions, string, CancellationToken)'. 'MessageAttempt.ListAttemptsForEndpointAsync(string, string, string, AttemptsByEndpointListOptions, string, CancellationToken)' cannot implement 'IMessageAttempt.ListAttemptsForEndpointAsync(string, string, string, AttemptsByEndpointListOptions, string, CancellationToken)' because it does not have the matching return type of 'Task<ListResponseMessageAttemptEndpointOut>'.
C# Lint: csharp/Svix/MessageAttempt.cs#L16
'MessageAttempt' does not implement interface member 'IMessageAttempt.ListAttemptsForEndpoint(string, string, string, AttemptsByEndpointListOptions, string)'. 'MessageAttempt.ListAttemptsForEndpoint(string, string, string, AttemptsByEndpointListOptions, string)' cannot implement 'IMessageAttempt.ListAttemptsForEndpoint(string, string, string, AttemptsByEndpointListOptions, string)' because it does not have the matching return type of 'ListResponseMessageAttemptEndpointOut'.
C# Lint: csharp/Svix/MessageAttempt.cs#L16
'MessageAttempt' does not implement interface member 'IMessageAttempt.ListAttemptsForEndpointAsync(string, string, string, AttemptsByEndpointListOptions, string, CancellationToken)'. 'MessageAttempt.ListAttemptsForEndpointAsync(string, string, string, AttemptsByEndpointListOptions, string, CancellationToken)' cannot implement 'IMessageAttempt.ListAttemptsForEndpointAsync(string, string, string, AttemptsByEndpointListOptions, string, CancellationToken)' because it does not have the matching return type of 'Task<ListResponseMessageAttemptEndpointOut>'.
C# Lint
Process completed with exit code 1.
C# Lint: csharp/Svix/Message.cs#L41
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
C# Lint: csharp/Svix/SvixClient.cs#L12
'SvixClient.Config': new protected member declared in sealed type
C# Lint: csharp/Svix/Models/AttemptsByEndpointListOptions.cs#L14
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
C# Lint: csharp/Svix/Models/AttemptsByEndpointListOptions.cs#L24
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
C# Lint: csharp/Svix/Models/ListOptions.cs#L7
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
C# Lint: csharp/Svix/Models/AttemptsByMessageListOptions.cs#L8
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
C# Lint: csharp/Svix/Models/AttemptsByMessageListOptions.cs#L16
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
C# Lint: csharp/Svix/Models/AttemptsByMessageListOptions.cs#L24
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
C# Lint: csharp/Svix/Models/MessageAttemptListOptions.cs#L22
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
C# Lint: csharp/Svix/Models/MessageListOptions.cs#L10
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.