Skip to content

Merge pull request #9 from managedcode/update_to_dotnet_8 #25

Merge pull request #9 from managedcode/update_to_dotnet_8

Merge pull request #9 from managedcode/update_to_dotnet_8 #25

Triggered via push January 3, 2024 11:43
Status Success
Total duration 38s
Artifacts

nuget.yml

on: push
nuget-pack
28s
nuget-pack
Fit to window
Zoom out
Zoom in

Annotations

11 warnings
nuget-pack
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/
nuget-pack: ManagedCode.Queue.Core/InMemoryQueue.cs#L23
Async-iterator 'InMemoryQueue.ReceiveMessages(string, string, 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
nuget-pack: ManagedCode.Queue.Core/InMemoryQueue.cs#L40
Async-iterator 'InMemoryQueue.ReceiveMessages(string, 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
nuget-pack: ManagedCode.Queue.Core/Abstractions/IQueueSender.cs#L14
The EnumeratorCancellationAttribute applied to parameter 'cancellationToken' will have no effect. The attribute is only effective on a parameter of type CancellationToken in an async-iterator method returning IAsyncEnumerable
nuget-pack: ManagedCode.Queue.Core/Abstractions/IQueueSender.cs#L15
The EnumeratorCancellationAttribute applied to parameter 'cancellationToken' will have no effect. The attribute is only effective on a parameter of type CancellationToken in an async-iterator method returning IAsyncEnumerable
nuget-pack: ManagedCode.Queue.Core/Models/Message.cs#L7
Non-nullable property 'Id' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
nuget-pack: ManagedCode.Queue.Core/Models/Message.cs#L12
Non-nullable property 'Body' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
nuget-pack: ManagedCode.Queue.AzureServiceBus/AzureServiceBusReceiver.cs#L71
Async-iterator 'AzureServiceBusQueue.ReceiveMessages(string, string, 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
nuget-pack: ManagedCode.Queue.AzureServiceBus/AzureServiceBusReceiver.cs#L95
Async-iterator 'AzureServiceBusQueue.ReceiveMessages(string, 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
nuget-pack: ManagedCode.Queue.AzureServiceBus/Options/AzureServiceBusOptions.cs#L7
Non-nullable property 'ConnectionString' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
nuget-pack: ManagedCode.Queue.AzureServiceBus/Options/AzureServiceBusOptions.cs#L8
Non-nullable property 'FullyQualifiedNamespace' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.