compilation fixes after merge #61
Annotations
1 error and 5 warnings
|
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/
|
src/Raven.Server/ServerWide/TransactionMerger/ClusterTransactionOperationsMerger.cs#L32
'ClusterTransactionOperationsMerger.EnqueueSync(MergedTransactionCommand<ClusterOperationContext, ClusterTransaction>)' hides inherited member 'AbstractTransactionOperationsMerger<ClusterOperationContext, ClusterTransaction>.EnqueueSync(MergedTransactionCommand<ClusterOperationContext, ClusterTransaction>)'. Use the new keyword if hiding was intended.
|
src/Raven.Server/Documents/PeriodicBackup/Restore/AbstractRestoreBackupTask.cs#L555
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.
|
src/Raven.Server/Documents/Replication/ReplicationItems/ReplicationBatchItem.cs#L33
The field 'ReplicationBatchItem._disposed' is never used
|
test/Tests.Infrastructure/InterversionTestBase.cs#L508
'InterversionTestBase.ShardingDatabaseRecord.Sharding' hides inherited member 'DatabaseRecord.Sharding'. Use the new keyword if hiding was intended.
|
The logs for this run have expired and are no longer available.
Loading