diff --git a/CHANGELOG.md b/CHANGELOG.md
index c90db39aa..d8607894b 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -6,6 +6,11 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
## [vNext]
+## [9.0.1] / 2024-11-21
+- Fixed `Options` serialization to JSON
+- Fixed `Options` for default members in interfaces
+- Fixed missing `ProcessExitHandler` setters
+
## [9.0.0] / 2024-11-21
- Removed usages of `BinaryFormatter`
- Changed minimum framework from `net6.0` to `net8.0`
@@ -1178,7 +1183,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
- Added CLT tasks for Git
- Fixed background color in console output
-[vNext]: https://github.com/nuke-build/nuke/compare/9.0.0...HEAD
+[vNext]: https://github.com/nuke-build/nuke/compare/9.0.1...HEAD
+[9.0.1]: https://github.com/nuke-build/nuke/compare/9.0.0...9.0.1
[9.0.0]: https://github.com/nuke-build/nuke/compare/8.1.4...9.0.0
[8.1.4]: https://github.com/nuke-build/nuke/compare/8.1.3...8.1.4
[8.1.3]: https://github.com/nuke-build/nuke/compare/8.1.2...8.1.3
diff --git a/source/Nuke.Common/Tools/AzureSignTool/AzureSignTool.Generated.cs b/source/Nuke.Common/Tools/AzureSignTool/AzureSignTool.Generated.cs
index 106ecd426..0309d9025 100644
--- a/source/Nuke.Common/Tools/AzureSignTool/AzureSignTool.Generated.cs
+++ b/source/Nuke.Common/Tools/AzureSignTool/AzureSignTool.Generated.cs
@@ -43,7 +43,6 @@ public partial class AzureSignToolTasks : ToolTasks, IRequireNuGetPackage
/// Used within .
[PublicAPI]
[ExcludeFromCodeCoverage]
-[TypeConverter(typeof(TypeConverter))]
[Command(Type = typeof(AzureSignToolTasks), Command = nameof(AzureSignToolTasks.AzureSignTool), Arguments = "sign")]
public partial class AzureSignToolSettings : ToolOptions
{
diff --git a/source/Nuke.Common/Tools/BenchmarkDotNet/BenchmarkDotNet.Generated.cs b/source/Nuke.Common/Tools/BenchmarkDotNet/BenchmarkDotNet.Generated.cs
index 040ec7966..25c5398ee 100644
--- a/source/Nuke.Common/Tools/BenchmarkDotNet/BenchmarkDotNet.Generated.cs
+++ b/source/Nuke.Common/Tools/BenchmarkDotNet/BenchmarkDotNet.Generated.cs
@@ -43,7 +43,6 @@ public partial class BenchmarkDotNetTasks : ToolTasks, IRequireNuGetPackage
/// Used within .
[PublicAPI]
[ExcludeFromCodeCoverage]
-[TypeConverter(typeof(TypeConverter))]
[Command(Type = typeof(BenchmarkDotNetTasks), Command = nameof(BenchmarkDotNetTasks.BenchmarkDotNet))]
public partial class BenchmarkDotNetSettings : ToolOptions
{
diff --git a/source/Nuke.Common/Tools/Boots/Boots.Generated.cs b/source/Nuke.Common/Tools/Boots/Boots.Generated.cs
index 8f3db9d67..2eed38b40 100644
--- a/source/Nuke.Common/Tools/Boots/Boots.Generated.cs
+++ b/source/Nuke.Common/Tools/Boots/Boots.Generated.cs
@@ -43,7 +43,6 @@ public partial class BootsTasks : ToolTasks, IRequireNuGetPackage
/// Used within .
[PublicAPI]
[ExcludeFromCodeCoverage]
-[TypeConverter(typeof(TypeConverter))]
[Command(Type = typeof(BootsTasks), Command = nameof(BootsTasks.Boots))]
public partial class BootsSettings : ToolOptions
{
diff --git a/source/Nuke.Common/Tools/Chocolatey/Chocolatey.Generated.cs b/source/Nuke.Common/Tools/Chocolatey/Chocolatey.Generated.cs
index 56efba05f..9544178e3 100644
--- a/source/Nuke.Common/Tools/Chocolatey/Chocolatey.Generated.cs
+++ b/source/Nuke.Common/Tools/Chocolatey/Chocolatey.Generated.cs
@@ -96,7 +96,6 @@ public partial class ChocolateyTasks : ToolTasks, IRequirePathTool
/// Used within .
[PublicAPI]
[ExcludeFromCodeCoverage]
-[TypeConverter(typeof(TypeConverter))]
[Command(Type = typeof(ChocolateyTasks), Command = nameof(ChocolateyTasks.ChocolateySearch), Arguments = "search")]
public partial class ChocolateySearchSettings : ToolOptions
{
@@ -196,7 +195,6 @@ public partial class ChocolateySearchSettings : ToolOptions
/// Used within .
[PublicAPI]
[ExcludeFromCodeCoverage]
-[TypeConverter(typeof(TypeConverter))]
[Command(Type = typeof(ChocolateyTasks), Command = nameof(ChocolateyTasks.ChocolateyList), Arguments = "list")]
public partial class ChocolateyListSettings : ToolOptions
{
@@ -296,7 +294,6 @@ public partial class ChocolateyListSettings : ToolOptions
/// Used within .
[PublicAPI]
[ExcludeFromCodeCoverage]
-[TypeConverter(typeof(TypeConverter))]
[Command(Type = typeof(ChocolateyTasks), Command = nameof(ChocolateyTasks.ChocolateyFind), Arguments = "find")]
public partial class ChocolateyFindSettings : ToolOptions
{
@@ -396,7 +393,6 @@ public partial class ChocolateyFindSettings : ToolOptions
/// Used within .
[PublicAPI]
[ExcludeFromCodeCoverage]
-[TypeConverter(typeof(TypeConverter))]
[Command(Type = typeof(ChocolateyTasks), Command = nameof(ChocolateyTasks.ChocolateyOutdated), Arguments = "outdated")]
public partial class ChocolateyOutdatedSettings : ToolOptions
{
@@ -464,7 +460,6 @@ public partial class ChocolateyOutdatedSettings : ToolOptions
/// Used within .
[PublicAPI]
[ExcludeFromCodeCoverage]
-[TypeConverter(typeof(TypeConverter))]
[Command(Type = typeof(ChocolateyTasks), Command = nameof(ChocolateyTasks.ChocolateyPack), Arguments = "pack")]
public partial class ChocolateyPackSettings : ToolOptions
{
@@ -522,7 +517,6 @@ public partial class ChocolateyPackSettings : ToolOptions
/// Used within .
[PublicAPI]
[ExcludeFromCodeCoverage]
-[TypeConverter(typeof(TypeConverter))]
[Command(Type = typeof(ChocolateyTasks), Command = nameof(ChocolateyTasks.ChocolateyPush), Arguments = "push")]
public partial class ChocolateyPushSettings : ToolOptions
{
@@ -580,7 +574,6 @@ public partial class ChocolateyPushSettings : ToolOptions
/// Used within .
[PublicAPI]
[ExcludeFromCodeCoverage]
-[TypeConverter(typeof(TypeConverter))]
[Command(Type = typeof(ChocolateyTasks), Command = nameof(ChocolateyTasks.ChocolateyNew), Arguments = "new")]
public partial class ChocolateyNewSettings : ToolOptions
{
diff --git a/source/Nuke.Common/Tools/CodeMetrics/CodeMetrics.Generated.cs b/source/Nuke.Common/Tools/CodeMetrics/CodeMetrics.Generated.cs
index 48f55ba5f..ff4b6cd02 100644
--- a/source/Nuke.Common/Tools/CodeMetrics/CodeMetrics.Generated.cs
+++ b/source/Nuke.Common/Tools/CodeMetrics/CodeMetrics.Generated.cs
@@ -43,7 +43,6 @@ public partial class CodeMetricsTasks : ToolTasks, IRequireNuGetPackage
/// Used within .
[PublicAPI]
[ExcludeFromCodeCoverage]
-[TypeConverter(typeof(TypeConverter))]
[Command(Type = typeof(CodeMetricsTasks), Command = nameof(CodeMetricsTasks.CodeMetrics))]
public partial class CodeMetricsSettings : ToolOptions
{
diff --git a/source/Nuke.Common/Tools/Codecov/Codecov.Generated.cs b/source/Nuke.Common/Tools/Codecov/Codecov.Generated.cs
index 08c11bf57..493414db5 100644
--- a/source/Nuke.Common/Tools/Codecov/Codecov.Generated.cs
+++ b/source/Nuke.Common/Tools/Codecov/Codecov.Generated.cs
@@ -42,7 +42,6 @@ public partial class CodecovTasks : ToolTasks, IRequireNuGetPackage
/// Used within .
[PublicAPI]
[ExcludeFromCodeCoverage]
-[TypeConverter(typeof(TypeConverter))]
[Command(Type = typeof(CodecovTasks), Command = nameof(CodecovTasks.Codecov))]
public partial class CodecovSettings : ToolOptions
{
diff --git a/source/Nuke.Common/Tools/CorFlags/CorFlags.Generated.cs b/source/Nuke.Common/Tools/CorFlags/CorFlags.Generated.cs
index 084cecaf3..b04c05085 100644
--- a/source/Nuke.Common/Tools/CorFlags/CorFlags.Generated.cs
+++ b/source/Nuke.Common/Tools/CorFlags/CorFlags.Generated.cs
@@ -42,7 +42,6 @@ public partial class CorFlagsTasks : ToolTasks, IRequirePathTool
/// Used within .
[PublicAPI]
[ExcludeFromCodeCoverage]
-[TypeConverter(typeof(TypeConverter))]
[Command(Type = typeof(CorFlagsTasks), Command = nameof(CorFlagsTasks.CorFlags))]
public partial class CorFlagsSettings : ToolOptions
{
diff --git a/source/Nuke.Common/Tools/CoverallsNet/CoverallsNet.Generated.cs b/source/Nuke.Common/Tools/CoverallsNet/CoverallsNet.Generated.cs
index d75ed4aaf..b79a66d0e 100644
--- a/source/Nuke.Common/Tools/CoverallsNet/CoverallsNet.Generated.cs
+++ b/source/Nuke.Common/Tools/CoverallsNet/CoverallsNet.Generated.cs
@@ -43,7 +43,6 @@ public partial class CoverallsNetTasks : ToolTasks, IRequireNuGetPackage
/// Used within .
[PublicAPI]
[ExcludeFromCodeCoverage]
-[TypeConverter(typeof(TypeConverter))]
[Command(Type = typeof(CoverallsNetTasks), Command = nameof(CoverallsNetTasks.CoverallsNet))]
public partial class CoverallsNetSettings : ToolOptions
{
diff --git a/source/Nuke.Common/Tools/Coverlet/Coverlet.Generated.cs b/source/Nuke.Common/Tools/Coverlet/Coverlet.Generated.cs
index 86dee687b..41c4c899e 100644
--- a/source/Nuke.Common/Tools/Coverlet/Coverlet.Generated.cs
+++ b/source/Nuke.Common/Tools/Coverlet/Coverlet.Generated.cs
@@ -44,7 +44,6 @@ public partial class CoverletTasks : ToolTasks, IRequireNuGetPackage
/// Used within .
[PublicAPI]
[ExcludeFromCodeCoverage]
-[TypeConverter(typeof(TypeConverter))]
[Command(Type = typeof(CoverletTasks), Command = nameof(CoverletTasks.Coverlet))]
public partial class CoverletSettings : ToolOptions
{
diff --git a/source/Nuke.Common/Tools/Discord/Discord.Generated.cs b/source/Nuke.Common/Tools/Discord/Discord.Generated.cs
index eb0a0d9f5..c1e862206 100644
--- a/source/Nuke.Common/Tools/Discord/Discord.Generated.cs
+++ b/source/Nuke.Common/Tools/Discord/Discord.Generated.cs
@@ -21,7 +21,6 @@ namespace Nuke.Common.Tools.Discord;
/// Used within .
[PublicAPI]
[ExcludeFromCodeCoverage]
-[TypeConverter(typeof(TypeConverter))]
public partial class DiscordMessage : Options
{
/// Id of the channel.
@@ -40,7 +39,6 @@ public partial class DiscordMessage : Options
/// Used within .
[PublicAPI]
[ExcludeFromCodeCoverage]
-[TypeConverter(typeof(TypeConverter))]
public partial class DiscordEmbed : Options
{
/// Title of embed.
@@ -71,7 +69,6 @@ public partial class DiscordEmbed : Options
/// Used within .
[PublicAPI]
[ExcludeFromCodeCoverage]
-[TypeConverter(typeof(TypeConverter))]
public partial class DiscordEmbedFooter : Options
{
/// Footer text.
@@ -84,7 +81,6 @@ public partial class DiscordEmbedFooter : Options
/// Used within .
[PublicAPI]
[ExcludeFromCodeCoverage]
-[TypeConverter(typeof(TypeConverter))]
public partial class DiscordEmbedImage : Options
{
/// Source url of image (only supports http(s) and attachments).
@@ -99,7 +95,6 @@ public partial class DiscordEmbedImage : Options
/// Used within .
[PublicAPI]
[ExcludeFromCodeCoverage]
-[TypeConverter(typeof(TypeConverter))]
public partial class DiscordEmbedThumbnail : Options
{
/// Source url of thumbnail (only supports http(s) and attachments).
@@ -114,7 +109,6 @@ public partial class DiscordEmbedThumbnail : Options
/// Used within .
[PublicAPI]
[ExcludeFromCodeCoverage]
-[TypeConverter(typeof(TypeConverter))]
public partial class DiscordEmbedAuthor : Options
{
/// Name of author.
@@ -129,7 +123,6 @@ public partial class DiscordEmbedAuthor : Options
/// Used within .
[PublicAPI]
[ExcludeFromCodeCoverage]
-[TypeConverter(typeof(TypeConverter))]
public partial class DiscordEmbedField : Options
{
/// Name of the field.
diff --git a/source/Nuke.Common/Tools/DocFX/DocFX.Generated.cs b/source/Nuke.Common/Tools/DocFX/DocFX.Generated.cs
index 755a89430..15a424301 100644
--- a/source/Nuke.Common/Tools/DocFX/DocFX.Generated.cs
+++ b/source/Nuke.Common/Tools/DocFX/DocFX.Generated.cs
@@ -124,7 +124,6 @@ public partial class DocFXTasks : ToolTasks, IRequireNuGetPackage
/// Used within .
[PublicAPI]
[ExcludeFromCodeCoverage]
-[TypeConverter(typeof(TypeConverter))]
[Command(Type = typeof(DocFXTasks), Command = nameof(DocFXTasks.DocFXBuild), Arguments = "build")]
public partial class DocFXBuildSettings : ToolOptions
{
@@ -222,7 +221,6 @@ public partial class DocFXBuildSettings : ToolOptions
/// Used within .
[PublicAPI]
[ExcludeFromCodeCoverage]
-[TypeConverter(typeof(TypeConverter))]
[Command(Type = typeof(DocFXTasks), Command = nameof(DocFXTasks.DocFXDependency), Arguments = "dependency")]
public partial class DocFXDependencySettings : ToolOptions
{
@@ -240,7 +238,6 @@ public partial class DocFXDependencySettings : ToolOptions
/// Used within .
[PublicAPI]
[ExcludeFromCodeCoverage]
-[TypeConverter(typeof(TypeConverter))]
[Command(Type = typeof(DocFXTasks), Command = nameof(DocFXTasks.DocFXDownload), Arguments = "download")]
public partial class DocFXDownloadSettings : ToolOptions
{
@@ -256,7 +253,6 @@ public partial class DocFXDownloadSettings : ToolOptions
/// Used within .
[PublicAPI]
[ExcludeFromCodeCoverage]
-[TypeConverter(typeof(TypeConverter))]
[Command(Type = typeof(DocFXTasks), Command = nameof(DocFXTasks.DocFXHelp), Arguments = "help")]
public partial class DocFXHelpSettings : ToolOptions
{
@@ -268,7 +264,6 @@ public partial class DocFXHelpSettings : ToolOptions
/// Used within .
[PublicAPI]
[ExcludeFromCodeCoverage]
-[TypeConverter(typeof(TypeConverter))]
[Command(Type = typeof(DocFXTasks), Command = nameof(DocFXTasks.DocFXInit), Arguments = "init")]
public partial class DocFXInitSettings : ToolOptions
{
@@ -292,7 +287,6 @@ public partial class DocFXInitSettings : ToolOptions
/// Used within .
[PublicAPI]
[ExcludeFromCodeCoverage]
-[TypeConverter(typeof(TypeConverter))]
[Command(Type = typeof(DocFXTasks), Command = nameof(DocFXTasks.DocFXMerge), Arguments = "merge")]
public partial class DocFXMergeSettings : ToolOptions
{
@@ -326,7 +320,6 @@ public partial class DocFXMergeSettings : ToolOptions
/// Used within .
[PublicAPI]
[ExcludeFromCodeCoverage]
-[TypeConverter(typeof(TypeConverter))]
[Command(Type = typeof(DocFXTasks), Command = nameof(DocFXTasks.DocFXMetadata), Arguments = "metadata")]
public partial class DocFXMetadataSettings : ToolOptions
{
@@ -368,7 +361,6 @@ public partial class DocFXMetadataSettings : ToolOptions
/// Used within .
[PublicAPI]
[ExcludeFromCodeCoverage]
-[TypeConverter(typeof(TypeConverter))]
[Command(Type = typeof(DocFXTasks), Command = nameof(DocFXTasks.DocFXPdf), Arguments = "pdf")]
public partial class DocFXPdfSettings : ToolOptions
{
@@ -490,7 +482,6 @@ public partial class DocFXPdfSettings : ToolOptions
/// Used within .
[PublicAPI]
[ExcludeFromCodeCoverage]
-[TypeConverter(typeof(TypeConverter))]
[Command(Type = typeof(DocFXTasks), Command = nameof(DocFXTasks.DocFXServe), Arguments = "serve")]
public partial class DocFXServeSettings : ToolOptions
{
@@ -508,7 +499,6 @@ public partial class DocFXServeSettings : ToolOptions
/// Used within .
[PublicAPI]
[ExcludeFromCodeCoverage]
-[TypeConverter(typeof(TypeConverter))]
[Command(Type = typeof(DocFXTasks), Command = nameof(DocFXTasks.DocFXTemplate), Arguments = "template")]
public partial class DocFXTemplateSettings : ToolOptions
{
diff --git a/source/Nuke.Common/Tools/Docker/Docker.Generated.cs b/source/Nuke.Common/Tools/Docker/Docker.Generated.cs
index a25aebcc2..0d38af92c 100644
--- a/source/Nuke.Common/Tools/Docker/Docker.Generated.cs
+++ b/source/Nuke.Common/Tools/Docker/Docker.Generated.cs
@@ -1725,7 +1725,6 @@ public partial class DockerTasks : ToolTasks, IRequirePathTool
/// Used within .
[PublicAPI]
[ExcludeFromCodeCoverage]
-[TypeConverter(typeof(TypeConverter))]
[Command(Type = typeof(DockerTasks), Command = nameof(DockerTasks.DockerConfigRm), Arguments = "config rm")]
public partial class DockerConfigRmSettings : DockerOptionsBase
{
@@ -1737,7 +1736,6 @@ public partial class DockerConfigRmSettings : DockerOptionsBase
/// Used within .
[PublicAPI]
[ExcludeFromCodeCoverage]
-[TypeConverter(typeof(TypeConverter))]
[Command(Type = typeof(DockerTasks), Command = nameof(DockerTasks.DockerLoad), Arguments = "load")]
public partial class DockerLoadSettings : DockerOptionsBase
{
@@ -1751,7 +1749,6 @@ public partial class DockerLoadSettings : DockerOptionsBase
/// Used within .
[PublicAPI]
[ExcludeFromCodeCoverage]
-[TypeConverter(typeof(TypeConverter))]
[Command(Type = typeof(DockerTasks), Command = nameof(DockerTasks.DockerContainerPrune), Arguments = "container prune")]
public partial class DockerContainerPruneSettings : DockerOptionsBase
{
@@ -1765,7 +1762,6 @@ public partial class DockerContainerPruneSettings : DockerOptionsBase
/// Used within .
[PublicAPI]
[ExcludeFromCodeCoverage]
-[TypeConverter(typeof(TypeConverter))]
[Command(Type = typeof(DockerTasks), Command = nameof(DockerTasks.DockerTrust), Arguments = "trust")]
public partial class DockerTrustSettings : DockerOptionsBase
{
@@ -1775,7 +1771,6 @@ public partial class DockerTrustSettings : DockerOptionsBase
/// Used within .
[PublicAPI]
[ExcludeFromCodeCoverage]
-[TypeConverter(typeof(TypeConverter))]
[Command(Type = typeof(DockerTasks), Command = nameof(DockerTasks.DockerStack), Arguments = "stack")]
public partial class DockerStackSettings : DockerOptionsBase
{
@@ -1789,7 +1784,6 @@ public partial class DockerStackSettings : DockerOptionsBase
/// Used within .
[PublicAPI]
[ExcludeFromCodeCoverage]
-[TypeConverter(typeof(TypeConverter))]
[Command(Type = typeof(DockerTasks), Command = nameof(DockerTasks.DockerTop), Arguments = "top [ps")]
public partial class DockerTopSettings : DockerOptionsBase
{
@@ -1803,7 +1797,6 @@ public partial class DockerTopSettings : DockerOptionsBase
/// Used within .
[PublicAPI]
[ExcludeFromCodeCoverage]
-[TypeConverter(typeof(TypeConverter))]
[Command(Type = typeof(DockerTasks), Command = nameof(DockerTasks.DockerPull), Arguments = "pull")]
public partial class DockerPullSettings : DockerOptionsBase
{
@@ -1823,7 +1816,6 @@ public partial class DockerPullSettings : DockerOptionsBase
/// Used within .
[PublicAPI]
[ExcludeFromCodeCoverage]
-[TypeConverter(typeof(TypeConverter))]
[Command(Type = typeof(DockerTasks), Command = nameof(DockerTasks.DockerTrustSign), Arguments = "trust sign IMAGE:TAG")]
public partial class DockerTrustSignSettings : DockerOptionsBase
{
@@ -1833,7 +1825,6 @@ public partial class DockerTrustSignSettings : DockerOptionsBase
/// Used within .
[PublicAPI]
[ExcludeFromCodeCoverage]
-[TypeConverter(typeof(TypeConverter))]
[Command(Type = typeof(DockerTasks), Command = nameof(DockerTasks.DockerCheckpoint), Arguments = "checkpoint")]
public partial class DockerCheckpointSettings : DockerOptionsBase
{
@@ -1843,7 +1834,6 @@ public partial class DockerCheckpointSettings : DockerOptionsBase
/// Used within .
[PublicAPI]
[ExcludeFromCodeCoverage]
-[TypeConverter(typeof(TypeConverter))]
[Command(Type = typeof(DockerTasks), Command = nameof(DockerTasks.DockerTrustSigner), Arguments = "trust signer")]
public partial class DockerTrustSignerSettings : DockerOptionsBase
{
@@ -1853,7 +1843,6 @@ public partial class DockerTrustSignerSettings : DockerOptionsBase
/// Used within .
[PublicAPI]
[ExcludeFromCodeCoverage]
-[TypeConverter(typeof(TypeConverter))]
[Command(Type = typeof(DockerTasks), Command = nameof(DockerTasks.DockerConfigInspect), Arguments = "config inspect")]
public partial class DockerConfigInspectSettings : DockerOptionsBase
{
@@ -1869,7 +1858,6 @@ public partial class DockerConfigInspectSettings : DockerOptionsBase
/// Used within .
[PublicAPI]
[ExcludeFromCodeCoverage]
-[TypeConverter(typeof(TypeConverter))]
[Command(Type = typeof(DockerTasks), Command = nameof(DockerTasks.DockerService), Arguments = "service")]
public partial class DockerServiceSettings : DockerOptionsBase
{
@@ -1879,7 +1867,6 @@ public partial class DockerServiceSettings : DockerOptionsBase
/// Used within .
[PublicAPI]
[ExcludeFromCodeCoverage]
-[TypeConverter(typeof(TypeConverter))]
[Command(Type = typeof(DockerTasks), Command = nameof(DockerTasks.DockerTrustKeyGenerate), Arguments = "trust key generate")]
public partial class DockerTrustKeyGenerateSettings : DockerOptionsBase
{
@@ -1891,7 +1878,6 @@ public partial class DockerTrustKeyGenerateSettings : DockerOptionsBase
/// Used within .
[PublicAPI]
[ExcludeFromCodeCoverage]
-[TypeConverter(typeof(TypeConverter))]
[Command(Type = typeof(DockerTasks), Command = nameof(DockerTasks.DockerSystem), Arguments = "system")]
public partial class DockerSystemSettings : DockerOptionsBase
{
@@ -1901,7 +1887,6 @@ public partial class DockerSystemSettings : DockerOptionsBase
/// Used within .
[PublicAPI]
[ExcludeFromCodeCoverage]
-[TypeConverter(typeof(TypeConverter))]
[Command(Type = typeof(DockerTasks), Command = nameof(DockerTasks.DockerConfigLs), Arguments = "config ls")]
public partial class DockerConfigLsSettings : DockerOptionsBase
{
@@ -1917,7 +1902,6 @@ public partial class DockerConfigLsSettings : DockerOptionsBase
/// Used within .
[PublicAPI]
[ExcludeFromCodeCoverage]
-[TypeConverter(typeof(TypeConverter))]
[Command(Type = typeof(DockerTasks), Command = nameof(DockerTasks.DockerContextUpdate), Arguments = "context update")]
public partial class DockerContextUpdateSettings : DockerOptionsBase
{
@@ -1937,7 +1921,6 @@ public partial class DockerContextUpdateSettings : DockerOptionsBase
/// Used within .
[PublicAPI]
[ExcludeFromCodeCoverage]
-[TypeConverter(typeof(TypeConverter))]
[Command(Type = typeof(DockerTasks), Command = nameof(DockerTasks.DockerStackServices), Arguments = "stack services")]
public partial class DockerStackServicesSettings : DockerStackSettings
{
@@ -1957,7 +1940,6 @@ public partial class DockerStackServicesSettings : DockerStackSettings
/// Used within .
[PublicAPI]
[ExcludeFromCodeCoverage]
-[TypeConverter(typeof(TypeConverter))]
[Command(Type = typeof(DockerTasks), Command = nameof(DockerTasks.DockerContainerPort), Arguments = "container port")]
public partial class DockerContainerPortSettings : DockerOptionsBase
{
@@ -1971,7 +1953,6 @@ public partial class DockerContainerPortSettings : DockerOptionsBase
/// Used within .
[PublicAPI]
[ExcludeFromCodeCoverage]
-[TypeConverter(typeof(TypeConverter))]
[Command(Type = typeof(DockerTasks), Command = nameof(DockerTasks.DockerRename), Arguments = "rename")]
public partial class DockerRenameSettings : DockerOptionsBase
{
@@ -1985,7 +1966,6 @@ public partial class DockerRenameSettings : DockerOptionsBase
/// Used within .
[PublicAPI]
[ExcludeFromCodeCoverage]
-[TypeConverter(typeof(TypeConverter))]
[Command(Type = typeof(DockerTasks), Command = nameof(DockerTasks.DockerTag), Arguments = "tag")]
public partial class DockerTagSettings : DockerOptionsBase
{
@@ -1999,7 +1979,6 @@ public partial class DockerTagSettings : DockerOptionsBase
/// Used within .
[PublicAPI]
[ExcludeFromCodeCoverage]
-[TypeConverter(typeof(TypeConverter))]
[Command(Type = typeof(DockerTasks), Command = nameof(DockerTasks.DockerSecretInspect), Arguments = "secret inspect")]
public partial class DockerSecretInspectSettings : DockerOptionsBase
{
@@ -2015,7 +1994,6 @@ public partial class DockerSecretInspectSettings : DockerOptionsBase
/// Used within .
[PublicAPI]
[ExcludeFromCodeCoverage]
-[TypeConverter(typeof(TypeConverter))]
[Command(Type = typeof(DockerTasks), Command = nameof(DockerTasks.DockerSecret), Arguments = "secret")]
public partial class DockerSecretSettings : DockerOptionsBase
{
@@ -2025,7 +2003,6 @@ public partial class DockerSecretSettings : DockerOptionsBase
/// Used within .
[PublicAPI]
[ExcludeFromCodeCoverage]
-[TypeConverter(typeof(TypeConverter))]
[Command(Type = typeof(DockerTasks), Command = nameof(DockerTasks.DockerContainerExport), Arguments = "container export")]
public partial class DockerContainerExportSettings : DockerOptionsBase
{
@@ -2039,7 +2016,6 @@ public partial class DockerContainerExportSettings : DockerOptionsBase
/// Used within .
[PublicAPI]
[ExcludeFromCodeCoverage]
-[TypeConverter(typeof(TypeConverter))]
[Command(Type = typeof(DockerTasks), Command = nameof(DockerTasks.DockerHistory), Arguments = "history")]
public partial class DockerHistorySettings : DockerOptionsBase
{
@@ -2059,7 +2035,6 @@ public partial class DockerHistorySettings : DockerOptionsBase
/// Used within .
[PublicAPI]
[ExcludeFromCodeCoverage]
-[TypeConverter(typeof(TypeConverter))]
[Command(Type = typeof(DockerTasks), Command = nameof(DockerTasks.DockerServiceCreate), Arguments = "service create")]
public partial class DockerServiceCreateSettings : DockerOptionsBase
{
@@ -2207,7 +2182,6 @@ public partial class DockerServiceCreateSettings : DockerOptionsBase
/// Used within .
[PublicAPI]
[ExcludeFromCodeCoverage]
-[TypeConverter(typeof(TypeConverter))]
[Command(Type = typeof(DockerTasks), Command = nameof(DockerTasks.DockerServicePs), Arguments = "service ps")]
public partial class DockerServicePsSettings : DockerOptionsBase
{
@@ -2229,7 +2203,6 @@ public partial class DockerServicePsSettings : DockerOptionsBase
/// Used within .
[PublicAPI]
[ExcludeFromCodeCoverage]
-[TypeConverter(typeof(TypeConverter))]
[Command(Type = typeof(DockerTasks), Command = nameof(DockerTasks.DockerStop), Arguments = "stop")]
public partial class DockerStopSettings : DockerOptionsBase
{
@@ -2243,7 +2216,6 @@ public partial class DockerStopSettings : DockerOptionsBase
/// Used within .
[PublicAPI]
[ExcludeFromCodeCoverage]
-[TypeConverter(typeof(TypeConverter))]
[Command(Type = typeof(DockerTasks), Command = nameof(DockerTasks.DockerNode), Arguments = "node")]
public partial class DockerNodeSettings : DockerOptionsBase
{
@@ -2253,7 +2225,6 @@ public partial class DockerNodeSettings : DockerOptionsBase
/// Used within .
[PublicAPI]
[ExcludeFromCodeCoverage]
-[TypeConverter(typeof(TypeConverter))]
[Command(Type = typeof(DockerTasks), Command = nameof(DockerTasks.DockerUpdate), Arguments = "update")]
public partial class DockerUpdateSettings : DockerOptionsBase
{
@@ -2295,7 +2266,6 @@ public partial class DockerUpdateSettings : DockerOptionsBase
/// Used within .
[PublicAPI]
[ExcludeFromCodeCoverage]
-[TypeConverter(typeof(TypeConverter))]
[Command(Type = typeof(DockerTasks), Command = nameof(DockerTasks.DockerPluginCreate), Arguments = "plugin create")]
public partial class DockerPluginCreateSettings : DockerOptionsBase
{
@@ -2311,7 +2281,6 @@ public partial class DockerPluginCreateSettings : DockerOptionsBase
/// Used within .
[PublicAPI]
[ExcludeFromCodeCoverage]
-[TypeConverter(typeof(TypeConverter))]
[Command(Type = typeof(DockerTasks), Command = nameof(DockerTasks.DockerSystemInfo), Arguments = "system info")]
public partial class DockerSystemInfoSettings : DockerOptionsBase
{
@@ -2323,7 +2292,6 @@ public partial class DockerSystemInfoSettings : DockerOptionsBase
/// Used within .
[PublicAPI]
[ExcludeFromCodeCoverage]
-[TypeConverter(typeof(TypeConverter))]
[Command(Type = typeof(DockerTasks), Command = nameof(DockerTasks.DockerVolumePrune), Arguments = "volume prune")]
public partial class DockerVolumePruneSettings : DockerOptionsBase
{
@@ -2337,7 +2305,6 @@ public partial class DockerVolumePruneSettings : DockerOptionsBase
/// Used within .
[PublicAPI]
[ExcludeFromCodeCoverage]
-[TypeConverter(typeof(TypeConverter))]
[Command(Type = typeof(DockerTasks), Command = nameof(DockerTasks.DockerPluginUpgrade), Arguments = "plugin upgrade")]
public partial class DockerPluginUpgradeSettings : DockerOptionsBase
{
@@ -2357,7 +2324,6 @@ public partial class DockerPluginUpgradeSettings : DockerOptionsBase
/// Used within .
[PublicAPI]
[ExcludeFromCodeCoverage]
-[TypeConverter(typeof(TypeConverter))]
[Command(Type = typeof(DockerTasks), Command = nameof(DockerTasks.DockerBuilderPrune), Arguments = "builder prune")]
public partial class DockerBuilderPruneSettings : DockerOptionsBase
{
@@ -2367,7 +2333,6 @@ public partial class DockerBuilderPruneSettings : DockerOptionsBase
/// Used within .
[PublicAPI]
[ExcludeFromCodeCoverage]
-[TypeConverter(typeof(TypeConverter))]
[Command(Type = typeof(DockerTasks), Command = nameof(DockerTasks.DockerSwarmJoinToken), Arguments = "swarm join-token")]
public partial class DockerSwarmJoinTokenSettings : DockerOptionsBase
{
@@ -2383,7 +2348,6 @@ public partial class DockerSwarmJoinTokenSettings : DockerOptionsBase
/// Used within .
[PublicAPI]
[ExcludeFromCodeCoverage]
-[TypeConverter(typeof(TypeConverter))]
[Command(Type = typeof(DockerTasks), Command = nameof(DockerTasks.DockerNodeUpdate), Arguments = "node update")]
public partial class DockerNodeUpdateSettings : DockerOptionsBase
{
@@ -2403,7 +2367,6 @@ public partial class DockerNodeUpdateSettings : DockerOptionsBase
/// Used within .
[PublicAPI]
[ExcludeFromCodeCoverage]
-[TypeConverter(typeof(TypeConverter))]
[Command(Type = typeof(DockerTasks), Command = nameof(DockerTasks.DockerTrustSignerAdd), Arguments = "trust signer add")]
public partial class DockerTrustSignerAddSettings : DockerOptionsBase
{
@@ -2419,7 +2382,6 @@ public partial class DockerTrustSignerAddSettings : DockerOptionsBase
/// Used within .
[PublicAPI]
[ExcludeFromCodeCoverage]
-[TypeConverter(typeof(TypeConverter))]
[Command(Type = typeof(DockerTasks), Command = nameof(DockerTasks.DockerSwarmUpdate), Arguments = "swarm update")]
public partial class DockerSwarmUpdateSettings : DockerOptionsBase
{
@@ -2443,7 +2405,6 @@ public partial class DockerSwarmUpdateSettings : DockerOptionsBase
/// Used within .
[PublicAPI]
[ExcludeFromCodeCoverage]
-[TypeConverter(typeof(TypeConverter))]
[Command(Type = typeof(DockerTasks), Command = nameof(DockerTasks.DockerServiceLogs), Arguments = "service logs")]
public partial class DockerServiceLogsSettings : DockerOptionsBase
{
@@ -2473,7 +2434,6 @@ public partial class DockerServiceLogsSettings : DockerOptionsBase
/// Used within .
[PublicAPI]
[ExcludeFromCodeCoverage]
-[TypeConverter(typeof(TypeConverter))]
[Command(Type = typeof(DockerTasks), Command = nameof(DockerTasks.DockerServiceLs), Arguments = "service ls")]
public partial class DockerServiceLsSettings : DockerOptionsBase
{
@@ -2489,7 +2449,6 @@ public partial class DockerServiceLsSettings : DockerOptionsBase
/// Used within .
[PublicAPI]
[ExcludeFromCodeCoverage]
-[TypeConverter(typeof(TypeConverter))]
[Command(Type = typeof(DockerTasks), Command = nameof(DockerTasks.DockerSwarmUnlock), Arguments = "swarm unlock")]
public partial class DockerSwarmUnlockSettings : DockerOptionsBase
{
@@ -2499,7 +2458,6 @@ public partial class DockerSwarmUnlockSettings : DockerOptionsBase
/// Used within .
[PublicAPI]
[ExcludeFromCodeCoverage]
-[TypeConverter(typeof(TypeConverter))]
[Command(Type = typeof(DockerTasks), Command = nameof(DockerTasks.DockerNetworkLs), Arguments = "network ls")]
public partial class DockerNetworkLsSettings : DockerOptionsBase
{
@@ -2517,7 +2475,6 @@ public partial class DockerNetworkLsSettings : DockerOptionsBase
/// Used within .
[PublicAPI]
[ExcludeFromCodeCoverage]
-[TypeConverter(typeof(TypeConverter))]
[Command(Type = typeof(DockerTasks), Command = nameof(DockerTasks.DockerPluginLs), Arguments = "plugin ls")]
public partial class DockerPluginLsSettings : DockerOptionsBase
{
@@ -2535,7 +2492,6 @@ public partial class DockerPluginLsSettings : DockerOptionsBase
/// Used within .
[PublicAPI]
[ExcludeFromCodeCoverage]
-[TypeConverter(typeof(TypeConverter))]
[Command(Type = typeof(DockerTasks), Command = nameof(DockerTasks.DockerPluginRm), Arguments = "plugin rm")]
public partial class DockerPluginRmSettings : DockerOptionsBase
{
@@ -2549,7 +2505,6 @@ public partial class DockerPluginRmSettings : DockerOptionsBase
/// Used within .
[PublicAPI]
[ExcludeFromCodeCoverage]
-[TypeConverter(typeof(TypeConverter))]
[Command(Type = typeof(DockerTasks), Command = nameof(DockerTasks.DockerImageBuild), Arguments = "image build")]
public partial class DockerImageBuildSettings : DockerOptionsBase
{
@@ -2631,7 +2586,6 @@ public partial class DockerImageBuildSettings : DockerOptionsBase
/// Used within .
[PublicAPI]
[ExcludeFromCodeCoverage]
-[TypeConverter(typeof(TypeConverter))]
[Command(Type = typeof(DockerTasks), Command = nameof(DockerTasks.DockerTrustRevoke), Arguments = "trust revoke")]
public partial class DockerTrustRevokeSettings : DockerOptionsBase
{
@@ -2645,7 +2599,6 @@ public partial class DockerTrustRevokeSettings : DockerOptionsBase
/// Used within .
[PublicAPI]
[ExcludeFromCodeCoverage]
-[TypeConverter(typeof(TypeConverter))]
[Command(Type = typeof(DockerTasks), Command = nameof(DockerTasks.DockerRmi), Arguments = "rmi")]
public partial class DockerRmiSettings : DockerOptionsBase
{
@@ -2661,7 +2614,6 @@ public partial class DockerRmiSettings : DockerOptionsBase
/// Used within .
[PublicAPI]
[ExcludeFromCodeCoverage]
-[TypeConverter(typeof(TypeConverter))]
[Command(Type = typeof(DockerTasks), Command = nameof(DockerTasks.DockerNetworkRm), Arguments = "network rm")]
public partial class DockerNetworkRmSettings : DockerOptionsBase
{
@@ -2673,7 +2625,6 @@ public partial class DockerNetworkRmSettings : DockerOptionsBase
/// Used within .
[PublicAPI]
[ExcludeFromCodeCoverage]
-[TypeConverter(typeof(TypeConverter))]
[Command(Type = typeof(DockerTasks), Command = nameof(DockerTasks.DockerVersion), Arguments = "version")]
public partial class DockerVersionSettings : DockerOptionsBase
{
@@ -2687,7 +2638,6 @@ public partial class DockerVersionSettings : DockerOptionsBase
/// Used within .
[PublicAPI]
[ExcludeFromCodeCoverage]
-[TypeConverter(typeof(TypeConverter))]
[Command(Type = typeof(DockerTasks), Command = nameof(DockerTasks.DockerSecretCreate), Arguments = "secret create")]
public partial class DockerSecretCreateSettings : DockerOptionsBase
{
@@ -2707,7 +2657,6 @@ public partial class DockerSecretCreateSettings : DockerOptionsBase
/// Used within .
[PublicAPI]
[ExcludeFromCodeCoverage]
-[TypeConverter(typeof(TypeConverter))]
[Command(Type = typeof(DockerTasks), Command = nameof(DockerTasks.DockerServiceRm), Arguments = "service rm")]
public partial class DockerServiceRmSettings : DockerOptionsBase
{
@@ -2719,7 +2668,6 @@ public partial class DockerServiceRmSettings : DockerOptionsBase
/// Used within .
[PublicAPI]
[ExcludeFromCodeCoverage]
-[TypeConverter(typeof(TypeConverter))]
[Command(Type = typeof(DockerTasks), Command = nameof(DockerTasks.DockerTrustKeyLoad), Arguments = "trust key load")]
public partial class DockerTrustKeyLoadSettings : DockerOptionsBase
{
@@ -2733,7 +2681,6 @@ public partial class DockerTrustKeyLoadSettings : DockerOptionsBase
/// Used within .
[PublicAPI]
[ExcludeFromCodeCoverage]
-[TypeConverter(typeof(TypeConverter))]
[Command(Type = typeof(DockerTasks), Command = nameof(DockerTasks.DockerSecretRm), Arguments = "secret rm")]
public partial class DockerSecretRmSettings : DockerOptionsBase
{
@@ -2745,7 +2692,6 @@ public partial class DockerSecretRmSettings : DockerOptionsBase
/// Used within .
[PublicAPI]
[ExcludeFromCodeCoverage]
-[TypeConverter(typeof(TypeConverter))]
[Command(Type = typeof(DockerTasks), Command = nameof(DockerTasks.DockerImageInspect), Arguments = "image inspect")]
public partial class DockerImageInspectSettings : DockerOptionsBase
{
@@ -2759,7 +2705,6 @@ public partial class DockerImageInspectSettings : DockerOptionsBase
/// Used within .
[PublicAPI]
[ExcludeFromCodeCoverage]
-[TypeConverter(typeof(TypeConverter))]
[Command(Type = typeof(DockerTasks), Command = nameof(DockerTasks.DockerImageSave), Arguments = "image save")]
public partial class DockerImageSaveSettings : DockerOptionsBase
{
@@ -2773,7 +2718,6 @@ public partial class DockerImageSaveSettings : DockerOptionsBase
/// Used within .
[PublicAPI]
[ExcludeFromCodeCoverage]
-[TypeConverter(typeof(TypeConverter))]
[Command(Type = typeof(DockerTasks), Command = nameof(DockerTasks.DockerTrustKey), Arguments = "trust key")]
public partial class DockerTrustKeySettings : DockerOptionsBase
{
@@ -2783,7 +2727,6 @@ public partial class DockerTrustKeySettings : DockerOptionsBase
/// Used within .
[PublicAPI]
[ExcludeFromCodeCoverage]
-[TypeConverter(typeof(TypeConverter))]
[Command(Type = typeof(DockerTasks), Command = nameof(DockerTasks.DockerContainerAttach), Arguments = "container attach")]
public partial class DockerContainerAttachSettings : DockerOptionsBase
{
@@ -2801,7 +2744,6 @@ public partial class DockerContainerAttachSettings : DockerOptionsBase
/// Used within .
[PublicAPI]
[ExcludeFromCodeCoverage]
-[TypeConverter(typeof(TypeConverter))]
[Command(Type = typeof(DockerTasks), Command = nameof(DockerTasks.DockerContextCreate), Arguments = "context create")]
public partial class DockerContextCreateSettings : DockerOptionsBase
{
@@ -2823,7 +2765,6 @@ public partial class DockerContextCreateSettings : DockerOptionsBase
/// Used within .
[PublicAPI]
[ExcludeFromCodeCoverage]
-[TypeConverter(typeof(TypeConverter))]
[Command(Type = typeof(DockerTasks), Command = nameof(DockerTasks.DockerConfigCreate), Arguments = "config create")]
public partial class DockerConfigCreateSettings : DockerOptionsBase
{
@@ -2841,7 +2782,6 @@ public partial class DockerConfigCreateSettings : DockerOptionsBase
/// Used within .
[PublicAPI]
[ExcludeFromCodeCoverage]
-[TypeConverter(typeof(TypeConverter))]
[Command(Type = typeof(DockerTasks), Command = nameof(DockerTasks.DockerVolumeInspect), Arguments = "volume inspect")]
public partial class DockerVolumeInspectSettings : DockerOptionsBase
{
@@ -2855,7 +2795,6 @@ public partial class DockerVolumeInspectSettings : DockerOptionsBase
/// Used within .
[PublicAPI]
[ExcludeFromCodeCoverage]
-[TypeConverter(typeof(TypeConverter))]
[Command(Type = typeof(DockerTasks), Command = nameof(DockerTasks.DockerContainerStop), Arguments = "container stop")]
public partial class DockerContainerStopSettings : DockerOptionsBase
{
@@ -2869,7 +2808,6 @@ public partial class DockerContainerStopSettings : DockerOptionsBase
/// Used within .
[PublicAPI]
[ExcludeFromCodeCoverage]
-[TypeConverter(typeof(TypeConverter))]
[Command(Type = typeof(DockerTasks), Command = nameof(DockerTasks.DockerNetworkPrune), Arguments = "network prune")]
public partial class DockerNetworkPruneSettings : DockerOptionsBase
{
@@ -2883,7 +2821,6 @@ public partial class DockerNetworkPruneSettings : DockerOptionsBase
/// Used within .
[PublicAPI]
[ExcludeFromCodeCoverage]
-[TypeConverter(typeof(TypeConverter))]
[Command(Type = typeof(DockerTasks), Command = nameof(DockerTasks.DockerManifestInspect), Arguments = "manifest inspect")]
public partial class DockerManifestInspectSettings : DockerOptionsBase
{
@@ -2901,7 +2838,6 @@ public partial class DockerManifestInspectSettings : DockerOptionsBase
/// Used within .
[PublicAPI]
[ExcludeFromCodeCoverage]
-[TypeConverter(typeof(TypeConverter))]
[Command(Type = typeof(DockerTasks), Command = nameof(DockerTasks.DockerInfo), Arguments = "info")]
public partial class DockerInfoSettings : DockerOptionsBase
{
@@ -2913,7 +2849,6 @@ public partial class DockerInfoSettings : DockerOptionsBase
/// Used within .
[PublicAPI]
[ExcludeFromCodeCoverage]
-[TypeConverter(typeof(TypeConverter))]
[Command(Type = typeof(DockerTasks), Command = nameof(DockerTasks.DockerCommit), Arguments = "commit")]
public partial class DockerCommitSettings : DockerOptionsBase
{
@@ -2935,7 +2870,6 @@ public partial class DockerCommitSettings : DockerOptionsBase
/// Used within .
[PublicAPI]
[ExcludeFromCodeCoverage]
-[TypeConverter(typeof(TypeConverter))]
[Command(Type = typeof(DockerTasks), Command = nameof(DockerTasks.DockerStackDeploy), Arguments = "stack deploy")]
public partial class DockerStackDeploySettings : DockerOptionsBase
{
@@ -2959,7 +2893,6 @@ public partial class DockerStackDeploySettings : DockerOptionsBase
/// Used within .
[PublicAPI]
[ExcludeFromCodeCoverage]
-[TypeConverter(typeof(TypeConverter))]
[Command(Type = typeof(DockerTasks), Command = nameof(DockerTasks.DockerServiceScale), Arguments = "service scale")]
public partial class DockerServiceScaleSettings : DockerOptionsBase
{
@@ -2971,7 +2904,6 @@ public partial class DockerServiceScaleSettings : DockerOptionsBase
/// Used within .
[PublicAPI]
[ExcludeFromCodeCoverage]
-[TypeConverter(typeof(TypeConverter))]
[Command(Type = typeof(DockerTasks), Command = nameof(DockerTasks.DockerRun), Arguments = "run")]
public partial class DockerRunSettings : DockerOptionsBase
{
@@ -3189,7 +3121,6 @@ public partial class DockerRunSettings : DockerOptionsBase
/// Used within .
[PublicAPI]
[ExcludeFromCodeCoverage]
-[TypeConverter(typeof(TypeConverter))]
[Command(Type = typeof(DockerTasks), Command = nameof(DockerTasks.DockerCreate), Arguments = "create")]
public partial class DockerCreateSettings : DockerOptionsBase
{
@@ -3401,7 +3332,6 @@ public partial class DockerCreateSettings : DockerOptionsBase
/// Used within .
[PublicAPI]
[ExcludeFromCodeCoverage]
-[TypeConverter(typeof(TypeConverter))]
[Command(Type = typeof(DockerTasks), Command = nameof(DockerTasks.DockerServiceUpdate), Arguments = "service update")]
public partial class DockerServiceUpdateSettings : DockerOptionsBase
{
@@ -3581,7 +3511,6 @@ public partial class DockerServiceUpdateSettings : DockerOptionsBase
/// Used within .
[PublicAPI]
[ExcludeFromCodeCoverage]
-[TypeConverter(typeof(TypeConverter))]
[Command(Type = typeof(DockerTasks), Command = nameof(DockerTasks.DockerPort), Arguments = "port")]
public partial class DockerPortSettings : DockerOptionsBase
{
@@ -3595,7 +3524,6 @@ public partial class DockerPortSettings : DockerOptionsBase
/// Used within .
[PublicAPI]
[ExcludeFromCodeCoverage]
-[TypeConverter(typeof(TypeConverter))]
[Command(Type = typeof(DockerTasks), Command = nameof(DockerTasks.DockerContainer), Arguments = "container")]
public partial class DockerContainerSettings : DockerOptionsBase
{
@@ -3605,7 +3533,6 @@ public partial class DockerContainerSettings : DockerOptionsBase
/// Used within .
[PublicAPI]
[ExcludeFromCodeCoverage]
-[TypeConverter(typeof(TypeConverter))]
[Command(Type = typeof(DockerTasks), Command = nameof(DockerTasks.DockerImagePush), Arguments = "image push")]
public partial class DockerImagePushSettings : DockerOptionsBase
{
@@ -3621,7 +3548,6 @@ public partial class DockerImagePushSettings : DockerOptionsBase
/// Used within .
[PublicAPI]
[ExcludeFromCodeCoverage]
-[TypeConverter(typeof(TypeConverter))]
[Command(Type = typeof(DockerTasks), Command = nameof(DockerTasks.DockerServiceInspect), Arguments = "service inspect")]
public partial class DockerServiceInspectSettings : DockerOptionsBase
{
@@ -3637,7 +3563,6 @@ public partial class DockerServiceInspectSettings : DockerOptionsBase
/// Used within .
[PublicAPI]
[ExcludeFromCodeCoverage]
-[TypeConverter(typeof(TypeConverter))]
[Command(Type = typeof(DockerTasks), Command = nameof(DockerTasks.DockerNetworkConnect), Arguments = "network connect")]
public partial class DockerNetworkConnectSettings : DockerOptionsBase
{
@@ -3663,7 +3588,6 @@ public partial class DockerNetworkConnectSettings : DockerOptionsBase
/// Used within .
[PublicAPI]
[ExcludeFromCodeCoverage]
-[TypeConverter(typeof(TypeConverter))]
[Command(Type = typeof(DockerTasks), Command = nameof(DockerTasks.DockerSecretLs), Arguments = "secret ls")]
public partial class DockerSecretLsSettings : DockerOptionsBase
{
@@ -3679,7 +3603,6 @@ public partial class DockerSecretLsSettings : DockerOptionsBase
/// Used within .
[PublicAPI]
[ExcludeFromCodeCoverage]
-[TypeConverter(typeof(TypeConverter))]
[Command(Type = typeof(DockerTasks), Command = nameof(DockerTasks.DockerSwarmLeave), Arguments = "swarm leave")]
public partial class DockerSwarmLeaveSettings : DockerOptionsBase
{
@@ -3691,7 +3614,6 @@ public partial class DockerSwarmLeaveSettings : DockerOptionsBase
/// Used within .
[PublicAPI]
[ExcludeFromCodeCoverage]
-[TypeConverter(typeof(TypeConverter))]
[Command(Type = typeof(DockerTasks), Command = nameof(DockerTasks.DockerImages), Arguments = "images")]
public partial class DockerImagesSettings : DockerOptionsBase
{
@@ -3715,7 +3637,6 @@ public partial class DockerImagesSettings : DockerOptionsBase
/// Used within .
[PublicAPI]
[ExcludeFromCodeCoverage]
-[TypeConverter(typeof(TypeConverter))]
[Command(Type = typeof(DockerTasks), Command = nameof(DockerTasks.DockerEngineUpdate), Arguments = "engine update")]
public partial class DockerEngineUpdateSettings : DockerOptionsBase
{
@@ -3733,7 +3654,6 @@ public partial class DockerEngineUpdateSettings : DockerOptionsBase
/// Used within .
[PublicAPI]
[ExcludeFromCodeCoverage]
-[TypeConverter(typeof(TypeConverter))]
[Command(Type = typeof(DockerTasks), Command = nameof(DockerTasks.DockerSystemEvents), Arguments = "system events")]
public partial class DockerSystemEventsSettings : DockerOptionsBase
{
@@ -3751,7 +3671,6 @@ public partial class DockerSystemEventsSettings : DockerOptionsBase
/// Used within .
[PublicAPI]
[ExcludeFromCodeCoverage]
-[TypeConverter(typeof(TypeConverter))]
[Command(Type = typeof(DockerTasks), Command = nameof(DockerTasks.DockerInspect), Arguments = "inspect")]
public partial class DockerInspectSettings : DockerOptionsBase
{
@@ -3769,7 +3688,6 @@ public partial class DockerInspectSettings : DockerOptionsBase
/// Used within .
[PublicAPI]
[ExcludeFromCodeCoverage]
-[TypeConverter(typeof(TypeConverter))]
[Command(Type = typeof(DockerTasks), Command = nameof(DockerTasks.DockerEngineCheck), Arguments = "engine check")]
public partial class DockerEngineCheckSettings : DockerOptionsBase
{
@@ -3795,7 +3713,6 @@ public partial class DockerEngineCheckSettings : DockerOptionsBase
/// Used within .
[PublicAPI]
[ExcludeFromCodeCoverage]
-[TypeConverter(typeof(TypeConverter))]
[Command(Type = typeof(DockerTasks), Command = nameof(DockerTasks.DockerAttach), Arguments = "attach")]
public partial class DockerAttachSettings : DockerOptionsBase
{
@@ -3813,7 +3730,6 @@ public partial class DockerAttachSettings : DockerOptionsBase
/// Used within .
[PublicAPI]
[ExcludeFromCodeCoverage]
-[TypeConverter(typeof(TypeConverter))]
[Command(Type = typeof(DockerTasks), Command = nameof(DockerTasks.DockerContainerWait), Arguments = "container wait")]
public partial class DockerContainerWaitSettings : DockerOptionsBase
{
@@ -3825,7 +3741,6 @@ public partial class DockerContainerWaitSettings : DockerOptionsBase
/// Used within .
[PublicAPI]
[ExcludeFromCodeCoverage]
-[TypeConverter(typeof(TypeConverter))]
[Command(Type = typeof(DockerTasks), Command = nameof(DockerTasks.DockerSwarmCa), Arguments = "swarm ca")]
public partial class DockerSwarmCaSettings : DockerOptionsBase
{
@@ -3849,7 +3764,6 @@ public partial class DockerSwarmCaSettings : DockerOptionsBase
/// Used within .
[PublicAPI]
[ExcludeFromCodeCoverage]
-[TypeConverter(typeof(TypeConverter))]
[Command(Type = typeof(DockerTasks), Command = nameof(DockerTasks.DockerEngine), Arguments = "engine")]
public partial class DockerEngineSettings : DockerOptionsBase
{
@@ -3861,7 +3775,6 @@ public partial class DockerEngineSettings : DockerOptionsBase
/// Used within .
[PublicAPI]
[ExcludeFromCodeCoverage]
-[TypeConverter(typeof(TypeConverter))]
[Command(Type = typeof(DockerTasks), Command = nameof(DockerTasks.DockerSystemPrune), Arguments = "system prune")]
public partial class DockerSystemPruneSettings : DockerOptionsBase
{
@@ -3879,7 +3792,6 @@ public partial class DockerSystemPruneSettings : DockerOptionsBase
/// Used within .
[PublicAPI]
[ExcludeFromCodeCoverage]
-[TypeConverter(typeof(TypeConverter))]
[Command(Type = typeof(DockerTasks), Command = nameof(DockerTasks.DockerBuilder), Arguments = "builder")]
public partial class DockerBuilderSettings : DockerOptionsBase
{
@@ -3889,7 +3801,6 @@ public partial class DockerBuilderSettings : DockerOptionsBase
/// Used within .
[PublicAPI]
[ExcludeFromCodeCoverage]
-[TypeConverter(typeof(TypeConverter))]
[Command(Type = typeof(DockerTasks), Command = nameof(DockerTasks.DockerContainerPause), Arguments = "container pause")]
public partial class DockerContainerPauseSettings : DockerOptionsBase
{
@@ -3901,7 +3812,6 @@ public partial class DockerContainerPauseSettings : DockerOptionsBase
/// Used within .
[PublicAPI]
[ExcludeFromCodeCoverage]
-[TypeConverter(typeof(TypeConverter))]
[Command(Type = typeof(DockerTasks), Command = nameof(DockerTasks.DockerContainerCommit), Arguments = "container commit")]
public partial class DockerContainerCommitSettings : DockerOptionsBase
{
@@ -3923,7 +3833,6 @@ public partial class DockerContainerCommitSettings : DockerOptionsBase
/// Used within .
[PublicAPI]
[ExcludeFromCodeCoverage]
-[TypeConverter(typeof(TypeConverter))]
[Command(Type = typeof(DockerTasks), Command = nameof(DockerTasks.DockerContextLs), Arguments = "context ls")]
public partial class DockerContextLsSettings : DockerOptionsBase
{
@@ -3937,7 +3846,6 @@ public partial class DockerContextLsSettings : DockerOptionsBase
/// Used within .
[PublicAPI]
[ExcludeFromCodeCoverage]
-[TypeConverter(typeof(TypeConverter))]
[Command(Type = typeof(DockerTasks), Command = nameof(DockerTasks.DockerContextRm), Arguments = "context rm")]
public partial class DockerContextRmSettings : DockerOptionsBase
{
@@ -3949,7 +3857,6 @@ public partial class DockerContextRmSettings : DockerOptionsBase
/// Used within .
[PublicAPI]
[ExcludeFromCodeCoverage]
-[TypeConverter(typeof(TypeConverter))]
[Command(Type = typeof(DockerTasks), Command = nameof(DockerTasks.DockerStackPs), Arguments = "stack ps")]
public partial class DockerStackPsSettings : DockerStackSettings
{
@@ -3973,7 +3880,6 @@ public partial class DockerStackPsSettings : DockerStackSettings
/// Used within .
[PublicAPI]
[ExcludeFromCodeCoverage]
-[TypeConverter(typeof(TypeConverter))]
[Command(Type = typeof(DockerTasks), Command = nameof(DockerTasks.DockerContainerCreate), Arguments = "container create")]
public partial class DockerContainerCreateSettings : DockerOptionsBase
{
@@ -4185,7 +4091,6 @@ public partial class DockerContainerCreateSettings : DockerOptionsBase
/// Used within .
[PublicAPI]
[ExcludeFromCodeCoverage]
-[TypeConverter(typeof(TypeConverter))]
[Command(Type = typeof(DockerTasks), Command = nameof(DockerTasks.DockerVolumeCreate), Arguments = "volume create")]
public partial class DockerVolumeCreateSettings : DockerOptionsBase
{
@@ -4205,7 +4110,6 @@ public partial class DockerVolumeCreateSettings : DockerOptionsBase
/// Used within .
[PublicAPI]
[ExcludeFromCodeCoverage]
-[TypeConverter(typeof(TypeConverter))]
[Command(Type = typeof(DockerTasks), Command = nameof(DockerTasks.DockerPlugin), Arguments = "plugin")]
public partial class DockerPluginSettings : DockerOptionsBase
{
@@ -4215,7 +4119,6 @@ public partial class DockerPluginSettings : DockerOptionsBase
/// Used within .
[PublicAPI]
[ExcludeFromCodeCoverage]
-[TypeConverter(typeof(TypeConverter))]
[Command(Type = typeof(DockerTasks), Command = nameof(DockerTasks.DockerLogin), Arguments = "login")]
public partial class DockerLoginSettings : DockerOptionsBase
{
@@ -4231,7 +4134,6 @@ public partial class DockerLoginSettings : DockerOptionsBase
/// Used within .
[PublicAPI]
[ExcludeFromCodeCoverage]
-[TypeConverter(typeof(TypeConverter))]
[Command(Type = typeof(DockerTasks), Command = nameof(DockerTasks.DockerSwarmUnlockKey), Arguments = "swarm unlock-key")]
public partial class DockerSwarmUnlockKeySettings : DockerOptionsBase
{
@@ -4245,7 +4147,6 @@ public partial class DockerSwarmUnlockKeySettings : DockerOptionsBase
/// Used within .
[PublicAPI]
[ExcludeFromCodeCoverage]
-[TypeConverter(typeof(TypeConverter))]
[Command(Type = typeof(DockerTasks), Command = nameof(DockerTasks.DockerStart), Arguments = "start")]
public partial class DockerStartSettings : DockerOptionsBase
{
@@ -4267,7 +4168,6 @@ public partial class DockerStartSettings : DockerOptionsBase
/// Used within .
[PublicAPI]
[ExcludeFromCodeCoverage]
-[TypeConverter(typeof(TypeConverter))]
[Command(Type = typeof(DockerTasks), Command = nameof(DockerTasks.DockerSwarmInit), Arguments = "swarm init")]
public partial class DockerSwarmInitSettings : DockerOptionsBase
{
@@ -4307,7 +4207,6 @@ public partial class DockerSwarmInitSettings : DockerOptionsBase
/// Used within .
[PublicAPI]
[ExcludeFromCodeCoverage]
-[TypeConverter(typeof(TypeConverter))]
[Command(Type = typeof(DockerTasks), Command = nameof(DockerTasks.DockerContainerDiff), Arguments = "container diff")]
public partial class DockerContainerDiffSettings : DockerOptionsBase
{
@@ -4319,7 +4218,6 @@ public partial class DockerContainerDiffSettings : DockerOptionsBase
/// Used within .
[PublicAPI]
[ExcludeFromCodeCoverage]
-[TypeConverter(typeof(TypeConverter))]
[Command(Type = typeof(DockerTasks), Command = nameof(DockerTasks.DockerContainerRestart), Arguments = "container restart")]
public partial class DockerContainerRestartSettings : DockerOptionsBase
{
@@ -4333,7 +4231,6 @@ public partial class DockerContainerRestartSettings : DockerOptionsBase
/// Used within .
[PublicAPI]
[ExcludeFromCodeCoverage]
-[TypeConverter(typeof(TypeConverter))]
[Command(Type = typeof(DockerTasks), Command = nameof(DockerTasks.DockerConfig), Arguments = "config")]
public partial class DockerConfigSettings : DockerOptionsBase
{
@@ -4343,7 +4240,6 @@ public partial class DockerConfigSettings : DockerOptionsBase
/// Used within .
[PublicAPI]
[ExcludeFromCodeCoverage]
-[TypeConverter(typeof(TypeConverter))]
[Command(Type = typeof(DockerTasks), Command = nameof(DockerTasks.DockerPluginDisable), Arguments = "plugin disable")]
public partial class DockerPluginDisableSettings : DockerOptionsBase
{
@@ -4357,7 +4253,6 @@ public partial class DockerPluginDisableSettings : DockerOptionsBase
/// Used within .
[PublicAPI]
[ExcludeFromCodeCoverage]
-[TypeConverter(typeof(TypeConverter))]
[Command(Type = typeof(DockerTasks), Command = nameof(DockerTasks.DockerContainerUnpause), Arguments = "container unpause")]
public partial class DockerContainerUnpauseSettings : DockerOptionsBase
{
@@ -4369,7 +4264,6 @@ public partial class DockerContainerUnpauseSettings : DockerOptionsBase
/// Used within .
[PublicAPI]
[ExcludeFromCodeCoverage]
-[TypeConverter(typeof(TypeConverter))]
[Command(Type = typeof(DockerTasks), Command = nameof(DockerTasks.DockerContextImport), Arguments = "context import")]
public partial class DockerContextImportSettings : DockerOptionsBase
{
@@ -4383,7 +4277,6 @@ public partial class DockerContextImportSettings : DockerOptionsBase
/// Used within .
[PublicAPI]
[ExcludeFromCodeCoverage]
-[TypeConverter(typeof(TypeConverter))]
[Command(Type = typeof(DockerTasks), Command = nameof(DockerTasks.DockerRm), Arguments = "rm")]
public partial class DockerRmSettings : DockerOptionsBase
{
@@ -4401,7 +4294,6 @@ public partial class DockerRmSettings : DockerOptionsBase
/// Used within .
[PublicAPI]
[ExcludeFromCodeCoverage]
-[TypeConverter(typeof(TypeConverter))]
[Command(Type = typeof(DockerTasks), Command = nameof(DockerTasks.DockerDeploy), Arguments = "deploy")]
public partial class DockerDeploySettings : DockerOptionsBase
{
@@ -4425,7 +4317,6 @@ public partial class DockerDeploySettings : DockerOptionsBase
/// Used within .
[PublicAPI]
[ExcludeFromCodeCoverage]
-[TypeConverter(typeof(TypeConverter))]
[Command(Type = typeof(DockerTasks), Command = nameof(DockerTasks.DockerNodeRm), Arguments = "node rm")]
public partial class DockerNodeRmSettings : DockerOptionsBase
{
@@ -4439,7 +4330,6 @@ public partial class DockerNodeRmSettings : DockerOptionsBase
/// Used within .
[PublicAPI]
[ExcludeFromCodeCoverage]
-[TypeConverter(typeof(TypeConverter))]
[Command(Type = typeof(DockerTasks), Command = nameof(DockerTasks.DockerCheckpointRm), Arguments = "checkpoint rm")]
public partial class DockerCheckpointRmSettings : DockerOptionsBase
{
@@ -4455,7 +4345,6 @@ public partial class DockerCheckpointRmSettings : DockerOptionsBase
/// Used within .
[PublicAPI]
[ExcludeFromCodeCoverage]
-[TypeConverter(typeof(TypeConverter))]
[Command(Type = typeof(DockerTasks), Command = nameof(DockerTasks.DockerPush), Arguments = "push")]
public partial class DockerPushSettings : DockerOptionsBase
{
@@ -4471,7 +4360,6 @@ public partial class DockerPushSettings : DockerOptionsBase
/// Used within .
[PublicAPI]
[ExcludeFromCodeCoverage]
-[TypeConverter(typeof(TypeConverter))]
[Command(Type = typeof(DockerTasks), Command = nameof(DockerTasks.DockerNetworkCreate), Arguments = "network create")]
public partial class DockerNetworkCreateSettings : DockerOptionsBase
{
@@ -4515,7 +4403,6 @@ public partial class DockerNetworkCreateSettings : DockerOptionsBase
/// Used within .
[PublicAPI]
[ExcludeFromCodeCoverage]
-[TypeConverter(typeof(TypeConverter))]
[Command(Type = typeof(DockerTasks), Command = nameof(DockerTasks.DockerVolumeLs), Arguments = "volume ls")]
public partial class DockerVolumeLsSettings : DockerOptionsBase
{
@@ -4531,7 +4418,6 @@ public partial class DockerVolumeLsSettings : DockerOptionsBase
/// Used within .
[PublicAPI]
[ExcludeFromCodeCoverage]
-[TypeConverter(typeof(TypeConverter))]
[Command(Type = typeof(DockerTasks), Command = nameof(DockerTasks.DockerTrustInspect), Arguments = "trust inspect")]
public partial class DockerTrustInspectSettings : DockerOptionsBase
{
@@ -4543,7 +4429,6 @@ public partial class DockerTrustInspectSettings : DockerOptionsBase
/// Used within .
[PublicAPI]
[ExcludeFromCodeCoverage]
-[TypeConverter(typeof(TypeConverter))]
[Command(Type = typeof(DockerTasks), Command = nameof(DockerTasks.DockerNetworkInspect), Arguments = "network inspect")]
public partial class DockerNetworkInspectSettings : DockerOptionsBase
{
@@ -4559,7 +4444,6 @@ public partial class DockerNetworkInspectSettings : DockerOptionsBase
/// Used within .
[PublicAPI]
[ExcludeFromCodeCoverage]
-[TypeConverter(typeof(TypeConverter))]
[Command(Type = typeof(DockerTasks), Command = nameof(DockerTasks.DockerEngineActivate), Arguments = "engine activate")]
public partial class DockerEngineActivateSettings : DockerOptionsBase
{
@@ -4585,7 +4469,6 @@ public partial class DockerEngineActivateSettings : DockerOptionsBase
/// Used within .
[PublicAPI]
[ExcludeFromCodeCoverage]
-[TypeConverter(typeof(TypeConverter))]
[Command(Type = typeof(DockerTasks), Command = nameof(DockerTasks.DockerContextUse), Arguments = "context use")]
public partial class DockerContextUseSettings : DockerOptionsBase
{
@@ -4597,7 +4480,6 @@ public partial class DockerContextUseSettings : DockerOptionsBase
/// Used within .
[PublicAPI]
[ExcludeFromCodeCoverage]
-[TypeConverter(typeof(TypeConverter))]
[Command(Type = typeof(DockerTasks), Command = nameof(DockerTasks.DockerVolumeRm), Arguments = "volume rm")]
public partial class DockerVolumeRmSettings : DockerOptionsBase
{
@@ -4611,7 +4493,6 @@ public partial class DockerVolumeRmSettings : DockerOptionsBase
/// Used within .
[PublicAPI]
[ExcludeFromCodeCoverage]
-[TypeConverter(typeof(TypeConverter))]
[Command(Type = typeof(DockerTasks), Command = nameof(DockerTasks.DockerManifestCreate), Arguments = "manifest create")]
public partial class DockerManifestCreateSettings : DockerOptionsBase
{
@@ -4625,7 +4506,6 @@ public partial class DockerManifestCreateSettings : DockerOptionsBase
/// Used within .
[PublicAPI]
[ExcludeFromCodeCoverage]
-[TypeConverter(typeof(TypeConverter))]
[Command(Type = typeof(DockerTasks), Command = nameof(DockerTasks.DockerManifestPush), Arguments = "manifest push")]
public partial class DockerManifestPushSettings : DockerOptionsBase
{
@@ -4641,7 +4521,6 @@ public partial class DockerManifestPushSettings : DockerOptionsBase
/// Used within .
[PublicAPI]
[ExcludeFromCodeCoverage]
-[TypeConverter(typeof(TypeConverter))]
[Command(Type = typeof(DockerTasks), Command = nameof(DockerTasks.DockerPluginEnable), Arguments = "plugin enable")]
public partial class DockerPluginEnableSettings : DockerOptionsBase
{
@@ -4655,7 +4534,6 @@ public partial class DockerPluginEnableSettings : DockerOptionsBase
/// Used within .
[PublicAPI]
[ExcludeFromCodeCoverage]
-[TypeConverter(typeof(TypeConverter))]
[Command(Type = typeof(DockerTasks), Command = nameof(DockerTasks.DockerImport), Arguments = "import")]
public partial class DockerImportSettings : DockerOptionsBase
{
@@ -4675,7 +4553,6 @@ public partial class DockerImportSettings : DockerOptionsBase
/// Used within .
[PublicAPI]
[ExcludeFromCodeCoverage]
-[TypeConverter(typeof(TypeConverter))]
[Command(Type = typeof(DockerTasks), Command = nameof(DockerTasks.DockerContainerRun), Arguments = "container run")]
public partial class DockerContainerRunSettings : DockerOptionsBase
{
@@ -4893,7 +4770,6 @@ public partial class DockerContainerRunSettings : DockerOptionsBase
/// Used within .
[PublicAPI]
[ExcludeFromCodeCoverage]
-[TypeConverter(typeof(TypeConverter))]
[Command(Type = typeof(DockerTasks), Command = nameof(DockerTasks.DockerNodeInspect), Arguments = "node inspect")]
public partial class DockerNodeInspectSettings : DockerOptionsBase
{
@@ -4909,7 +4785,6 @@ public partial class DockerNodeInspectSettings : DockerOptionsBase
/// Used within .
[PublicAPI]
[ExcludeFromCodeCoverage]
-[TypeConverter(typeof(TypeConverter))]
[Command(Type = typeof(DockerTasks), Command = nameof(DockerTasks.DockerSave), Arguments = "save")]
public partial class DockerSaveSettings : DockerOptionsBase
{
@@ -4923,7 +4798,6 @@ public partial class DockerSaveSettings : DockerOptionsBase
/// Used within .
[PublicAPI]
[ExcludeFromCodeCoverage]
-[TypeConverter(typeof(TypeConverter))]
[Command(Type = typeof(DockerTasks), Command = nameof(DockerTasks.DockerContainerStats), Arguments = "container stats")]
public partial class DockerContainerStatsSettings : DockerOptionsBase
{
@@ -4943,7 +4817,6 @@ public partial class DockerContainerStatsSettings : DockerOptionsBase
/// Used within .
[PublicAPI]
[ExcludeFromCodeCoverage]
-[TypeConverter(typeof(TypeConverter))]
[Command(Type = typeof(DockerTasks), Command = nameof(DockerTasks.DockerContainerExec), Arguments = "container exec")]
public partial class DockerContainerExecSettings : DockerOptionsBase
{
@@ -4975,7 +4848,6 @@ public partial class DockerContainerExecSettings : DockerOptionsBase
/// Used within .
[PublicAPI]
[ExcludeFromCodeCoverage]
-[TypeConverter(typeof(TypeConverter))]
[Command(Type = typeof(DockerTasks), Command = nameof(DockerTasks.DockerNodeLs), Arguments = "node ls")]
public partial class DockerNodeLsSettings : DockerOptionsBase
{
@@ -4991,7 +4863,6 @@ public partial class DockerNodeLsSettings : DockerOptionsBase
/// Used within .
[PublicAPI]
[ExcludeFromCodeCoverage]
-[TypeConverter(typeof(TypeConverter))]
[Command(Type = typeof(DockerTasks), Command = nameof(DockerTasks.DockerSwarmJoin), Arguments = "swarm join HOST:PORT")]
public partial class DockerSwarmJoinSettings : DockerOptionsBase
{
@@ -5011,7 +4882,6 @@ public partial class DockerSwarmJoinSettings : DockerOptionsBase
/// Used within .
[PublicAPI]
[ExcludeFromCodeCoverage]
-[TypeConverter(typeof(TypeConverter))]
[Command(Type = typeof(DockerTasks), Command = nameof(DockerTasks.DockerContainerLogs), Arguments = "container logs")]
public partial class DockerContainerLogsSettings : DockerOptionsBase
{
@@ -5035,7 +4905,6 @@ public partial class DockerContainerLogsSettings : DockerOptionsBase
/// Used within .
[PublicAPI]
[ExcludeFromCodeCoverage]
-[TypeConverter(typeof(TypeConverter))]
[Command(Type = typeof(DockerTasks), Command = nameof(DockerTasks.DockerCheckpointLs), Arguments = "checkpoint ls")]
public partial class DockerCheckpointLsSettings : DockerOptionsBase
{
@@ -5049,7 +4918,6 @@ public partial class DockerCheckpointLsSettings : DockerOptionsBase
/// Used within .
[PublicAPI]
[ExcludeFromCodeCoverage]
-[TypeConverter(typeof(TypeConverter))]
[Command(Type = typeof(DockerTasks), Command = nameof(DockerTasks.DockerContainerKill), Arguments = "container kill")]
public partial class DockerContainerKillSettings : DockerOptionsBase
{
@@ -5063,7 +4931,6 @@ public partial class DockerContainerKillSettings : DockerOptionsBase
/// Used within .
[PublicAPI]
[ExcludeFromCodeCoverage]
-[TypeConverter(typeof(TypeConverter))]
[Command(Type = typeof(DockerTasks), Command = nameof(DockerTasks.DockerPluginInstall), Arguments = "plugin install")]
public partial class DockerPluginInstallSettings : DockerOptionsBase
{
@@ -5085,7 +4952,6 @@ public partial class DockerPluginInstallSettings : DockerOptionsBase
/// Used within .
[PublicAPI]
[ExcludeFromCodeCoverage]
-[TypeConverter(typeof(TypeConverter))]
[Command(Type = typeof(DockerTasks), Command = nameof(DockerTasks.DockerImagePrune), Arguments = "image prune")]
public partial class DockerImagePruneSettings : DockerOptionsBase
{
@@ -5101,7 +4967,6 @@ public partial class DockerImagePruneSettings : DockerOptionsBase
/// Used within .
[PublicAPI]
[ExcludeFromCodeCoverage]
-[TypeConverter(typeof(TypeConverter))]
[Command(Type = typeof(DockerTasks), Command = nameof(DockerTasks.DockerImageImport), Arguments = "image import")]
public partial class DockerImageImportSettings : DockerOptionsBase
{
@@ -5121,7 +4986,6 @@ public partial class DockerImageImportSettings : DockerOptionsBase
/// Used within .
[PublicAPI]
[ExcludeFromCodeCoverage]
-[TypeConverter(typeof(TypeConverter))]
[Command(Type = typeof(DockerTasks), Command = nameof(DockerTasks.DockerDiff), Arguments = "diff")]
public partial class DockerDiffSettings : DockerOptionsBase
{
@@ -5133,7 +4997,6 @@ public partial class DockerDiffSettings : DockerOptionsBase
/// Used within .
[PublicAPI]
[ExcludeFromCodeCoverage]
-[TypeConverter(typeof(TypeConverter))]
[Command(Type = typeof(DockerTasks), Command = nameof(DockerTasks.DockerUnpause), Arguments = "unpause")]
public partial class DockerUnpauseSettings : DockerOptionsBase
{
@@ -5145,7 +5008,6 @@ public partial class DockerUnpauseSettings : DockerOptionsBase
/// Used within .
[PublicAPI]
[ExcludeFromCodeCoverage]
-[TypeConverter(typeof(TypeConverter))]
[Command(Type = typeof(DockerTasks), Command = nameof(DockerTasks.DockerContainerLs), Arguments = "container ls")]
public partial class DockerContainerLsSettings : DockerOptionsBase
{
@@ -5171,7 +5033,6 @@ public partial class DockerContainerLsSettings : DockerOptionsBase
/// Used within .
[PublicAPI]
[ExcludeFromCodeCoverage]
-[TypeConverter(typeof(TypeConverter))]
[Command(Type = typeof(DockerTasks), Command = nameof(DockerTasks.DockerNodePs), Arguments = "node ps")]
public partial class DockerNodePsSettings : DockerOptionsBase
{
@@ -5193,7 +5054,6 @@ public partial class DockerNodePsSettings : DockerOptionsBase
/// Used within .
[PublicAPI]
[ExcludeFromCodeCoverage]
-[TypeConverter(typeof(TypeConverter))]
[Command(Type = typeof(DockerTasks), Command = nameof(DockerTasks.DockerContainerTop), Arguments = "container top [ps")]
public partial class DockerContainerTopSettings : DockerOptionsBase
{
@@ -5207,7 +5067,6 @@ public partial class DockerContainerTopSettings : DockerOptionsBase
/// Used within .
[PublicAPI]
[ExcludeFromCodeCoverage]
-[TypeConverter(typeof(TypeConverter))]
[Command(Type = typeof(DockerTasks), Command = nameof(DockerTasks.DockerContainerRename), Arguments = "container rename")]
public partial class DockerContainerRenameSettings : DockerOptionsBase
{
@@ -5221,7 +5080,6 @@ public partial class DockerContainerRenameSettings : DockerOptionsBase
/// Used within .
[PublicAPI]
[ExcludeFromCodeCoverage]
-[TypeConverter(typeof(TypeConverter))]
[Command(Type = typeof(DockerTasks), Command = nameof(DockerTasks.DockerImageHistory), Arguments = "image history")]
public partial class DockerImageHistorySettings : DockerOptionsBase
{
@@ -5241,7 +5099,6 @@ public partial class DockerImageHistorySettings : DockerOptionsBase
/// Used within .
[PublicAPI]
[ExcludeFromCodeCoverage]
-[TypeConverter(typeof(TypeConverter))]
[Command(Type = typeof(DockerTasks), Command = nameof(DockerTasks.DockerPs), Arguments = "ps")]
public partial class DockerPsSettings : DockerOptionsBase
{
@@ -5267,7 +5124,6 @@ public partial class DockerPsSettings : DockerOptionsBase
/// Used within .
[PublicAPI]
[ExcludeFromCodeCoverage]
-[TypeConverter(typeof(TypeConverter))]
[Command(Type = typeof(DockerTasks), Command = nameof(DockerTasks.DockerImageTag), Arguments = "image tag")]
public partial class DockerImageTagSettings : DockerOptionsBase
{
@@ -5281,7 +5137,6 @@ public partial class DockerImageTagSettings : DockerOptionsBase
/// Used within .
[PublicAPI]
[ExcludeFromCodeCoverage]
-[TypeConverter(typeof(TypeConverter))]
[Command(Type = typeof(DockerTasks), Command = nameof(DockerTasks.DockerExport), Arguments = "export")]
public partial class DockerExportSettings : DockerOptionsBase
{
@@ -5295,7 +5150,6 @@ public partial class DockerExportSettings : DockerOptionsBase
/// Used within .
[PublicAPI]
[ExcludeFromCodeCoverage]
-[TypeConverter(typeof(TypeConverter))]
[Command(Type = typeof(DockerTasks), Command = nameof(DockerTasks.DockerNetworkDisconnect), Arguments = "network disconnect")]
public partial class DockerNetworkDisconnectSettings : DockerOptionsBase
{
@@ -5311,7 +5165,6 @@ public partial class DockerNetworkDisconnectSettings : DockerOptionsBase
/// Used within .
[PublicAPI]
[ExcludeFromCodeCoverage]
-[TypeConverter(typeof(TypeConverter))]
[Command(Type = typeof(DockerTasks), Command = nameof(DockerTasks.DockerBuilderBuild), Arguments = "builder build")]
public partial class DockerBuilderBuildSettings : DockerOptionsBase
{
@@ -5393,7 +5246,6 @@ public partial class DockerBuilderBuildSettings : DockerOptionsBase
/// Used within .
[PublicAPI]
[ExcludeFromCodeCoverage]
-[TypeConverter(typeof(TypeConverter))]
[Command(Type = typeof(DockerTasks), Command = nameof(DockerTasks.DockerBuildxBuild), Arguments = "buildx build")]
public partial class DockerBuildxBuildSettings : DockerOptionsBase
{
@@ -5477,7 +5329,6 @@ public partial class DockerBuildxBuildSettings : DockerOptionsBase
/// Used within .
[PublicAPI]
[ExcludeFromCodeCoverage]
-[TypeConverter(typeof(TypeConverter))]
[Command(Type = typeof(DockerTasks), Command = nameof(DockerTasks.DockerBuildxCreate), Arguments = "buildx create")]
public partial class DockerBuildxCreateSettings : DockerOptionsBase
{
@@ -5511,7 +5362,6 @@ public partial class DockerBuildxCreateSettings : DockerOptionsBase
/// Used within .
[PublicAPI]
[ExcludeFromCodeCoverage]
-[TypeConverter(typeof(TypeConverter))]
[Command(Type = typeof(DockerTasks), Command = nameof(DockerTasks.DockerStats), Arguments = "stats")]
public partial class DockerStatsSettings : DockerOptionsBase
{
@@ -5531,7 +5381,6 @@ public partial class DockerStatsSettings : DockerOptionsBase
/// Used within .
[PublicAPI]
[ExcludeFromCodeCoverage]
-[TypeConverter(typeof(TypeConverter))]
[Command(Type = typeof(DockerTasks), Command = nameof(DockerTasks.DockerSearch), Arguments = "search")]
public partial class DockerSearchSettings : DockerOptionsBase
{
@@ -5555,7 +5404,6 @@ public partial class DockerSearchSettings : DockerOptionsBase
/// Used within .
[PublicAPI]
[ExcludeFromCodeCoverage]
-[TypeConverter(typeof(TypeConverter))]
[Command(Type = typeof(DockerTasks), Command = nameof(DockerTasks.DockerManifest), Arguments = "manifest")]
public partial class DockerManifestSettings : DockerOptionsBase
{
@@ -5567,7 +5415,6 @@ public partial class DockerManifestSettings : DockerOptionsBase
/// Used within .
[PublicAPI]
[ExcludeFromCodeCoverage]
-[TypeConverter(typeof(TypeConverter))]
[Command(Type = typeof(DockerTasks), Command = nameof(DockerTasks.DockerPluginPush), Arguments = "plugin push")]
public partial class DockerPluginPushSettings : DockerOptionsBase
{
@@ -5581,7 +5428,6 @@ public partial class DockerPluginPushSettings : DockerOptionsBase
/// Used within .
[PublicAPI]
[ExcludeFromCodeCoverage]
-[TypeConverter(typeof(TypeConverter))]
[Command(Type = typeof(DockerTasks), Command = nameof(DockerTasks.DockerImageLoad), Arguments = "image load")]
public partial class DockerImageLoadSettings : DockerOptionsBase
{
@@ -5595,7 +5441,6 @@ public partial class DockerImageLoadSettings : DockerOptionsBase
/// Used within .
[PublicAPI]
[ExcludeFromCodeCoverage]
-[TypeConverter(typeof(TypeConverter))]
[Command(Type = typeof(DockerTasks), Command = nameof(DockerTasks.DockerSwarm), Arguments = "swarm")]
public partial class DockerSwarmSettings : DockerOptionsBase
{
@@ -5605,7 +5450,6 @@ public partial class DockerSwarmSettings : DockerOptionsBase
/// Used within .
[PublicAPI]
[ExcludeFromCodeCoverage]
-[TypeConverter(typeof(TypeConverter))]
[Command(Type = typeof(DockerTasks), Command = nameof(DockerTasks.DockerContainerRm), Arguments = "container rm")]
public partial class DockerContainerRmSettings : DockerOptionsBase
{
@@ -5623,7 +5467,6 @@ public partial class DockerContainerRmSettings : DockerOptionsBase
/// Used within .
[PublicAPI]
[ExcludeFromCodeCoverage]
-[TypeConverter(typeof(TypeConverter))]
[Command(Type = typeof(DockerTasks), Command = nameof(DockerTasks.DockerContainerUpdate), Arguments = "container update")]
public partial class DockerContainerUpdateSettings : DockerOptionsBase
{
@@ -5665,7 +5508,6 @@ public partial class DockerContainerUpdateSettings : DockerOptionsBase
/// Used within .
[PublicAPI]
[ExcludeFromCodeCoverage]
-[TypeConverter(typeof(TypeConverter))]
[Command(Type = typeof(DockerTasks), Command = nameof(DockerTasks.DockerPluginSet), Arguments = "plugin set")]
public partial class DockerPluginSetSettings : DockerOptionsBase
{
@@ -5679,7 +5521,6 @@ public partial class DockerPluginSetSettings : DockerOptionsBase
/// Used within .
[PublicAPI]
[ExcludeFromCodeCoverage]
-[TypeConverter(typeof(TypeConverter))]
[Command(Type = typeof(DockerTasks), Command = nameof(DockerTasks.DockerWait), Arguments = "wait")]
public partial class DockerWaitSettings : DockerOptionsBase
{
@@ -5691,7 +5532,6 @@ public partial class DockerWaitSettings : DockerOptionsBase
/// Used within .
[PublicAPI]
[ExcludeFromCodeCoverage]
-[TypeConverter(typeof(TypeConverter))]
[Command(Type = typeof(DockerTasks), Command = nameof(DockerTasks.DockerContextExport), Arguments = "context export")]
public partial class DockerContextExportSettings : DockerOptionsBase
{
@@ -5707,7 +5547,6 @@ public partial class DockerContextExportSettings : DockerOptionsBase
/// Used within .
[PublicAPI]
[ExcludeFromCodeCoverage]
-[TypeConverter(typeof(TypeConverter))]
[Command(Type = typeof(DockerTasks), Command = nameof(DockerTasks.DockerManifestAnnotate), Arguments = "manifest annotate")]
public partial class DockerManifestAnnotateSettings : DockerOptionsBase
{
@@ -5729,7 +5568,6 @@ public partial class DockerManifestAnnotateSettings : DockerOptionsBase
/// Used within .
[PublicAPI]
[ExcludeFromCodeCoverage]
-[TypeConverter(typeof(TypeConverter))]
[Command(Type = typeof(DockerTasks), Command = nameof(DockerTasks.DockerImagePull), Arguments = "image pull")]
public partial class DockerImagePullSettings : DockerOptionsBase
{
@@ -5749,7 +5587,6 @@ public partial class DockerImagePullSettings : DockerOptionsBase
/// Used within .
[PublicAPI]
[ExcludeFromCodeCoverage]
-[TypeConverter(typeof(TypeConverter))]
[Command(Type = typeof(DockerTasks), Command = nameof(DockerTasks.DockerEvents), Arguments = "events")]
public partial class DockerEventsSettings : DockerOptionsBase
{
@@ -5767,7 +5604,6 @@ public partial class DockerEventsSettings : DockerOptionsBase
/// Used within .
[PublicAPI]
[ExcludeFromCodeCoverage]
-[TypeConverter(typeof(TypeConverter))]
[Command(Type = typeof(DockerTasks), Command = nameof(DockerTasks.DockerStackLs), Arguments = "stack ls")]
public partial class DockerStackLsSettings : DockerStackSettings
{
@@ -5783,7 +5619,6 @@ public partial class DockerStackLsSettings : DockerStackSettings
/// Used within .
[PublicAPI]
[ExcludeFromCodeCoverage]
-[TypeConverter(typeof(TypeConverter))]
[Command(Type = typeof(DockerTasks), Command = nameof(DockerTasks.DockerContainerInspect), Arguments = "container inspect")]
public partial class DockerContainerInspectSettings : DockerOptionsBase
{
@@ -5799,7 +5634,6 @@ public partial class DockerContainerInspectSettings : DockerOptionsBase
/// Used within .
[PublicAPI]
[ExcludeFromCodeCoverage]
-[TypeConverter(typeof(TypeConverter))]
[Command(Type = typeof(DockerTasks), Command = nameof(DockerTasks.DockerKill), Arguments = "kill")]
public partial class DockerKillSettings : DockerOptionsBase
{
@@ -5813,7 +5647,6 @@ public partial class DockerKillSettings : DockerOptionsBase
/// Used within .
[PublicAPI]
[ExcludeFromCodeCoverage]
-[TypeConverter(typeof(TypeConverter))]
[Command(Type = typeof(DockerTasks), Command = nameof(DockerTasks.DockerCheckpointCreate), Arguments = "checkpoint create")]
public partial class DockerCheckpointCreateSettings : DockerOptionsBase
{
@@ -5831,7 +5664,6 @@ public partial class DockerCheckpointCreateSettings : DockerOptionsBase
/// Used within .
[PublicAPI]
[ExcludeFromCodeCoverage]
-[TypeConverter(typeof(TypeConverter))]
[Command(Type = typeof(DockerTasks), Command = nameof(DockerTasks.DockerPause), Arguments = "pause")]
public partial class DockerPauseSettings : DockerOptionsBase
{
@@ -5843,7 +5675,6 @@ public partial class DockerPauseSettings : DockerOptionsBase
/// Used within .
[PublicAPI]
[ExcludeFromCodeCoverage]
-[TypeConverter(typeof(TypeConverter))]
[Command(Type = typeof(DockerTasks), Command = nameof(DockerTasks.DockerLogs), Arguments = "logs")]
public partial class DockerLogsSettings : DockerOptionsBase
{
@@ -5867,7 +5698,6 @@ public partial class DockerLogsSettings : DockerOptionsBase
/// Used within .
[PublicAPI]
[ExcludeFromCodeCoverage]
-[TypeConverter(typeof(TypeConverter))]
[Command(Type = typeof(DockerTasks), Command = nameof(DockerTasks.DockerContextInspect), Arguments = "context inspect")]
public partial class DockerContextInspectSettings : DockerOptionsBase
{
@@ -5883,7 +5713,6 @@ public partial class DockerContextInspectSettings : DockerOptionsBase
/// Used within .
[PublicAPI]
[ExcludeFromCodeCoverage]
-[TypeConverter(typeof(TypeConverter))]
[Command(Type = typeof(DockerTasks), Command = nameof(DockerTasks.DockerNodePromote), Arguments = "node promote")]
public partial class DockerNodePromoteSettings : DockerOptionsBase
{
@@ -5895,7 +5724,6 @@ public partial class DockerNodePromoteSettings : DockerOptionsBase
/// Used within .
[PublicAPI]
[ExcludeFromCodeCoverage]
-[TypeConverter(typeof(TypeConverter))]
[Command(Type = typeof(DockerTasks), Command = nameof(DockerTasks.DockerNodeDemote), Arguments = "node demote")]
public partial class DockerNodeDemoteSettings : DockerOptionsBase
{
@@ -5907,7 +5735,6 @@ public partial class DockerNodeDemoteSettings : DockerOptionsBase
/// Used within .
[PublicAPI]
[ExcludeFromCodeCoverage]
-[TypeConverter(typeof(TypeConverter))]
[Command(Type = typeof(DockerTasks), Command = nameof(DockerTasks.DockerExec), Arguments = "exec")]
public partial class DockerExecSettings : DockerOptionsBase
{
@@ -5939,7 +5766,6 @@ public partial class DockerExecSettings : DockerOptionsBase
/// Used within .
[PublicAPI]
[ExcludeFromCodeCoverage]
-[TypeConverter(typeof(TypeConverter))]
[Command(Type = typeof(DockerTasks), Command = nameof(DockerTasks.DockerImageRm), Arguments = "image rm")]
public partial class DockerImageRmSettings : DockerOptionsBase
{
@@ -5955,7 +5781,6 @@ public partial class DockerImageRmSettings : DockerOptionsBase
/// Used within .
[PublicAPI]
[ExcludeFromCodeCoverage]
-[TypeConverter(typeof(TypeConverter))]
[Command(Type = typeof(DockerTasks), Command = nameof(DockerTasks.DockerImage), Arguments = "image")]
public partial class DockerImageSettings : DockerOptionsBase
{
@@ -5965,7 +5790,6 @@ public partial class DockerImageSettings : DockerOptionsBase
/// Used within .
[PublicAPI]
[ExcludeFromCodeCoverage]
-[TypeConverter(typeof(TypeConverter))]
[Command(Type = typeof(DockerTasks), Command = nameof(DockerTasks.DockerContext), Arguments = "context")]
public partial class DockerContextSettings : DockerOptionsBase
{
@@ -5975,7 +5799,6 @@ public partial class DockerContextSettings : DockerOptionsBase
/// Used within .
[PublicAPI]
[ExcludeFromCodeCoverage]
-[TypeConverter(typeof(TypeConverter))]
[Command(Type = typeof(DockerTasks), Command = nameof(DockerTasks.DockerVolume), Arguments = "volume")]
public partial class DockerVolumeSettings : DockerOptionsBase
{
@@ -5987,7 +5810,6 @@ public partial class DockerVolumeSettings : DockerOptionsBase
/// Used within .
[PublicAPI]
[ExcludeFromCodeCoverage]
-[TypeConverter(typeof(TypeConverter))]
[Command(Type = typeof(DockerTasks), Command = nameof(DockerTasks.DockerContainerStart), Arguments = "container start")]
public partial class DockerContainerStartSettings : DockerOptionsBase
{
@@ -6009,7 +5831,6 @@ public partial class DockerContainerStartSettings : DockerOptionsBase
/// Used within .
[PublicAPI]
[ExcludeFromCodeCoverage]
-[TypeConverter(typeof(TypeConverter))]
[Command(Type = typeof(DockerTasks), Command = nameof(DockerTasks.DockerPluginInspect), Arguments = "plugin inspect")]
public partial class DockerPluginInspectSettings : DockerOptionsBase
{
@@ -6023,7 +5844,6 @@ public partial class DockerPluginInspectSettings : DockerOptionsBase
/// Used within .
[PublicAPI]
[ExcludeFromCodeCoverage]
-[TypeConverter(typeof(TypeConverter))]
[Command(Type = typeof(DockerTasks), Command = nameof(DockerTasks.DockerLogout), Arguments = "logout")]
public partial class DockerLogoutSettings : DockerOptionsBase
{
@@ -6035,7 +5855,6 @@ public partial class DockerLogoutSettings : DockerOptionsBase
/// Used within .
[PublicAPI]
[ExcludeFromCodeCoverage]
-[TypeConverter(typeof(TypeConverter))]
[Command(Type = typeof(DockerTasks), Command = nameof(DockerTasks.DockerNetwork), Arguments = "network")]
public partial class DockerNetworkSettings : DockerOptionsBase
{
@@ -6045,7 +5864,6 @@ public partial class DockerNetworkSettings : DockerOptionsBase
/// Used within .
[PublicAPI]
[ExcludeFromCodeCoverage]
-[TypeConverter(typeof(TypeConverter))]
[Command(Type = typeof(DockerTasks), Command = nameof(DockerTasks.DockerImageLs), Arguments = "image ls")]
public partial class DockerImageLsSettings : DockerOptionsBase
{
@@ -6069,7 +5887,6 @@ public partial class DockerImageLsSettings : DockerOptionsBase
/// Used within .
[PublicAPI]
[ExcludeFromCodeCoverage]
-[TypeConverter(typeof(TypeConverter))]
[Command(Type = typeof(DockerTasks), Command = nameof(DockerTasks.DockerSystemDf), Arguments = "system df")]
public partial class DockerSystemDfSettings : DockerOptionsBase
{
@@ -6083,7 +5900,6 @@ public partial class DockerSystemDfSettings : DockerOptionsBase
/// Used within .
[PublicAPI]
[ExcludeFromCodeCoverage]
-[TypeConverter(typeof(TypeConverter))]
[Command(Type = typeof(DockerTasks), Command = nameof(DockerTasks.DockerServiceRollback), Arguments = "service rollback")]
public partial class DockerServiceRollbackSettings : DockerOptionsBase
{
@@ -6099,7 +5915,6 @@ public partial class DockerServiceRollbackSettings : DockerOptionsBase
/// Used within .
[PublicAPI]
[ExcludeFromCodeCoverage]
-[TypeConverter(typeof(TypeConverter))]
[Command(Type = typeof(DockerTasks), Command = nameof(DockerTasks.DockerRestart), Arguments = "restart")]
public partial class DockerRestartSettings : DockerOptionsBase
{
@@ -6113,7 +5928,6 @@ public partial class DockerRestartSettings : DockerOptionsBase
/// Used within .
[PublicAPI]
[ExcludeFromCodeCoverage]
-[TypeConverter(typeof(TypeConverter))]
[Command(Type = typeof(DockerTasks), Command = nameof(DockerTasks.DockerTrustSignerRemove), Arguments = "trust signer remove")]
public partial class DockerTrustSignerRemoveSettings : DockerOptionsBase
{
@@ -6129,7 +5943,6 @@ public partial class DockerTrustSignerRemoveSettings : DockerOptionsBase
/// Used within .
[PublicAPI]
[ExcludeFromCodeCoverage]
-[TypeConverter(typeof(TypeConverter))]
[Command(Type = typeof(DockerTasks), Command = nameof(DockerTasks.DockerStackRm), Arguments = "stack rm")]
public partial class DockerStackRmSettings : DockerStackSettings
{
@@ -6143,7 +5956,6 @@ public partial class DockerStackRmSettings : DockerStackSettings
/// Used within .
[PublicAPI]
[ExcludeFromCodeCoverage]
-[TypeConverter(typeof(TypeConverter))]
[Command(Type = typeof(DockerTasks), Command = nameof(DockerTasks.DockerBuild), Arguments = "build")]
public partial class DockerBuildSettings : DockerOptionsBase
{
@@ -6225,7 +6037,6 @@ public partial class DockerBuildSettings : DockerOptionsBase
/// Used within .
[PublicAPI]
[ExcludeFromCodeCoverage]
-[TypeConverter(typeof(TypeConverter))]
public partial class DockerOptionsBase : ToolOptions
{
/// Set the logging level.
@@ -6250,7 +6061,6 @@ public partial class DockerOptionsBase : ToolOptions
/// Used within .
[PublicAPI]
[ExcludeFromCodeCoverage]
-[TypeConverter(typeof(TypeConverter))]
public partial class DockerRunTargetSettings : DockerRunSettings
{
/// Whether to execute a docker pull before running the container.
diff --git a/source/Nuke.Common/Tools/DotCover/DotCover.Generated.cs b/source/Nuke.Common/Tools/DotCover/DotCover.Generated.cs
index 8bd1ed508..db7070f53 100644
--- a/source/Nuke.Common/Tools/DotCover/DotCover.Generated.cs
+++ b/source/Nuke.Common/Tools/DotCover/DotCover.Generated.cs
@@ -96,7 +96,6 @@ public partial class DotCoverTasks : ToolTasks, IRequireNuGetPackage
/// Used within .
[PublicAPI]
[ExcludeFromCodeCoverage]
-[TypeConverter(typeof(TypeConverter))]
[Command(Type = typeof(DotCoverTasks), Command = nameof(DotCoverTasks.DotCoverAnalyse), Arguments = "analyse")]
public partial class DotCoverAnalyseSettings : ToolOptions
{
@@ -144,7 +143,6 @@ public partial class DotCoverAnalyseSettings : ToolOptions
/// Used within .
[PublicAPI]
[ExcludeFromCodeCoverage]
-[TypeConverter(typeof(TypeConverter))]
[Command(Type = typeof(DotCoverTasks), Command = nameof(DotCoverTasks.DotCoverCover), Arguments = "cover")]
public partial class DotCoverCoverSettings : ToolOptions
{
@@ -190,7 +188,6 @@ public partial class DotCoverCoverSettings : ToolOptions
/// Used within .
[PublicAPI]
[ExcludeFromCodeCoverage]
-[TypeConverter(typeof(TypeConverter))]
[Command(Type = typeof(DotCoverTasks), Command = nameof(DotCoverTasks.DotCoverCoverDotNet), Arguments = "dotnet")]
public partial class DotCoverCoverDotNetSettings : ToolOptions
{
@@ -234,7 +231,6 @@ public partial class DotCoverCoverDotNetSettings : ToolOptions
/// Used within .
[PublicAPI]
[ExcludeFromCodeCoverage]
-[TypeConverter(typeof(TypeConverter))]
[Command(Type = typeof(DotCoverTasks), Command = nameof(DotCoverTasks.DotCoverDelete), Arguments = "delete")]
public partial class DotCoverDeleteSettings : ToolOptions
{
@@ -250,7 +246,6 @@ public partial class DotCoverDeleteSettings : ToolOptions
/// Used within .
[PublicAPI]
[ExcludeFromCodeCoverage]
-[TypeConverter(typeof(TypeConverter))]
[Command(Type = typeof(DotCoverTasks), Command = nameof(DotCoverTasks.DotCoverMerge), Arguments = "merge")]
public partial class DotCoverMergeSettings : ToolOptions
{
@@ -270,7 +265,6 @@ public partial class DotCoverMergeSettings : ToolOptions
/// Used within .
[PublicAPI]
[ExcludeFromCodeCoverage]
-[TypeConverter(typeof(TypeConverter))]
[Command(Type = typeof(DotCoverTasks), Command = nameof(DotCoverTasks.DotCoverReport), Arguments = "report")]
public partial class DotCoverReportSettings : ToolOptions
{
@@ -292,7 +286,6 @@ public partial class DotCoverReportSettings : ToolOptions
/// Used within .
[PublicAPI]
[ExcludeFromCodeCoverage]
-[TypeConverter(typeof(TypeConverter))]
[Command(Type = typeof(DotCoverTasks), Command = nameof(DotCoverTasks.DotCoverZip), Arguments = "zip")]
public partial class DotCoverZipSettings : ToolOptions
{
diff --git a/source/Nuke.Common/Tools/DotNet/DotNet.Generated.cs b/source/Nuke.Common/Tools/DotNet/DotNet.Generated.cs
index ac6f6badb..05f63b1a2 100644
--- a/source/Nuke.Common/Tools/DotNet/DotNet.Generated.cs
+++ b/source/Nuke.Common/Tools/DotNet/DotNet.Generated.cs
@@ -222,7 +222,6 @@ public partial class DotNetTasks : ToolTasks, IRequirePathTool
/// Used within .
[PublicAPI]
[ExcludeFromCodeCoverage]
-[TypeConverter(typeof(TypeConverter))]
[Command(Type = typeof(DotNetTasks), Command = nameof(DotNetTasks.DotNetTest), Arguments = "test")]
public partial class DotNetTestSettings : ToolOptions
{
@@ -306,7 +305,6 @@ public partial class DotNetTestSettings : ToolOptions
/// Used within .
[PublicAPI]
[ExcludeFromCodeCoverage]
-[TypeConverter(typeof(TypeConverter))]
[Command(Type = typeof(DotNetTasks), Command = nameof(DotNetTasks.DotNetRun), Arguments = "run")]
public partial class DotNetRunSettings : ToolOptions
{
@@ -372,7 +370,6 @@ public partial class DotNetRunSettings : ToolOptions
/// Used within .
[PublicAPI]
[ExcludeFromCodeCoverage]
-[TypeConverter(typeof(TypeConverter))]
[Command(Type = typeof(DotNetTasks), Command = nameof(DotNetTasks.DotNetRestore), Arguments = "restore")]
public partial class DotNetRestoreSettings : ToolOptions
{
@@ -414,7 +411,6 @@ public partial class DotNetRestoreSettings : ToolOptions
/// Used within .
[PublicAPI]
[ExcludeFromCodeCoverage]
-[TypeConverter(typeof(TypeConverter))]
[Command(Type = typeof(DotNetTasks), Command = nameof(DotNetTasks.DotNetPack), Arguments = "pack")]
public partial class DotNetPackSettings : ToolOptions
{
@@ -472,7 +468,6 @@ public partial class DotNetPackSettings : ToolOptions
/// Used within .
[PublicAPI]
[ExcludeFromCodeCoverage]
-[TypeConverter(typeof(TypeConverter))]
[Command(Type = typeof(DotNetTasks), Command = nameof(DotNetTasks.DotNetBuild), Arguments = "build")]
public partial class DotNetBuildSettings : ToolOptions
{
@@ -534,7 +529,6 @@ public partial class DotNetBuildSettings : ToolOptions
/// Used within .
[PublicAPI]
[ExcludeFromCodeCoverage]
-[TypeConverter(typeof(TypeConverter))]
[Command(Type = typeof(DotNetTasks), Command = nameof(DotNetTasks.DotNetMSBuild), Arguments = "msbuild")]
public partial class DotNetMSBuildSettings : ToolOptions
{
@@ -572,7 +566,6 @@ public partial class DotNetMSBuildSettings : ToolOptions
/// Used within .
[PublicAPI]
[ExcludeFromCodeCoverage]
-[TypeConverter(typeof(TypeConverter))]
[Command(Type = typeof(DotNetTasks), Command = nameof(DotNetTasks.DotNetClean), Arguments = "clean")]
public partial class DotNetCleanSettings : ToolOptions
{
@@ -598,7 +591,6 @@ public partial class DotNetCleanSettings : ToolOptions
/// Used within .
[PublicAPI]
[ExcludeFromCodeCoverage]
-[TypeConverter(typeof(TypeConverter))]
[Command(Type = typeof(DotNetTasks), Command = nameof(DotNetTasks.DotNetFormat), Arguments = "format")]
public partial class DotNetFormatSettings : ToolOptions
{
@@ -630,7 +622,6 @@ public partial class DotNetFormatSettings : ToolOptions
/// Used within .
[PublicAPI]
[ExcludeFromCodeCoverage]
-[TypeConverter(typeof(TypeConverter))]
[Command(Type = typeof(DotNetTasks), Command = nameof(DotNetTasks.DotNetPublish), Arguments = "publish")]
public partial class DotNetPublishSettings : ToolOptions
{
@@ -694,7 +685,6 @@ public partial class DotNetPublishSettings : ToolOptions
/// Used within .
[PublicAPI]
[ExcludeFromCodeCoverage]
-[TypeConverter(typeof(TypeConverter))]
[Command(Type = typeof(DotNetTasks), Command = nameof(DotNetTasks.DotNetNuGetPush), Arguments = "nuget push")]
public partial class DotNetNuGetPushSettings : ToolOptions
{
@@ -726,7 +716,6 @@ public partial class DotNetNuGetPushSettings : ToolOptions
/// Used within .
[PublicAPI]
[ExcludeFromCodeCoverage]
-[TypeConverter(typeof(TypeConverter))]
[Command(Type = typeof(DotNetTasks), Command = nameof(DotNetTasks.DotNetNuGetAddSource), Arguments = "nuget add source")]
public partial class DotNetNuGetAddSourceSettings : ToolOptions
{
@@ -750,7 +739,6 @@ public partial class DotNetNuGetAddSourceSettings : ToolOptions
/// Used within .
[PublicAPI]
[ExcludeFromCodeCoverage]
-[TypeConverter(typeof(TypeConverter))]
[Command(Type = typeof(DotNetTasks), Command = nameof(DotNetTasks.DotNetNuGetUpdateSource), Arguments = "nuget update source")]
public partial class DotNetNuGetUpdateSourceSettings : ToolOptions
{
@@ -774,7 +762,6 @@ public partial class DotNetNuGetUpdateSourceSettings : ToolOptions
/// Used within .
[PublicAPI]
[ExcludeFromCodeCoverage]
-[TypeConverter(typeof(TypeConverter))]
[Command(Type = typeof(DotNetTasks), Command = nameof(DotNetTasks.DotNetToolInstall), Arguments = "tool install")]
public partial class DotNetToolInstallSettings : ToolOptions
{
@@ -800,7 +787,6 @@ public partial class DotNetToolInstallSettings : ToolOptions
/// Used within .
[PublicAPI]
[ExcludeFromCodeCoverage]
-[TypeConverter(typeof(TypeConverter))]
[Command(Type = typeof(DotNetTasks), Command = nameof(DotNetTasks.DotNetToolRestore), Arguments = "tool restore")]
public partial class DotNetToolRestoreSettings : ToolOptions
{
@@ -824,7 +810,6 @@ public partial class DotNetToolRestoreSettings : ToolOptions
/// Used within .
[PublicAPI]
[ExcludeFromCodeCoverage]
-[TypeConverter(typeof(TypeConverter))]
[Command(Type = typeof(DotNetTasks), Command = nameof(DotNetTasks.DotNetToolUninstall), Arguments = "tool uninstall")]
public partial class DotNetToolUninstallSettings : ToolOptions
{
@@ -842,7 +827,6 @@ public partial class DotNetToolUninstallSettings : ToolOptions
/// Used within .
[PublicAPI]
[ExcludeFromCodeCoverage]
-[TypeConverter(typeof(TypeConverter))]
[Command(Type = typeof(DotNetTasks), Command = nameof(DotNetTasks.DotNetToolUpdate), Arguments = "tool update")]
public partial class DotNetToolUpdateSettings : ToolOptions
{
@@ -868,7 +852,6 @@ public partial class DotNetToolUpdateSettings : ToolOptions
/// Used within .
[PublicAPI]
[ExcludeFromCodeCoverage]
-[TypeConverter(typeof(TypeConverter))]
[Command(Type = typeof(DotNetTasks), Command = nameof(DotNetTasks.DotNetWorkloadInstall), Arguments = "workload install")]
public partial class DotNetWorkloadInstallSettings : ToolOptions
{
@@ -902,7 +885,6 @@ public partial class DotNetWorkloadInstallSettings : ToolOptions
/// Used within .
[PublicAPI]
[ExcludeFromCodeCoverage]
-[TypeConverter(typeof(TypeConverter))]
[Command(Type = typeof(DotNetTasks), Command = nameof(DotNetTasks.DotNetWorkloadUninstall), Arguments = "workload uninstall")]
public partial class DotNetWorkloadUninstallSettings : ToolOptions
{
@@ -914,7 +896,6 @@ public partial class DotNetWorkloadUninstallSettings : ToolOptions
/// Used within .
[PublicAPI]
[ExcludeFromCodeCoverage]
-[TypeConverter(typeof(TypeConverter))]
[Command(Type = typeof(DotNetTasks), Command = nameof(DotNetTasks.DotNetWorkloadRestore), Arguments = "workload restore")]
public partial class DotNetWorkloadRestoreSettings : ToolOptions
{
@@ -948,7 +929,6 @@ public partial class DotNetWorkloadRestoreSettings : ToolOptions
/// Used within .
[PublicAPI]
[ExcludeFromCodeCoverage]
-[TypeConverter(typeof(TypeConverter))]
[Command(Type = typeof(DotNetTasks), Command = nameof(DotNetTasks.DotNetWorkloadUpdate), Arguments = "workload update")]
public partial class DotNetWorkloadUpdateSettings : ToolOptions
{
@@ -982,7 +962,6 @@ public partial class DotNetWorkloadUpdateSettings : ToolOptions
/// Used within .
[PublicAPI]
[ExcludeFromCodeCoverage]
-[TypeConverter(typeof(TypeConverter))]
[Command(Type = typeof(DotNetTasks), Command = nameof(DotNetTasks.DotNetWorkloadRepair), Arguments = "workload repair")]
public partial class DotNetWorkloadRepairSettings : ToolOptions
{
diff --git a/source/Nuke.Common/Tools/DotnetPackaging/DotnetPackaging.Generated.cs b/source/Nuke.Common/Tools/DotnetPackaging/DotnetPackaging.Generated.cs
index 14783103b..ef616b65d 100644
--- a/source/Nuke.Common/Tools/DotnetPackaging/DotnetPackaging.Generated.cs
+++ b/source/Nuke.Common/Tools/DotnetPackaging/DotnetPackaging.Generated.cs
@@ -52,7 +52,6 @@ public partial class DotnetPackagingTasks : ToolTasks, IRequireNuGetPackage
/// Used within .
[PublicAPI]
[ExcludeFromCodeCoverage]
-[TypeConverter(typeof(TypeConverter))]
[Command(Type = typeof(DotnetPackagingTasks), Command = nameof(DotnetPackagingTasks.DotnetPackagingDeb), Arguments = "deb")]
public partial class DotnetPackagingDebSettings : ToolOptions
{
@@ -68,7 +67,6 @@ public partial class DotnetPackagingDebSettings : ToolOptions
/// Used within .
[PublicAPI]
[ExcludeFromCodeCoverage]
-[TypeConverter(typeof(TypeConverter))]
[Command(Type = typeof(DotnetPackagingTasks), Command = nameof(DotnetPackagingTasks.DotnetPackagingAppImage), Arguments = "appimage")]
public partial class DotnetPackagingAppImageSettings : ToolOptions
{
diff --git a/source/Nuke.Common/Tools/EntityFramework/EntityFramework.Generated.cs b/source/Nuke.Common/Tools/EntityFramework/EntityFramework.Generated.cs
index b77683a42..08c9e9c1f 100644
--- a/source/Nuke.Common/Tools/EntityFramework/EntityFramework.Generated.cs
+++ b/source/Nuke.Common/Tools/EntityFramework/EntityFramework.Generated.cs
@@ -133,7 +133,6 @@ public partial class EntityFrameworkTasks : ToolTasks, IRequireNuGetPackage
/// Used within .
[PublicAPI]
[ExcludeFromCodeCoverage]
-[TypeConverter(typeof(TypeConverter))]
[Command(Type = typeof(EntityFrameworkTasks), Command = nameof(EntityFrameworkTasks.EntityFrameworkDatabaseDrop), Arguments = "database drop")]
public partial class EntityFrameworkDatabaseDropSettings : ToolOptions
{
@@ -169,7 +168,6 @@ public partial class EntityFrameworkDatabaseDropSettings : ToolOptions
/// Used within