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 . [PublicAPI] [ExcludeFromCodeCoverage] -[TypeConverter(typeof(TypeConverter))] [Command(Type = typeof(EntityFrameworkTasks), Command = nameof(EntityFrameworkTasks.EntityFrameworkDatabaseUpdate), Arguments = "database update")] public partial class EntityFrameworkDatabaseUpdateSettings : ToolOptions { @@ -205,7 +203,6 @@ public partial class EntityFrameworkDatabaseUpdateSettings : ToolOptions /// Used within . [PublicAPI] [ExcludeFromCodeCoverage] -[TypeConverter(typeof(TypeConverter))] [Command(Type = typeof(EntityFrameworkTasks), Command = nameof(EntityFrameworkTasks.EntityFrameworkDbContextInfo), Arguments = "dbcontext info")] public partial class EntityFrameworkDbContextInfoSettings : ToolOptions { @@ -237,7 +234,6 @@ public partial class EntityFrameworkDbContextInfoSettings : ToolOptions /// Used within . [PublicAPI] [ExcludeFromCodeCoverage] -[TypeConverter(typeof(TypeConverter))] [Command(Type = typeof(EntityFrameworkTasks), Command = nameof(EntityFrameworkTasks.EntityFrameworkDbContextList), Arguments = "dbcontext list")] public partial class EntityFrameworkDbContextListSettings : ToolOptions { @@ -269,7 +265,6 @@ public partial class EntityFrameworkDbContextListSettings : ToolOptions /// Used within . [PublicAPI] [ExcludeFromCodeCoverage] -[TypeConverter(typeof(TypeConverter))] [Command(Type = typeof(EntityFrameworkTasks), Command = nameof(EntityFrameworkTasks.EntityFrameworkDbContextScaffold), Arguments = "dbcontext scaffold")] public partial class EntityFrameworkDbContextScaffoldSettings : ToolOptions { @@ -327,7 +322,6 @@ public partial class EntityFrameworkDbContextScaffoldSettings : ToolOptions /// Used within . [PublicAPI] [ExcludeFromCodeCoverage] -[TypeConverter(typeof(TypeConverter))] [Command(Type = typeof(EntityFrameworkTasks), Command = nameof(EntityFrameworkTasks.EntityFrameworkDbContextScript), Arguments = "dbcontext script")] public partial class EntityFrameworkDbContextScriptSettings : ToolOptions { @@ -361,7 +355,6 @@ public partial class EntityFrameworkDbContextScriptSettings : ToolOptions /// Used within . [PublicAPI] [ExcludeFromCodeCoverage] -[TypeConverter(typeof(TypeConverter))] [Command(Type = typeof(EntityFrameworkTasks), Command = nameof(EntityFrameworkTasks.EntityFrameworkMigrationsAdd), Arguments = "migrations add")] public partial class EntityFrameworkMigrationsAddSettings : ToolOptions { @@ -399,7 +392,6 @@ public partial class EntityFrameworkMigrationsAddSettings : ToolOptions /// Used within . [PublicAPI] [ExcludeFromCodeCoverage] -[TypeConverter(typeof(TypeConverter))] [Command(Type = typeof(EntityFrameworkTasks), Command = nameof(EntityFrameworkTasks.EntityFrameworkMigrationsList), Arguments = "migrations list")] public partial class EntityFrameworkMigrationsListSettings : ToolOptions { @@ -435,7 +427,6 @@ public partial class EntityFrameworkMigrationsListSettings : ToolOptions /// Used within . [PublicAPI] [ExcludeFromCodeCoverage] -[TypeConverter(typeof(TypeConverter))] [Command(Type = typeof(EntityFrameworkTasks), Command = nameof(EntityFrameworkTasks.EntityFrameworkMigrationsRemove), Arguments = "migrations remove")] public partial class EntityFrameworkMigrationsRemoveSettings : ToolOptions { @@ -469,7 +460,6 @@ public partial class EntityFrameworkMigrationsRemoveSettings : ToolOptions /// Used within . [PublicAPI] [ExcludeFromCodeCoverage] -[TypeConverter(typeof(TypeConverter))] [Command(Type = typeof(EntityFrameworkTasks), Command = nameof(EntityFrameworkTasks.EntityFrameworkMigrationsBundle), Arguments = "migrations bundle")] public partial class EntityFrameworkMigrationsBundleSettings : ToolOptions { @@ -509,7 +499,6 @@ public partial class EntityFrameworkMigrationsBundleSettings : ToolOptions /// Used within . [PublicAPI] [ExcludeFromCodeCoverage] -[TypeConverter(typeof(TypeConverter))] [Command(Type = typeof(EntityFrameworkTasks), Command = nameof(EntityFrameworkTasks.EntityFrameworkMigrationsScript), Arguments = "migrations script")] public partial class EntityFrameworkMigrationsScriptSettings : ToolOptions { diff --git a/source/Nuke.Common/Tools/Fixie/Fixie.Generated.cs b/source/Nuke.Common/Tools/Fixie/Fixie.Generated.cs index 0921892b4..c79061925 100644 --- a/source/Nuke.Common/Tools/Fixie/Fixie.Generated.cs +++ b/source/Nuke.Common/Tools/Fixie/Fixie.Generated.cs @@ -43,7 +43,6 @@ public partial class FixieTasks : ToolTasks, IRequireNuGetPackage /// Used within . [PublicAPI] [ExcludeFromCodeCoverage] -[TypeConverter(typeof(TypeConverter))] [Command(Type = typeof(FixieTasks), Command = nameof(FixieTasks.Fixie))] public partial class FixieSettings : ToolOptions { diff --git a/source/Nuke.Common/Tools/GitLink/GitLink.Generated.cs b/source/Nuke.Common/Tools/GitLink/GitLink.Generated.cs index f5ccb43e8..c156d9ba8 100644 --- a/source/Nuke.Common/Tools/GitLink/GitLink.Generated.cs +++ b/source/Nuke.Common/Tools/GitLink/GitLink.Generated.cs @@ -52,7 +52,6 @@ public partial class GitLinkTasks : ToolTasks, IRequireNuGetPackage /// Used within . [PublicAPI] [ExcludeFromCodeCoverage] -[TypeConverter(typeof(TypeConverter))] [Command(Type = typeof(GitLinkTasks), Command = nameof(GitLinkTasks.GitLink2))] public partial class GitLink2Settings : ToolOptions { @@ -88,7 +87,6 @@ public partial class GitLink2Settings : ToolOptions /// Used within . [PublicAPI] [ExcludeFromCodeCoverage] -[TypeConverter(typeof(TypeConverter))] [Command(Type = typeof(GitLinkTasks), Command = nameof(GitLinkTasks.GitLink3))] public partial class GitLink3Settings : ToolOptions { diff --git a/source/Nuke.Common/Tools/GitReleaseManager/GitReleaseManager.Generated.cs b/source/Nuke.Common/Tools/GitReleaseManager/GitReleaseManager.Generated.cs index 8399d61b0..d2f5b2a37 100644 --- a/source/Nuke.Common/Tools/GitReleaseManager/GitReleaseManager.Generated.cs +++ b/source/Nuke.Common/Tools/GitReleaseManager/GitReleaseManager.Generated.cs @@ -79,7 +79,6 @@ public partial class GitReleaseManagerTasks : ToolTasks, IRequireNuGetPackage /// Used within . [PublicAPI] [ExcludeFromCodeCoverage] -[TypeConverter(typeof(TypeConverter))] [Command(Type = typeof(GitReleaseManagerTasks), Command = nameof(GitReleaseManagerTasks.GitReleaseManagerAddAssets), Arguments = "addasset")] public partial class GitReleaseManagerAddAssetsSettings : ToolOptions { @@ -107,7 +106,6 @@ public partial class GitReleaseManagerAddAssetsSettings : ToolOptions /// Used within . [PublicAPI] [ExcludeFromCodeCoverage] -[TypeConverter(typeof(TypeConverter))] [Command(Type = typeof(GitReleaseManagerTasks), Command = nameof(GitReleaseManagerTasks.GitReleaseManagerClose), Arguments = "close")] public partial class GitReleaseManagerCloseSettings : ToolOptions { @@ -133,7 +131,6 @@ public partial class GitReleaseManagerCloseSettings : ToolOptions /// Used within . [PublicAPI] [ExcludeFromCodeCoverage] -[TypeConverter(typeof(TypeConverter))] [Command(Type = typeof(GitReleaseManagerTasks), Command = nameof(GitReleaseManagerTasks.GitReleaseManagerCreate), Arguments = "create")] public partial class GitReleaseManagerCreateSettings : ToolOptions { @@ -169,7 +166,6 @@ public partial class GitReleaseManagerCreateSettings : ToolOptions /// Used within . [PublicAPI] [ExcludeFromCodeCoverage] -[TypeConverter(typeof(TypeConverter))] [Command(Type = typeof(GitReleaseManagerTasks), Command = nameof(GitReleaseManagerTasks.GitReleaseManagerExport), Arguments = "export")] public partial class GitReleaseManagerExportSettings : ToolOptions { @@ -197,7 +193,6 @@ public partial class GitReleaseManagerExportSettings : ToolOptions /// Used within . [PublicAPI] [ExcludeFromCodeCoverage] -[TypeConverter(typeof(TypeConverter))] [Command(Type = typeof(GitReleaseManagerTasks), Command = nameof(GitReleaseManagerTasks.GitReleaseManagerPublish), Arguments = "publish")] public partial class GitReleaseManagerPublishSettings : ToolOptions { diff --git a/source/Nuke.Common/Tools/GitVersion/GitVersion.Generated.cs b/source/Nuke.Common/Tools/GitVersion/GitVersion.Generated.cs index bf445d85f..1b1b598a8 100644 --- a/source/Nuke.Common/Tools/GitVersion/GitVersion.Generated.cs +++ b/source/Nuke.Common/Tools/GitVersion/GitVersion.Generated.cs @@ -43,7 +43,6 @@ public partial class GitVersionTasks : ToolTasks, IRequireNuGetPackage /// Used within . [PublicAPI] [ExcludeFromCodeCoverage] -[TypeConverter(typeof(TypeConverter))] [Command(Type = typeof(GitVersionTasks), Command = nameof(GitVersionTasks.GitVersion))] public partial class GitVersionSettings : ToolOptions, IToolOptionsWithFramework { diff --git a/source/Nuke.Common/Tools/Helm/Helm.Generated.cs b/source/Nuke.Common/Tools/Helm/Helm.Generated.cs index 7c706ddaf..78865b6cf 100644 --- a/source/Nuke.Common/Tools/Helm/Helm.Generated.cs +++ b/source/Nuke.Common/Tools/Helm/Helm.Generated.cs @@ -411,7 +411,6 @@ public partial class HelmTasks : ToolTasks, IRequirePathTool /// Used within . [PublicAPI] [ExcludeFromCodeCoverage] -[TypeConverter(typeof(TypeConverter))] [Command(Type = typeof(HelmTasks), Command = nameof(HelmTasks.HelmCompletion), Arguments = "completion")] public partial class HelmCompletionSettings : HelmOptionsBase { @@ -423,7 +422,6 @@ public partial class HelmCompletionSettings : HelmOptionsBase /// Used within . [PublicAPI] [ExcludeFromCodeCoverage] -[TypeConverter(typeof(TypeConverter))] [Command(Type = typeof(HelmTasks), Command = nameof(HelmTasks.HelmCreate), Arguments = "create")] public partial class HelmCreateSettings : HelmOptionsBase { @@ -437,7 +435,6 @@ public partial class HelmCreateSettings : HelmOptionsBase /// Used within . [PublicAPI] [ExcludeFromCodeCoverage] -[TypeConverter(typeof(TypeConverter))] [Command(Type = typeof(HelmTasks), Command = nameof(HelmTasks.HelmDelete), Arguments = "delete")] public partial class HelmDeleteSettings : HelmOptionsBase { @@ -471,7 +468,6 @@ public partial class HelmDeleteSettings : HelmOptionsBase /// Used within . [PublicAPI] [ExcludeFromCodeCoverage] -[TypeConverter(typeof(TypeConverter))] [Command(Type = typeof(HelmTasks), Command = nameof(HelmTasks.HelmDependencyBuild), Arguments = "dependency build")] public partial class HelmDependencyBuildSettings : HelmOptionsBase { @@ -487,7 +483,6 @@ public partial class HelmDependencyBuildSettings : HelmOptionsBase /// Used within . [PublicAPI] [ExcludeFromCodeCoverage] -[TypeConverter(typeof(TypeConverter))] [Command(Type = typeof(HelmTasks), Command = nameof(HelmTasks.HelmDependencyList), Arguments = "dependency list")] public partial class HelmDependencyListSettings : HelmOptionsBase { @@ -499,7 +494,6 @@ public partial class HelmDependencyListSettings : HelmOptionsBase /// Used within . [PublicAPI] [ExcludeFromCodeCoverage] -[TypeConverter(typeof(TypeConverter))] [Command(Type = typeof(HelmTasks), Command = nameof(HelmTasks.HelmDependencyUpdate), Arguments = "dependency update")] public partial class HelmDependencyUpdateSettings : HelmOptionsBase { @@ -517,7 +511,6 @@ public partial class HelmDependencyUpdateSettings : HelmOptionsBase /// Used within . [PublicAPI] [ExcludeFromCodeCoverage] -[TypeConverter(typeof(TypeConverter))] [Command(Type = typeof(HelmTasks), Command = nameof(HelmTasks.HelmFetch), Arguments = "fetch")] public partial class HelmFetchSettings : HelmOptionsBase { @@ -557,7 +550,6 @@ public partial class HelmFetchSettings : HelmOptionsBase /// Used within . [PublicAPI] [ExcludeFromCodeCoverage] -[TypeConverter(typeof(TypeConverter))] [Command(Type = typeof(HelmTasks), Command = nameof(HelmTasks.HelmGet), Arguments = "get")] public partial class HelmGetSettings : HelmOptionsBase { @@ -583,7 +575,6 @@ public partial class HelmGetSettings : HelmOptionsBase /// Used within . [PublicAPI] [ExcludeFromCodeCoverage] -[TypeConverter(typeof(TypeConverter))] [Command(Type = typeof(HelmTasks), Command = nameof(HelmTasks.HelmGetHooks), Arguments = "get hooks")] public partial class HelmGetHooksSettings : HelmOptionsBase { @@ -609,7 +600,6 @@ public partial class HelmGetHooksSettings : HelmOptionsBase /// Used within . [PublicAPI] [ExcludeFromCodeCoverage] -[TypeConverter(typeof(TypeConverter))] [Command(Type = typeof(HelmTasks), Command = nameof(HelmTasks.HelmGetManifest), Arguments = "get manifest")] public partial class HelmGetManifestSettings : HelmOptionsBase { @@ -635,7 +625,6 @@ public partial class HelmGetManifestSettings : HelmOptionsBase /// Used within . [PublicAPI] [ExcludeFromCodeCoverage] -[TypeConverter(typeof(TypeConverter))] [Command(Type = typeof(HelmTasks), Command = nameof(HelmTasks.HelmGetNotes), Arguments = "get notes")] public partial class HelmGetNotesSettings : HelmOptionsBase { @@ -661,7 +650,6 @@ public partial class HelmGetNotesSettings : HelmOptionsBase /// Used within . [PublicAPI] [ExcludeFromCodeCoverage] -[TypeConverter(typeof(TypeConverter))] [Command(Type = typeof(HelmTasks), Command = nameof(HelmTasks.HelmGetValues), Arguments = "get values")] public partial class HelmGetValuesSettings : HelmOptionsBase { @@ -691,7 +679,6 @@ public partial class HelmGetValuesSettings : HelmOptionsBase /// Used within . [PublicAPI] [ExcludeFromCodeCoverage] -[TypeConverter(typeof(TypeConverter))] [Command(Type = typeof(HelmTasks), Command = nameof(HelmTasks.HelmHistory), Arguments = "history")] public partial class HelmHistorySettings : HelmOptionsBase { @@ -721,7 +708,6 @@ public partial class HelmHistorySettings : HelmOptionsBase /// Used within . [PublicAPI] [ExcludeFromCodeCoverage] -[TypeConverter(typeof(TypeConverter))] [Command(Type = typeof(HelmTasks), Command = nameof(HelmTasks.HelmHome), Arguments = "home")] public partial class HelmHomeSettings : HelmOptionsBase { @@ -731,7 +717,6 @@ public partial class HelmHomeSettings : HelmOptionsBase /// Used within . [PublicAPI] [ExcludeFromCodeCoverage] -[TypeConverter(typeof(TypeConverter))] [Command(Type = typeof(HelmTasks), Command = nameof(HelmTasks.HelmInit), Arguments = "init")] public partial class HelmInitSettings : HelmOptionsBase { @@ -789,7 +774,6 @@ public partial class HelmInitSettings : HelmOptionsBase /// Used within . [PublicAPI] [ExcludeFromCodeCoverage] -[TypeConverter(typeof(TypeConverter))] [Command(Type = typeof(HelmTasks), Command = nameof(HelmTasks.HelmInspect), Arguments = "inspect")] public partial class HelmInspectSettings : HelmOptionsBase { @@ -821,7 +805,6 @@ public partial class HelmInspectSettings : HelmOptionsBase /// Used within . [PublicAPI] [ExcludeFromCodeCoverage] -[TypeConverter(typeof(TypeConverter))] [Command(Type = typeof(HelmTasks), Command = nameof(HelmTasks.HelmInspectChart), Arguments = "inspect chart")] public partial class HelmInspectChartSettings : HelmOptionsBase { @@ -853,7 +836,6 @@ public partial class HelmInspectChartSettings : HelmOptionsBase /// Used within . [PublicAPI] [ExcludeFromCodeCoverage] -[TypeConverter(typeof(TypeConverter))] [Command(Type = typeof(HelmTasks), Command = nameof(HelmTasks.HelmInspectReadme), Arguments = "inspect readme")] public partial class HelmInspectReadmeSettings : HelmOptionsBase { @@ -881,7 +863,6 @@ public partial class HelmInspectReadmeSettings : HelmOptionsBase /// Used within . [PublicAPI] [ExcludeFromCodeCoverage] -[TypeConverter(typeof(TypeConverter))] [Command(Type = typeof(HelmTasks), Command = nameof(HelmTasks.HelmInspectValues), Arguments = "inspect values")] public partial class HelmInspectValuesSettings : HelmOptionsBase { @@ -913,7 +894,6 @@ public partial class HelmInspectValuesSettings : HelmOptionsBase /// Used within . [PublicAPI] [ExcludeFromCodeCoverage] -[TypeConverter(typeof(TypeConverter))] [Command(Type = typeof(HelmTasks), Command = nameof(HelmTasks.HelmInstall), Arguments = "install")] public partial class HelmInstallSettings : HelmOptionsBase { @@ -991,7 +971,6 @@ public partial class HelmInstallSettings : HelmOptionsBase /// Used within . [PublicAPI] [ExcludeFromCodeCoverage] -[TypeConverter(typeof(TypeConverter))] [Command(Type = typeof(HelmTasks), Command = nameof(HelmTasks.HelmLint), Arguments = "lint")] public partial class HelmLintSettings : HelmOptionsBase { @@ -1015,7 +994,6 @@ public partial class HelmLintSettings : HelmOptionsBase /// Used within . [PublicAPI] [ExcludeFromCodeCoverage] -[TypeConverter(typeof(TypeConverter))] [Command(Type = typeof(HelmTasks), Command = nameof(HelmTasks.HelmList), Arguments = "list")] public partial class HelmListSettings : HelmOptionsBase { @@ -1069,7 +1047,6 @@ public partial class HelmListSettings : HelmOptionsBase /// Used within . [PublicAPI] [ExcludeFromCodeCoverage] -[TypeConverter(typeof(TypeConverter))] [Command(Type = typeof(HelmTasks), Command = nameof(HelmTasks.HelmPackage), Arguments = "package")] public partial class HelmPackageSettings : HelmOptionsBase { @@ -1097,7 +1074,6 @@ public partial class HelmPackageSettings : HelmOptionsBase /// Used within . [PublicAPI] [ExcludeFromCodeCoverage] -[TypeConverter(typeof(TypeConverter))] [Command(Type = typeof(HelmTasks), Command = nameof(HelmTasks.HelmPluginInstall), Arguments = "plugin install")] public partial class HelmPluginInstallSettings : HelmOptionsBase { @@ -1113,7 +1089,6 @@ public partial class HelmPluginInstallSettings : HelmOptionsBase /// Used within . [PublicAPI] [ExcludeFromCodeCoverage] -[TypeConverter(typeof(TypeConverter))] [Command(Type = typeof(HelmTasks), Command = nameof(HelmTasks.HelmPluginList), Arguments = "plugin list")] public partial class HelmPluginListSettings : HelmOptionsBase { @@ -1123,7 +1098,6 @@ public partial class HelmPluginListSettings : HelmOptionsBase /// Used within . [PublicAPI] [ExcludeFromCodeCoverage] -[TypeConverter(typeof(TypeConverter))] [Command(Type = typeof(HelmTasks), Command = nameof(HelmTasks.HelmPluginRemove), Arguments = "plugin remove")] public partial class HelmPluginRemoveSettings : HelmOptionsBase { @@ -1135,7 +1109,6 @@ public partial class HelmPluginRemoveSettings : HelmOptionsBase /// Used within . [PublicAPI] [ExcludeFromCodeCoverage] -[TypeConverter(typeof(TypeConverter))] [Command(Type = typeof(HelmTasks), Command = nameof(HelmTasks.HelmPluginUpdate), Arguments = "plugin update")] public partial class HelmPluginUpdateSettings : HelmOptionsBase { @@ -1147,7 +1120,6 @@ public partial class HelmPluginUpdateSettings : HelmOptionsBase /// Used within . [PublicAPI] [ExcludeFromCodeCoverage] -[TypeConverter(typeof(TypeConverter))] [Command(Type = typeof(HelmTasks), Command = nameof(HelmTasks.HelmRepoAdd), Arguments = "repo add")] public partial class HelmRepoAddSettings : HelmOptionsBase { @@ -1173,7 +1145,6 @@ public partial class HelmRepoAddSettings : HelmOptionsBase /// Used within . [PublicAPI] [ExcludeFromCodeCoverage] -[TypeConverter(typeof(TypeConverter))] [Command(Type = typeof(HelmTasks), Command = nameof(HelmTasks.HelmRepoIndex), Arguments = "repo index")] public partial class HelmRepoIndexSettings : HelmOptionsBase { @@ -1189,7 +1160,6 @@ public partial class HelmRepoIndexSettings : HelmOptionsBase /// Used within . [PublicAPI] [ExcludeFromCodeCoverage] -[TypeConverter(typeof(TypeConverter))] [Command(Type = typeof(HelmTasks), Command = nameof(HelmTasks.HelmRepoList), Arguments = "repo list")] public partial class HelmRepoListSettings : HelmOptionsBase { @@ -1199,7 +1169,6 @@ public partial class HelmRepoListSettings : HelmOptionsBase /// Used within . [PublicAPI] [ExcludeFromCodeCoverage] -[TypeConverter(typeof(TypeConverter))] [Command(Type = typeof(HelmTasks), Command = nameof(HelmTasks.HelmRepoRemove), Arguments = "repo remove")] public partial class HelmRepoRemoveSettings : HelmOptionsBase { @@ -1211,7 +1180,6 @@ public partial class HelmRepoRemoveSettings : HelmOptionsBase /// Used within . [PublicAPI] [ExcludeFromCodeCoverage] -[TypeConverter(typeof(TypeConverter))] [Command(Type = typeof(HelmTasks), Command = nameof(HelmTasks.HelmRepoUpdate), Arguments = "repo update")] public partial class HelmRepoUpdateSettings : HelmOptionsBase { @@ -1223,7 +1191,6 @@ public partial class HelmRepoUpdateSettings : HelmOptionsBase /// Used within . [PublicAPI] [ExcludeFromCodeCoverage] -[TypeConverter(typeof(TypeConverter))] [Command(Type = typeof(HelmTasks), Command = nameof(HelmTasks.HelmReset), Arguments = "reset")] public partial class HelmResetSettings : HelmOptionsBase { @@ -1249,7 +1216,6 @@ public partial class HelmResetSettings : HelmOptionsBase /// Used within . [PublicAPI] [ExcludeFromCodeCoverage] -[TypeConverter(typeof(TypeConverter))] [Command(Type = typeof(HelmTasks), Command = nameof(HelmTasks.HelmRollback), Arguments = "rollback")] public partial class HelmRollbackSettings : HelmOptionsBase { @@ -1289,7 +1255,6 @@ public partial class HelmRollbackSettings : HelmOptionsBase /// Used within . [PublicAPI] [ExcludeFromCodeCoverage] -[TypeConverter(typeof(TypeConverter))] [Command(Type = typeof(HelmTasks), Command = nameof(HelmTasks.HelmSearch), Arguments = "search")] public partial class HelmSearchSettings : HelmOptionsBase { @@ -1309,7 +1274,6 @@ public partial class HelmSearchSettings : HelmOptionsBase /// Used within . [PublicAPI] [ExcludeFromCodeCoverage] -[TypeConverter(typeof(TypeConverter))] [Command(Type = typeof(HelmTasks), Command = nameof(HelmTasks.HelmServe), Arguments = "serve")] public partial class HelmServeSettings : HelmOptionsBase { @@ -1325,7 +1289,6 @@ public partial class HelmServeSettings : HelmOptionsBase /// Used within . [PublicAPI] [ExcludeFromCodeCoverage] -[TypeConverter(typeof(TypeConverter))] [Command(Type = typeof(HelmTasks), Command = nameof(HelmTasks.HelmStatus), Arguments = "status")] public partial class HelmStatusSettings : HelmOptionsBase { @@ -1353,7 +1316,6 @@ public partial class HelmStatusSettings : HelmOptionsBase /// Used within . [PublicAPI] [ExcludeFromCodeCoverage] -[TypeConverter(typeof(TypeConverter))] [Command(Type = typeof(HelmTasks), Command = nameof(HelmTasks.HelmTemplate), Arguments = "template")] public partial class HelmTemplateSettings : HelmOptionsBase { @@ -1389,7 +1351,6 @@ public partial class HelmTemplateSettings : HelmOptionsBase /// Used within . [PublicAPI] [ExcludeFromCodeCoverage] -[TypeConverter(typeof(TypeConverter))] [Command(Type = typeof(HelmTasks), Command = nameof(HelmTasks.HelmTest), Arguments = "test")] public partial class HelmTestSettings : HelmOptionsBase { @@ -1419,7 +1380,6 @@ public partial class HelmTestSettings : HelmOptionsBase /// Used within . [PublicAPI] [ExcludeFromCodeCoverage] -[TypeConverter(typeof(TypeConverter))] [Command(Type = typeof(HelmTasks), Command = nameof(HelmTasks.HelmUpgrade), Arguments = "upgrade")] public partial class HelmUpgradeSettings : HelmOptionsBase { @@ -1501,7 +1461,6 @@ public partial class HelmUpgradeSettings : HelmOptionsBase /// Used within . [PublicAPI] [ExcludeFromCodeCoverage] -[TypeConverter(typeof(TypeConverter))] [Command(Type = typeof(HelmTasks), Command = nameof(HelmTasks.HelmVerify), Arguments = "verify")] public partial class HelmVerifySettings : HelmOptionsBase { @@ -1515,7 +1474,6 @@ public partial class HelmVerifySettings : HelmOptionsBase /// Used within . [PublicAPI] [ExcludeFromCodeCoverage] -[TypeConverter(typeof(TypeConverter))] [Command(Type = typeof(HelmTasks), Command = nameof(HelmTasks.HelmVersion), Arguments = "version")] public partial class HelmVersionSettings : HelmOptionsBase { @@ -1545,7 +1503,6 @@ public partial class HelmVersionSettings : HelmOptionsBase /// Used within . [PublicAPI] [ExcludeFromCodeCoverage] -[TypeConverter(typeof(TypeConverter))] public partial class HelmOptionsBase : ToolOptions { /// Enable verbose output. diff --git a/source/Nuke.Common/Tools/ILRepack/ILRepack.Generated.cs b/source/Nuke.Common/Tools/ILRepack/ILRepack.Generated.cs index 84f8efa88..1435dbcf8 100644 --- a/source/Nuke.Common/Tools/ILRepack/ILRepack.Generated.cs +++ b/source/Nuke.Common/Tools/ILRepack/ILRepack.Generated.cs @@ -43,7 +43,6 @@ public partial class ILRepackTasks : ToolTasks, IRequireNuGetPackage /// Used within . [PublicAPI] [ExcludeFromCodeCoverage] -[TypeConverter(typeof(TypeConverter))] [Command(Type = typeof(ILRepackTasks), Command = nameof(ILRepackTasks.ILRepack))] public partial class ILRepackSettings : ToolOptions { diff --git a/source/Nuke.Common/Tools/InnoSetup/InnoSetup.Generated.cs b/source/Nuke.Common/Tools/InnoSetup/InnoSetup.Generated.cs index 31b677d0d..d39ba61df 100644 --- a/source/Nuke.Common/Tools/InnoSetup/InnoSetup.Generated.cs +++ b/source/Nuke.Common/Tools/InnoSetup/InnoSetup.Generated.cs @@ -42,7 +42,6 @@ public partial class InnoSetupTasks : ToolTasks, IRequirePathTool /// Used within . [PublicAPI] [ExcludeFromCodeCoverage] -[TypeConverter(typeof(TypeConverter))] [Command(Type = typeof(InnoSetupTasks), Command = nameof(InnoSetupTasks.InnoSetup))] public partial class InnoSetupSettings : ToolOptions { diff --git a/source/Nuke.Common/Tools/Kubernetes/Kubernetes.Generated.cs b/source/Nuke.Common/Tools/Kubernetes/Kubernetes.Generated.cs index bac9877dc..b50d9c542 100644 --- a/source/Nuke.Common/Tools/Kubernetes/Kubernetes.Generated.cs +++ b/source/Nuke.Common/Tools/Kubernetes/Kubernetes.Generated.cs @@ -438,7 +438,6 @@ public partial class KubernetesTasks : ToolTasks, IRequirePathTool /// Used within . [PublicAPI] [ExcludeFromCodeCoverage] -[TypeConverter(typeof(TypeConverter))] [Command(Type = typeof(KubernetesTasks), Command = nameof(KubernetesTasks.KubernetesApiResources), Arguments = "api-resources")] public partial class KubernetesApiResourcesSettings : KubernetesOptionsBase { @@ -460,7 +459,6 @@ public partial class KubernetesApiResourcesSettings : KubernetesOptionsBase /// Used within . [PublicAPI] [ExcludeFromCodeCoverage] -[TypeConverter(typeof(TypeConverter))] [Command(Type = typeof(KubernetesTasks), Command = nameof(KubernetesTasks.KubernetesDrain), Arguments = "drain")] public partial class KubernetesDrainSettings : KubernetesOptionsBase { @@ -486,7 +484,6 @@ public partial class KubernetesDrainSettings : KubernetesOptionsBase /// Used within . [PublicAPI] [ExcludeFromCodeCoverage] -[TypeConverter(typeof(TypeConverter))] [Command(Type = typeof(KubernetesTasks), Command = nameof(KubernetesTasks.KubernetesRun), Arguments = "run")] public partial class KubernetesRunSettings : KubernetesOptionsBase { @@ -574,7 +571,6 @@ public partial class KubernetesRunSettings : KubernetesOptionsBase /// Used within . [PublicAPI] [ExcludeFromCodeCoverage] -[TypeConverter(typeof(TypeConverter))] [Command(Type = typeof(KubernetesTasks), Command = nameof(KubernetesTasks.KubernetesGet), Arguments = "get")] public partial class KubernetesGetSettings : KubernetesOptionsBase { @@ -632,7 +628,6 @@ public partial class KubernetesGetSettings : KubernetesOptionsBase /// Used within . [PublicAPI] [ExcludeFromCodeCoverage] -[TypeConverter(typeof(TypeConverter))] [Command(Type = typeof(KubernetesTasks), Command = nameof(KubernetesTasks.KubernetesVersion), Arguments = "version")] public partial class KubernetesVersionSettings : KubernetesOptionsBase { @@ -648,7 +643,6 @@ public partial class KubernetesVersionSettings : KubernetesOptionsBase /// Used within . [PublicAPI] [ExcludeFromCodeCoverage] -[TypeConverter(typeof(TypeConverter))] [Command(Type = typeof(KubernetesTasks), Command = nameof(KubernetesTasks.KubernetesTop), Arguments = "top")] public partial class KubernetesTopSettings : KubernetesOptionsBase { @@ -658,7 +652,6 @@ public partial class KubernetesTopSettings : KubernetesOptionsBase /// Used within . [PublicAPI] [ExcludeFromCodeCoverage] -[TypeConverter(typeof(TypeConverter))] [Command(Type = typeof(KubernetesTasks), Command = nameof(KubernetesTasks.KubernetesConfig), Arguments = "config")] public partial class KubernetesConfigSettings : KubernetesOptionsBase { @@ -668,7 +661,6 @@ public partial class KubernetesConfigSettings : KubernetesOptionsBase /// Used within . [PublicAPI] [ExcludeFromCodeCoverage] -[TypeConverter(typeof(TypeConverter))] [Command(Type = typeof(KubernetesTasks), Command = nameof(KubernetesTasks.KubernetesExec), Arguments = "exec")] public partial class KubernetesExecSettings : KubernetesOptionsBase { @@ -692,7 +684,6 @@ public partial class KubernetesExecSettings : KubernetesOptionsBase /// Used within . [PublicAPI] [ExcludeFromCodeCoverage] -[TypeConverter(typeof(TypeConverter))] [Command(Type = typeof(KubernetesTasks), Command = nameof(KubernetesTasks.KubernetesRollingUpdate), Arguments = "rolling-update")] public partial class KubernetesRollingUpdateSettings : KubernetesOptionsBase { @@ -730,7 +721,6 @@ public partial class KubernetesRollingUpdateSettings : KubernetesOptionsBase /// Used within . [PublicAPI] [ExcludeFromCodeCoverage] -[TypeConverter(typeof(TypeConverter))] [Command(Type = typeof(KubernetesTasks), Command = nameof(KubernetesTasks.KubernetesLabel), Arguments = "label")] public partial class KubernetesLabelSettings : KubernetesOptionsBase { @@ -774,7 +764,6 @@ public partial class KubernetesLabelSettings : KubernetesOptionsBase /// Used within . [PublicAPI] [ExcludeFromCodeCoverage] -[TypeConverter(typeof(TypeConverter))] [Command(Type = typeof(KubernetesTasks), Command = nameof(KubernetesTasks.KubernetesAnnotate), Arguments = "annotate")] public partial class KubernetesAnnotateSettings : KubernetesOptionsBase { @@ -816,7 +805,6 @@ public partial class KubernetesAnnotateSettings : KubernetesOptionsBase /// Used within . [PublicAPI] [ExcludeFromCodeCoverage] -[TypeConverter(typeof(TypeConverter))] [Command(Type = typeof(KubernetesTasks), Command = nameof(KubernetesTasks.KubernetesDelete), Arguments = "delete")] public partial class KubernetesDeleteSettings : KubernetesOptionsBase { @@ -856,7 +844,6 @@ public partial class KubernetesDeleteSettings : KubernetesOptionsBase /// Used within . [PublicAPI] [ExcludeFromCodeCoverage] -[TypeConverter(typeof(TypeConverter))] [Command(Type = typeof(KubernetesTasks), Command = nameof(KubernetesTasks.KubernetesExpose), Arguments = "expose")] public partial class KubernetesExposeSettings : KubernetesOptionsBase { @@ -910,7 +897,6 @@ public partial class KubernetesExposeSettings : KubernetesOptionsBase /// Used within . [PublicAPI] [ExcludeFromCodeCoverage] -[TypeConverter(typeof(TypeConverter))] [Command(Type = typeof(KubernetesTasks), Command = nameof(KubernetesTasks.KubernetesOptions), Arguments = "options")] public partial class KubernetesOptionsSettings : KubernetesOptionsBase { @@ -920,7 +906,6 @@ public partial class KubernetesOptionsSettings : KubernetesOptionsBase /// Used within . [PublicAPI] [ExcludeFromCodeCoverage] -[TypeConverter(typeof(TypeConverter))] [Command(Type = typeof(KubernetesTasks), Command = nameof(KubernetesTasks.KubernetesAttach), Arguments = "attach")] public partial class KubernetesAttachSettings : KubernetesOptionsBase { @@ -940,7 +925,6 @@ public partial class KubernetesAttachSettings : KubernetesOptionsBase /// Used within . [PublicAPI] [ExcludeFromCodeCoverage] -[TypeConverter(typeof(TypeConverter))] [Command(Type = typeof(KubernetesTasks), Command = nameof(KubernetesTasks.KubernetesProxy), Arguments = "proxy")] public partial class KubernetesProxySettings : KubernetesOptionsBase { @@ -972,7 +956,6 @@ public partial class KubernetesProxySettings : KubernetesOptionsBase /// Used within . [PublicAPI] [ExcludeFromCodeCoverage] -[TypeConverter(typeof(TypeConverter))] [Command(Type = typeof(KubernetesTasks), Command = nameof(KubernetesTasks.KubernetesAlpha), Arguments = "alpha")] public partial class KubernetesAlphaSettings : KubernetesOptionsBase { @@ -982,7 +965,6 @@ public partial class KubernetesAlphaSettings : KubernetesOptionsBase /// Used within . [PublicAPI] [ExcludeFromCodeCoverage] -[TypeConverter(typeof(TypeConverter))] [Command(Type = typeof(KubernetesTasks), Command = nameof(KubernetesTasks.Kubernetes), Arguments = "kubectl")] public partial class KubernetesSettings : KubernetesOptionsBase { @@ -992,7 +974,6 @@ public partial class KubernetesSettings : KubernetesOptionsBase /// Used within . [PublicAPI] [ExcludeFromCodeCoverage] -[TypeConverter(typeof(TypeConverter))] [Command(Type = typeof(KubernetesTasks), Command = nameof(KubernetesTasks.KubernetesCompletion), Arguments = "completion")] public partial class KubernetesCompletionSettings : KubernetesOptionsBase { @@ -1002,7 +983,6 @@ public partial class KubernetesCompletionSettings : KubernetesOptionsBase /// Used within . [PublicAPI] [ExcludeFromCodeCoverage] -[TypeConverter(typeof(TypeConverter))] [Command(Type = typeof(KubernetesTasks), Command = nameof(KubernetesTasks.KubernetesPatch), Arguments = "patch")] public partial class KubernetesPatchSettings : KubernetesOptionsBase { @@ -1034,7 +1014,6 @@ public partial class KubernetesPatchSettings : KubernetesOptionsBase /// Used within . [PublicAPI] [ExcludeFromCodeCoverage] -[TypeConverter(typeof(TypeConverter))] [Command(Type = typeof(KubernetesTasks), Command = nameof(KubernetesTasks.KubernetesReplace), Arguments = "replace")] public partial class KubernetesReplaceSettings : KubernetesOptionsBase { @@ -1068,7 +1047,6 @@ public partial class KubernetesReplaceSettings : KubernetesOptionsBase /// Used within . [PublicAPI] [ExcludeFromCodeCoverage] -[TypeConverter(typeof(TypeConverter))] [Command(Type = typeof(KubernetesTasks), Command = nameof(KubernetesTasks.KubernetesTaint), Arguments = "taint")] public partial class KubernetesTaintSettings : KubernetesOptionsBase { @@ -1096,7 +1074,6 @@ public partial class KubernetesTaintSettings : KubernetesOptionsBase /// Used within . [PublicAPI] [ExcludeFromCodeCoverage] -[TypeConverter(typeof(TypeConverter))] [Command(Type = typeof(KubernetesTasks), Command = nameof(KubernetesTasks.KubernetesDescribe), Arguments = "describe")] public partial class KubernetesDescribeSettings : KubernetesOptionsBase { @@ -1120,7 +1097,6 @@ public partial class KubernetesDescribeSettings : KubernetesOptionsBase /// Used within . [PublicAPI] [ExcludeFromCodeCoverage] -[TypeConverter(typeof(TypeConverter))] [Command(Type = typeof(KubernetesTasks), Command = nameof(KubernetesTasks.KubernetesSet), Arguments = "set")] public partial class KubernetesSetSettings : KubernetesOptionsBase { @@ -1132,7 +1108,6 @@ public partial class KubernetesSetSettings : KubernetesOptionsBase /// Used within . [PublicAPI] [ExcludeFromCodeCoverage] -[TypeConverter(typeof(TypeConverter))] [Command(Type = typeof(KubernetesTasks), Command = nameof(KubernetesTasks.KubernetesAuth), Arguments = "auth")] public partial class KubernetesAuthSettings : KubernetesOptionsBase { @@ -1144,7 +1119,6 @@ public partial class KubernetesAuthSettings : KubernetesOptionsBase /// Used within . [PublicAPI] [ExcludeFromCodeCoverage] -[TypeConverter(typeof(TypeConverter))] [Command(Type = typeof(KubernetesTasks), Command = nameof(KubernetesTasks.KubernetesCertificate), Arguments = "certificate")] public partial class KubernetesCertificateSettings : KubernetesOptionsBase { @@ -1156,7 +1130,6 @@ public partial class KubernetesCertificateSettings : KubernetesOptionsBase /// Used within . [PublicAPI] [ExcludeFromCodeCoverage] -[TypeConverter(typeof(TypeConverter))] [Command(Type = typeof(KubernetesTasks), Command = nameof(KubernetesTasks.KubernetesRollout), Arguments = "rollout")] public partial class KubernetesRolloutSettings : KubernetesOptionsBase { @@ -1168,7 +1141,6 @@ public partial class KubernetesRolloutSettings : KubernetesOptionsBase /// Used within . [PublicAPI] [ExcludeFromCodeCoverage] -[TypeConverter(typeof(TypeConverter))] [Command(Type = typeof(KubernetesTasks), Command = nameof(KubernetesTasks.KubernetesApply), Arguments = "apply")] public partial class KubernetesApplySettings : KubernetesOptionsBase { @@ -1218,7 +1190,6 @@ public partial class KubernetesApplySettings : KubernetesOptionsBase /// Used within . [PublicAPI] [ExcludeFromCodeCoverage] -[TypeConverter(typeof(TypeConverter))] [Command(Type = typeof(KubernetesTasks), Command = nameof(KubernetesTasks.KubernetesApplyKustomize), Arguments = "apply -k")] public partial class KubernetesApplyKustomizeSettings : KubernetesOptionsBase { @@ -1270,7 +1241,6 @@ public partial class KubernetesApplyKustomizeSettings : KubernetesOptionsBase /// Used within . [PublicAPI] [ExcludeFromCodeCoverage] -[TypeConverter(typeof(TypeConverter))] [Command(Type = typeof(KubernetesTasks), Command = nameof(KubernetesTasks.KubernetesCordon), Arguments = "cordon")] public partial class KubernetesCordonSettings : KubernetesOptionsBase { @@ -1286,7 +1256,6 @@ public partial class KubernetesCordonSettings : KubernetesOptionsBase /// Used within . [PublicAPI] [ExcludeFromCodeCoverage] -[TypeConverter(typeof(TypeConverter))] [Command(Type = typeof(KubernetesTasks), Command = nameof(KubernetesTasks.KubernetesCp), Arguments = "cp")] public partial class KubernetesCpSettings : KubernetesOptionsBase { @@ -1302,7 +1271,6 @@ public partial class KubernetesCpSettings : KubernetesOptionsBase /// Used within . [PublicAPI] [ExcludeFromCodeCoverage] -[TypeConverter(typeof(TypeConverter))] [Command(Type = typeof(KubernetesTasks), Command = nameof(KubernetesTasks.KubernetesApiVersions), Arguments = "api-versions")] public partial class KubernetesApiVersionsSettings : KubernetesOptionsBase { @@ -1312,7 +1280,6 @@ public partial class KubernetesApiVersionsSettings : KubernetesOptionsBase /// Used within . [PublicAPI] [ExcludeFromCodeCoverage] -[TypeConverter(typeof(TypeConverter))] [Command(Type = typeof(KubernetesTasks), Command = nameof(KubernetesTasks.KubernetesUncordon), Arguments = "uncordon")] public partial class KubernetesUncordonSettings : KubernetesOptionsBase { @@ -1328,7 +1295,6 @@ public partial class KubernetesUncordonSettings : KubernetesOptionsBase /// Used within . [PublicAPI] [ExcludeFromCodeCoverage] -[TypeConverter(typeof(TypeConverter))] [Command(Type = typeof(KubernetesTasks), Command = nameof(KubernetesTasks.KubernetesAutoscale), Arguments = "autoscale")] public partial class KubernetesAutoscaleSettings : KubernetesOptionsBase { @@ -1364,7 +1330,6 @@ public partial class KubernetesAutoscaleSettings : KubernetesOptionsBase /// Used within . [PublicAPI] [ExcludeFromCodeCoverage] -[TypeConverter(typeof(TypeConverter))] [Command(Type = typeof(KubernetesTasks), Command = nameof(KubernetesTasks.KubernetesPlugin), Arguments = "plugin")] public partial class KubernetesPluginSettings : KubernetesOptionsBase { @@ -1376,7 +1341,6 @@ public partial class KubernetesPluginSettings : KubernetesOptionsBase /// Used within . [PublicAPI] [ExcludeFromCodeCoverage] -[TypeConverter(typeof(TypeConverter))] [Command(Type = typeof(KubernetesTasks), Command = nameof(KubernetesTasks.KubernetesClusterInfo), Arguments = "cluster-info")] public partial class KubernetesClusterInfoSettings : KubernetesOptionsBase { @@ -1386,7 +1350,6 @@ public partial class KubernetesClusterInfoSettings : KubernetesOptionsBase /// Used within . [PublicAPI] [ExcludeFromCodeCoverage] -[TypeConverter(typeof(TypeConverter))] [Command(Type = typeof(KubernetesTasks), Command = nameof(KubernetesTasks.KubernetesWait), Arguments = "wait")] public partial class KubernetesWaitSettings : KubernetesOptionsBase { @@ -1414,7 +1377,6 @@ public partial class KubernetesWaitSettings : KubernetesOptionsBase /// Used within . [PublicAPI] [ExcludeFromCodeCoverage] -[TypeConverter(typeof(TypeConverter))] [Command(Type = typeof(KubernetesTasks), Command = nameof(KubernetesTasks.KubernetesConvert), Arguments = "convert")] public partial class KubernetesConvertSettings : KubernetesOptionsBase { @@ -1440,7 +1402,6 @@ public partial class KubernetesConvertSettings : KubernetesOptionsBase /// Used within . [PublicAPI] [ExcludeFromCodeCoverage] -[TypeConverter(typeof(TypeConverter))] [Command(Type = typeof(KubernetesTasks), Command = nameof(KubernetesTasks.KubernetesCreate), Arguments = "create")] public partial class KubernetesCreateSettings : KubernetesOptionsBase { @@ -1478,7 +1439,6 @@ public partial class KubernetesCreateSettings : KubernetesOptionsBase /// Used within . [PublicAPI] [ExcludeFromCodeCoverage] -[TypeConverter(typeof(TypeConverter))] [Command(Type = typeof(KubernetesTasks), Command = nameof(KubernetesTasks.KubernetesPortForward), Arguments = "port-forward")] public partial class KubernetesPortForwardSettings : KubernetesOptionsBase { @@ -1494,7 +1454,6 @@ public partial class KubernetesPortForwardSettings : KubernetesOptionsBase /// Used within . [PublicAPI] [ExcludeFromCodeCoverage] -[TypeConverter(typeof(TypeConverter))] [Command(Type = typeof(KubernetesTasks), Command = nameof(KubernetesTasks.KubernetesRunContainer), Arguments = "run-container")] public partial class KubernetesRunContainerSettings : KubernetesOptionsBase { @@ -1580,7 +1539,6 @@ public partial class KubernetesRunContainerSettings : KubernetesOptionsBase /// Used within . [PublicAPI] [ExcludeFromCodeCoverage] -[TypeConverter(typeof(TypeConverter))] [Command(Type = typeof(KubernetesTasks), Command = nameof(KubernetesTasks.KubernetesEdit), Arguments = "edit")] public partial class KubernetesEditSettings : KubernetesOptionsBase { @@ -1614,7 +1572,6 @@ public partial class KubernetesEditSettings : KubernetesOptionsBase /// Used within . [PublicAPI] [ExcludeFromCodeCoverage] -[TypeConverter(typeof(TypeConverter))] [Command(Type = typeof(KubernetesTasks), Command = nameof(KubernetesTasks.KubernetesScale), Arguments = "scale")] public partial class KubernetesScaleSettings : KubernetesOptionsBase { @@ -1648,7 +1605,6 @@ public partial class KubernetesScaleSettings : KubernetesOptionsBase /// Used within . [PublicAPI] [ExcludeFromCodeCoverage] -[TypeConverter(typeof(TypeConverter))] [Command(Type = typeof(KubernetesTasks), Command = nameof(KubernetesTasks.KubernetesExplain), Arguments = "explain")] public partial class KubernetesExplainSettings : KubernetesOptionsBase { @@ -1664,7 +1620,6 @@ public partial class KubernetesExplainSettings : KubernetesOptionsBase /// Used within . [PublicAPI] [ExcludeFromCodeCoverage] -[TypeConverter(typeof(TypeConverter))] [Command(Type = typeof(KubernetesTasks), Command = nameof(KubernetesTasks.KubernetesLogs), Arguments = "logs")] public partial class KubernetesLogsSettings : KubernetesOptionsBase { @@ -1700,7 +1655,6 @@ public partial class KubernetesLogsSettings : KubernetesOptionsBase /// Used within . [PublicAPI] [ExcludeFromCodeCoverage] -[TypeConverter(typeof(TypeConverter))] public partial class KubernetesOptionsBase : ToolOptions { /// log to standard error as well as files. diff --git a/source/Nuke.Common/Tools/MSBuild/MSBuild.Generated.cs b/source/Nuke.Common/Tools/MSBuild/MSBuild.Generated.cs index 11ce629b0..b8cd7ea12 100644 --- a/source/Nuke.Common/Tools/MSBuild/MSBuild.Generated.cs +++ b/source/Nuke.Common/Tools/MSBuild/MSBuild.Generated.cs @@ -39,7 +39,6 @@ public partial class MSBuildTasks : ToolTasks /// Used within . [PublicAPI] [ExcludeFromCodeCoverage] -[TypeConverter(typeof(TypeConverter))] [Command(Type = typeof(MSBuildTasks), Command = nameof(MSBuildTasks.MSBuild))] public partial class MSBuildSettings : ToolOptions { diff --git a/source/Nuke.Common/Tools/MSpec/MSpec.Generated.cs b/source/Nuke.Common/Tools/MSpec/MSpec.Generated.cs index f62b58c5f..41ab557db 100644 --- a/source/Nuke.Common/Tools/MSpec/MSpec.Generated.cs +++ b/source/Nuke.Common/Tools/MSpec/MSpec.Generated.cs @@ -42,7 +42,6 @@ public partial class MSpecTasks : ToolTasks, IRequireNuGetPackage /// Used within . [PublicAPI] [ExcludeFromCodeCoverage] -[TypeConverter(typeof(TypeConverter))] [Command(Type = typeof(MSpecTasks), Command = nameof(MSpecTasks.MSpec))] public partial class MSpecSettings : ToolOptions { diff --git a/source/Nuke.Common/Tools/MakeNsis/MakeNSIS.Generated.cs b/source/Nuke.Common/Tools/MakeNsis/MakeNSIS.Generated.cs index 150f991e5..8359e8277 100644 --- a/source/Nuke.Common/Tools/MakeNsis/MakeNSIS.Generated.cs +++ b/source/Nuke.Common/Tools/MakeNsis/MakeNSIS.Generated.cs @@ -42,7 +42,6 @@ public partial class MakeNSISTasks : ToolTasks, IRequirePathTool /// Used within . [PublicAPI] [ExcludeFromCodeCoverage] -[TypeConverter(typeof(TypeConverter))] [Command(Type = typeof(MakeNSISTasks), Command = nameof(MakeNSISTasks.MakeNSIS))] public partial class MakeNSISSettings : ToolOptions { diff --git a/source/Nuke.Common/Tools/Mastodon/Mastodon.Generated.cs b/source/Nuke.Common/Tools/Mastodon/Mastodon.Generated.cs index d0346dffc..fb2469f3e 100644 --- a/source/Nuke.Common/Tools/Mastodon/Mastodon.Generated.cs +++ b/source/Nuke.Common/Tools/Mastodon/Mastodon.Generated.cs @@ -21,7 +21,6 @@ namespace Nuke.Common.Tools.Mastodon; /// Used within . [PublicAPI] [ExcludeFromCodeCoverage] -[TypeConverter(typeof(TypeConverter))] public partial class MastodonStatus : Options { /// Text of the status. diff --git a/source/Nuke.Common/Tools/MauiCheck/MauiCheck.Generated.cs b/source/Nuke.Common/Tools/MauiCheck/MauiCheck.Generated.cs index 8f964b126..bd80fd5c9 100644 --- a/source/Nuke.Common/Tools/MauiCheck/MauiCheck.Generated.cs +++ b/source/Nuke.Common/Tools/MauiCheck/MauiCheck.Generated.cs @@ -52,7 +52,6 @@ public partial class MauiCheckTasks : ToolTasks, IRequireNuGetPackage /// Used within . [PublicAPI] [ExcludeFromCodeCoverage] -[TypeConverter(typeof(TypeConverter))] [Command(Type = typeof(MauiCheckTasks), Command = nameof(MauiCheckTasks.MauiCheck))] public partial class MauiCheckSettings : ToolOptions { @@ -74,7 +73,6 @@ public partial class MauiCheckSettings : ToolOptions /// Used within . [PublicAPI] [ExcludeFromCodeCoverage] -[TypeConverter(typeof(TypeConverter))] [Command(Type = typeof(MauiCheckTasks), Command = nameof(MauiCheckTasks.MauiCheckConfig), Arguments = "config")] public partial class MauiCheckConfigSettings : ToolOptions { diff --git a/source/Nuke.Common/Tools/MinVer/MinVer.Generated.cs b/source/Nuke.Common/Tools/MinVer/MinVer.Generated.cs index 80927c044..369212b50 100644 --- a/source/Nuke.Common/Tools/MinVer/MinVer.Generated.cs +++ b/source/Nuke.Common/Tools/MinVer/MinVer.Generated.cs @@ -43,7 +43,6 @@ public partial class MinVerTasks : ToolTasks, IRequireNuGetPackage /// Used within . [PublicAPI] [ExcludeFromCodeCoverage] -[TypeConverter(typeof(TypeConverter))] [Command(Type = typeof(MinVerTasks), Command = nameof(MinVerTasks.MinVer))] public partial class MinVerSettings : ToolOptions, IToolOptionsWithFramework { diff --git a/source/Nuke.Common/Tools/NSwag/NSwag.Generated.cs b/source/Nuke.Common/Tools/NSwag/NSwag.Generated.cs index 78ab5da99..84b278908 100644 --- a/source/Nuke.Common/Tools/NSwag/NSwag.Generated.cs +++ b/source/Nuke.Common/Tools/NSwag/NSwag.Generated.cs @@ -205,7 +205,6 @@ public partial class NSwagTasks : ToolTasks, IRequireNuGetPackage /// Used within . [PublicAPI] [ExcludeFromCodeCoverage] -[TypeConverter(typeof(TypeConverter))] [Command(Type = typeof(NSwagTasks), Command = nameof(NSwagTasks.NSwagVersion), Arguments = "version")] public partial class NSwagVersionSettings : ToolOptions, IToolOptionsWithFramework { @@ -215,7 +214,6 @@ public partial class NSwagVersionSettings : ToolOptions, IToolOptionsWithFramewo /// Used within . [PublicAPI] [ExcludeFromCodeCoverage] -[TypeConverter(typeof(TypeConverter))] [Command(Type = typeof(NSwagTasks), Command = nameof(NSwagTasks.NSwagListTypes), Arguments = "list-types")] public partial class NSwagListTypesSettings : ToolOptions, IToolOptionsWithFramework { @@ -237,7 +235,6 @@ public partial class NSwagListTypesSettings : ToolOptions, IToolOptionsWithFrame /// Used within . [PublicAPI] [ExcludeFromCodeCoverage] -[TypeConverter(typeof(TypeConverter))] [Command(Type = typeof(NSwagTasks), Command = nameof(NSwagTasks.NSwagListWebApiControllers), Arguments = "list-controllers")] public partial class NSwagListWebApiControllersSettings : ToolOptions, IToolOptionsWithFramework { @@ -259,7 +256,6 @@ public partial class NSwagListWebApiControllersSettings : ToolOptions, IToolOpti /// Used within . [PublicAPI] [ExcludeFromCodeCoverage] -[TypeConverter(typeof(TypeConverter))] [Command(Type = typeof(NSwagTasks), Command = nameof(NSwagTasks.NSwagTypesToOpenApi), Arguments = "types2openapi")] public partial class NSwagTypesToOpenApiSettings : ToolOptions, IToolOptionsWithFramework { @@ -281,7 +277,6 @@ public partial class NSwagTypesToOpenApiSettings : ToolOptions, IToolOptionsWith /// Used within . [PublicAPI] [ExcludeFromCodeCoverage] -[TypeConverter(typeof(TypeConverter))] [Command(Type = typeof(NSwagTasks), Command = nameof(NSwagTasks.NSwagTypesToSwagger), Arguments = "types2swagger")] public partial class NSwagTypesToSwaggerSettings : ToolOptions, IToolOptionsWithFramework { @@ -323,7 +318,6 @@ public partial class NSwagTypesToSwaggerSettings : ToolOptions, IToolOptionsWith /// Used within . [PublicAPI] [ExcludeFromCodeCoverage] -[TypeConverter(typeof(TypeConverter))] [Command(Type = typeof(NSwagTasks), Command = nameof(NSwagTasks.NSwagWebApiToOpenApi), Arguments = "webapi2openapi")] public partial class NSwagWebApiToOpenApiSettings : ToolOptions, IToolOptionsWithFramework { @@ -411,7 +405,6 @@ public partial class NSwagWebApiToOpenApiSettings : ToolOptions, IToolOptionsWit /// Used within . [PublicAPI] [ExcludeFromCodeCoverage] -[TypeConverter(typeof(TypeConverter))] [Command(Type = typeof(NSwagTasks), Command = nameof(NSwagTasks.NSwagWebApiToSwagger), Arguments = "webapi2swagger")] public partial class NSwagWebApiToSwaggerSettings : ToolOptions, IToolOptionsWithFramework { @@ -513,7 +506,6 @@ public partial class NSwagWebApiToSwaggerSettings : ToolOptions, IToolOptionsWit /// Used within . [PublicAPI] [ExcludeFromCodeCoverage] -[TypeConverter(typeof(TypeConverter))] [Command(Type = typeof(NSwagTasks), Command = nameof(NSwagTasks.NSwagAspNetCoreToOpenApi), Arguments = "aspnetcore2openapi")] public partial class NSwagAspNetCoreToOpenApiSettings : ToolOptions, IToolOptionsWithFramework { @@ -601,7 +593,6 @@ public partial class NSwagAspNetCoreToOpenApiSettings : ToolOptions, IToolOption /// Used within . [PublicAPI] [ExcludeFromCodeCoverage] -[TypeConverter(typeof(TypeConverter))] [Command(Type = typeof(NSwagTasks), Command = nameof(NSwagTasks.NSwagAspNetCoreToSwagger), Arguments = "aspnetcore2swagger")] public partial class NSwagAspNetCoreToSwaggerSettings : ToolOptions, IToolOptionsWithFramework { @@ -709,7 +700,6 @@ public partial class NSwagAspNetCoreToSwaggerSettings : ToolOptions, IToolOption /// Used within . [PublicAPI] [ExcludeFromCodeCoverage] -[TypeConverter(typeof(TypeConverter))] [Command(Type = typeof(NSwagTasks), Command = nameof(NSwagTasks.NSwagCreateDocument), Arguments = "new")] public partial class NSwagCreateDocumentSettings : ToolOptions, IToolOptionsWithFramework { @@ -719,7 +709,6 @@ public partial class NSwagCreateDocumentSettings : ToolOptions, IToolOptionsWith /// Used within . [PublicAPI] [ExcludeFromCodeCoverage] -[TypeConverter(typeof(TypeConverter))] [Command(Type = typeof(NSwagTasks), Command = nameof(NSwagTasks.NSwagExecuteDocument), Arguments = "run")] public partial class NSwagExecuteDocumentSettings : ToolOptions, IToolOptionsWithFramework { @@ -733,7 +722,6 @@ public partial class NSwagExecuteDocumentSettings : ToolOptions, IToolOptionsWit /// Used within . [PublicAPI] [ExcludeFromCodeCoverage] -[TypeConverter(typeof(TypeConverter))] [Command(Type = typeof(NSwagTasks), Command = nameof(NSwagTasks.NSwagJsonSchemaToCSharp), Arguments = "jsonschema2csclient")] public partial class NSwagJsonSchemaToCSharpSettings : ToolOptions, IToolOptionsWithFramework { @@ -771,7 +759,6 @@ public partial class NSwagJsonSchemaToCSharpSettings : ToolOptions, IToolOptions /// Used within . [PublicAPI] [ExcludeFromCodeCoverage] -[TypeConverter(typeof(TypeConverter))] [Command(Type = typeof(NSwagTasks), Command = nameof(NSwagTasks.NSwagJsonSchemaToTypeScript), Arguments = "jsonschema2tsclient")] public partial class NSwagJsonSchemaToTypeScriptSettings : ToolOptions, IToolOptionsWithFramework { @@ -791,7 +778,6 @@ public partial class NSwagJsonSchemaToTypeScriptSettings : ToolOptions, IToolOpt /// Used within . [PublicAPI] [ExcludeFromCodeCoverage] -[TypeConverter(typeof(TypeConverter))] [Command(Type = typeof(NSwagTasks), Command = nameof(NSwagTasks.NSwagOpenApiToCSharpClient), Arguments = "openapi2csclient")] public partial class NSwagOpenApiToCSharpClientSettings : ToolOptions, IToolOptionsWithFramework { @@ -905,7 +891,6 @@ public partial class NSwagOpenApiToCSharpClientSettings : ToolOptions, IToolOpti /// Used within . [PublicAPI] [ExcludeFromCodeCoverage] -[TypeConverter(typeof(TypeConverter))] [Command(Type = typeof(NSwagTasks), Command = nameof(NSwagTasks.NSwagSwaggerToCSharpClient), Arguments = "swagger2csclient")] public partial class NSwagSwaggerToCSharpClientSettings : ToolOptions, IToolOptionsWithFramework { @@ -1073,7 +1058,6 @@ public partial class NSwagSwaggerToCSharpClientSettings : ToolOptions, IToolOpti /// Used within . [PublicAPI] [ExcludeFromCodeCoverage] -[TypeConverter(typeof(TypeConverter))] [Command(Type = typeof(NSwagTasks), Command = nameof(NSwagTasks.NSwagOpenApiToCSharpController), Arguments = "openapi2cscontroller")] public partial class NSwagOpenApiToCSharpControllerSettings : ToolOptions, IToolOptionsWithFramework { @@ -1187,7 +1171,6 @@ public partial class NSwagOpenApiToCSharpControllerSettings : ToolOptions, ITool /// Used within . [PublicAPI] [ExcludeFromCodeCoverage] -[TypeConverter(typeof(TypeConverter))] [Command(Type = typeof(NSwagTasks), Command = nameof(NSwagTasks.NSwagSwaggerToCSharpController), Arguments = "swagger2cscontroller")] public partial class NSwagSwaggerToCSharpControllerSettings : ToolOptions, IToolOptionsWithFramework { @@ -1317,7 +1300,6 @@ public partial class NSwagSwaggerToCSharpControllerSettings : ToolOptions, ITool /// Used within . [PublicAPI] [ExcludeFromCodeCoverage] -[TypeConverter(typeof(TypeConverter))] [Command(Type = typeof(NSwagTasks), Command = nameof(NSwagTasks.NSwagOpenApiToTypeScriptClient), Arguments = "openapi2tsclient")] public partial class NSwagOpenApiToTypeScriptClientSettings : ToolOptions, IToolOptionsWithFramework { @@ -1343,7 +1325,6 @@ public partial class NSwagOpenApiToTypeScriptClientSettings : ToolOptions, ITool /// Used within . [PublicAPI] [ExcludeFromCodeCoverage] -[TypeConverter(typeof(TypeConverter))] [Command(Type = typeof(NSwagTasks), Command = nameof(NSwagTasks.NSwagSwaggerToTypeScriptClient), Arguments = "swagger2tsclient")] public partial class NSwagSwaggerToTypeScriptClientSettings : ToolOptions, IToolOptionsWithFramework { diff --git a/source/Nuke.Common/Tools/NUnit/NUnit.Generated.cs b/source/Nuke.Common/Tools/NUnit/NUnit.Generated.cs index 83972441a..add86ec63 100644 --- a/source/Nuke.Common/Tools/NUnit/NUnit.Generated.cs +++ b/source/Nuke.Common/Tools/NUnit/NUnit.Generated.cs @@ -43,7 +43,6 @@ public partial class NUnitTasks : ToolTasks, IRequireNuGetPackage /// Used within . [PublicAPI] [ExcludeFromCodeCoverage] -[TypeConverter(typeof(TypeConverter))] [Command(Type = typeof(NUnitTasks), Command = nameof(NUnitTasks.NUnit3))] public partial class NUnit3Settings : ToolOptions { diff --git a/source/Nuke.Common/Tools/NerdbankGitVersioning/NerdbankGitVersioning.Generated.cs b/source/Nuke.Common/Tools/NerdbankGitVersioning/NerdbankGitVersioning.Generated.cs index 1ca1a026a..fff88c05a 100644 --- a/source/Nuke.Common/Tools/NerdbankGitVersioning/NerdbankGitVersioning.Generated.cs +++ b/source/Nuke.Common/Tools/NerdbankGitVersioning/NerdbankGitVersioning.Generated.cs @@ -97,7 +97,6 @@ public partial class NerdbankGitVersioningTasks : ToolTasks, IRequireNuGetPackag /// Used within . [PublicAPI] [ExcludeFromCodeCoverage] -[TypeConverter(typeof(TypeConverter))] [Command(Type = typeof(NerdbankGitVersioningTasks), Command = nameof(NerdbankGitVersioningTasks.NerdbankGitVersioningInstall), Arguments = "install")] public partial class NerdbankGitVersioningInstallSettings : ToolOptions { @@ -113,7 +112,6 @@ public partial class NerdbankGitVersioningInstallSettings : ToolOptions /// Used within . [PublicAPI] [ExcludeFromCodeCoverage] -[TypeConverter(typeof(TypeConverter))] [Command(Type = typeof(NerdbankGitVersioningTasks), Command = nameof(NerdbankGitVersioningTasks.NerdbankGitVersioningGetVersion), Arguments = "get-version")] public partial class NerdbankGitVersioningGetVersionSettings : ToolOptions { @@ -133,7 +131,6 @@ public partial class NerdbankGitVersioningGetVersionSettings : ToolOptions /// Used within . [PublicAPI] [ExcludeFromCodeCoverage] -[TypeConverter(typeof(TypeConverter))] [Command(Type = typeof(NerdbankGitVersioningTasks), Command = nameof(NerdbankGitVersioningTasks.NerdbankGitVersioningSetVersion), Arguments = "set-version")] public partial class NerdbankGitVersioningSetVersionSettings : ToolOptions { @@ -147,7 +144,6 @@ public partial class NerdbankGitVersioningSetVersionSettings : ToolOptions /// Used within . [PublicAPI] [ExcludeFromCodeCoverage] -[TypeConverter(typeof(TypeConverter))] [Command(Type = typeof(NerdbankGitVersioningTasks), Command = nameof(NerdbankGitVersioningTasks.NerdbankGitVersioningTag), Arguments = "tag")] public partial class NerdbankGitVersioningTagSettings : ToolOptions { @@ -161,7 +157,6 @@ public partial class NerdbankGitVersioningTagSettings : ToolOptions /// Used within . [PublicAPI] [ExcludeFromCodeCoverage] -[TypeConverter(typeof(TypeConverter))] [Command(Type = typeof(NerdbankGitVersioningTasks), Command = nameof(NerdbankGitVersioningTasks.NerdbankGitVersioningGetCommits), Arguments = "get-commits")] public partial class NerdbankGitVersioningGetCommitsSettings : ToolOptions { @@ -177,7 +172,6 @@ public partial class NerdbankGitVersioningGetCommitsSettings : ToolOptions /// Used within . [PublicAPI] [ExcludeFromCodeCoverage] -[TypeConverter(typeof(TypeConverter))] [Command(Type = typeof(NerdbankGitVersioningTasks), Command = nameof(NerdbankGitVersioningTasks.NerdbankGitVersioningCloud), Arguments = "cloud")] public partial class NerdbankGitVersioningCloudSettings : ToolOptions { @@ -201,7 +195,6 @@ public partial class NerdbankGitVersioningCloudSettings : ToolOptions /// Used within . [PublicAPI] [ExcludeFromCodeCoverage] -[TypeConverter(typeof(TypeConverter))] [Command(Type = typeof(NerdbankGitVersioningTasks), Command = nameof(NerdbankGitVersioningTasks.NerdbankGitVersioningPrepareRelease), Arguments = "prepare-release")] public partial class NerdbankGitVersioningPrepareReleaseSettings : ToolOptions { diff --git a/source/Nuke.Common/Tools/Netlify/Netlify.Generated.cs b/source/Nuke.Common/Tools/Netlify/Netlify.Generated.cs index 2362ea2c7..42e98755b 100644 --- a/source/Nuke.Common/Tools/Netlify/Netlify.Generated.cs +++ b/source/Nuke.Common/Tools/Netlify/Netlify.Generated.cs @@ -60,7 +60,6 @@ public partial class NetlifyTasks : ToolTasks, IRequirePathTool /// Used within . [PublicAPI] [ExcludeFromCodeCoverage] -[TypeConverter(typeof(TypeConverter))] [Command(Type = typeof(NetlifyTasks), Command = nameof(NetlifyTasks.NetlifyDeploy), Arguments = "netlify deploy")] public partial class NetlifyDeploySettings : ToolOptions { @@ -104,7 +103,6 @@ public partial class NetlifyDeploySettings : ToolOptions /// Used within . [PublicAPI] [ExcludeFromCodeCoverage] -[TypeConverter(typeof(TypeConverter))] [Command(Type = typeof(NetlifyTasks), Command = nameof(NetlifyTasks.NetlifySitesCreate), Arguments = "netlify sites:create")] public partial class NetlifySitesCreateSettings : ToolOptions { @@ -128,7 +126,6 @@ public partial class NetlifySitesCreateSettings : ToolOptions /// Used within . [PublicAPI] [ExcludeFromCodeCoverage] -[TypeConverter(typeof(TypeConverter))] [Command(Type = typeof(NetlifyTasks), Command = nameof(NetlifyTasks.NetlifySitesDelete), Arguments = "netlify sites:delete")] public partial class NetlifySitesDeleteSettings : ToolOptions { diff --git a/source/Nuke.Common/Tools/Npm/Npm.Generated.cs b/source/Nuke.Common/Tools/Npm/Npm.Generated.cs index 13b539fd2..333d9bc30 100644 --- a/source/Nuke.Common/Tools/Npm/Npm.Generated.cs +++ b/source/Nuke.Common/Tools/Npm/Npm.Generated.cs @@ -60,7 +60,6 @@ public partial class NpmTasks : ToolTasks, IRequirePathTool /// Used within . [PublicAPI] [ExcludeFromCodeCoverage] -[TypeConverter(typeof(TypeConverter))] [Command(Type = typeof(NpmTasks), Command = nameof(NpmTasks.NpmCi), Arguments = "ci")] public partial class NpmCiSettings : ToolOptions { @@ -70,7 +69,6 @@ public partial class NpmCiSettings : ToolOptions /// Used within . [PublicAPI] [ExcludeFromCodeCoverage] -[TypeConverter(typeof(TypeConverter))] [Command(Type = typeof(NpmTasks), Command = nameof(NpmTasks.NpmInstall), Arguments = "install")] public partial class NpmInstallSettings : ToolOptions { @@ -106,7 +104,6 @@ public partial class NpmInstallSettings : ToolOptions /// Used within . [PublicAPI] [ExcludeFromCodeCoverage] -[TypeConverter(typeof(TypeConverter))] [Command(Type = typeof(NpmTasks), Command = nameof(NpmTasks.NpmRun), Arguments = "run")] public partial class NpmRunSettings : ToolOptions { diff --git a/source/Nuke.Common/Tools/NuGet/NuGet.Generated.cs b/source/Nuke.Common/Tools/NuGet/NuGet.Generated.cs index a83548cad..2d293516b 100644 --- a/source/Nuke.Common/Tools/NuGet/NuGet.Generated.cs +++ b/source/Nuke.Common/Tools/NuGet/NuGet.Generated.cs @@ -124,7 +124,6 @@ public partial class NuGetTasks : ToolTasks, IRequireNuGetPackage /// Used within . [PublicAPI] [ExcludeFromCodeCoverage] -[TypeConverter(typeof(TypeConverter))] [Command(Type = typeof(NuGetTasks), Command = nameof(NuGetTasks.NuGetPush), Arguments = "push")] public partial class NuGetPushSettings : ToolOptions { @@ -158,7 +157,6 @@ public partial class NuGetPushSettings : ToolOptions /// Used within . [PublicAPI] [ExcludeFromCodeCoverage] -[TypeConverter(typeof(TypeConverter))] [Command(Type = typeof(NuGetTasks), Command = nameof(NuGetTasks.NuGetPack), Arguments = "pack")] public partial class NuGetPackSettings : ToolOptions { @@ -208,7 +206,6 @@ public partial class NuGetPackSettings : ToolOptions /// Used within . [PublicAPI] [ExcludeFromCodeCoverage] -[TypeConverter(typeof(TypeConverter))] [Command(Type = typeof(NuGetTasks), Command = nameof(NuGetTasks.NuGetRestore), Arguments = "restore")] public partial class NuGetRestoreSettings : ToolOptions { @@ -256,7 +253,6 @@ public partial class NuGetRestoreSettings : ToolOptions /// Used within . [PublicAPI] [ExcludeFromCodeCoverage] -[TypeConverter(typeof(TypeConverter))] [Command(Type = typeof(NuGetTasks), Command = nameof(NuGetTasks.NuGetInstall), Arguments = "install")] public partial class NuGetInstallSettings : ToolOptions { @@ -302,7 +298,6 @@ public partial class NuGetInstallSettings : ToolOptions /// Used within . [PublicAPI] [ExcludeFromCodeCoverage] -[TypeConverter(typeof(TypeConverter))] [Command(Type = typeof(NuGetTasks), Command = nameof(NuGetTasks.NuGetSourcesAdd), Arguments = "sources add")] public partial class NuGetSourcesAddSettings : ToolOptions { @@ -330,7 +325,6 @@ public partial class NuGetSourcesAddSettings : ToolOptions /// Used within . [PublicAPI] [ExcludeFromCodeCoverage] -[TypeConverter(typeof(TypeConverter))] [Command(Type = typeof(NuGetTasks), Command = nameof(NuGetTasks.NuGetSourcesUpdate), Arguments = "sources update")] public partial class NuGetSourcesUpdateSettings : ToolOptions { @@ -358,7 +352,6 @@ public partial class NuGetSourcesUpdateSettings : ToolOptions /// Used within . [PublicAPI] [ExcludeFromCodeCoverage] -[TypeConverter(typeof(TypeConverter))] [Command(Type = typeof(NuGetTasks), Command = nameof(NuGetTasks.NuGetSourcesRemove), Arguments = "sources remove")] public partial class NuGetSourcesRemoveSettings : ToolOptions { @@ -378,7 +371,6 @@ public partial class NuGetSourcesRemoveSettings : ToolOptions /// Used within . [PublicAPI] [ExcludeFromCodeCoverage] -[TypeConverter(typeof(TypeConverter))] [Command(Type = typeof(NuGetTasks), Command = nameof(NuGetTasks.NuGetSourcesEnable), Arguments = "sources enable")] public partial class NuGetSourcesEnableSettings : ToolOptions { @@ -398,7 +390,6 @@ public partial class NuGetSourcesEnableSettings : ToolOptions /// Used within . [PublicAPI] [ExcludeFromCodeCoverage] -[TypeConverter(typeof(TypeConverter))] [Command(Type = typeof(NuGetTasks), Command = nameof(NuGetTasks.NuGetSourcesDisable), Arguments = "sources disable")] public partial class NuGetSourcesDisableSettings : ToolOptions { @@ -418,7 +409,6 @@ public partial class NuGetSourcesDisableSettings : ToolOptions /// Used within . [PublicAPI] [ExcludeFromCodeCoverage] -[TypeConverter(typeof(TypeConverter))] [Command(Type = typeof(NuGetTasks), Command = nameof(NuGetTasks.NuGetSourcesList), Arguments = "sources list")] public partial class NuGetSourcesListSettings : ToolOptions { diff --git a/source/Nuke.Common/Tools/OctoVersion/OctoVersion.Generated.cs b/source/Nuke.Common/Tools/OctoVersion/OctoVersion.Generated.cs index a7b1c80ad..54c47724b 100644 --- a/source/Nuke.Common/Tools/OctoVersion/OctoVersion.Generated.cs +++ b/source/Nuke.Common/Tools/OctoVersion/OctoVersion.Generated.cs @@ -52,7 +52,6 @@ public partial class OctoVersionTasks : ToolTasks, IRequireNuGetPackage /// Used within . [PublicAPI] [ExcludeFromCodeCoverage] -[TypeConverter(typeof(TypeConverter))] [Command(Type = typeof(OctoVersionTasks), Command = nameof(OctoVersionTasks.OctoVersionGetVersion), Arguments = "octoversion")] public partial class OctoVersionGetVersionSettings : ToolOptions, IToolOptionsWithFramework { @@ -86,7 +85,6 @@ public partial class OctoVersionGetVersionSettings : ToolOptions, IToolOptionsWi /// Used within . [PublicAPI] [ExcludeFromCodeCoverage] -[TypeConverter(typeof(TypeConverter))] [Command(Type = typeof(OctoVersionTasks), Command = nameof(OctoVersionTasks.OctoVersionExecute), Arguments = "octoversion")] public partial class OctoVersionExecuteSettings : ToolOptions, IToolOptionsWithFramework { diff --git a/source/Nuke.Common/Tools/Octopus/Octopus.Generated.cs b/source/Nuke.Common/Tools/Octopus/Octopus.Generated.cs index 52cc83e32..b3f7d675c 100644 --- a/source/Nuke.Common/Tools/Octopus/Octopus.Generated.cs +++ b/source/Nuke.Common/Tools/Octopus/Octopus.Generated.cs @@ -79,7 +79,6 @@ public partial class OctopusTasks : ToolTasks, IRequireNuGetPackage /// Used within . [PublicAPI] [ExcludeFromCodeCoverage] -[TypeConverter(typeof(TypeConverter))] [Command(Type = typeof(OctopusTasks), Command = nameof(OctopusTasks.OctopusPack), Arguments = "pack")] public partial class OctopusPackSettings : ToolOptions, IToolOptionsWithFramework { @@ -117,7 +116,6 @@ public partial class OctopusPackSettings : ToolOptions, IToolOptionsWithFramewor /// Used within . [PublicAPI] [ExcludeFromCodeCoverage] -[TypeConverter(typeof(TypeConverter))] [Command(Type = typeof(OctopusTasks), Command = nameof(OctopusTasks.OctopusPush), Arguments = "push")] public partial class OctopusPushSettings : ToolOptions, IToolOptionsWithFramework { @@ -159,7 +157,6 @@ public partial class OctopusPushSettings : ToolOptions, IToolOptionsWithFramewor /// Used within . [PublicAPI] [ExcludeFromCodeCoverage] -[TypeConverter(typeof(TypeConverter))] [Command(Type = typeof(OctopusTasks), Command = nameof(OctopusTasks.OctopusCreateRelease), Arguments = "create-release")] public partial class OctopusCreateReleaseSettings : ToolOptions, IToolOptionsWithFramework { @@ -259,7 +256,6 @@ public partial class OctopusCreateReleaseSettings : ToolOptions, IToolOptionsWit /// Used within . [PublicAPI] [ExcludeFromCodeCoverage] -[TypeConverter(typeof(TypeConverter))] [Command(Type = typeof(OctopusTasks), Command = nameof(OctopusTasks.OctopusDeployRelease), Arguments = "deploy-release")] public partial class OctopusDeployReleaseSettings : ToolOptions, IToolOptionsWithFramework { @@ -339,7 +335,6 @@ public partial class OctopusDeployReleaseSettings : ToolOptions, IToolOptionsWit /// Used within . [PublicAPI] [ExcludeFromCodeCoverage] -[TypeConverter(typeof(TypeConverter))] [Command(Type = typeof(OctopusTasks), Command = nameof(OctopusTasks.OctopusBuildInformation), Arguments = "build-information")] public partial class OctopusBuildInformationSettings : ToolOptions, IToolOptionsWithFramework { diff --git a/source/Nuke.Common/Tools/OpenCover/OpenCover.Generated.cs b/source/Nuke.Common/Tools/OpenCover/OpenCover.Generated.cs index 1b5049ff1..5927fba4b 100644 --- a/source/Nuke.Common/Tools/OpenCover/OpenCover.Generated.cs +++ b/source/Nuke.Common/Tools/OpenCover/OpenCover.Generated.cs @@ -43,7 +43,6 @@ public partial class OpenCoverTasks : ToolTasks, IRequireNuGetPackage /// Used within . [PublicAPI] [ExcludeFromCodeCoverage] -[TypeConverter(typeof(TypeConverter))] [Command(Type = typeof(OpenCoverTasks), Command = nameof(OpenCoverTasks.OpenCover))] public partial class OpenCoverSettings : ToolOptions { diff --git a/source/Nuke.Common/Tools/Paket/Paket.Generated.cs b/source/Nuke.Common/Tools/Paket/Paket.Generated.cs index b0a70942a..30d4502b6 100644 --- a/source/Nuke.Common/Tools/Paket/Paket.Generated.cs +++ b/source/Nuke.Common/Tools/Paket/Paket.Generated.cs @@ -70,7 +70,6 @@ public partial class PaketTasks : ToolTasks, IRequireNuGetPackage /// Used within . [PublicAPI] [ExcludeFromCodeCoverage] -[TypeConverter(typeof(TypeConverter))] [Command(Type = typeof(PaketTasks), Command = nameof(PaketTasks.PaketUpdate), Arguments = "update")] public partial class PaketUpdateSettings : ToolOptions { @@ -114,7 +113,6 @@ public partial class PaketUpdateSettings : ToolOptions /// Used within . [PublicAPI] [ExcludeFromCodeCoverage] -[TypeConverter(typeof(TypeConverter))] [Command(Type = typeof(PaketTasks), Command = nameof(PaketTasks.PaketRestore), Arguments = "restore")] public partial class PaketRestoreSettings : ToolOptions { @@ -150,7 +148,6 @@ public partial class PaketRestoreSettings : ToolOptions /// Used within . [PublicAPI] [ExcludeFromCodeCoverage] -[TypeConverter(typeof(TypeConverter))] [Command(Type = typeof(PaketTasks), Command = nameof(PaketTasks.PaketPush), Arguments = "push")] public partial class PaketPushSettings : ToolOptions { @@ -176,7 +173,6 @@ public partial class PaketPushSettings : ToolOptions /// Used within . [PublicAPI] [ExcludeFromCodeCoverage] -[TypeConverter(typeof(TypeConverter))] [Command(Type = typeof(PaketTasks), Command = nameof(PaketTasks.PaketPack), Arguments = "pack")] public partial class PaketPackSettings : ToolOptions { diff --git a/source/Nuke.Common/Tools/PowerShell/PowerShell.Generated.cs b/source/Nuke.Common/Tools/PowerShell/PowerShell.Generated.cs index 99d4f342f..977a03327 100644 --- a/source/Nuke.Common/Tools/PowerShell/PowerShell.Generated.cs +++ b/source/Nuke.Common/Tools/PowerShell/PowerShell.Generated.cs @@ -39,7 +39,6 @@ public partial class PowerShellTasks : ToolTasks /// Used within . [PublicAPI] [ExcludeFromCodeCoverage] -[TypeConverter(typeof(TypeConverter))] [Command(Type = typeof(PowerShellTasks), Command = nameof(PowerShellTasks.PowerShell))] public partial class PowerShellSettings : ToolOptions { diff --git a/source/Nuke.Common/Tools/Pulumi/Pulumi.Generated.cs b/source/Nuke.Common/Tools/Pulumi/Pulumi.Generated.cs index 834a7dd93..a3a5af1b9 100644 --- a/source/Nuke.Common/Tools/Pulumi/Pulumi.Generated.cs +++ b/source/Nuke.Common/Tools/Pulumi/Pulumi.Generated.cs @@ -267,7 +267,6 @@ public partial class PulumiTasks : ToolTasks, IRequirePathTool /// Used within . [PublicAPI] [ExcludeFromCodeCoverage] -[TypeConverter(typeof(TypeConverter))] [Command(Type = typeof(PulumiTasks), Command = nameof(PulumiTasks.PulumiUp), Arguments = "up")] public partial class PulumiUpSettings : ToolOptions { @@ -347,7 +346,6 @@ public partial class PulumiUpSettings : ToolOptions /// Used within . [PublicAPI] [ExcludeFromCodeCoverage] -[TypeConverter(typeof(TypeConverter))] [Command(Type = typeof(PulumiTasks), Command = nameof(PulumiTasks.PulumiPreview), Arguments = "preview")] public partial class PulumiPreviewSettings : ToolOptions { @@ -423,7 +421,6 @@ public partial class PulumiPreviewSettings : ToolOptions /// Used within . [PublicAPI] [ExcludeFromCodeCoverage] -[TypeConverter(typeof(TypeConverter))] [Command(Type = typeof(PulumiTasks), Command = nameof(PulumiTasks.PulumiConfig), Arguments = "config")] public partial class PulumiConfigSettings : ToolOptions { @@ -461,7 +458,6 @@ public partial class PulumiConfigSettings : ToolOptions /// Used within . [PublicAPI] [ExcludeFromCodeCoverage] -[TypeConverter(typeof(TypeConverter))] [Command(Type = typeof(PulumiTasks), Command = nameof(PulumiTasks.PulumiConfigCopy), Arguments = "config cp")] public partial class PulumiConfigCopySettings : ToolOptions { @@ -495,7 +491,6 @@ public partial class PulumiConfigCopySettings : ToolOptions /// Used within . [PublicAPI] [ExcludeFromCodeCoverage] -[TypeConverter(typeof(TypeConverter))] [Command(Type = typeof(PulumiTasks), Command = nameof(PulumiTasks.PulumiConfigGet), Arguments = "config get")] public partial class PulumiConfigGetSettings : ToolOptions { @@ -531,7 +526,6 @@ public partial class PulumiConfigGetSettings : ToolOptions /// Used within . [PublicAPI] [ExcludeFromCodeCoverage] -[TypeConverter(typeof(TypeConverter))] [Command(Type = typeof(PulumiTasks), Command = nameof(PulumiTasks.PulumiConfigRefresh), Arguments = "config refresh")] public partial class PulumiConfigRefreshSettings : ToolOptions { @@ -563,7 +557,6 @@ public partial class PulumiConfigRefreshSettings : ToolOptions /// Used within . [PublicAPI] [ExcludeFromCodeCoverage] -[TypeConverter(typeof(TypeConverter))] [Command(Type = typeof(PulumiTasks), Command = nameof(PulumiTasks.PulumiConfigRemove), Arguments = "config rm")] public partial class PulumiConfigRemoveSettings : ToolOptions { @@ -597,7 +590,6 @@ public partial class PulumiConfigRemoveSettings : ToolOptions /// Used within . [PublicAPI] [ExcludeFromCodeCoverage] -[TypeConverter(typeof(TypeConverter))] [Command(Type = typeof(PulumiTasks), Command = nameof(PulumiTasks.PulumiConfigSet), Arguments = "config set")] public partial class PulumiConfigSetSettings : ToolOptions { @@ -637,7 +629,6 @@ public partial class PulumiConfigSetSettings : ToolOptions /// Used within . [PublicAPI] [ExcludeFromCodeCoverage] -[TypeConverter(typeof(TypeConverter))] [Command(Type = typeof(PulumiTasks), Command = nameof(PulumiTasks.PulumiStack), Arguments = "stack")] public partial class PulumiStackSettings : ToolOptions { @@ -677,7 +668,6 @@ public partial class PulumiStackSettings : ToolOptions /// Used within . [PublicAPI] [ExcludeFromCodeCoverage] -[TypeConverter(typeof(TypeConverter))] [Command(Type = typeof(PulumiTasks), Command = nameof(PulumiTasks.PulumiStackChangeSecretsProvider), Arguments = "stack change-secrets-provider")] public partial class PulumiStackChangeSecretsProviderSettings : ToolOptions { @@ -709,7 +699,6 @@ public partial class PulumiStackChangeSecretsProviderSettings : ToolOptions /// Used within . [PublicAPI] [ExcludeFromCodeCoverage] -[TypeConverter(typeof(TypeConverter))] [Command(Type = typeof(PulumiTasks), Command = nameof(PulumiTasks.PulumiStackExport), Arguments = "stack export")] public partial class PulumiStackExportSettings : ToolOptions { @@ -745,7 +734,6 @@ public partial class PulumiStackExportSettings : ToolOptions /// Used within . [PublicAPI] [ExcludeFromCodeCoverage] -[TypeConverter(typeof(TypeConverter))] [Command(Type = typeof(PulumiTasks), Command = nameof(PulumiTasks.PulumiStackGraph), Arguments = "stack graph")] public partial class PulumiStackGraphSettings : ToolOptions { @@ -785,7 +773,6 @@ public partial class PulumiStackGraphSettings : ToolOptions /// Used within . [PublicAPI] [ExcludeFromCodeCoverage] -[TypeConverter(typeof(TypeConverter))] [Command(Type = typeof(PulumiTasks), Command = nameof(PulumiTasks.PulumiStackHistory), Arguments = "stack history")] public partial class PulumiStackHistorySettings : ToolOptions { @@ -819,7 +806,6 @@ public partial class PulumiStackHistorySettings : ToolOptions /// Used within . [PublicAPI] [ExcludeFromCodeCoverage] -[TypeConverter(typeof(TypeConverter))] [Command(Type = typeof(PulumiTasks), Command = nameof(PulumiTasks.PulumiStackImport), Arguments = "stack import")] public partial class PulumiStackImportSettings : ToolOptions { @@ -853,7 +839,6 @@ public partial class PulumiStackImportSettings : ToolOptions /// Used within . [PublicAPI] [ExcludeFromCodeCoverage] -[TypeConverter(typeof(TypeConverter))] [Command(Type = typeof(PulumiTasks), Command = nameof(PulumiTasks.PulumiStackInit), Arguments = "stack init")] public partial class PulumiStackInitSettings : ToolOptions { @@ -889,7 +874,6 @@ public partial class PulumiStackInitSettings : ToolOptions /// Used within . [PublicAPI] [ExcludeFromCodeCoverage] -[TypeConverter(typeof(TypeConverter))] [Command(Type = typeof(PulumiTasks), Command = nameof(PulumiTasks.PulumiStackList), Arguments = "stack ls")] public partial class PulumiStackListSettings : ToolOptions { @@ -929,7 +913,6 @@ public partial class PulumiStackListSettings : ToolOptions /// Used within . [PublicAPI] [ExcludeFromCodeCoverage] -[TypeConverter(typeof(TypeConverter))] [Command(Type = typeof(PulumiTasks), Command = nameof(PulumiTasks.PulumiStackOutput), Arguments = "stack output")] public partial class PulumiStackOutputSettings : ToolOptions { @@ -965,7 +948,6 @@ public partial class PulumiStackOutputSettings : ToolOptions /// Used within . [PublicAPI] [ExcludeFromCodeCoverage] -[TypeConverter(typeof(TypeConverter))] [Command(Type = typeof(PulumiTasks), Command = nameof(PulumiTasks.PulumiStackRename), Arguments = "stack rename")] public partial class PulumiStackRenameSettings : ToolOptions { @@ -997,7 +979,6 @@ public partial class PulumiStackRenameSettings : ToolOptions /// Used within . [PublicAPI] [ExcludeFromCodeCoverage] -[TypeConverter(typeof(TypeConverter))] [Command(Type = typeof(PulumiTasks), Command = nameof(PulumiTasks.PulumiStackRemove), Arguments = "stack rm")] public partial class PulumiStackRemoveSettings : ToolOptions { @@ -1035,7 +1016,6 @@ public partial class PulumiStackRemoveSettings : ToolOptions /// Used within . [PublicAPI] [ExcludeFromCodeCoverage] -[TypeConverter(typeof(TypeConverter))] [Command(Type = typeof(PulumiTasks), Command = nameof(PulumiTasks.PulumiStackSelect), Arguments = "stack select")] public partial class PulumiStackSelectSettings : ToolOptions { @@ -1071,7 +1051,6 @@ public partial class PulumiStackSelectSettings : ToolOptions /// Used within . [PublicAPI] [ExcludeFromCodeCoverage] -[TypeConverter(typeof(TypeConverter))] [Command(Type = typeof(PulumiTasks), Command = nameof(PulumiTasks.PulumiStackTagSet), Arguments = "stack tag set")] public partial class PulumiStackTagSetSettings : ToolOptions { @@ -1105,7 +1084,6 @@ public partial class PulumiStackTagSetSettings : ToolOptions /// Used within . [PublicAPI] [ExcludeFromCodeCoverage] -[TypeConverter(typeof(TypeConverter))] [Command(Type = typeof(PulumiTasks), Command = nameof(PulumiTasks.PulumiStackTagGet), Arguments = "stack tag get")] public partial class PulumiStackTagGetSettings : ToolOptions { @@ -1137,7 +1115,6 @@ public partial class PulumiStackTagGetSettings : ToolOptions /// Used within . [PublicAPI] [ExcludeFromCodeCoverage] -[TypeConverter(typeof(TypeConverter))] [Command(Type = typeof(PulumiTasks), Command = nameof(PulumiTasks.PulumiStackTagRemove), Arguments = "stack tag rm")] public partial class PulumiStackTagRemoveSettings : ToolOptions { @@ -1169,7 +1146,6 @@ public partial class PulumiStackTagRemoveSettings : ToolOptions /// Used within . [PublicAPI] [ExcludeFromCodeCoverage] -[TypeConverter(typeof(TypeConverter))] [Command(Type = typeof(PulumiTasks), Command = nameof(PulumiTasks.PulumiStackTagList), Arguments = "stack tag ls")] public partial class PulumiStackTagListSettings : ToolOptions { @@ -1201,7 +1177,6 @@ public partial class PulumiStackTagListSettings : ToolOptions /// Used within . [PublicAPI] [ExcludeFromCodeCoverage] -[TypeConverter(typeof(TypeConverter))] [Command(Type = typeof(PulumiTasks), Command = nameof(PulumiTasks.PulumiNew), Arguments = "new")] public partial class PulumiNewSettings : ToolOptions { @@ -1255,7 +1230,6 @@ public partial class PulumiNewSettings : ToolOptions /// Used within . [PublicAPI] [ExcludeFromCodeCoverage] -[TypeConverter(typeof(TypeConverter))] [Command(Type = typeof(PulumiTasks), Command = nameof(PulumiTasks.PulumiDestroy), Arguments = "destroy")] public partial class PulumiDestroySettings : ToolOptions { diff --git a/source/Nuke.Common/Tools/Pwsh/Pwsh.Generated.cs b/source/Nuke.Common/Tools/Pwsh/Pwsh.Generated.cs index c0b182f14..002a2ee60 100644 --- a/source/Nuke.Common/Tools/Pwsh/Pwsh.Generated.cs +++ b/source/Nuke.Common/Tools/Pwsh/Pwsh.Generated.cs @@ -42,7 +42,6 @@ public partial class PwshTasks : ToolTasks, IRequirePathTool /// Used within . [PublicAPI] [ExcludeFromCodeCoverage] -[TypeConverter(typeof(TypeConverter))] [Command(Type = typeof(PwshTasks), Command = nameof(PwshTasks.Pwsh))] public partial class PwshSettings : ToolOptions { diff --git a/source/Nuke.Common/Tools/ReSharper/ReSharper.Generated.cs b/source/Nuke.Common/Tools/ReSharper/ReSharper.Generated.cs index 1761a2d81..4d892123d 100644 --- a/source/Nuke.Common/Tools/ReSharper/ReSharper.Generated.cs +++ b/source/Nuke.Common/Tools/ReSharper/ReSharper.Generated.cs @@ -61,7 +61,6 @@ public partial class ReSharperTasks : ToolTasks, IRequireNuGetPackage /// Used within . [PublicAPI] [ExcludeFromCodeCoverage] -[TypeConverter(typeof(TypeConverter))] [Command(Type = typeof(ReSharperTasks), Command = nameof(ReSharperTasks.ReSharperInspectCode), Arguments = "inspectcode")] public partial class ReSharperInspectCodeSettings : ReSharperSettingsBase { @@ -125,7 +124,6 @@ public partial class ReSharperInspectCodeSettings : ReSharperSettingsBase /// Used within . [PublicAPI] [ExcludeFromCodeCoverage] -[TypeConverter(typeof(TypeConverter))] [Command(Type = typeof(ReSharperTasks), Command = nameof(ReSharperTasks.ReSharperCleanupCode), Arguments = "cleanupcode")] public partial class ReSharperCleanupCodeSettings : ReSharperSettingsBase { @@ -175,7 +173,6 @@ public partial class ReSharperCleanupCodeSettings : ReSharperSettingsBase /// Used within . [PublicAPI] [ExcludeFromCodeCoverage] -[TypeConverter(typeof(TypeConverter))] [Command(Type = typeof(ReSharperTasks), Command = nameof(ReSharperTasks.ReSharperDupFinder), Arguments = "dupfinder")] public partial class ReSharperDupFinderSettings : ToolOptions { @@ -221,7 +218,6 @@ public partial class ReSharperDupFinderSettings : ToolOptions /// Used within . [PublicAPI] [ExcludeFromCodeCoverage] -[TypeConverter(typeof(TypeConverter))] public partial class ReSharperSettingsBase : ToolOptions { /// Allows adding ReSharper plugins that will get included during execution. To add a plugin, specify its ID and version. Available plugins are listed in the Plugin Repository. The ID can be grabbed from the download URL. Using ReSharperPluginLatest or null will download the latest version. diff --git a/source/Nuke.Common/Tools/ReportGenerator/ReportGenerator.Generated.cs b/source/Nuke.Common/Tools/ReportGenerator/ReportGenerator.Generated.cs index d5569c2a1..c659a2da8 100644 --- a/source/Nuke.Common/Tools/ReportGenerator/ReportGenerator.Generated.cs +++ b/source/Nuke.Common/Tools/ReportGenerator/ReportGenerator.Generated.cs @@ -43,7 +43,6 @@ public partial class ReportGeneratorTasks : ToolTasks, IRequireNuGetPackage /// Used within . [PublicAPI] [ExcludeFromCodeCoverage] -[TypeConverter(typeof(TypeConverter))] [Command(Type = typeof(ReportGeneratorTasks), Command = nameof(ReportGeneratorTasks.ReportGenerator))] public partial class ReportGeneratorSettings : ToolOptions, IToolOptionsWithFramework { diff --git a/source/Nuke.Common/Tools/SignClient/SignClient.Generated.cs b/source/Nuke.Common/Tools/SignClient/SignClient.Generated.cs index d272eb397..125593921 100644 --- a/source/Nuke.Common/Tools/SignClient/SignClient.Generated.cs +++ b/source/Nuke.Common/Tools/SignClient/SignClient.Generated.cs @@ -43,7 +43,6 @@ public partial class SignClientTasks : ToolTasks, IRequireNuGetPackage /// Used within . [PublicAPI] [ExcludeFromCodeCoverage] -[TypeConverter(typeof(TypeConverter))] [Command(Type = typeof(SignClientTasks), Command = nameof(SignClientTasks.SignClientSign), Arguments = "sign")] public partial class SignClientSignSettings : ToolOptions { diff --git a/source/Nuke.Common/Tools/SignTool/SignTool.Generated.cs b/source/Nuke.Common/Tools/SignTool/SignTool.Generated.cs index f7fed8419..08d49b8af 100644 --- a/source/Nuke.Common/Tools/SignTool/SignTool.Generated.cs +++ b/source/Nuke.Common/Tools/SignTool/SignTool.Generated.cs @@ -39,7 +39,6 @@ public partial class SignToolTasks : ToolTasks /// Used within . [PublicAPI] [ExcludeFromCodeCoverage] -[TypeConverter(typeof(TypeConverter))] [Command(Type = typeof(SignToolTasks), Command = nameof(SignToolTasks.SignTool), Arguments = "sign")] public partial class SignToolSettings : ToolOptions { diff --git a/source/Nuke.Common/Tools/Slack/Slack.Generated.cs b/source/Nuke.Common/Tools/Slack/Slack.Generated.cs index 38f81ddaf..f9351dba0 100644 --- a/source/Nuke.Common/Tools/Slack/Slack.Generated.cs +++ b/source/Nuke.Common/Tools/Slack/Slack.Generated.cs @@ -21,7 +21,6 @@ namespace Nuke.Common.Tools.Slack; /// Used within . [PublicAPI] [ExcludeFromCodeCoverage] -[TypeConverter(typeof(TypeConverter))] public partial class SlackMessage : Options { /// @@ -48,7 +47,6 @@ public partial class SlackMessage : Options /// Used within . [PublicAPI] [ExcludeFromCodeCoverage] -[TypeConverter(typeof(TypeConverter))] public partial class SlackMessageAttachment : Options { /// The title is displayed as larger, bold text near the top of a message attachment. @@ -93,7 +91,6 @@ public partial class SlackMessageAttachment : Options /// Used within . [PublicAPI] [ExcludeFromCodeCoverage] -[TypeConverter(typeof(TypeConverter))] public partial class SlackMessageField : Options { /// Shown as a bold heading above the value text. It cannot contain markup and will be escaped for you. @@ -108,7 +105,6 @@ public partial class SlackMessageField : Options /// Used within . [PublicAPI] [ExcludeFromCodeCoverage] -[TypeConverter(typeof(TypeConverter))] public partial class SlackMessageAction : Options { /// Name this specific action. The name will be returned to your Action URL along with the message's callback_id when this action is invoked. Use it to identify this particular response path. @@ -127,7 +123,6 @@ public partial class SlackMessageAction : Options /// Used within . [PublicAPI] [ExcludeFromCodeCoverage] -[TypeConverter(typeof(TypeConverter))] public partial class SlackMessageConfirmation : Options { /// Title of the confirmation dialog. diff --git a/source/Nuke.Common/Tools/SonarScanner/SonarScanner.Generated.cs b/source/Nuke.Common/Tools/SonarScanner/SonarScanner.Generated.cs index 785066ec3..0f3e681a1 100644 --- a/source/Nuke.Common/Tools/SonarScanner/SonarScanner.Generated.cs +++ b/source/Nuke.Common/Tools/SonarScanner/SonarScanner.Generated.cs @@ -52,7 +52,6 @@ public partial class SonarScannerTasks : ToolTasks, IRequireNuGetPackage /// Used within . [PublicAPI] [ExcludeFromCodeCoverage] -[TypeConverter(typeof(TypeConverter))] [Command(Type = typeof(SonarScannerTasks), Command = nameof(SonarScannerTasks.SonarScannerBegin), Arguments = "begin")] public partial class SonarScannerBeginSettings : ToolOptions, IToolOptionsWithFramework { @@ -150,7 +149,6 @@ public partial class SonarScannerBeginSettings : ToolOptions, IToolOptionsWithFr /// Used within . [PublicAPI] [ExcludeFromCodeCoverage] -[TypeConverter(typeof(TypeConverter))] [Command(Type = typeof(SonarScannerTasks), Command = nameof(SonarScannerTasks.SonarScannerEnd), Arguments = "end")] public partial class SonarScannerEndSettings : ToolOptions, IToolOptionsWithFramework { diff --git a/source/Nuke.Common/Tools/SpecFlow/SpecFlow.Generated.cs b/source/Nuke.Common/Tools/SpecFlow/SpecFlow.Generated.cs index 3ba19f581..c84f3e68c 100644 --- a/source/Nuke.Common/Tools/SpecFlow/SpecFlow.Generated.cs +++ b/source/Nuke.Common/Tools/SpecFlow/SpecFlow.Generated.cs @@ -106,7 +106,6 @@ public partial class SpecFlowTasks : ToolTasks, IRequireNuGetPackage /// Used within . [PublicAPI] [ExcludeFromCodeCoverage] -[TypeConverter(typeof(TypeConverter))] [Command(Type = typeof(SpecFlowTasks), Command = nameof(SpecFlowTasks.SpecFlowNUnitExecutionReport), Arguments = "nunitexecutionreport")] public partial class SpecFlowNUnitExecutionReportSettings : ToolOptions { @@ -130,7 +129,6 @@ public partial class SpecFlowNUnitExecutionReportSettings : ToolOptions /// Used within . [PublicAPI] [ExcludeFromCodeCoverage] -[TypeConverter(typeof(TypeConverter))] [Command(Type = typeof(SpecFlowTasks), Command = nameof(SpecFlowTasks.SpecFlowMSTestExecutionReport), Arguments = "mstestexecutionreport")] public partial class SpecFlowMSTestExecutionReportSettings : ToolOptions { @@ -148,7 +146,6 @@ public partial class SpecFlowMSTestExecutionReportSettings : ToolOptions /// Used within . [PublicAPI] [ExcludeFromCodeCoverage] -[TypeConverter(typeof(TypeConverter))] [Command(Type = typeof(SpecFlowTasks), Command = nameof(SpecFlowTasks.SpecFlowStepDefinitionReport), Arguments = "stepdefinitionreport")] public partial class SpecFlowStepDefinitionReportSettings : ToolOptions { @@ -166,7 +163,6 @@ public partial class SpecFlowStepDefinitionReportSettings : ToolOptions /// Used within . [PublicAPI] [ExcludeFromCodeCoverage] -[TypeConverter(typeof(TypeConverter))] [Command(Type = typeof(SpecFlowTasks), Command = nameof(SpecFlowTasks.SpecFlowRun), Arguments = "run")] public partial class SpecFlowRunSettings : ToolOptions { @@ -190,7 +186,6 @@ public partial class SpecFlowRunSettings : ToolOptions /// Used within . [PublicAPI] [ExcludeFromCodeCoverage] -[TypeConverter(typeof(TypeConverter))] [Command(Type = typeof(SpecFlowTasks), Command = nameof(SpecFlowTasks.SpecFlowBuildServerRun), Arguments = "buildserverrun")] public partial class SpecFlowBuildServerRunSettings : ToolOptions { @@ -214,7 +209,6 @@ public partial class SpecFlowBuildServerRunSettings : ToolOptions /// Used within . [PublicAPI] [ExcludeFromCodeCoverage] -[TypeConverter(typeof(TypeConverter))] [Command(Type = typeof(SpecFlowTasks), Command = nameof(SpecFlowTasks.SpecFlowRegister), Arguments = "register")] public partial class SpecFlowRegisterSettings : ToolOptions { @@ -228,7 +222,6 @@ public partial class SpecFlowRegisterSettings : ToolOptions /// Used within . [PublicAPI] [ExcludeFromCodeCoverage] -[TypeConverter(typeof(TypeConverter))] [Command(Type = typeof(SpecFlowTasks), Command = nameof(SpecFlowTasks.SpecFlowUnregister), Arguments = "register")] public partial class SpecFlowUnregisterSettings : ToolOptions { @@ -238,7 +231,6 @@ public partial class SpecFlowUnregisterSettings : ToolOptions /// Used within . [PublicAPI] [ExcludeFromCodeCoverage] -[TypeConverter(typeof(TypeConverter))] [Command(Type = typeof(SpecFlowTasks), Command = nameof(SpecFlowTasks.SpecFlowAbout), Arguments = "register")] public partial class SpecFlowAboutSettings : ToolOptions { diff --git a/source/Nuke.Common/Tools/Squirrel/Squirrel.Generated.cs b/source/Nuke.Common/Tools/Squirrel/Squirrel.Generated.cs index 347aa1af7..2f496d026 100644 --- a/source/Nuke.Common/Tools/Squirrel/Squirrel.Generated.cs +++ b/source/Nuke.Common/Tools/Squirrel/Squirrel.Generated.cs @@ -43,7 +43,6 @@ public partial class SquirrelTasks : ToolTasks, IRequireNuGetPackage /// Used within . [PublicAPI] [ExcludeFromCodeCoverage] -[TypeConverter(typeof(TypeConverter))] [Command(Type = typeof(SquirrelTasks), Command = nameof(SquirrelTasks.Squirrel))] public partial class SquirrelSettings : ToolOptions { diff --git a/source/Nuke.Common/Tools/StaticWebApps/StaticWebApps.Generated.cs b/source/Nuke.Common/Tools/StaticWebApps/StaticWebApps.Generated.cs index 61d38b805..b635a6da1 100644 --- a/source/Nuke.Common/Tools/StaticWebApps/StaticWebApps.Generated.cs +++ b/source/Nuke.Common/Tools/StaticWebApps/StaticWebApps.Generated.cs @@ -51,7 +51,6 @@ public partial class StaticWebAppsTasks : ToolTasks, IRequireNpmPackage /// Used within . [PublicAPI] [ExcludeFromCodeCoverage] -[TypeConverter(typeof(TypeConverter))] [Command(Type = typeof(StaticWebAppsTasks), Command = nameof(StaticWebAppsTasks.StaticWebAppsStart), Arguments = "start")] public partial class StaticWebAppsStartSettings : ToolOptions { @@ -85,7 +84,6 @@ public partial class StaticWebAppsStartSettings : ToolOptions /// Used within . [PublicAPI] [ExcludeFromCodeCoverage] -[TypeConverter(typeof(TypeConverter))] [Command(Type = typeof(StaticWebAppsTasks), Command = nameof(StaticWebAppsTasks.StaticWebAppsDeploy), Arguments = "deploy")] public partial class StaticWebAppsDeploySettings : ToolOptions { diff --git a/source/Nuke.Common/Tools/Teams/Teams.Generated.cs b/source/Nuke.Common/Tools/Teams/Teams.Generated.cs index d389fb242..b01d758fa 100644 --- a/source/Nuke.Common/Tools/Teams/Teams.Generated.cs +++ b/source/Nuke.Common/Tools/Teams/Teams.Generated.cs @@ -21,7 +21,6 @@ namespace Nuke.Common.Tools.Teams; /// Used within . [PublicAPI] [ExcludeFromCodeCoverage] -[TypeConverter(typeof(TypeConverter))] public partial class TeamsMessage : Options { /// diff --git a/source/Nuke.Common/Tools/TestCloud/TestCloud.Generated.cs b/source/Nuke.Common/Tools/TestCloud/TestCloud.Generated.cs index c940ca515..fe5c212ab 100644 --- a/source/Nuke.Common/Tools/TestCloud/TestCloud.Generated.cs +++ b/source/Nuke.Common/Tools/TestCloud/TestCloud.Generated.cs @@ -43,7 +43,6 @@ public partial class TestCloudTasks : ToolTasks, IRequireNuGetPackage /// Used within . [PublicAPI] [ExcludeFromCodeCoverage] -[TypeConverter(typeof(TypeConverter))] [Command(Type = typeof(TestCloudTasks), Command = nameof(TestCloudTasks.TestCloud), Arguments = "submit")] public partial class TestCloudSettings : ToolOptions { diff --git a/source/Nuke.Common/Tools/Unity/Unity.Generated.cs b/source/Nuke.Common/Tools/Unity/Unity.Generated.cs index 7f7e31e57..9ee48f72e 100644 --- a/source/Nuke.Common/Tools/Unity/Unity.Generated.cs +++ b/source/Nuke.Common/Tools/Unity/Unity.Generated.cs @@ -75,7 +75,6 @@ public partial class UnityTasks : ToolTasks /// Used within . [PublicAPI] [ExcludeFromCodeCoverage] -[TypeConverter(typeof(TypeConverter))] [Command(Type = typeof(UnityTasks), Command = nameof(UnityTasks.UnityCreateManualActivationFile), Arguments = "-createManualActivationFile")] public partial class UnityCreateManualActivationFileSettings : UnityOptionsBase { @@ -99,7 +98,6 @@ public partial class UnityCreateManualActivationFileSettings : UnityOptionsBase /// Used within . [PublicAPI] [ExcludeFromCodeCoverage] -[TypeConverter(typeof(TypeConverter))] [Command(Type = typeof(UnityTasks), Command = nameof(UnityTasks.UnityManualLicenseFile))] public partial class UnityManualLicenseFileSettings : UnityOptionsBase { @@ -125,7 +123,6 @@ public partial class UnityManualLicenseFileSettings : UnityOptionsBase /// Used within . [PublicAPI] [ExcludeFromCodeCoverage] -[TypeConverter(typeof(TypeConverter))] [Command(Type = typeof(UnityTasks), Command = nameof(UnityTasks.Unity))] public partial class UnitySettings : UnityProjectOptions { @@ -181,7 +178,6 @@ public partial class UnitySettings : UnityProjectOptions /// Used within . [PublicAPI] [ExcludeFromCodeCoverage] -[TypeConverter(typeof(TypeConverter))] [Command(Type = typeof(UnityTasks), Command = nameof(UnityTasks.UnityReturnLicense), Arguments = "-returnlicense")] public partial class UnityReturnLicenseSettings : UnityOptionsBase { @@ -205,7 +201,6 @@ public partial class UnityReturnLicenseSettings : UnityOptionsBase /// Used within . [PublicAPI] [ExcludeFromCodeCoverage] -[TypeConverter(typeof(TypeConverter))] [Command(Type = typeof(UnityTasks), Command = nameof(UnityTasks.UnityRunTests), Arguments = "-runTests")] public partial class UnityRunTestsSettings : UnityProjectOptions { @@ -237,7 +232,6 @@ public partial class UnityRunTestsSettings : UnityProjectOptions /// Used within . [PublicAPI] [ExcludeFromCodeCoverage] -[TypeConverter(typeof(TypeConverter))] public partial class UnityOptionsBase : ToolOptions { /// Specify where the Editor or Windows/Linux/OSX standalone log file are written. @@ -254,7 +248,6 @@ public partial class UnityOptionsBase : ToolOptions /// Used within . [PublicAPI] [ExcludeFromCodeCoverage] -[TypeConverter(typeof(TypeConverter))] public partial class UnityProjectOptions : UnityOptionsBase { /// Force an update of the project in the Asset Server given by IP:port. The port is optional, and if not given it is assumed to be the standard one (10733). It is advisable to use this command in conjunction with the -projectPath argument to ensure you are working with the correct project. If no project name is given, then the last project opened by Unity is used. If no project exists at the path given by -projectPath, then one is created automatically. diff --git a/source/Nuke.Common/Tools/Unity/UnityTasks.cs b/source/Nuke.Common/Tools/Unity/UnityTasks.cs index 537c47f6d..f6573d221 100644 --- a/source/Nuke.Common/Tools/Unity/UnityTasks.cs +++ b/source/Nuke.Common/Tools/Unity/UnityTasks.cs @@ -87,21 +87,21 @@ protected override IReadOnlyCollection Run(ToolOptions options) } } - protected override Func GetExitHandler(ToolOptions options = null) + protected override Func GetExitHandler(ToolOptions options) { var unityOptions = options as UnityOptionsBase; - return process => + return (_, p) => { AssertWatcherStopped(); - if (process.ExitCode == 0) + if (p.ExitCode == 0) return null; var message = new StringBuilder() - .AppendLine($"Process '{Path.GetFileName(process.FileName)}' exited with code {process.ExitCode}. Verify the invocation.") - .AppendLine($"> {process.FileName.DoubleQuoteIfNeeded()} {process.Arguments}") + .AppendLine($"Process '{Path.GetFileName(p.FileName)}' exited with code {p.ExitCode}. Verify the invocation.") + .AppendLine($"> {p.FileName.DoubleQuoteIfNeeded()} {p.Arguments}") .ToString(); - if (unityOptions?.StableExitCodes.Any(x => x == process.ExitCode) ?? false) + if (unityOptions?.StableExitCodes.Any(x => x == p.ExitCode) ?? false) Log.Warning(message); else Assert.Fail(message); diff --git a/source/Nuke.Common/Tools/VSTest/VSTest.Generated.cs b/source/Nuke.Common/Tools/VSTest/VSTest.Generated.cs index 1adad3152..0e75b0cb2 100644 --- a/source/Nuke.Common/Tools/VSTest/VSTest.Generated.cs +++ b/source/Nuke.Common/Tools/VSTest/VSTest.Generated.cs @@ -43,7 +43,6 @@ public partial class VSTestTasks : ToolTasks, IRequireNuGetPackage /// Used within . [PublicAPI] [ExcludeFromCodeCoverage] -[TypeConverter(typeof(TypeConverter))] [Command(Type = typeof(VSTestTasks), Command = nameof(VSTestTasks.VSTest))] public partial class VSTestSettings : ToolOptions { diff --git a/source/Nuke.Common/Tools/VSWhere/VSWhere.Generated.cs b/source/Nuke.Common/Tools/VSWhere/VSWhere.Generated.cs index b0da98187..fc42df2d8 100644 --- a/source/Nuke.Common/Tools/VSWhere/VSWhere.Generated.cs +++ b/source/Nuke.Common/Tools/VSWhere/VSWhere.Generated.cs @@ -43,7 +43,6 @@ public partial class VSWhereTasks : ToolTasks, IRequireNuGetPackage /// Used within . [PublicAPI] [ExcludeFromCodeCoverage] -[TypeConverter(typeof(TypeConverter))] [Command(Type = typeof(VSWhereTasks), Command = nameof(VSWhereTasks.VSWhere))] public partial class VSWhereSettings : ToolOptions { @@ -77,7 +76,6 @@ public partial class VSWhereSettings : ToolOptions /// Used within . [PublicAPI] [ExcludeFromCodeCoverage] -[TypeConverter(typeof(TypeConverter))] public partial class VSWhereCatalog : Options { /// @@ -120,7 +118,6 @@ public partial class VSWhereCatalog : Options /// Used within . [PublicAPI] [ExcludeFromCodeCoverage] -[TypeConverter(typeof(TypeConverter))] public partial class VSWhereResult : Options { /// diff --git a/source/Nuke.Common/Tools/WebConfigTransformRunner/WebConfigTransformRunner.Generated.cs b/source/Nuke.Common/Tools/WebConfigTransformRunner/WebConfigTransformRunner.Generated.cs index ee84f88c2..cbbccef41 100644 --- a/source/Nuke.Common/Tools/WebConfigTransformRunner/WebConfigTransformRunner.Generated.cs +++ b/source/Nuke.Common/Tools/WebConfigTransformRunner/WebConfigTransformRunner.Generated.cs @@ -43,7 +43,6 @@ public partial class WebConfigTransformRunnerTasks : ToolTasks, IRequireNuGetPac /// Used within . [PublicAPI] [ExcludeFromCodeCoverage] -[TypeConverter(typeof(TypeConverter))] [Command(Type = typeof(WebConfigTransformRunnerTasks), Command = nameof(WebConfigTransformRunnerTasks.WebConfigTransformRunner))] public partial class WebConfigTransformRunnerSettings : ToolOptions { diff --git a/source/Nuke.Common/Tools/Xunit/Xunit.Generated.cs b/source/Nuke.Common/Tools/Xunit/Xunit.Generated.cs index a7799af66..7f96f27e3 100644 --- a/source/Nuke.Common/Tools/Xunit/Xunit.Generated.cs +++ b/source/Nuke.Common/Tools/Xunit/Xunit.Generated.cs @@ -42,7 +42,6 @@ public partial class XunitTasks : ToolTasks, IRequireNuGetPackage /// Used within . [PublicAPI] [ExcludeFromCodeCoverage] -[TypeConverter(typeof(TypeConverter))] [Command(Type = typeof(XunitTasks), Command = nameof(XunitTasks.Xunit2))] public partial class Xunit2Settings : ToolOptions, IToolOptionsWithFramework { diff --git a/source/Nuke.Common/Tools/Xunit/XunitTasks.cs b/source/Nuke.Common/Tools/Xunit/XunitTasks.cs index eccfd883b..5d5a94813 100644 --- a/source/Nuke.Common/Tools/Xunit/XunitTasks.cs +++ b/source/Nuke.Common/Tools/Xunit/XunitTasks.cs @@ -18,9 +18,9 @@ protected override string GetToolPath(ToolOptions options = null) framework: (options as IToolOptionsWithFramework)?.Framework); } - protected override Func GetExitHandler(ToolOptions options = null) + protected override Func GetExitHandler(ToolOptions options) { - return x => x.ExitCode switch + return (_, p) => p.ExitCode switch { 0 => default, 1 => throw new Exception("One or more of the tests failed"), diff --git a/source/Nuke.Components/IHazGitVersion.cs b/source/Nuke.Components/IHazGitVersion.cs index 291c53172..6e7252d6a 100644 --- a/source/Nuke.Components/IHazGitVersion.cs +++ b/source/Nuke.Components/IHazGitVersion.cs @@ -13,7 +13,7 @@ namespace Nuke.Components; [PublicAPI] public interface IHazGitVersion : INukeBuild { - [GitVersion(NoFetch = true)] + [GitVersion(NoFetch = true, Framework = "net8.0")] [Required] GitVersion Versioning => TryGetValue(() => Versioning); } diff --git a/source/Nuke.Tooling.Generator/Generators/DataClassGenerator.cs b/source/Nuke.Tooling.Generator/Generators/DataClassGenerator.cs index 91f45526f..50cc8257f 100644 --- a/source/Nuke.Tooling.Generator/Generators/DataClassGenerator.cs +++ b/source/Nuke.Tooling.Generator/Generators/DataClassGenerator.cs @@ -44,7 +44,6 @@ public static void Run(DataClass dataClass, ToolWriter toolWriter) .WriteLine("[PublicAPI]") .WriteObsoleteAttributeWhenObsolete(dataClass) .WriteLine("[ExcludeFromCodeCoverage]") - .WriteLine($"[TypeConverter(typeof(TypeConverter<{dataClass.Name}>))]") .WriteLine(GetCommandAttribute()) .WriteLine($"public partial class {dataClass.Name} : {baseTypes.JoinCommaSpace()}") .WriteBlock(w => w diff --git a/source/Nuke.Tooling.Tests/ToolTasksToolPathTest.cs b/source/Nuke.Tooling.Tests/ToolTasksToolPathTest.cs index 118a48f02..407490b89 100644 --- a/source/Nuke.Tooling.Tests/ToolTasksToolPathTest.cs +++ b/source/Nuke.Tooling.Tests/ToolTasksToolPathTest.cs @@ -59,11 +59,9 @@ public void TestFromOverride() file class SimpleTool : ToolTasks; [Command(Type = typeof(SimpleTool))] -[TypeConverter(typeof(TypeConverter))] file class SimpleToolOptions : ToolOptions; [Command(Type = typeof(SimpleTool))] -[TypeConverter(typeof(TypeConverter))] file class FrameworkToolOptions : ToolOptions, IToolOptionsWithFramework; [NuGetTool(Id = "xunit.runner.console", Executable = "xunit.console.dll")] diff --git a/source/Nuke.Tooling/Options.Modify.cs b/source/Nuke.Tooling/Options.Modify.cs index 4e65fd97b..51fd6d4d5 100644 --- a/source/Nuke.Tooling/Options.Modify.cs +++ b/source/Nuke.Tooling/Options.Modify.cs @@ -13,17 +13,25 @@ public static partial class OptionsExtensions public static T Modify(this T options, Action modification = null) where T : IOptions { - var serializedObject = JsonConvert.SerializeObject(options); - var copiedObject = JsonConvert.DeserializeObject(serializedObject); - modification?.Invoke(copiedObject); + var json = JsonConvert.SerializeObject(options); + var copy = JsonConvert.DeserializeObject(json); // TODO OPTIONS: HACK - if (options is ToolOptions originalToolOptions && copiedObject is ToolOptions copiedToolOptions) + if (options is ToolOptions originalOptions && copy is ToolOptions copiedOptions) { - copiedToolOptions.ProcessLogger = originalToolOptions.ProcessLogger; - // exit handler? + copiedOptions.ProcessLogger = originalOptions.ProcessLogger; + copiedOptions.ProcessExitHandler = originalOptions.ProcessExitHandler; } - return copiedObject; + modification?.Invoke(copy); + + return copy; + } + + // TODO: only exists for SetProcessExitHandler + public static T Modify2(this T options, Action modification = null) + where T : class, IOptions + { + return options.Modify(o => modification?.Invoke(o as T)); } } diff --git a/source/Nuke.Tooling/Options.cs b/source/Nuke.Tooling/Options.cs index aeaeb820e..7ec2cb4b7 100644 --- a/source/Nuke.Tooling/Options.cs +++ b/source/Nuke.Tooling/Options.cs @@ -5,8 +5,6 @@ using System; using System.Collections.Generic; using System.Collections.ObjectModel; -using System.ComponentModel; -using System.Globalization; using System.Linq; using System.Linq.Expressions; using System.Reflection; @@ -46,29 +44,27 @@ public interface IOptions void ClearCollection(Expression>> provider); } -[TypeConverter(typeof(TypeConverter))] +[JsonConverter(typeof(TypeConverter))] public class Options : IOptions { - public class TypeConverter : TypeConverter + public class TypeConverter : JsonConverter { - public override bool CanConvertTo(ITypeDescriptorContext context, Type destinationType) + public override void WriteJson(JsonWriter writer, object value, JsonSerializer serializer) { - return destinationType == typeof(string); + if (value is Options options) + JToken.FromObject(options.InternalOptions, serializer).WriteTo(writer); } - public override object ConvertTo(ITypeDescriptorContext context, CultureInfo culture, object value, Type destinationType) + public override object ReadJson(JsonReader reader, Type objectType, object existingValue, JsonSerializer serializer) { - return JsonConvert.SerializeObject(value, JsonSerializerSettings); + var options = (Options)objectType.CreateInstance(); + options.InternalOptions = JObject.Load(reader); + return options; } - public override bool CanConvertFrom(ITypeDescriptorContext context, Type sourceType) + public override bool CanConvert(Type objectType) { - return sourceType == typeof(string); - } - - public override object ConvertFrom(ITypeDescriptorContext context, CultureInfo culture, object value) - { - return JsonConvert.DeserializeObject((string)value, JsonSerializerSettings); + return objectType.IsSubclassOf(typeof(Options)); } } diff --git a/source/Nuke.Tooling/ToolOptions.Arguments.cs b/source/Nuke.Tooling/ToolOptions.Arguments.cs index 1663b0431..f19e12ec8 100644 --- a/source/Nuke.Tooling/ToolOptions.Arguments.cs +++ b/source/Nuke.Tooling/ToolOptions.Arguments.cs @@ -59,7 +59,7 @@ internal partial IEnumerable GetArguments() var escapeMethod = CreateEscape(); var arguments = InternalOptions.Properties() - .Select(x => (Token: x.Value, Property: GetType().GetProperty(x.Name).NotNull())) + .Select(x => (Token: x.Value, Property: _allProperties[x.Name])) .Select(x => (x.Token, x.Property, Attribute: x.Property.GetCustomAttribute())) .Where(x => x.Attribute != null) .OrderByDescending(x => x.Attribute.Position.CompareTo(0)) diff --git a/source/Nuke.Tooling/ToolOptions.ExitHandler.cs b/source/Nuke.Tooling/ToolOptions.ExitHandler.cs new file mode 100644 index 000000000..ea05d032f --- /dev/null +++ b/source/Nuke.Tooling/ToolOptions.ExitHandler.cs @@ -0,0 +1,12 @@ +// Copyright 2024 Maintainers of NUKE. +// Distributed under the MIT License. +// https://github.com/nuke-build/nuke/blob/master/LICENSE + +using System; + +namespace Nuke.Common.Tooling; + +partial class ToolOptions +{ + internal Func ProcessExitHandler { get; set; } +} diff --git a/source/Nuke.Tooling/ToolOptions.Properties.Dropin.cs b/source/Nuke.Tooling/ToolOptions.Properties.Dropin.cs index 24eeabcca..86c955bcd 100644 --- a/source/Nuke.Tooling/ToolOptions.Properties.Dropin.cs +++ b/source/Nuke.Tooling/ToolOptions.Properties.Dropin.cs @@ -3,6 +3,7 @@ // https://github.com/nuke-build/nuke/blob/master/LICENSE using System; +using JetBrains.Annotations; // ReSharper disable ArrangeMethodOrOperatorBody @@ -13,20 +14,92 @@ partial class ToolOptionsExtensions /// [Obsolete($"Marked for removal")] [Builder(Type = typeof(ToolOptions), Property = nameof(ToolOptions.ProcessLogger))] - public static T SetProcessLogger(this T o, Action v) where T : ToolOptions + public static T SetProcessLogger(this T o, Action v) + where T : ToolOptions { - o.ProcessLogger = v; - return o; + return o.Modify2(b => + { + b.ProcessLogger = v; + }); + } + + /// + [Obsolete($"Marked for removal")] + [Builder(Type = typeof(ToolOptions), Property = nameof(ToolOptions.ProcessExitHandler))] + [System.Diagnostics.Contracts.Pure] + public static T SetProcessExitHandler(this T o, [CanBeNull] Action exitHandler) + where T : ToolOptions + { + return o.Modify2(b => + { + b.ProcessExitHandler = exitHandler != null + ? (_, process) => + { + exitHandler.Invoke(process); + return null; + } + : null; + }); + } + + /// + [Obsolete($"Marked for removal")] + [Builder(Type = typeof(ToolOptions), Property = nameof(ToolOptions.ProcessExitHandler))] + [System.Diagnostics.Contracts.Pure] + public static T SetProcessExitHandler(this T o, [CanBeNull] Func exitHandler) + where T : ToolOptions + { + return o.Modify2(b => + { + b.ProcessExitHandler = exitHandler != null + ? (_, process) => exitHandler.Invoke(process) + : null; + }); + } + + /// + [Obsolete($"Marked for removal")] + [Builder(Type = typeof(ToolOptions), Property = nameof(ToolOptions.ProcessExitHandler))] + [System.Diagnostics.Contracts.Pure] + public static T SetProcessExitHandler(this T o, [CanBeNull] Action exitHandler) + where T : ToolOptions + { + return o.Modify2(b => + { + b.ProcessExitHandler = exitHandler != null + ? (options, process) => + { + exitHandler.Invoke((T)options, process); + return null; + } + : null; + }); + } + + /// + [Obsolete($"Marked for removal")] + [Builder(Type = typeof(ToolOptions), Property = nameof(ToolOptions.ProcessExitHandler))] + [System.Diagnostics.Contracts.Pure] + public static T SetProcessExitHandler(this T o, [CanBeNull] Func exitHandler) + where T : ToolOptions + { + return o.Modify2(b => + { + b.ProcessExitHandler = exitHandler != null + ? (options, process) => exitHandler.Invoke((T)options, process) + : null; + }); } /// [Obsolete($"Use {nameof(DisableProcessOutputLogging)} instead")] [Builder(Type = typeof(ToolOptions), Property = nameof(ToolOptions.ProcessOutputLogging))] - public static T DisableProcessLogOutput(this T o) where T : ToolOptions => o.DisableProcessOutputLogging(); + public static T DisableProcessLogOutput(this T o) + where T : ToolOptions => o.DisableProcessOutputLogging(); /// [Obsolete($"Use {nameof(DisableProcessInvocationLogging)} instead")] [Builder(Type = typeof(ToolOptions), Property = nameof(ToolOptions.ProcessInvocationLogging))] - public static T DisableProcessLogInvocation(this T o) where T : ToolOptions => o.DisableProcessInvocationLogging(); - + public static T DisableProcessLogInvocation(this T o) + where T : ToolOptions => o.DisableProcessInvocationLogging(); } diff --git a/source/Nuke.Tooling/ToolOptions.Secrets.cs b/source/Nuke.Tooling/ToolOptions.Secrets.cs index 9420b544d..2f9e922ea 100644 --- a/source/Nuke.Tooling/ToolOptions.Secrets.cs +++ b/source/Nuke.Tooling/ToolOptions.Secrets.cs @@ -16,7 +16,7 @@ internal partial IEnumerable GetSecrets() { return (ProcessRedactedSecrets ?? []) .Concat(InternalOptions.Properties() - .Select(x => (Token: x.Value, Property: GetType().GetProperty(x.Name).NotNull())) + .Select(x => (Token: x.Value, Property: _allProperties[x.Name])) .Select(x => (x.Token, x.Property, Attribute: x.Property.GetCustomAttribute())) .Where(x => x.Attribute?.Secret ?? false) .Select(x => diff --git a/source/Nuke.Tooling/ToolOptions.cs b/source/Nuke.Tooling/ToolOptions.cs index 12285b969..4c6ff1665 100644 --- a/source/Nuke.Tooling/ToolOptions.cs +++ b/source/Nuke.Tooling/ToolOptions.cs @@ -5,7 +5,9 @@ using System; using System.Collections.Generic; using System.Linq; +using System.Reflection; using JetBrains.Annotations; +using Nuke.Common.Utilities; namespace Nuke.Common.Tooling; @@ -15,8 +17,13 @@ public abstract partial class ToolOptions : Options { internal static event EventHandler Created; + private readonly Dictionary _allProperties; + protected ToolOptions() { + _allProperties = GetType().GetAllMembers(x => x is PropertyInfo, ReflectionUtility.Instance, allowAmbiguity: true) + .Cast().ToDictionary(x => x.Name, x => x); + Set(() => ProcessEnvironmentVariables, EnvironmentInfo.Variables); Created?.Invoke(this, EventArgs.Empty); } diff --git a/source/Nuke.Tooling/ToolTasks.ExitHandler.cs b/source/Nuke.Tooling/ToolTasks.ExitHandler.cs index 6e1ca95bb..c0016a5fc 100644 --- a/source/Nuke.Tooling/ToolTasks.ExitHandler.cs +++ b/source/Nuke.Tooling/ToolTasks.ExitHandler.cs @@ -9,15 +9,21 @@ namespace Nuke.Common.Tooling; public abstract partial class ToolTasks { - internal Func GetExitHandlerInternal(ToolOptions options = null) + private Action GetExitHandlerInternal(ToolOptions options = null, Func exitHandler = null) { - return options?.ProcessExitHandling ?? true - ? GetExitHandler(options) - : _ => null; + if (options is { ProcessExitHandling: false }) + return (_, _) => { }; + + if (exitHandler != null) + return (_, p) => exitHandler.Invoke(p); + + return options?.ProcessExitHandler != null + ? (o, p) => options.ProcessExitHandler.Invoke(o, p) + : (o, p) => GetExitHandler(options).Invoke(o, p); } - protected virtual partial Func GetExitHandler(ToolOptions options) + protected virtual partial Func GetExitHandler(ToolOptions options) { - return x => x.AssertZeroExitCode(); + return (_, p) => p.AssertZeroExitCode(); } } diff --git a/source/Nuke.Tooling/ToolTasks.Run.cs b/source/Nuke.Tooling/ToolTasks.Run.cs index 1f40318fd..0d72e7a3b 100644 --- a/source/Nuke.Tooling/ToolTasks.Run.cs +++ b/source/Nuke.Tooling/ToolTasks.Run.cs @@ -28,7 +28,8 @@ protected virtual IReadOnlyCollection Run(ToolOptions options) GetLogger(options), Filter); - GetExitHandlerInternal().Invoke(process); + process.AssertWaitForExit(); + GetExitHandlerInternal(options).Invoke(options, process); PostProcess(options); return process.Output; @@ -69,7 +70,8 @@ protected IReadOnlyCollection Run( logInvocation, logger ?? GetLogger()); - (exitHandler ?? GetExitHandlerInternal()).Invoke(process); + process.AssertWaitForExit(); + GetExitHandlerInternal(exitHandler: exitHandler).Invoke(null, process); return process.Output; } diff --git a/source/Nuke.Tooling/ToolTasks.cs b/source/Nuke.Tooling/ToolTasks.cs index 79412723a..fca2dd3e8 100644 --- a/source/Nuke.Tooling/ToolTasks.cs +++ b/source/Nuke.Tooling/ToolTasks.cs @@ -17,7 +17,7 @@ public abstract partial class ToolTasks protected internal virtual partial Action GetLogger(ToolOptions options = null); protected virtual partial string GetToolPath(ToolOptions options = null); - protected virtual partial Func GetExitHandler(ToolOptions options = null); + protected virtual partial Func GetExitHandler(ToolOptions options = null); protected virtual ToolOptions PreProcess(ToolOptions options) => options; protected virtual void PostProcess(ToolOptions options) { } diff --git a/source/Nuke.Utilities/Reflection/ReflectionUtility.cs b/source/Nuke.Utilities/Reflection/ReflectionUtility.cs index 77d0be77a..e951f67c3 100644 --- a/source/Nuke.Utilities/Reflection/ReflectionUtility.cs +++ b/source/Nuke.Utilities/Reflection/ReflectionUtility.cs @@ -166,17 +166,17 @@ public static MemberInfo GetImplementedOrInterfaceMember(this MemberInfo member, } public static IEnumerable GetAllMembers( - this Type buildType, + this Type type, Func filter, BindingFlags bindingFlags, bool allowAmbiguity, bool filterQuasiOverridden = false) { - var interfaceMembersByName = buildType.GetInterfaces() + var interfaceMembersByName = type.GetInterfaces() .SelectMany(x => x.GetMembers(bindingFlags)) .Where(filter) - .Where(x => buildType.GetMember(x.Name).SingleOrDefault() == null).ToLookup(x => x.GetDisplayShortName()); - var classMembers = buildType + .Where(x => type.GetMember(x.Name).SingleOrDefault() == null).ToLookup(x => x.GetDisplayShortName()); + var classMembers = type .GetMembers(bindingFlags) .Where(filter) .Where(x => !x.IsExplicit()).ToDictionary(x => x.Name); @@ -220,7 +220,7 @@ public static IEnumerable GetAllMembers( } return classMembers.Values - .Concat(interfaceMembersByName.SelectMany(x => x).Select(x => x.GetImplementedOrInterfaceMember(buildType))) + .Concat(interfaceMembersByName.SelectMany(x => x).Select(x => x.GetImplementedOrInterfaceMember(type))) .Except(removeMembers) .Where(filter).ToList(); }