-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Feat/完善命名域类型引用,新增单元测试 #10
Open
ihonliu
wants to merge
17
commits into
MarvelTiter:master
Choose a base branch
from
ihonliu:feat/CheckAsyncMethod
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Conversation
This file contains 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
ihonliu
force-pushed
the
feat/CheckAsyncMethod
branch
from
December 9, 2024 09:45
b4b593a
to
7956858
Compare
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
生成器增加单元测试