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

XFEExtension.NetCore.XUnit

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

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

XFEstudio/XFEExtension.NetCore.XUnit

修复错误引用的bug

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

代码差异

2 个文件 +10 -2
Modified XFE各类拓展.NetCore.XUnit.Analyzer/AnalyzerReleases.Shipped.md +9 -1
@@ -12,4 +12,12 @@ XFE0001 | XFE各类拓展.NetCore.XUnit.Analyzer | Error | XUnitCodeAnalyzer
12 12
13 13 Rule ID | Category | Severity | Notes
14 14 --------|----------|----------|-------
15 XFE0001 | XFE各类拓展.NetCore.XUnit.Analyzer | Error | XUnitCodeAnalyzer, [Documentation](http://www.xfegzs.com/codespace/diagnostics/XFE0001)
15 XFE0001 | XFE各类拓展.NetCore.XUnit.Analyzer | Error | XUnitCodeAnalyzer, [Documentation](http://www.xfegzs.com/codespace/diagnostics/XFE0001)
16
17 ## Release 1.1.4
18
19 ### Changed Rules
20
21 Rule ID | Category | Severity | Notes
22 --------|----------|----------|-------
23 XFE0001 | XFE各类拓展.NetCore.XUnit.Analyzer | Error | XUnitCodeAnalyzer, [Documentation](http://www.xfegzs.com/codespace/diagnostics/XFE0001.html)
Modified XFE各类拓展.NetCore.XUnit.Analyzer/XUnitCodeAnalyzer.cs +1 -1
@@ -15,7 +15,7 @@ namespace XFE各类拓展.NetCore.XUnit.Analyzer
15 15 DiagnosticSeverity.Error,
16 16 true,
17 17 "SMTest特性不能用在静态方法之外的地方.",
18 "https://www.xfegzs.com/codespace/diagnostics/XFE0001");
18 "https://www.xfegzs.com/codespace/diagnostics/XFE0001.html");
19 19 public void Initialize(GeneratorInitializationContext context)
20 20 {
21 21 }