preparing for nuget release #27
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/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/PrimaryIndexCreateCommand.cs#L102
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/Index/IndexCreateCommand.cs#L124
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.Runner/MigrationInput.cs#L8
Non-nullable property 'AssemblyName' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
build:
NoSqlMigrator.Runner/MigrationInput.cs#L11
Non-nullable property 'ConnectionString' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|