Merge pull request #1 from deveel/sendgrid-connector #7
Annotations
11 warnings
|
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.
|
|
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.
|
|
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.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.
|
|
src/Deveel.Messaging.Abstractions/Messaging/HtmlContentPart.cs#L34
Possible null reference assignment.
|
|
|
The logs for this run have expired and are no longer available.
Loading