Skip to content

Commit 6e7aff3

Browse files
committed
fix: add parameterless constructor
Signed-off-by: jbrinkman <joe.brinkman@improving.com>
1 parent de6ffa4 commit 6e7aff3

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/DotNetApiDiff/Commands/CompareCommand.cs

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,10 @@ namespace DotNetApiDiff.Commands;
1717
/// </summary>
1818
public class CompareCommandSettings : CommandSettings
1919
{
20+
public CompareCommandSettings()
21+
{
22+
}
23+
2024
[CommandArgument(0, "<sourceAssembly>")]
2125
[Description("Path to the source/baseline assembly")]
2226
public string? SourceAssemblyPath { get; init; }

0 commit comments

Comments
 (0)