Skip to content

CodeQL

CodeQL #369

Triggered via schedule August 15, 2023 04:38
Status Success
Total duration 34m 24s
Artifacts

codeql-analysis.yml

on: schedule
Matrix: Analyze
Fit to window
Zoom out
Zoom in

Annotations

19 warnings
Analyze (windows-2019, csharp)
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/setup-dotnet@v1.7.2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
Analyze (windows-2019, csharp): Framework/Azure/Cqrs.Azure.ServiceBus/AzureBusHelper.cs#L383
XML comment has a param tag for 'serviceBusReceiver', but there is no parameter by that name
Analyze (windows-2019, csharp): Framework/Azure/Cqrs.Azure.ServiceBus/AzureBusHelper.cs#L408
Parameter 'client' has no matching param tag in the XML comment for 'AzureBusHelper<TAuthenticationToken>.ReceiveEvent(IMessageReceiver, string, Func<IEvent<TAuthenticationToken>, bool?>, string, string, string, Action, Action)' (but other parameters do)
Analyze (windows-2019, csharp): Framework/Azure/Cqrs.Azure.ServiceBus/IAzureBusHelper.cs#L124
XML comment has a param tag for 'serviceBusReceiver', but there is no parameter by that name
Analyze (windows-2019, csharp): Framework/Azure/Cqrs.Azure.ServiceBus/IAzureBusHelper.cs#L149
Parameter 'client' has no matching param tag in the XML comment for 'IAzureBusHelper<TAuthenticationToken>.ReceiveEvent(IMessageReceiver, string, Func<IEvent<TAuthenticationToken>, bool?>, string, string, string, Action, Action)' (but other parameters do)
Analyze (windows-2019, csharp): Framework/Azure/Cqrs.Azure.ServiceBus/AzureBusHelper.cs#L383
XML comment has a param tag for 'serviceBusReceiver', but there is no parameter by that name
Analyze (windows-2019, csharp): Framework/Azure/Cqrs.Azure.ServiceBus/AzureBusHelper.cs#L408
Parameter 'client' has no matching param tag in the XML comment for 'AzureBusHelper<TAuthenticationToken>.ReceiveEvent(IMessageReceiver, string, Func<IEvent<TAuthenticationToken>, bool?>, string, string, string, Action, Action)' (but other parameters do)
Analyze (windows-2019, csharp): Framework/Azure/Cqrs.Azure.ServiceBus/IAzureBusHelper.cs#L124
XML comment has a param tag for 'serviceBusReceiver', but there is no parameter by that name
Analyze (windows-2019, csharp): Framework/Azure/Cqrs.Azure.ServiceBus/IAzureBusHelper.cs#L149
Parameter 'client' has no matching param tag in the XML comment for 'IAzureBusHelper<TAuthenticationToken>.ReceiveEvent(IMessageReceiver, string, Func<IEvent<TAuthenticationToken>, bool?>, string, string, string, Action, Action)' (but other parameters do)
Analyze (windows-2019, csharp): Framework/Cqrs/Events/SqlEventStore.cs#L44
XML comment has cref attribute 'LinqToSqlEventStore{TAuthenticationToken}' that could not be resolved
Analyze (windows-2019, csharp): Framework/Cqrs/DataStores/SqlDataStoreExtension.cs#L44
'RelationalDatabaseFacadeExtensions.ExecuteSqlCommand(DatabaseFacade, RawSqlString, params object[])' is obsolete: 'For the execution of SQL queries using plain strings, use ExecuteSqlRaw instead. For the execution of SQL queries using interpolated string syntax to create parameters, use ExecuteSqlInterpolated instead.'
Analyze (windows-2019, csharp): Framework/Cqrs/Events/SqlEventStore.cs#L44
XML comment has cref attribute 'LinqToSqlEventStore{TAuthenticationToken}' that could not be resolved
Analyze (windows-2019, csharp): Framework/Azure/Cqrs.Azure.ServiceBus/AzureQueuedCommandBusReceiver.cs#L62
'AzureQueuedCommandBusReceiver<TAuthenticationToken>.ReceiveCommand(SubscriptionClient, BrokeredMessage)' hides inherited member 'AzureCommandBusReceiver<TAuthenticationToken>.ReceiveCommand(SubscriptionClient, BrokeredMessage)'. To make the current member override that implementation, add the override keyword. Otherwise add the new keyword.
Analyze (windows-2019, csharp): Framework/Azure/Cqrs.Azure.DocumentDb/AzureDocumentDbHelper.cs#L51
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.
Analyze (windows-2019, csharp): Framework/Azure/Cqrs.Azure.DocumentDb/AzureDocumentDbHelper.cs#L112
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.
Analyze (windows-2019, csharp): Framework/Azure/Cqrs.Azure.DocumentDb/Events/AzureDocumentDbEventStore.cs#L118
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.
Analyze (windows-2019, csharp): Framework/Azure/Cqrs.Azure.DocumentDb/Events/AzureDocumentDbSnapshotStore.cs#L107
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.
Analyze (windows-2019, csharp): Framework/Azure/Cqrs.Azure.DocumentDb/Events/AzureDocumentDbEventStore.cs#L130
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.
Analyze (windows-2019, csharp): Framework/Azure/Cqrs.Azure.DocumentDb/Events/AzureDocumentDbEventStore.cs#L159
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.