Bump openapi generator to 7.2.0 and openapi-generator-cli #251
Annotations
10 errors and 11 warnings
C# Lint:
csharp/Svix/Application.cs#L159
Argument 3: cannot convert from 'Svix.Model.Ordering?' to 'Svix.Model.Ordering'
|
C# Lint:
csharp/Svix/Application.cs#L181
Argument 3: cannot convert from 'Svix.Model.Ordering?' to 'Svix.Model.Ordering'
|
C# Lint:
csharp/Svix/BackgroundTask.cs#L68
Argument 1: cannot convert from 'Svix.Model.BackgroundTaskStatus?' to 'Svix.Model.BackgroundTaskStatus'
|
C# Lint:
csharp/Svix/BackgroundTask.cs#L69
Argument 2: cannot convert from 'Svix.Model.BackgroundTaskType?' to 'Svix.Model.BackgroundTaskType'
|
C# Lint:
csharp/Svix/BackgroundTask.cs#L72
Argument 5: cannot convert from 'Svix.Model.Ordering?' to 'Svix.Model.Ordering'
|
C# Lint:
csharp/Svix/BackgroundTask.cs#L92
Argument 1: cannot convert from 'Svix.Model.BackgroundTaskStatus?' to 'Svix.Model.BackgroundTaskStatus'
|
C# Lint:
csharp/Svix/BackgroundTask.cs#L93
Argument 2: cannot convert from 'Svix.Model.BackgroundTaskType?' to 'Svix.Model.BackgroundTaskType'
|
C# Lint:
csharp/Svix/BackgroundTask.cs#L96
Argument 5: cannot convert from 'Svix.Model.Ordering?' to 'Svix.Model.Ordering'
|
C# Lint:
csharp/Svix/MessageAttempt.cs#L83
Argument 6: cannot convert from 'Svix.Model.MessageStatus?' to 'Svix.Model.MessageStatus'
|
C# Lint:
csharp/Svix/MessageAttempt.cs#L111
Argument 6: cannot convert from 'Svix.Model.MessageStatus?' to 'Svix.Model.MessageStatus'
|
C# Lint
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/[email protected]. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
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/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/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/MessageListOptions.cs#L10
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
|
C# Lint:
csharp/Svix/Models/MessageListOptions.cs#L18
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.get': new protected member declared in sealed type
|
C# Lint:
csharp/Svix/SvixClient.cs#L12
'SvixClient.Config': new protected member declared in sealed type
|
C# Lint:
csharp/Svix/Authentication.cs#L72
'IAuthenticationApiSync.V1AuthenticationDashboardAccess(string, string)' is obsolete
|
C# Lint:
csharp/Svix/Authentication.cs#L94
'IAuthenticationApiAsync.V1AuthenticationDashboardAccessAsync(string, string, CancellationToken)' is obsolete
|