Open
Conversation
b4b593a to
7956858
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
本PR包括了对
AutoWasmApi.Roslyn项目的若干更新,主要集中在新增规则、重构诊断定义,以及引入新的扩展和助手方法。最重要的变化包括添加了新的分析器规则、重构了诊断定义,并引入了一个新的方法检查扩展。新增分析器规则:
AnalyzerReleases.Unshipped.md中为AutoWasmApiGenerator命名空间中的各种错误条件添加了新规则。重构诊断定义:
DiagnosticDefinitions.cs,为每个诊断使用了DiagnosticDescriptor,并更新了相应的方法以使用这些描述符。代码库简化:
ControllerGenerator.cs中不必要的调试代码。MethodCheckerExtensions.cs,新增了一个方法用于检查某个类型是否具有TryParse方法。GeneratorHelpers.cs中的常量名称。命名空间调整:
HttpServiceInvokerGenerator.cs中的命名空间和导入语句,以提高组织性和可读性。增加单元测试
AutoWasmApiGenerator生成器增加单元测试