You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CommandLine/CodeConv.Shared/CodeConvProgram.cs
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -53,7 +53,7 @@ public partial class CodeConvProgram
53
53
[Option("-f|--force","Wipe the output directory before conversion",CommandOptionType.NoValue)]
54
54
publicboolForce{get;}
55
55
56
-
[Option(CoreOptionDefinition,"Force dot net core build if converting only .NET Core projects and seeing pre-conversion compile errors",CommandOptionType.SingleValue)]
56
+
[Option(CoreOptionDefinition,"Force dot net core build if converting only .NET Core projects and seeing pre-conversion compile errors",CommandOptionType.NoValue)]
57
57
publicboolCoreOnlyProjects{get;}
58
58
59
59
[Option("-b|--best-effort","Overrides warnings about compilation issues with input, and attempts a best effort conversion anyway",CommandOptionType.NoValue)]
0 commit comments