Merge pull request #1 from deveel/sendgrid-connector #7
Annotations
10 warnings and 1 notice
|
src/Deveel.Messaging.Connector.Twilio/Messaging/TwilioWhatsAppConnector.cs#L61
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/Deveel.Messaging.Connector.Sendgrid/Messaging/SendGridEmailConnector.cs#L295
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/Deveel.Messaging.Connector.Sendgrid/Messaging/SendGridEmailConnector.cs#L63
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.
|
|
test/Deveel.Messaging.Abstrations.XUnit/Messaging/MessageContentPartTests.cs#L257
Cannot convert null literal to non-nullable reference type.
|
|
test/Deveel.Messaging.Abstrations.XUnit/Messaging/MessageContentPartTests.cs#L111
Cannot convert null literal to non-nullable reference type.
|
|
test/Deveel.Messaging.Abstrations.XUnit/Messaging/JsonObjectDictionaryConverter.cs#L29
Possible null reference assignment.
|
|
test/Deveel.Messaging.Abstrations.XUnit/Messaging/TextContentTests.cs#L40
Cannot convert null literal to non-nullable reference type.
|
|
src/Deveel.Messaging.Connector.Abstractions/Messaging/ConnectorResult.cs#L105
Missing XML comment for publicly visible type or member 'ConnectorResult<TValue>.FailTask(string, string?, IDictionary<string, object>?)'
|
|
src/Deveel.Messaging.Connector.Abstractions/Messaging/ConnectorResult.cs#L91
Missing XML comment for publicly visible type or member 'ConnectorResult<TValue>.FailTask(IMessagingError, IDictionary<string, object>?)'
|
|
src/Deveel.Messaging.Abstractions/Messaging/HtmlContentPart.cs#L34
Possible null reference assignment.
|
|
The windows-latest label will migrate from Windows Server 2022 to Windows Server 2025 beginning September 2, 2025. For more information see https://github.com/actions/runner-images/issues/12677
|
The logs for this run have expired and are no longer available.
Loading