Skip to content

cli-v13.5

cli-v13.5 #101

Triggered via push November 9, 2024 21:46
Status Failure
Total duration 48s
Artifacts

cli.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

10 errors and 1 warning
build: cli/Squidex.CLI/Squidex.CLI/Commands/App_Indexes.cs#L32
'ISchemasClient' does not contain a definition for 'GetIndexesAsync' and no accessible extension method 'GetIndexesAsync' accepting a first argument of type 'ISchemasClient' could be found (are you missing a using directive or an assembly reference?)
build: cli/Squidex.CLI/Squidex.CLI/Commands/App_Indexes.cs#L44
Argument 1: cannot convert from 'method group' to 'object?'
build: cli/Squidex.CLI/Squidex.CLI/Commands/App_Indexes.cs#L63
The type or namespace name 'CreateIndexDto' could not be found (are you missing a using directive or an assembly reference?)
build: cli/Squidex.CLI/Squidex.CLI/Commands/App_Indexes.cs#L76
The name 'SortOrder' does not exist in the current context
build: cli/Squidex.CLI/Squidex.CLI/Commands/App_Indexes.cs#L79
The name 'SortOrder' does not exist in the current context
build: cli/Squidex.CLI/Squidex.CLI/Commands/App_Indexes.cs#L71
The type or namespace name 'SortOrder' could not be found (are you missing a using directive or an assembly reference?)
build: cli/Squidex.CLI/Squidex.CLI/Commands/App_Indexes.cs#L87
The type or namespace name 'IndexFieldDto' could not be found (are you missing a using directive or an assembly reference?)
build: cli/Squidex.CLI/Squidex.CLI/Commands/App_Indexes.cs#L96
'ISchemasClient' does not contain a definition for 'PostIndexAsync' and no accessible extension method 'PostIndexAsync' accepting a first argument of type 'ISchemasClient' could be found (are you missing a using directive or an assembly reference?)
build: cli/Squidex.CLI/Squidex.CLI/Commands/App_Indexes.cs#L106
'ISchemasClient' does not contain a definition for 'DeleteIndexAsync' and no accessible extension method 'DeleteIndexAsync' accepting a first argument of type 'ISchemasClient' could be found (are you missing a using directive or an assembly reference?)
build
Process completed with exit code 1.
build: cli/Squidex.CLI/Squidex.CLI/Commands/App_Indexes.cs#L44
Use an overload of 'AppendLine' that has a 'System.IFormatProvider' parameter (https://github.com/meziantou/Meziantou.Analyzer/blob/main/docs/Rules/MA0011.md)