Fix: New Logo Proposal #23
This run and associated checks have been archived and are scheduled for deletion.
Learn more about checks retention
Annotations
11 warnings
build
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/setup-dotnet@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
build:
NoSqlMigrator/Index/PrimaryIndexDeleteCommand.cs#L27
'DropPrimaryQueryIndexOptions.ScopeName(string)' is obsolete: 'Use collection.QueryIndexes instead.'
|
build:
NoSqlMigrator/Index/PrimaryIndexDeleteCommand.cs#L28
'DropPrimaryQueryIndexOptions.CollectionName(string)' is obsolete: 'Use collection.QueryIndexes instead.'
|
build:
NoSqlMigrator/Index/PrimaryIndexCreateCommand.cs#L77
This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread.
|
build:
NoSqlMigrator/Index/PrimaryIndexCreateCommand.cs#L91
The variable 'e' is declared but never used
|
build:
NoSqlMigrator/Index/PrimaryIndexCreateCommand.cs#L110
This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread.
|
build:
NoSqlMigrator/Extensions/BucketExtensions.cs#L19
This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread.
|
build:
NoSqlMigrator/Index/IndexDeleteCommand.cs#L24
'DropQueryIndexOptions.ScopeName(string)' is obsolete: 'Use collection.QueryIndexes instead.'
|
build:
NoSqlMigrator/Index/IndexDeleteCommand.cs#L25
'DropQueryIndexOptions.CollectionName(string)' is obsolete: 'Use collection.QueryIndexes instead.'
|
build:
NoSqlMigrator/Extensions/BucketExtensions.cs#L46
This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread.
|
build:
NoSqlMigrator/Index/IndexCreateCommand.cs#L104
This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread.
|