Skip to content

Merge branch 'main' of https://github.com/mgroves/NoSqlMigrator into … #25

Merge branch 'main' of https://github.com/mgroves/NoSqlMigrator into …

Merge branch 'main' of https://github.com/mgroves/NoSqlMigrator into … #25

Triggered via push September 13, 2023 20:17
Status Cancelled
Total duration 11m 20s
Artifacts
This run and associated checks have been archived and are scheduled for deletion. Learn more about checks retention

ci.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

1 error and 11 warnings
build
The operation was canceled.
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/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/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/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/Index/IndexCreateCommand.cs#L103
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#L117
The variable 'e' is declared but never used
build: NoSqlMigrator/Index/IndexCreateCommand.cs#L142
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.