返回提交历史
Modified
XFE各类拓展.NetCore.XUnit.Analyzer/XUnitCodeGenerator.cs
+1
-1
XFEstudio/XFEExtension.NetCore.XUnit
解决引用隐患
d3d45d5
代码差异
1 个文件
+1
-1
@@ -15,7 +15,7 @@ namespace XFE各类拓展.NetCore.XUnit
15
15
{{
16
16
public static class XUnitCode
17
17
{{
18
public async static Task Main(string[] args) => await XFECode.RunTest();
18
public async static Task Main(string[] args) => await global::XFE各类拓展.NetCore.XUnit.XFECode.RunTest();
19
19
}}
20
20
}}
21
21
";