Skip to content

Commit 5c4e84c

Browse files
committed
sonar warnings
1 parent 6ae2e0e commit 5c4e84c

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

libraries/tests/e2e/functions/TestUtils/FunctionConstructProps.cs

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,10 @@ namespace TestUtils;
44

55
public class FunctionConstructProps
66
{
7-
public Architecture Architecture;
8-
public Runtime Runtime;
9-
public string Name;
10-
public string Handler;
11-
public string SourcePath;
12-
public string DistPath;
7+
public required Architecture Architecture { get; set; }
8+
public required Runtime Runtime { get; set; }
9+
public required string Name { get; set; }
10+
public required string Handler { get; set; }
11+
public required string SourcePath { get; set; }
12+
public required string DistPath { get; set; }
1313
}

0 commit comments

Comments
 (0)