返回提交历史
Modified
XFE各类拓展.NetCore.XUnit.Analyzer/XUnitCodeGenerator.cs
+3
-1
XFEstudio/XFEExtension.NetCore.XUnit
添加全局引用
b5d7b97
代码差异
1 个文件
+3
-1
@@ -11,7 +11,9 @@ namespace XFE各类拓展.NetCore.XUnit
11
11
12
12
public void Execute(GeneratorExecutionContext context)
13
13
{
14
string source = $@"namespace XFE各类拓展.NetCore.XUnit
14
string source = $@"global using XFE各类拓展.NetCore.XUnit;
15
16
namespace XFE各类拓展.NetCore.XUnit
15
17
{{
16
18
public static class XUnitCode
17
19
{{