Skip to content

remove redundant dictionary lookups (#631) #76

remove redundant dictionary lookups (#631)

remove redundant dictionary lookups (#631) #76

Triggered via push October 13, 2023 23:20
Status Success
Total duration 36m 29s
Artifacts

dotnet.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

12 warnings
build_and_test
The following actions uses node12 which is deprecated and will be forced to run on node16: NuGet/[email protected]. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
build_and_test
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
build_and_test: src/Audit.NET.DynamoDB/Providers/DynamoDataProvider.cs#L221
Parameter 'cancellationToken' has no matching param tag in the XML comment for 'DynamoDataProvider.GetEventAsync<T>(object, CancellationToken)' (but other parameters do)
build_and_test: src/Audit.NET.AzureCosmos/Providers/AzureCosmosDataProvider.Cosmos.cs#L271
Async-iterator 'AzureCosmosDataProvider.EnumerateEvents<T>(string, QueryRequestOptions, CancellationToken)' has one or more parameters of type 'CancellationToken' but none of them is decorated with the 'EnumeratorCancellation' attribute, so the cancellation token parameter from the generated 'IAsyncEnumerable<>.GetAsyncEnumerator' will be unconsumed
build_and_test: src/Audit.NET.DynamoDB/Providers/DynamoDataProvider.cs#L221
Parameter 'cancellationToken' has no matching param tag in the XML comment for 'DynamoDataProvider.GetEventAsync<T>(object, CancellationToken)' (but other parameters do)
build_and_test: src/Audit.NET.DynamoDB/Providers/DynamoDataProvider.cs#L221
Parameter 'cancellationToken' has no matching param tag in the XML comment for 'DynamoDataProvider.GetEventAsync<T>(object, CancellationToken)' (but other parameters do)
build_and_test: src/Audit.NET.AzureCosmos/Providers/AzureCosmosDataProvider.Cosmos.cs#L271
Async-iterator 'AzureCosmosDataProvider.EnumerateEvents<T>(string, QueryRequestOptions, CancellationToken)' has one or more parameters of type 'CancellationToken' but none of them is decorated with the 'EnumeratorCancellation' attribute, so the cancellation token parameter from the generated 'IAsyncEnumerable<>.GetAsyncEnumerator' will be unconsumed
build_and_test: src/Audit.SignalR/AuditHubFilter.cs#L121
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
build_and_test: src/Audit.SignalR/AuditHubFilter.cs#L121
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
build_and_test: test/Audit.Integration.AspNetCore/Controllers/ValuesController.cs#L30
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.