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

XFEExtension

【DLL】XFE各类拓展是一个C#的DLL库,旨在优化C#代码中常用语句的使用,并提供更简洁的访问方式,同时提供Xunit测试框架,快速搭建服务器/客户端,免费ChatGPTAPI接口,免费通讯服务器,XFE下载器,新增格式等

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

XFEstudio/XFEExtension

更新分析器规则和文档链接

在`AnalyzerReleases.Shipped.md`文件中,我们添加了新的`TODO`规则,并移除了`XFE0002`和`XFW0001`规则。在`AnalyzerReleases.Unshipped.md`文件中,我们移除了`TODO`,`XFE0002`和`XFW0001`三个新规则。所有规则的类别都是`XFEExtension.NetCore.Analyzer.Diagnostics`,严重性和文档链接也已更新。

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

代码差异

2 个文件 +11 -9
Modified XFEExtension.NetCore.Analyzer/AnalyzerReleases.Shipped.md +10 -0
@@ -13,4 +13,14 @@ XFW0001 | XFEExtension.NetCore.Analyzer.Diagnostics | Warning | ProfileExtension
13 13
14 14 Rule ID | Category | Severity | Notes
15 15 --------|----------|----------|-------
16 TODO | XFEExtension.NetCore.Analyzer.Diagnostics | `Dynamic` | TodoCommentAnalyzerDiagnostics, [Documentation](https://www.xfegzs.com/codespace/diagnostics/TODO.html)
17
18 ## Release 3.0.0
19
20 ### Removed Rules
21
22 Rule ID | Category | Severity | Notes
23 --------|----------|----------|-------
24 XFE0002 | XFEExtension.NetCore.Analyzer.Diagnostics | Error | ProfileExtensionDiagnostics, [Documentation](https://www.xfegzs.com/codespace/diagnostics/XFE0002.html)
25 XFW0001 | XFEExtension.NetCore.Analyzer.Diagnostics | Warning | ProfileExtensionDiagnostics, [Documentation](https://www.xfegzs.com/codespace/diagnostics/XFW0001.html)
16 26 TODO | XFEExtension.NetCore.Analyzer.Diagnostics | `Dynamic` | TodoCommentAnalyzerDiagnostics, [Documentation](https://www.xfegzs.com/codespace/diagnostics/TODO.html)
Modified XFEExtension.NetCore.Analyzer/AnalyzerReleases.Unshipped.md +1 -9
@@ -1,10 +1,2 @@
1 1 ; Unshipped analyzer release
2 ; https://github.com/dotnet/roslyn-analyzers/blob/main/src/Microsoft.CodeAnalysis.Analyzers/ReleaseTrackingAnalyzers.Help.md
3
4 ### New Rules
5
6 Rule ID | Category | Severity | Notes
7 TODO | XFEExtension.NetCore.Analyzer.Diagnostics | `Dynamic` | TodoCommentAnalyzerDiagnostics, [Documentation](https://www.xfegzs.com/codespace/diagnostics/TODO.html)
8 XFE0002 | XFEExtension.NetCore.Analyzer.Diagnostics | Error | ProfileExtensionDiagnostics, [Documentation](https://www.xfegzs.com/codespace/diagnostics/XFE0002.html)
9 XFW0001 | XFEExtension.NetCore.Analyzer.Diagnostics | Warning | ProfileExtensionDiagnostics, [Documentation](https://www.xfegzs.com/codespace/diagnostics/XFW0001.html)
2 ; https://github.com/dotnet/roslyn-analyzers/blob/main/src/Microsoft.CodeAnalysis.Analyzers/ReleaseTrackingAnalyzers.Help.md