Merge pull request #1 from deveel/sendgrid-connector #7
cd.yml
on: push
Matrix: Build and Test
Publish Packages (Development)
/
Pack and Publish Packages
1m 18s
Clean Old Packages
/
clean
6s
Annotations
51 warnings and 2 notices
|
Build and Test (9.0.x, net9.0, ubuntu-latest):
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.
|
|
Build and Test (9.0.x, net9.0, ubuntu-latest):
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.
|
|
Build and Test (9.0.x, net9.0, ubuntu-latest):
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.
|
|
Build and Test (9.0.x, net9.0, ubuntu-latest):
test/Deveel.Messaging.Abstrations.XUnit/Messaging/MessageContentPartTests.cs#L257
Cannot convert null literal to non-nullable reference type.
|
|
Build and Test (9.0.x, net9.0, ubuntu-latest):
test/Deveel.Messaging.Abstrations.XUnit/Messaging/MessageContentPartTests.cs#L111
Cannot convert null literal to non-nullable reference type.
|
|
Build and Test (9.0.x, net9.0, ubuntu-latest):
test/Deveel.Messaging.Abstrations.XUnit/Messaging/JsonObjectDictionaryConverter.cs#L29
Possible null reference assignment.
|
|
Build and Test (9.0.x, net9.0, ubuntu-latest):
test/Deveel.Messaging.Abstrations.XUnit/Messaging/TextContentTests.cs#L40
Cannot convert null literal to non-nullable reference type.
|
|
Build and Test (9.0.x, net9.0, ubuntu-latest):
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>?)'
|
|
Build and Test (9.0.x, net9.0, ubuntu-latest):
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>?)'
|
|
Build and Test (9.0.x, net9.0, ubuntu-latest):
src/Deveel.Messaging.Abstractions/Messaging/HtmlContentPart.cs#L34
Possible null reference assignment.
|
|
Build and Test (8.0.x, net8.0, ubuntu-latest):
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.
|
|
Build and Test (8.0.x, net8.0, ubuntu-latest):
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.
|
|
Build and Test (8.0.x, net8.0, ubuntu-latest):
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.
|
|
Build and Test (8.0.x, net8.0, ubuntu-latest):
test/Deveel.Messaging.Abstrations.XUnit/Messaging/MessageContentPartTests.cs#L257
Cannot convert null literal to non-nullable reference type.
|
|
Build and Test (8.0.x, net8.0, ubuntu-latest):
test/Deveel.Messaging.Abstrations.XUnit/Messaging/MessageContentPartTests.cs#L111
Cannot convert null literal to non-nullable reference type.
|
|
Build and Test (8.0.x, net8.0, ubuntu-latest):
test/Deveel.Messaging.Abstrations.XUnit/Messaging/JsonObjectDictionaryConverter.cs#L29
Possible null reference assignment.
|
|
Build and Test (8.0.x, net8.0, ubuntu-latest):
test/Deveel.Messaging.Abstrations.XUnit/Messaging/TextContentTests.cs#L40
Cannot convert null literal to non-nullable reference type.
|
|
Build and Test (8.0.x, net8.0, ubuntu-latest):
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>?)'
|
|
Build and Test (8.0.x, net8.0, ubuntu-latest):
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>?)'
|
|
Build and Test (8.0.x, net8.0, ubuntu-latest):
src/Deveel.Messaging.Abstractions/Messaging/HtmlContentPart.cs#L34
Possible null reference assignment.
|
|
Build and Test (8.0.x, net8.0, windows-latest):
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.
|
|
Build and Test (8.0.x, net8.0, windows-latest):
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.
|
|
Build and Test (8.0.x, net8.0, windows-latest):
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.
|
|
Build and Test (8.0.x, net8.0, windows-latest):
test/Deveel.Messaging.Abstrations.XUnit/Messaging/MessageContentPartTests.cs#L257
Cannot convert null literal to non-nullable reference type.
|
|
Build and Test (8.0.x, net8.0, windows-latest):
test/Deveel.Messaging.Abstrations.XUnit/Messaging/MessageContentPartTests.cs#L111
Cannot convert null literal to non-nullable reference type.
|
|
Build and Test (8.0.x, net8.0, windows-latest):
test/Deveel.Messaging.Abstrations.XUnit/Messaging/JsonObjectDictionaryConverter.cs#L29
Possible null reference assignment.
|
|
Build and Test (8.0.x, net8.0, windows-latest):
test/Deveel.Messaging.Abstrations.XUnit/Messaging/TextContentTests.cs#L40
Cannot convert null literal to non-nullable reference type.
|
|
Build and Test (8.0.x, net8.0, windows-latest):
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>?)'
|
|
Build and Test (8.0.x, net8.0, windows-latest):
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>?)'
|
|
Build and Test (8.0.x, net8.0, windows-latest):
src/Deveel.Messaging.Abstractions/Messaging/HtmlContentPart.cs#L34
Possible null reference assignment.
|
|
Build and Test (9.0.x, net9.0, windows-latest):
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.
|
|
Build and Test (9.0.x, net9.0, windows-latest):
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.
|
|
Build and Test (9.0.x, net9.0, windows-latest):
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.
|
|
Build and Test (9.0.x, net9.0, windows-latest):
test/Deveel.Messaging.Abstrations.XUnit/Messaging/JsonObjectDictionaryConverter.cs#L29
Possible null reference assignment.
|
|
Build and Test (9.0.x, net9.0, windows-latest):
test/Deveel.Messaging.Abstrations.XUnit/Messaging/MessageContentPartTests.cs#L111
Cannot convert null literal to non-nullable reference type.
|
|
Build and Test (9.0.x, net9.0, windows-latest):
test/Deveel.Messaging.Abstrations.XUnit/Messaging/MessageContentPartTests.cs#L257
Cannot convert null literal to non-nullable reference type.
|
|
Build and Test (9.0.x, net9.0, windows-latest):
test/Deveel.Messaging.Abstrations.XUnit/Messaging/TextContentTests.cs#L40
Cannot convert null literal to non-nullable reference type.
|
|
Build and Test (9.0.x, net9.0, windows-latest):
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>?)'
|
|
Build and Test (9.0.x, net9.0, windows-latest):
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>?)'
|
|
Build and Test (9.0.x, net9.0, windows-latest):
src/Deveel.Messaging.Abstractions/Messaging/HtmlContentPart.cs#L34
Possible null reference assignment.
|
|
Publish Packages (Development) / Pack and Publish Packages:
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.
|
|
Publish Packages (Development) / Pack and Publish Packages:
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.
|
|
Publish Packages (Development) / Pack and Publish Packages:
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.
|
|
Publish Packages (Development) / Pack and Publish Packages:
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.
|
|
Publish Packages (Development) / Pack and Publish Packages:
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>?)'
|
|
Publish Packages (Development) / Pack and Publish Packages:
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>?)'
|
|
Publish Packages (Development) / Pack and Publish Packages:
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>?)'
|
|
Publish Packages (Development) / Pack and Publish Packages:
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>?)'
|
|
Publish Packages (Development) / Pack and Publish Packages:
src/Deveel.Messaging.Abstractions/Messaging/HtmlContentPart.cs#L34
Possible null reference assignment.
|
|
Publish Packages (Development) / Pack and Publish Packages:
src/Deveel.Messaging.Abstractions/Messaging/HtmlContentPart.cs#L34
Possible null reference assignment.
|
|
Publish Packages (Development) / Pack and Publish Packages
Unexpected input(s) 'useConfigFile', valid inputs are ['targetPath', 'disableCache', 'disableNormalization', 'disableShallowCloneCheck', 'configFilePath', 'overrideConfig', 'updateAssemblyInfo', 'updateAssemblyInfoFilename', 'updateProjectFiles']
|
|
Build and Test (8.0.x, net8.0, windows-latest)
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
|
|
Build and Test (9.0.x, net9.0, windows-latest)
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
|
Artifacts
Produced during runtime
| Name | Size | Digest | |
|---|---|---|---|
|
nuget-packages-
Expired
|
713 KB |
sha256:0ffaa2c96b4c4e9bd748b5e74f43e949bf66e417333a4a8dd37341aad17b1ab4
|
|