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

XFEExtension.NetCore.XUnit

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

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

XFEstudio/XFEExtension.NetCore.XUnit

添加全局引用

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

代码差异

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