mirror of
https://github.com/GeWuYou/GFramework.git
synced 2026-03-24 04:06:48 +08:00
- 移除原有的LoggerGenerator.cs和相关README文档 - 重命名GFramework.Generator为GFramework.SourceGenerators - 重命名GFramework.Generator.Attributes为GFramework.SourceGenerators.Attributes - 添加新的Godot日志生成器(GodotLoggerGenerator)及对应属性(GodotLogAttribute) - 创建GFramework.Godot.SourceGenerators新项目用于Godot特定功能 - 修改日志生成器使用GodotLoggerFactory而非ConsoleLoggerFactory
9 lines
416 B
Markdown
9 lines
416 B
Markdown
; Unshipped analyzer release
|
|
; https://github.com/dotnet/roslyn-analyzers/blob/main/src/Microsoft.CodeAnalysis.Analyzers/ReleaseTrackingAnalyzers.Help.md
|
|
|
|
### New Rules
|
|
|
|
| Rule ID | Category | Severity | Notes |
|
|
|------------|--------------------|----------|-------------|
|
|
| GFLOG001 | GFramework.Logging | Error | Diagnostics |
|
|
| GFW_LOG001 | GFramework.Logging | Warning | Diagnostics | |