Skip to content

v0.1 - initial CLI release #2

v0.1 - initial CLI release

v0.1 - initial CLI release #2

Triggered via push October 8, 2023 19:23
Status Success
Total duration 2m 11s
Artifacts
Fit to window
Zoom out
Zoom in

Annotations

10 warnings
release-cli: open-social-distributor-app/src/DistributorLib/Network/Implementations/MastodonNetwork.cs#L21
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.
release-cli: open-social-distributor-app/src/DistributorLib/Network/Implementations/MastodonNetwork.cs#L25
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.
release-cli: open-social-distributor-app/src/DistributorLib/Network/Implementations/LinkedInNetwork.cs#L39
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.
release-cli: open-social-distributor-app/src/DistributorLib/Network/Implementations/LinkedInNetwork.cs#L44
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.
release-cli: open-social-distributor-app/src/DistributorLib/Network/Implementations/ConsoleNetwork.cs#L14
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.
release-cli: open-social-distributor-app/src/DistributorLib/Network/Implementations/ConsoleNetwork.cs#L19
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.
release-cli: open-social-distributor-app/src/DistributorLib/Network/Implementations/ConsoleNetwork.cs#L24
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.
release-cli: open-social-distributor-app/src/DistributorLib/Network/Implementations/DiscordNetwork.cs#L41
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.
release-cli: open-social-distributor-app/src/DistributorLib/Network/Implementations/FacebookNetwork.cs#L34
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.
release-cli: open-social-distributor-app/src/DistributorLib/Network/Implementations/FacebookNetwork.cs#L43
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.