返回提交历史
Modified
XFE各类拓展.NetCore.XUnit.Analyzer/XUnitCodeGenerator.cs
+0
-2
XFEstudio/XFEExtension.NetCore.XUnit
删除代码生成中冗余的using
f91be2a
代码差异
1 个文件
+0
-2
@@ -12,8 +12,6 @@ namespace XFE各类拓展.NetCore.XUnit
12
12
public void Execute(GeneratorExecutionContext context)
13
13
{
14
14
string source = $@"
15
using XFE各类拓展.NetCore.XUnit;
16
17
15
namespace XFE各类拓展.NetCore.XUnit
18
16
{{
19
17
public static class XUnitCode