We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1c3b929 commit f15c869Copy full SHA for f15c869
1 file changed
TestCategoryLister/Program.cs
@@ -13,7 +13,7 @@ static void Main(string[] args)
13
return;
14
}
15
16
- var path = "args[0]";
+ var path = args[0];
17
var asm = Assembly.LoadFrom(path);
18
19
foreach (var type in asm.GetTypes())
0 commit comments