XFE Git
XFE Studio Git
Git 首页 全局搜索
XFE 主站 文档 NuGet

XFEExtension.NetCore.XUnit

【DLL】提供方便快捷的测试,无需编写Main方法,可直接添加特性在类或方法上进行测试

公开
关注 0 Fork 0 Star 0
返回提交历史

XFEstudio/XFEExtension.NetCore.XUnit

删除代码生成中冗余的using

f91be2a
XFE工作室室长 <mail@xfegzs.com>
提交于

代码差异

1 个文件 +0 -2
Modified XFE各类拓展.NetCore.XUnit.Analyzer/XUnitCodeGenerator.cs +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