mirror of
https://github.com/GeWuYou/GFramework.git
synced 2026-05-07 00:39:00 +08:00
refactor(GFramework.SourceGenerators): 添加全局命名空间引用以支持代码生成
- 引入 System.Globalization 用于区域设置相关操作 - 添加 System.IO 支持文件输入输出功能 - 集成 System.Text 提供文本处理能力 - 包含 System.Text.Json 用于 JSON 序列化反序列化
This commit is contained in:
parent
3bca6390ce
commit
76479eb9f8
@ -20,4 +20,8 @@ global using System.Collections.Immutable;
|
||||
global using Microsoft.CodeAnalysis;
|
||||
global using Microsoft.CodeAnalysis.CSharp.Syntax;
|
||||
global using Microsoft.CodeAnalysis.CSharp;
|
||||
global using Microsoft.CodeAnalysis.Text;
|
||||
global using Microsoft.CodeAnalysis.Text;
|
||||
global using System.Globalization;
|
||||
global using System.IO;
|
||||
global using System.Text;
|
||||
global using System.Text.Json;
|
||||
Loading…
x
Reference in New Issue
Block a user