Skip to content

Merge pull request #21 from EAVFW/tst/gzip-command #97

Merge pull request #21 from EAVFW/tst/gzip-command

Merge pull request #21 from EAVFW/tst/gzip-command #97

Triggered via push October 20, 2023 07:27
Status Success
Total duration 5m 6s
Artifacts

release.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

8 warnings
Releasing
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/setup-node@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
Releasing: src/EAVFW.Extensions.Manifest.ManifestEnricherTool/Commands/GPT/GPTCommand.cs#L112
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.
Releasing: src/EAVFW.Extensions.Manifest.ManifestEnricherTool/Commands/GPT/GPTCommand.cs#L98
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.
Releasing: src/EAVFW.Extensions.Manifest.ManifestEnricherTool/Commands/GPT/GPTCommand.cs#L29
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.
Releasing: src/EAVFW.Extensions.Manifest.ManifestEnricherTool/Commands/MigrationCommand.cs#L28
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.
Releasing: src/EAVFW.Extensions.Manifest.ManifestEnricherTool/Commands/CertCommand.cs#L22
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.
Releasing: src/EAVFW.Extensions.Manifest.ManifestEnricherTool/Commands/ManifestNewMigrationCommand.cs#L40
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.
Releasing: src/EAVFW.Extensions.Manifest.ManifestEnricherTool/Commands/ManifestCommand.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.