Skip to content
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/global options #11

Open
wants to merge 20 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
20 commits
Select commit Hold shift + click to select a range
002364c
检查方法是否为异步方法
ihonliu Nov 12, 2024
d16caf7
feat: 添加Analyzer监测追踪
ihonliu Dec 6, 2024
a5630d0
refactor: 新增错误代码WAG00010,用于显示生成器生成过程中抛出的异常信息
ihonliu Dec 6, 2024
1016df9
feat: 为`IHttpClientHeaderHandler`新增`CancellationToken`参数
ihonliu Dec 6, 2024
39b683c
refactor: 分离HttpServiceInvoker生成逻辑至独立类中
ihonliu Dec 6, 2024
c024a40
bug: 使用global::命名域避免生成的代码因命名域导致的编译错误
ihonliu Dec 6, 2024
a46149c
chore: 更新子模块
ihonliu Dec 7, 2024
c468a8d
refactor: 修改诊断分类
ihonliu Dec 7, 2024
1be6bd5
feat: 新增属性依赖错误
ihonliu Dec 7, 2024
8b288fd
refactor: 重命名常量名称,移除无用属性
ihonliu Dec 7, 2024
c11a152
refactor: 使用枚举类型替代之前的常量
ihonliu Dec 7, 2024
0e5c66a
refactor: 修改返回类型是否使用tryparse的逻辑
ihonliu Dec 7, 2024
ba6fc6e
chore: 清理 & 修改字符串写法 & 更新文档
ihonliu Dec 7, 2024
65f8a54
feat: 增加单元测试
ihonliu Dec 7, 2024
7956858
bug: 移除命名域上的global::前缀
ihonliu Dec 7, 2024
4bf2c99
chore: 更新子模块
ihonliu Dec 9, 2024
0397412
bug: 修复期望文本中版本号不一致的问题
ihonliu Dec 9, 2024
bd0c9ba
feat: 加入全局设置选项
ihonliu Dec 9, 2024
47a51a9
refactor: 修改AutoWasmApi项目位置,用于项目统一设置相关属性
ihonliu Dec 10, 2024
a2b73dd
bug: 修复自定义属性无效的问题
ihonliu Dec 10, 2024
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 0 additions & 13 deletions src/AutoWasmApi.Roslyn/AutoWasmApi.Roslyn.csproj

This file was deleted.

127 changes: 0 additions & 127 deletions src/AutoWasmApi.Roslyn/DiagnosticDefinitions.cs

This file was deleted.

Loading
Loading