mirror of
https://github.com/GeWuYou/GFramework.git
synced 2026-03-22 10:34:30 +08:00
- 将CommonDiagnostics移至GFramework.SourceGenerators.Common模块 - 添加PathContests常量类统一管理路径常量 - 更新GodotLoggerGenerator使用新的路径常量和诊断引用 - 修改项目引用以包含GFramework.SourceGenerators.Common依赖 - 更新NuGet包配置以包含Common模块的DLL和XML文档 - 在解决方案文件中添加GFramework.SourceGenerators.Common项目引用 - 为Common模块创建Analyzer发布跟踪文件
6 lines
192 B
C#
6 lines
192 B
C#
namespace GFramework.Godot.SourceGenerators.constants;
|
|
|
|
public static class PathContests
|
|
{
|
|
public const string RootAbstractionsPath = "GFramework.Godot.SourceGenerators.Abstractions";
|
|
} |