Refactor method signatures in IContainerEngineProvisioner to use defa… #4
Annotations
4 warnings
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
Devantler.ContainerEngineProvisioner.Docker/DockerProvisioner.cs#L75
Forward the 'cancellationToken' parameter to the 'CreateImageAsync' method or pass in 'CancellationToken.None' explicitly to indicate intentionally not propagating the token (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca2016)
|
Devantler.ContainerEngineProvisioner.Docker/DockerProvisioner.cs#L79
Forward the 'cancellationToken' parameter to the 'CreateContainerAsync' method or pass in 'CancellationToken.None' explicitly to indicate intentionally not propagating the token (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca2016)
|
Devantler.ContainerEngineProvisioner.Docker/DockerProvisioner.cs#L108
Forward the 'cancellationToken' parameter to the 'StartContainerAsync' method or pass in 'CancellationToken.None' explicitly to indicate intentionally not propagating the token (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca2016)
|
The logs for this run have expired and are no longer available.
Loading