We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent de6ffa4 commit 6e7aff3Copy full SHA for 6e7aff3
src/DotNetApiDiff/Commands/CompareCommand.cs
@@ -17,6 +17,10 @@ namespace DotNetApiDiff.Commands;
17
/// </summary>
18
public class CompareCommandSettings : CommandSettings
19
{
20
+ public CompareCommandSettings()
21
+ {
22
+ }
23
+
24
[CommandArgument(0, "<sourceAssembly>")]
25
[Description("Path to the source/baseline assembly")]
26
public string? SourceAssemblyPath { get; init; }
0 commit comments