Added Send messages from uploaded files (#52) #43
Annotations
12 warnings
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-dotnet@v1, actions/upload-artifact@3cea5372237819ed00197afe530f5a7ea3e805c8. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
The following actions uses node12 which is deprecated and will be forced to run on node16: 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/
|
Publish Win x64:
src/Core/ServiceBus/MessageService.cs#L82
Async-iterator 'MessageService.PurgeAsync(string, string, string?, SubQueue, long, 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
|
Publish Win x64:
src/Core/ServiceBus/MessageService.cs#L117
Async-iterator 'MessageService.ResendAsync(string, string, string?, SubQueue, string, long, 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
|
Publish Win x64:
src/Core/ServiceBus/Mappings/TopicMappings.cs#L140
Nullable value type may be null.
|
Publish Win x64:
src/Core/ServiceBus/Mappings/MessageMappings.cs#L39
Argument of type 'Dictionary<string, object>' cannot be used for parameter 'ApplicationProperties' of type 'IReadOnlyDictionary<string, object?>' in 'Message.Message(string Id, string? Subject, string Body, MessageSystemProperties SystemProperties, IReadOnlyDictionary<string, object?>? ApplicationProperties)' due to differences in the nullability of reference types.
|
Publish Win x64:
src/Ui/Website/Extensions/StringExtensions.cs#L20
Dereference of a possibly null reference.
|
Publish Win x64:
src/Ui/Website/Shared/ViewDialog.razor#L11
Non-nullable property 'MudDialog' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
Publish Win x64:
src/Ui/Website/Shared/ViewDialog.razor#L14
Non-nullable property 'ContentText' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
Publish Win x64:
src/Ui/Website/Extensions/StringExtensions.cs#L56
Converting null literal or possible null value to non-nullable type.
|
Publish Win x64:
src/Ui/Website/Shared/TopicNestedMenuItem.razor#L9
'Icons.Filled' is obsolete: 'Use Icons.Material.Filled instead.'
|
Publish Win x64:
src/Ui/Website/Shared/TopicNestedMenuItem.razor#L21
'Icons.Filled' is obsolete: 'Use Icons.Material.Filled instead.'
|
Loading